I have a problem, when I compile the irrlicht examples I get an app_crash and I'm using code::blocks.
Can anyone tell me how to solve this?
app_crash issues[solved]
app_crash issues[solved]
Last edited by trollger on Fri Jul 23, 2010 5:47 pm, edited 1 time in total.
Yeah - more info needed. What kind of error do you get? When do you get it? What did you do exactly? Also never hurts to tell on which OS you are.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
I'm on windows 7
and I,m in debug mode
and I,'m simply compiling hello world.
another thing is I compiled it once and it worked,
I left then when I came back it crashed on me.
the build log says
Checking for existence: D:\(1)Levi\test\bin\Debug\Warhammer RTS.exe
Executing: "D:\1 Levi\Program_files\Code_blocks\CodeBlocks/cb_console_runner.exe" "D:\(1)Levi\test\bin\Debug\Warhammer RTS.exe" (in D:\1 Levi\Program_files\irrlicht-1.7.1\b\Win32-gcc)
Process terminated with status -1073741510 (3 minutes, 7 seconds)
The consol says
Irrlicht Engine 1.7.1
Professional (Build 7600)
Process returned -1073741819 (0xC0000005) execution time : 1.110 s
Press any key to continue
when I expand "view problem details" it says
Problem signature:
Problem Event Name: APPCRASH
Application Name: Warhammer RTS.exe
Application Version: 0.0.0.0
Application Timestamp: 4c3f6d04
Fault Module Name: Warhammer RTS.exe
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 4c3f6d04
Exception Code: c0000005
Exception Offset: 0000142e
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid= ... cid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt[/code]
and I,m in debug mode
and I,'m simply compiling hello world.
another thing is I compiled it once and it worked,
I left then when I came back it crashed on me.
the build log says
Checking for existence: D:\(1)Levi\test\bin\Debug\Warhammer RTS.exe
Executing: "D:\1 Levi\Program_files\Code_blocks\CodeBlocks/cb_console_runner.exe" "D:\(1)Levi\test\bin\Debug\Warhammer RTS.exe" (in D:\1 Levi\Program_files\irrlicht-1.7.1\b\Win32-gcc)
Process terminated with status -1073741510 (3 minutes, 7 seconds)
The consol says
Irrlicht Engine 1.7.1
Professional (Build 7600)
Process returned -1073741819 (0xC0000005) execution time : 1.110 s
Press any key to continue
when I expand "view problem details" it says
Problem signature:
Problem Event Name: APPCRASH
Application Name: Warhammer RTS.exe
Application Version: 0.0.0.0
Application Timestamp: 4c3f6d04
Fault Module Name: Warhammer RTS.exe
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 4c3f6d04
Exception Code: c0000005
Exception Offset: 0000142e
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid= ... cid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt[/code]
That doesn't really look like the original project file (I'm pretty sure it wasn't named Warhammer). Please try using those first. Otherwise no-one can figure out if it's a problem with engine installation or with any other changes you might have made.
If unchanged examples work, then figure out what you changed...
If unchanged examples work, then figure out what you changed...
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
In that case you have probably different project-file settings. Maybe compare those - especially the linker-settings.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm