Author Topic: graphics card problem?  (Read 1783 times)

i have a computer with a nvidia geforce fx 5500, with updated drives.  when blockland starts it gets to "accelerated openGL display device detected." and then crashes, can anyone help?

Could you post your console.log file?

/-------------------------- 7/28/2007 -- 14:21:29 -----
Processor Init:
   Intel Pentium 4, ~2.75 Ghz
     (timed at roughly 2.76 Ghz)
   FPU detected
   MMX detected
   SSE detected
 
Math Init:
   Installing Standard C extensions
   Installing Assembly extensions
   Installing FPU extensions
   Installing MMX extensions
   Installing SSE extensions
 
Input Init:
   keyboard0 input device created.
   mouse0 input device created.
   DirectInput enabled.

--------- Parsing Arguments ---------
--------- Loading Common ---------
Loading compiled script base/main.cs.
Loading compiled script base/client/defaults.cs.
Loading compiled script base/server/defaults.cs.
Missing file: base/config/client/prefs.cs!
Missing file: base/config/server/prefs.cs!
--------- Loading MODS ---------
Skipping mod: Add-Ons


--------- Initializing FPS ---------
Loading compiled script base/client/init.cs.
Loading compiled script base/server/init.cs.
Loading compiled script base/data/init.cs.
Loading compiled script base/client/canvas.cs.
Loading compiled script base/client/audio.cs.

--------- Initializing Base: Server ---------
Loading compiled script base/server/mainServer.cs.
Loading compiled script base/server/scripts/game.cs.

--------- Initializing Base: Client ---------
Loading compiled script base/client/message.cs.
Loading compiled script base/client/mission.cs.
Loading compiled script base/client/missionDownload.cs.
Loading compiled script base/client/actionMap.cs.
Video Init:

Is that all of it? This is a weird crash, try installing the latest version over what you have installed and see if it works.

its the latest version (7) and the graphics card has the latest driver

Don't install it for an update, just do it and see if it fixes it.

Its a full clean install of v7

Badspot

  • Administrator
run blockland.exe -trace and post your console log. 

here it is, I sure hope i did it right


//-------------------------- 7/28/2007 -- 17:33:01 -----
Processor Init:
   Intel Pentium 4, ~2.75 Ghz
     (timed at roughly 2.76 Ghz)
   FPU detected
   MMX detected
   SSE detected
 
Math Init:
   Installing Standard C extensions
   Installing Assembly extensions
   Installing FPU extensions
   Installing MMX extensions
   Installing SSE extensions
 
Input Init:
   keyboard0 input device created.
   mouse0 input device created.
   DirectInput enabled.

--------- Parsing Arguments ---------
   Console trace is on.
Leaving parseArgs() - return
--------- Loading Common ---------
Entering loadDir(base)
   Entering pushBack(Add-Ons, base, ;)
   Leaving pushBack() - return Add-Ons;base
   Loading compiled script base/main.cs.
Leaving loadDir() - return
Loading compiled script base/client/defaults.cs.
Loading compiled script base/server/defaults.cs.
Missing file: base/config/client/prefs.cs!
Missing file: base/config/server/prefs.cs!
--------- Loading MODS ---------
Entering loadMods(Add-Ons)
   Skipping mod: Add-Ons
Leaving loadMods() - return

Entering onStart()
   
--------- Initializing FPS ---------
   Loading compiled script base/client/init.cs.
   Loading compiled script base/server/init.cs.
   Loading compiled script base/data/init.cs.
   Entering initCommon()
      Loading compiled script base/client/canvas.cs.
      Loading compiled script base/client/audio.cs.
   Leaving initCommon() - return
   Entering initServer()
     
--------- Initializing Base: Server ---------
      Entering initBaseServer()
         Loading compiled script base/server/mainServer.cs.
      Leaving initBaseServer() - return 1
      Loading compiled script base/server/scripts/game.cs.
   Leaving initServer() - return 1
   Entering serverPart2()
      Entering initClient()
         
--------- Initializing Base: Client ---------
         Entering initBaseClient()
            Loading compiled script base/client/message.cs.
            Entering addMessageCallback(, defaultMessageCallback)
            Leaving addMessageCallback() - return defaultMessageCallback
            Loading compiled script base/client/mission.cs.
            Loading compiled script base/client/missionDownload.cs.
            Loading compiled script base/client/actionMap.cs.
         Leaving initBaseClient() - return defaultMessageCallback
         Entering initCanvas(Blockland)
            Video Init:

my GF plays blockland on that exact card.

must be driver issues

Badspot

  • Administrator
You did it right, but unfortunately it doesn't clarify the situation.  It's just crashing on the video initialization.  I assume your desktop is set to at least 1024x768 in 16,24 or 32-bit color? 

My only thought is that it's a driver issue.  You could try making sure that all old drivers are removed then re-installing the latest nvidia driver.

hmmm, well i'll mess around with stuff. thanks for the help! :cookieMonster: