Created
January 9, 2013 20:32
-
-
Save eteeselink/4496655 to your computer and use it in GitHub Desktop.
GNU Rocket OGL crash on win8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled exception at 0x00adfd35 in RocketEditor1.0Beta.exe: 0xC000041D: An unhandled exception was encountered during a user callback. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> RocketEditor1.0Beta.exe!memset(unsigned char * dst, unsigned char value, unsigned long count) Line 136 Asm | |
RocketEditor1.0Beta.exe!LinearAllocator_allocAlignedZero(LinearAllocator * allocator, unsigned int size, unsigned int alignment) Line 38 + 0x5 bytes C | |
RocketEditor1.0Beta.exe!Emgui_fillGrad(unsigned int color0, unsigned int color1, int x, int y, int w, int h) Line 410 C | |
RocketEditor1.0Beta.exe!Emgui_fill(unsigned int color, int x, int y, int w, int h) Line 400 + 0x1b bytes C | |
RocketEditor1.0Beta.exe!drawStatus() Line 389 C | |
RocketEditor1.0Beta.exe!internalUpdate() Line 479 C | |
RocketEditor1.0Beta.exe!Editor_update() Line 494 C | |
RocketEditor1.0Beta.exe!WndProc(HWND__ * window, unsigned int message, unsigned int wParam, long lParam) Line 573 + 0x5 bytes C | |
user32.dll!757f77d8() | |
[Frames below may be incorrect and/or missing, no symbols loaded for user32.dll] | |
user32.dll!757f78cb() | |
user32.dll!757f787a() | |
user32.dll!757f76f5() | |
opengl32.dll!686b683b() | |
opengl32.dll!686b6c5d() | |
user32.dll!757f77d8() | |
user32.dll!757f78cb() | |
user32.dll!757f787a() | |
user32.dll!757f7b6f() | |
user32.dll!757f7b6f() | |
user32.dll!757f7c44() | |
ntdll.dll!770d2f02() | |
user32.dll!757fb76a() | |
user32.dll!757fa92d() | |
user32.dll!757f8fed() | |
uxtheme.dll!72167d29() | |
uxtheme.dll!7214249f() | |
uxtheme.dll!7214254d() | |
user32.dll!757f75e7() | |
RocketEditor1.0Beta.exe!WndProc(HWND__ * window, unsigned int message, unsigned int wParam, long lParam) Line 578 + 0x10 bytes C | |
user32.dll!757f77d8() | |
user32.dll!757f78cb() | |
user32.dll!757f787a() | |
user32.dll!757fbd11() | |
user32.dll!757fbd39() | |
opengl32.dll!686b6c5d() | |
user32.dll!757f77d8() | |
user32.dll!757f90e7() | |
user32.dll!757f787a() | |
user32.dll!757f7b6f() | |
user32.dll!757fa963() | |
ntdll.dll!770d2f02() | |
user32.dll!758150e8() | |
RocketEditor1.0Beta.exe!Window_buildMenu() Line 322 + 0xd bytes C | |
RocketEditor1.0Beta.exe!createWindow(const wchar_t * title, int width, int height) Line 171 C | |
RocketEditor1.0Beta.exe!WinMain(HINSTANCE__ * instance, HINSTANCE__ * prevInstance, char * cmndLine, int show) Line 598 + 0x31 bytes C | |
RocketEditor1.0Beta.exe!__tmainCRTStartup() Line 237 + 0xe bytes C | |
kernel32.dll!75d58543() | |
ntdll.dll!770eac69() | |
ntdll.dll!770eac3c() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment