PlaneShift

Support => Technical Help: IN GAME bugs (after loading world) => Topic started by: Delaclya on December 26, 2009, 11:27:22 am

Title: PC crash when i open inventory
Post by: Delaclya on December 26, 2009, 11:27:22 am
Hello,

When i open inventory, spell book or furnace, the PC crash and i come back to launcher.

For resolv this problem i open the file :

data\config\r3dopengl.cfg

and i change these lines :

Video.OpenGL.FontCache.UseMultiTexturing = no
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false

Now all is ok and i can play

I hope help another player with same problem.

Regards

Delaclya

PS : My graphic card is a FX5950 Ultra
Title: Re: PC crash when i open inventory
Post by: LigH on December 26, 2009, 12:25:10 pm
Thank you for reporting. I'll try to link this in the Bug Tracker (http://www.hydlaaplaza.com/flyspray).

Nvidia and GL_*_TEXTURE_RECTANGLE - something rings in my memories?!
__

P.S.: Bug Report #3382 (http://www.hydlaaplaza.com/flyspray/index.php?do=details&task_id=3382) applies this solution in a more elegant way - there is already an existing rule for a rather wellknown problem of Nvidia cards with texture rectangles; it just needs to be used for more occasions.
Title: Re: PC crash when i open inventory
Post by: Muniu on December 26, 2009, 07:40:44 pm
Now i had similiar error, tried this. Before my items in inventory were just black squares, now atleast they look like what they should look like but it still crashes and i suppose thats because of my r3dopengl.cfg file is ''queer''. I would apretiate if someone would send me his working r3dopengl.cfg file somehow. My skype is saharzlv, you could find me on steam too. Name also SaharzLV.
***
No need to help anymore, got this stuff done by myself. Now, one bug fixed, thousand more to get rid of. Gotta go start working :P
Title: Re: PC crash when i open inventory
Post by: Madoring on February 26, 2010, 01:37:44 am
I also have this problem on my other computer with Nvidia Geforce 5200FX
Title: Re: PC crash when i open inventory
Post by: LigH on February 26, 2010, 08:18:15 am
See the bugtracker - a patch is already known, it is being forwarded to the CrystalSpace developers, but you can already try to apply it to your config file.

I am not sure if there is already a matching PlaneShift update available.
Title: Re: PC crash when i open inventory
Post by: yoredensano on March 07, 2010, 01:33:27 am
I have the same problem with a nVidia FX5200.

I´ve tried tod do this but i didn´t find the two  lines about texture rectangle in the file.

What can i do?

Thanks.
Title: Re: PC crash when i open inventory
Post by: LigH on March 07, 2010, 11:44:41 am
My guess would be that you should try to insert a line between line 602 and 605, about like this:

Code: [Select]
    <!--
      * 2006-09-17: Quadro NVS up to 285 are GF2 derivates
      * 2006-09-17: GeForce2 GTS is affected
                    (source: http://hydlaa.com/smf/index.php?topic=25552.0)
      -->
    <rule description="GeForce: RECT texture extension support apparently sucks">
      <conditions fulfill="one">
        <regexp string="renderer" pattern="GeForce.*MX" />
        <regexp string="renderer" pattern="GeForce.*Go" />
        <regexp string="renderer" pattern="GeForce FX 5..." /> <!-- insert somewhere here -->
        <regexp string="renderer" pattern="Quadro.*NVS.*\(50\|1..\|2..\).*" />
        <regexp string="renderer" pattern="GeForce2.*GTS" />
      </conditions>
      <applicable>
        <usecfg>disableRECTTextures</usecfg>
      </applicable>
    </rule>

Please backup your "data/config/gldrivers.xml" before, and report if it helped.
Title: Re: PC crash when i open inventory
Post by: yoredensano on March 10, 2010, 04:32:40 pm
Thank you very much Ligh it works very well.
Now i can open the inventory, the furnace and even the loot screen.
Thanks again, see you in Hydlaa.
Title: Re: PC crash when i open inventory
Post by: Madoring on March 11, 2010, 06:38:47 pm
This also fixed my Inventory problem, however....
I now cannot open up my shortcuts box.  my client just freezes up. No crash id or anything.
Title: Re: PC crash when i open inventory
Post by: Suvorov on April 21, 2010, 04:23:48 am
<!--
      * 2006-09-17: Quadro NVS up to 285 are GF2 derivates
      * 2006-09-17: GeForce2 GTS is affected
                    (source: http://hydlaa.com/smf/index.php?topic=25552.0)
      -->
    <rule description="GeForce: RECT texture extension support apparently sucks">
      <conditions fulfill="one">
        <regexp string="renderer" pattern="GeForce.*MX" />
        <regexp string="renderer" pattern="GeForce.*Go" />
        <regexp string="renderer" pattern="GeForce FX 5..." /> <!-- insert somewhere here -->
        <regexp string="renderer" pattern="Quadro.*NVS.*\(50\|1..\|2..\).*" />
        <regexp string="renderer" pattern="GeForce2.*GTS" />
      </conditions>
      <applicable>
        <usecfg>disableRECTTextures</usecfg>
      </applicable>
    </rule>

I found that the above fix worked... however I was confused at first because this change needs to be added to data/config/gldrivers.xml and not the r3dopengl.cfg If you follow the conversation it's not very clear that this is the case.
Title: Re: PC crash when i open inventory
Post by: tjthunder112 on May 19, 2010, 02:05:58 am
I have a similar problem but with me instead of crashing when i open my inventory only my game grazhes when i recieve an item when this happens a C++ error comes up saying that there was a program failure what do i do?
Title: Re: PC crash when i open inventory
Post by: Sen on May 19, 2010, 09:31:20 am
Hi,

I'd do a repair first that you can start with the pslaunch application.
A second thing would be to start the game in a command promt, because there will some output be that could help with finding the reason for that problem.

Sen