OpenGL problem running GtkRadiant

Locked
Ryodox
Posts: 12
Joined: Tue Jul 09, 2002 7:00 am

OpenGL problem running GtkRadiant

Post by Ryodox »

Original thread: http://quake3world.com/forum/viewtopic.php?t=31803

The relevant error messages can be found there. Since this is more of a software issue than a level editing issue, I thought it might be appropriate to post this here. Summary: Some versions of GtkRadiant crash immediately when I load from a GL error, and others don't render textures.

System info from dxdiag:

Code: Select all

------------------
System Information
------------------
Time of this report: 6/21/2007, 17:13:49
       Machine name: HOME-PC
   Operating System: Windows Vista™ Home Basic (6.0, Build 6000) (6000.vista_rtm.061101-2205)
           Language: English (Regional Setting: English)
System Manufacturer: Gateway
       System Model: W3619
               BIOS: Phoenix - AwardBIOS v6.00PG
          Processor: Intel(R) Celeron(R) D CPU 3.46GHz, ~3.5GHz
             Memory: 502MB RAM
          Page File: 1052MB used, 570MB available
        Windows Dir: C:\Windows
    DirectX Version: DirectX 10
DX Setup Parameters: Not found
     DxDiag Version: 6.00.6000.16386 32bit Unicode

---------------
Display Devices
---------------
        Card name: Intel(R) 82945G Express Chipset Family
     Manufacturer: Intel Corporation
        Chip type: Intel(R) 82945G Express Chipset Family
         DAC type: Internal
       Device Key: Enum\PCI\VEN_8086&DEV_2772&SUBSYS_1B761019&REV_02
   Display Memory: 64 MB
 Dedicated Memory: 0 MB
    Shared Memory: 64 MB
     Current Mode: 1280 x 800 (32 bit) (60Hz)
          Monitor: Generic PnP Monitor
      Driver Name: igdumd32.dll
   Driver Version: 7.14.0010.1255 (English)
      DDI Version: 9Ex
Driver Attributes: Final Retail
 Driver Date/Size: 4/13/2007 14:32:52, 2551808 bytes
      WHQL Logo'd: Yes
  WHQL Date Stamp: 
Device Identifier: {D7B78E66-6432-11CF-4E77-7C3BA3C2CA35}
...
I've tried:
  • Running in Windows XP compatibility mode
  • Disabling desktop composition as recommended on the QERadiant.com website
  • Using the latest GtkRadiant 1.5.0 nightly, which is supposedly Windows Vista compatible
  • Uninstalling Radiant, cleaning the registry and files completely, and reinstalling
  • Installing Radiant outside of Program Files
  • Re-installing my graphics drivers (which are the latest version)
Any ideas?
dzjepp
Posts: 12839
Joined: Wed Mar 28, 2001 8:00 am

Post by dzjepp »

It sounds like something was changed in the radiant driver code in the recent versions that probably conflicts with your older card (and probably more rare these days anyone using radiant with such a card). Considering the radiant dev. team is quite small nowadays it wouldn't suprise me if extensive testing on that card had not been performed.

Your best bet is to probably revert back to the last version that works ok
Ryodox
Posts: 12
Joined: Tue Jul 09, 2002 7:00 am

Post by Ryodox »

Well, that's the problem; no version of GtkRadiant that I've tried yet has worked. Gtk 1.1.1 and 1.3.7 don't give me critical errors like the others do, but the textures simply won't show up. I'll try other versions; can you point me to a place where I could find older versions of Radiant (since the id site is down)?
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Post by obsidian »

GtkRadiant 1.1.1 is the oldest version that I'm aware of, unfortunately.

ftp://ftp.idsoftware.com/idstuff/qeradiant/GtkRadiant/

I don't have Vista or that chipset, so I'm at a loss for solutions. If it's a chipset issue, even dual booting with XP or Linux won't be likely to fix things.
dzjepp
Posts: 12839
Joined: Wed Mar 28, 2001 8:00 am

Post by dzjepp »

What about qeradiant? ;)
Ryodox
Posts: 12
Joined: Tue Jul 09, 2002 7:00 am

Post by Ryodox »

Tried Q3Radiant 202, and QERadiant 135, and both give me the following error in a dialog:
wglShareLists in WXY_WndProc failed
GetLastError() = -1073278755 - 0
An unrecoverable error has occured. Would you like to edit Preferences before exiting QERadiant (Q3Radiant)?
This is absurd; only two versions are able to load without crashing: 1.1.1 and 1.3.7. Would you say that a new graphics card is the only way around this? ._.
Locked