Author Topic: irrlicht problem  (Read 3131 times)

Offline Drknownothing

  • Single posting newcomer
  • *
  • Posts: 7
irrlicht problem
« on: September 04, 2009, 04:18:09 pm »
I tried creating a new project I set ip up properly i think, then tried to compile hello world
What i get is a gray console box The words on top are there ( hello world Irrlicht engine demo) but no woman animation just a gray box.


Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: C:\3Dfish\hello\
Adding source dir: C:\3Dfish\hello\
Changing directory to: C:/3Dfish/gameengine/irrlicht-1.5/bin/Win32-VisualStudio
Adding file: bin\Debug\hello.exe
Starting debugger:
done
Setting breakpoints
Microsoft (R) Windows Debugger  Version 6.5.0003.7
Copyright (c) Microsoft Corporation. All rights reserved.
CommandLine: bin/Debug/hello.exe
Symbol search path is: C:/3Dfish/hello/
Executable search path is:
ModLoad: 00400000 00432000   hello.exe
ModLoad: 7c900000 7c9b2000   ntdll.dll
ModLoad: 7c800000 7c8f6000   C:\WINDOWS\system32\kernel32.dll
ModLoad: 10000000 10233000   C:\3Dfish\hello\Irrlicht.dll
ModLoad: 7e410000 7e4a1000   C:\WINDOWS\system32\USER32.dll
ModLoad: 77f10000 77f59000   C:\WINDOWS\system32\GDI32.dll
ModLoad: 77dd0000 77e6b000   C:\WINDOWS\system32\ADVAPI32.dll
ModLoad: 77e70000 77f02000   C:\WINDOWS\system32\RPCRT4.dll
ModLoad: 77fe0000 77ff1000   C:\WINDOWS\system32\Secur32.dll
ModLoad: 5ed00000 5edcc000   C:\WINDOWS\system32\OPENGL32.dll
ModLoad: 77c10000 77c68000   C:\WINDOWS\system32\msvcrt.dll
ModLoad: 68b20000 68b40000   C:\WINDOWS\system32\GLU32.dll
ModLoad: 73760000 737ab000   C:\WINDOWS\system32\DDRAW.dll
ModLoad: 73bc0000 73bc6000   C:\WINDOWS\system32\DCIMAN32.dll
ModLoad: 76b40000 76b6d000   C:\WINDOWS\system32\WINMM.dll
(dac.944): Break instruction exception - code 80000003 (first chance)
eax=00241eb4 ebx=7ffda000 ecx=00000003 edx=00000008 esi=00241f48 edi=00241eb4
eip=7c90120e esp=0012fb20 ebp=0012fc94 iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000202
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for ntdll.dll -
ntdll!DbgBreakPoint:
7c90120e cc               int     3
Debugger finished with status 0

Drknownothing