Author Topic: PC crash when i open inventory  (Read 3480 times)

Delaclya

  • Wayfarer
  • *
  • Posts: 7
  • The life is real when I am !
    • View Profile
PC crash when i open inventory
« 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
_________________
Best Regards of

Ailun Bewiley


LigH

  • Forum Legend
  • *
  • Posts: 7096
    • View Profile
Re: PC crash when i open inventory
« Reply #1 on: December 26, 2009, 12:25:10 pm »
Thank you for reporting. I'll try to link this in the Bug Tracker.

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

P.S.: Bug Report #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.
« Last Edit: December 26, 2009, 12:28:54 pm by LigH »

Gag Harmond
Knight and Ambassador
The Royal House of Purrty

Muniu

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Re: PC crash when i open inventory
« Reply #2 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
« Last Edit: December 26, 2009, 10:03:00 pm by Muniu »
Screamin' eagles!

Madoring

  • Hydlaa Resident
  • *
  • Posts: 112
    • View Profile
Re: PC crash when i open inventory
« Reply #3 on: February 26, 2010, 01:37:44 am »
I also have this problem on my other computer with Nvidia Geforce 5200FX

LigH

  • Forum Legend
  • *
  • Posts: 7096
    • View Profile
Re: PC crash when i open inventory
« Reply #4 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.

Gag Harmond
Knight and Ambassador
The Royal House of Purrty

yoredensano

  • Traveller
  • *
  • Posts: 10
    • View Profile
Re: PC crash when i open inventory
« Reply #5 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.

LigH

  • Forum Legend
  • *
  • Posts: 7096
    • View Profile
Re: PC crash when i open inventory
« Reply #6 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.

Gag Harmond
Knight and Ambassador
The Royal House of Purrty

yoredensano

  • Traveller
  • *
  • Posts: 10
    • View Profile
Re: PC crash when i open inventory
« Reply #7 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.

Madoring

  • Hydlaa Resident
  • *
  • Posts: 112
    • View Profile
Re: PC crash when i open inventory
« Reply #8 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.

Suvorov

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Re: PC crash when i open inventory
« Reply #9 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.

tjthunder112

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: PC crash when i open inventory
« Reply #10 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?

Sen

  • Hydlaa Notable
  • *
  • Posts: 746
    • View Profile
Re: PC crash when i open inventory
« Reply #11 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
.....also a saddle that won't pinch the tail. One day!