Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scenegraph rewrite
04-28-2010, 04:12 AM,
#18
 
I did a quick test(2695) and hit a segfault on game restart.

The stack trace:
Code:
#0 004CA82D    RENDER_INPUT_SCENE::SelectTexturing(this=0x28afa8, forme=..., glstate=...) (E:\vdrift\vdrift\src\graphics_renderers.cpp:504)
#1 004C9CB6    RENDER_INPUT_SCENE::DrawList(this=0x28afa8, glstate=..., drawlist=..., preculled=true) (E:\vdrift\vdrift\src\graphics_renderers.cpp:236)
#2 004C9BDC    RENDER_INPUT_SCENE::Render(this=0x28afa8, glstate=...) (E:\vdrift\vdrift\src\graphics_renderers.cpp:211)
#3 004C8870    GRAPHICS_SDLGL::Render(this=0x28aba4, input=0x28afa8, output=..., error_output=...) (E:\vdrift\vdrift\src\graphics.cpp:968)
#4 004C7B03    GRAPHICS_SDLGL::RenderDrawlists(this=0x28aba4, dynamic_drawlist=..., static_drawlist=..., render_scene=..., render_output=..., error_output=...) (E:\vdrift\vdrift\src\graphics.cpp:887)
#5 004C5B34    GRAPHICS_SDLGL::DrawScene(this=0x28aba4, error_output=...) (E:\vdrift\vdrift\src\graphics.cpp:603)
#6 004BFDCB    GAME::LoadingScreen(this=0x28a770, progress=0, max=1) (E:\vdrift\vdrift\src\game.cpp:2116)
#7 004BBF84    GAME::LoadTrack(this=0x28a770, trackname=...) (E:\vdrift\vdrift\src\game.cpp:1760)
#8 004BA2CB    GAME::NewGame(this=0x28a770, playreplay=false, addopponents=false, num_laps=0) (E:\vdrift\vdrift\src\game.cpp:1512)
#9 004B86A0    GAME::ProcessGUIAction(this=0x28a770, action=...) (E:\vdrift\vdrift\src\game.cpp:1306)
#10 004B4C52    GAME::ProcessGUIInputs(this=0x28a770) (E:\vdrift\vdrift\src\game.cpp:1023)
#11 004B246B    GAME::AdvanceGameLogic(this=0x28a770) (E:\vdrift\vdrift\src\game.cpp:622)
#12 004B236D    GAME::Tick(this=0x28a770, deltat=0.00700000022) (E:\vdrift\vdrift\src\game.cpp:606)
#13 004B221D    GAME::MainLoop(this=0x28a770) (E:\vdrift\vdrift\src\game.cpp:572)
#14 004AE2F9    GAME::Start(this=0x28a770, args=...) (E:\vdrift\vdrift\src\game.cpp:175)
#15 004F716F    SDL_main(argc=2, argv=0x28fd40) (E:\vdrift\vdrift\src\main.cpp:70)
#16 0052C716    console_main(argc=2, argv=0x28fd40) (src/main/win32/SDL_win32_main.c:217)
#17 0052C8D7    WinMain(hInst=0x400000, hPrev=0x0, szCmdLine=0x22830dc "-debug", sw=10) (src/main/win32/SDL_win32_main.c:353)
#18 00000000    0x0052c180 in main() (??:??)
Reply


Messages In This Thread
Scenegraph rewrite - by joevenzon_phpbb2_import3 - 04-25-2010, 03:13 PM
[No subject] - by NaN - 04-25-2010, 04:40 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-25-2010, 07:40 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-25-2010, 07:49 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-25-2010, 07:55 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-25-2010, 08:41 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-25-2010, 08:50 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-25-2010, 09:15 PM
[No subject] - by portets - 04-25-2010, 10:54 PM
[No subject] - by alex25 - 04-25-2010, 11:27 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-26-2010, 12:31 AM
[No subject] - by portets - 04-26-2010, 01:15 AM
[No subject] - by NaN - 04-26-2010, 06:45 AM
[No subject] - by NaN - 04-26-2010, 02:13 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-26-2010, 09:39 PM
[No subject] - by joevenzon_phpbb2_import3 - 04-28-2010, 03:17 AM
[No subject] - by joevenzon_phpbb2_import3 - 04-28-2010, 03:26 AM
[No subject] - by NaN - 04-28-2010, 04:12 AM
[No subject] - by joevenzon_phpbb2_import3 - 04-28-2010, 10:39 AM
[No subject] - by NaN - 04-28-2010, 11:15 AM
[No subject] - by NaN - 04-29-2010, 07:50 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-01-2010, 12:38 PM
[No subject] - by NaN - 05-03-2010, 12:42 PM
[No subject] - by joevenzon_phpbb2_import3 - 05-05-2010, 10:49 PM
[No subject] - by NaN - 05-06-2010, 06:54 PM
[No subject] - by NaN - 05-06-2010, 07:14 PM
[No subject] - by NaN - 05-07-2010, 04:59 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-07-2010, 10:37 AM
[No subject] - by alex25 - 05-07-2010, 12:03 PM
[No subject] - by NaN - 05-07-2010, 12:04 PM
[No subject] - by nomoo - 05-07-2010, 12:17 PM
[No subject] - by NaN - 05-07-2010, 12:20 PM
[No subject] - by NaN - 05-07-2010, 01:02 PM
[No subject] - by nomoo - 05-07-2010, 01:11 PM
[No subject] - by NaN - 05-07-2010, 01:20 PM
[No subject] - by nomoo - 05-07-2010, 02:56 PM
[No subject] - by joevenzon_phpbb2_import3 - 05-08-2010, 12:38 PM
[No subject] - by NaN - 05-10-2010, 11:24 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-10-2010, 10:25 PM
[No subject] - by NaN - 05-11-2010, 09:42 AM
[No subject] - by NaN - 05-11-2010, 10:57 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-11-2010, 09:35 PM
[No subject] - by NaN - 05-12-2010, 05:37 PM
[No subject] - by joevenzon_phpbb2_import3 - 05-14-2010, 01:09 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-14-2010, 01:37 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-16-2010, 01:43 AM
[No subject] - by NaN - 05-16-2010, 09:50 AM
[No subject] - by NaN - 05-16-2010, 10:25 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-16-2010, 11:14 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-20-2010, 07:40 PM
[No subject] - by NaN - 05-21-2010, 03:35 AM
[No subject] - by joevenzon_phpbb2_import3 - 05-21-2010, 12:02 PM
[No subject] - by joevenzon_phpbb2_import3 - 05-24-2010, 11:18 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)