OpenGL Problem

Status
Not open for further replies.

abiT

Member
Well... Always when I am using OpenGL, everything is ok. But when I start using MD2 I am getting Sigserv after two minutes. Why? And How I can Fix it?
 
Here is my log:
GetArgcArgv() ...
lpCmdLine is 'srb2win.exe -openGL'
Myargc: 2
myargv[0] : 'srb2win.exe'
myargv[1] : '-openGL'
I_StartupSystem() ...
D_SRB2Main() ...
SRB2 v2.0.6
Z_Init: Init zone memory allocation daemon.
system memory 767MB free 530MB
W_Init: Init WADfiles.
I_StartupTimer...
Added file D:\SRB2\srb2.srb (5421 lumps)
Loading main config from D:\SRB2\srb2.srb
Added file D:\SRB2\zones.dta (907 lumps)
Loading main config from D:\SRB2\zones.dta
Added file D:\SRB2\sonic.plr (185 lumps)
Added file D:\SRB2\tails.plr (175 lumps)
Added file D:\SRB2\knux.plr (171 lumps)
Added file D:\SRB2\rings.wpn (212 lumps)
Added file D:\SRB2\drill.dta (182 lumps)
Added file D:\SRB2\soar.dta (92 lumps)
Added file D:\SRB2\music.dta (162 lumps)

I_StartupGraphics...
VID_SetMode(0)
Mode changed to 0 (320x200W)
CPU Info: 486: 1, 586: 1, MMX: 1, 3DNow: 0, MMXExt: 0, SSE2: 1
HU_Init: Setting up heads up display.
Number of console HUD lines is now 5
executing config.cfg
Player 1 renamed to Shooting Star
Number of console HUD lines is now 20
Default resolution: 640 x 400 (16 bits)
M_Init: Init miscellaneous info.
R_Init: Init SRB2 refresh daemon -
InitTextures...
InitSprites...
I_ShutdownGraphics()
HWR_Shutdown()
signal_handler() error: segment violation
 
Use the srb2win.exe.debug file, renamed to srb2windebug.exe and place exchdl.dll together then run and crash the game

this should make a srb2windebug.RPT that holds the backtrace from this debugger info version of srb2win.exe
 
Ok srb2windebug.RPT say:
-------------------
Error occured on Wednesday, January 1, 2003 at 11:42:18.
D:\SRB2\srb2windebug.exe caused an Access Violation at location 77f5847c in module C:\WINDOWS\System32\ntdll.dll Writing to location 00000000.
Registers:
eax=000002d3 ebx=00000c68 ecx=00000000 edx=019aa308 esi=003f0000 edi=019a3fc8
eip=77f5847c esp=0022f93c ebp=0022fb30 iopl=0 nv up ei ng nz na pe cy
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010283
Call stack:
77F5847C C:\WINDOWS\System32\ntdll.dll:77F5847C RtlAllocateHeap
77C1AC14 C:\WINDOWS\system32\msvcrt.dll:77C1AC14 free
77C1AC2A C:\WINDOWS\system32\msvcrt.dll:77C1AC2A free
00416483 D:\SRB2\srb2windebug.exe:00416483 Z_MallocAlign /home/alam/svn/srb2/src/z_zone.c:180
00490000 D:\SRB2\srb2windebug.exe:00490000 R_AddSingleSpriteDef /home/alam/svn/srb2/src/r_things.c:316
004901BC D:\SRB2\srb2windebug.exe:004901BC R_AddSpriteDefs /home/alam/svn/srb2/src/r_things.c:412
00493D71 D:\SRB2\srb2windebug.exe:00493D71 R_InitSprites /home/alam/svn/srb2/src/r_things.c:504
00487F12 D:\SRB2\srb2windebug.exe:00487F12 R_InitData /home/alam/svn/srb2/src/r_data.c:1049
0048AEF4 D:\SRB2\srb2windebug.exe:0048AEF4 R_Init /home/alam/svn/srb2/src/r_main.c:641
00403A6E D:\SRB2\srb2windebug.exe:00403A6E D_SRB2Main /home/alam/svn/srb2/src/d_main.c:1203
0040263C D:\SRB2\srb2windebug.exe:0040263C WinMain /home/alam/svn/srb2/src/win32/win_main.c:752
004B44B7 D:\SRB2\srb2windebug.exe:004B44B7
004011D9 D:\SRB2\srb2windebug.exe:004011D9 __mingw_CRTStartup /home/speedblue/cross/mingw/3.4.5/mingw32-3.4.5/runtime/BUILD/../crt1.c:226
00401243 D:\SRB2\srb2windebug.exe:00401243 WinMainCRTStartup /home/speedblue/cross/mingw/3.4.5/mingw32-3.4.5/runtime/BUILD/../crt1.c:260
77E7EB69 C:\WINDOWS\system32\kernel32.dll:77E7EB69 CreateProcessInternalW
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top