app_crash issues[solved]

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
trollger
Posts: 84
Joined: Tue Jun 01, 2010 2:17 am
Location: At my computer

app_crash issues[solved]

Post by trollger »

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?
Last edited by trollger on Fri Jul 23, 2010 5:47 pm, edited 1 time in total.
PI
Posts: 176
Joined: Tue Oct 09, 2007 7:15 pm
Location: Hungary

Post by PI »

I'm on C::B too, no crashes here, you must be deleting something shouldn't be deleted, or not deleting something... We need more info, pal! Or your code!
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

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
trollger
Posts: 84
Joined: Tue Jun 01, 2010 2:17 am
Location: At my computer

Post by trollger »

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]
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

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...
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
trollger
Posts: 84
Joined: Tue Jun 01, 2010 2:17 am
Location: At my computer

Post by trollger »

I ran the original examples and they work but what I mean't is I copied the code, not used the same file.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

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
trollger
Posts: 84
Joined: Tue Jun 01, 2010 2:17 am
Location: At my computer

Post by trollger »

there the same
trollger
Posts: 84
Joined: Tue Jun 01, 2010 2:17 am
Location: At my computer

Post by trollger »

I just fixed it.
thanks anyway. :D
Last edited by trollger on Tue Aug 03, 2010 3:59 am, edited 1 time in total.
Post Reply