Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Program received signal SIGSEGV, Segmentation fault.
- 0x080f8072 in Render::Shader::GetProgram (this=0x1) at Render.h:69
- 69 GLuint GetProgram() const { return m_program; }
- (gdb) bt
- #0 0x080f8072 in Render::Shader::GetProgram (this=0x1) at Render.h:69
- #1 0x080f7f75 in Render::State::UseProgram (shader=0x1) at Render.cpp:647
- #2 0x08116c1a in UseProgram (shader=0x1, Textured=true) at LmrModel.cpp:260
- #3 0x08124918 in LmrGeomBuffer::Render (this=0xa6343b0, rstate=0xbfffe3b0, cameraPos=..., params=0xd444a74) at LmrModel.cpp:330
- #4 0x0811874a in LmrModel::Render (this=0xa6333b0, rstate=0xbfffe3b0, cameraPos=..., trans=..., params=0xd444a74) at LmrModel.cpp:967
- #5 0x081185df in LmrModel::Render (this=0xa6333b0, trans=..., params=0xd444a74) at LmrModel.cpp:942
- #6 0x080c5795 in ModelBody::RenderLmrModel (this=0xd4449b0, viewCoords=..., viewTransform=...) at ModelBody.cpp:189
- #7 0x08063ea8 in Ship::Render (this=0xd4449b0, viewCoords=..., viewTransform=...) at Ship.cpp:832
- #8 0x08067a73 in Player::Render (this=0xd4449b0, viewCoords=..., viewTransform=...) at Player.cpp:80
- #9 0x0805d127 in Space::Render (cam_frame=0xbfffed34) at Space.cpp:886
- #10 0x08083abf in WorldView::Draw3D (this=0xc460c58) at WorldView.cpp:542
- #11 0x080e177c in Pi::MainLoop () at Pi.cpp:988
- #12 0x080e1461 in Pi::Start () at Pi.cpp:905
- #13 0x0804ec98 in main (argc=1) at main.cpp:18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement