Problem sa IrrlichtSDK

Problem sa IrrlichtSDK

offline
  • Programer
  • Pridružio: 23 Maj 2012
  • Poruke: 4575

Danas sam sa Interneta skinuo IrrlichtSDK (sve konfiguracione fajlove) i ekstraktovao sve po pripadnosti (biblioteke u lib, header fajlove u include itd.). Međutim, desila se greška pri debagovanju zbog koje sada stalno blokira proces.

Output:
'HWIrrlicht.exe': Loaded 'C:\Users\Violeta\Documents\Visual Studio 2010\Projects\HWIrrlicht\Debug\HWIrrlicht.exe', Symbols loaded. 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\Irrlicht.dll', Binary was not built with debug information. 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\user32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\gdi32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\lpk.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\usp10.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\advapi32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\sechost.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\opengl32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\glu32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\ddraw.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\dciman32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\setupapi.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\cfgmgr32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\oleaut32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\ole32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\devobj.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\dwmapi.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\winmm.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\msvcr100d.dll', Symbols loaded. 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\imm32.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\msctf.dll', Cannot find or open the PDB file Irrlicht Engine version 1.7.3 Microsoft Windows 7 Ultimate Edition Service Pack 1 (Build 7601) 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\uxtheme.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\MPK\Mpk.dll', Binary was not built with debug information. 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\psapi.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\cryptbase.dll', Cannot find or open the PDB file 'HWIrrlicht.exe': Loaded 'C:\Windows\System32\clbcatq.dll', Cannot find or open the PDB file Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call.  This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention. First-chance exception at 0x10002453 in HWIrrlicht.exe: 0xC0000005: Access violation reading location 0x0000002d. Unhandled exception at 0x10002453 in HWIrrlicht.exe: 0xC0000005: Access violation reading location 0x0000002d.

Slike:



Ovo se pokazuje pri debagovanju. Pokušao sam ići na continue, ali su mi se onda pojavile još neke greške;



Ovaj kod je obeležen zelenom strelicom kao na slici:



I ako zatreba:



Na početku mi je bio problem jer nisam imao Irrlicht.dll, kada sam ga skinuo sa Interneta i ubacio u C:/Windows/System32 nastalo je ovo.



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • Srđan Tot
  • Am I evil? I am man, yes I am.
  • Pridružio: 12 Jul 2005
  • Poruke: 2483
  • Gde živiš: Ljubljana

Par stvari mogu biti problem... proveri da li si skinuo Irrlicht za VS2010, proveri da li koristiš istu verziju header datoteka i dll-a, proveri da li imaš postavljene parametre za kompajler i linker onako kako je objašnjeno u uputstvu za korišćenje Irrlicht-a.

Ako ništa od toga ne pomogne, predlažem da sam iskompajliraš Irrlicht.



offline
  • Programer
  • Pridružio: 23 Maj 2012
  • Poruke: 4575

Hvala Srki Ziveli Uzgred, Irrlicht sam isprobao kao executable fajl unutar arhive koje sam skinuo, čini mi se OK. Koju bi mi ti grafičku biblioteku preporučio kao dobru, sem Irrlicht?

offline
  • Srđan Tot
  • Am I evil? I am man, yes I am.
  • Pridružio: 12 Jul 2005
  • Poruke: 2483
  • Gde živiš: Ljubljana

Sve zavisi od samog projekta i broja ljudi koji će raditi na njemu. Moje preporuke su Irrlicht, Ogre 3D i XNA (.Net).

offline
  • Programer
  • Pridružio: 23 Maj 2012
  • Poruke: 4575

Napisano: 04 Apr 2013 17:21

XNA se koristi sa C#. Mrzi me da instaliram sada XNA Framework i Visual C#. Ogre mi izgleda pouzdanije.

Dopuna: 04 Apr 2013 17:31

Još jedno pitanje (da se ne zeznem sad) , gde da ekstraktujem ove foldere, tačnije, može li u Visual Studio 10.0 > VC?

offline
  • Srđan Tot
  • Am I evil? I am man, yes I am.
  • Pridružio: 12 Jul 2005
  • Poruke: 2483
  • Gde živiš: Ljubljana

Možeš bilo gde. Ja obično na eksternom disku imam direktorijum development\libs u kojem mi stoje biblioteke za programiranje.

Ko je trenutno na forumu
 

Ukupno su 1120 korisnika na forumu :: 39 registrovanih, 10 sakrivenih i 1071 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 3466 - dana 01 Jun 2021 17:07

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: _Rade, A.R.Chafee.Jr., antonije64, bobomicek, bojank, bufanje, cenejac111, CikaKURE, darkojbn, dika69, djboj, dozorni, draganl, dushan, FileFinder, flash12, FOX, hatman, hologram, HrcAk47, Ivica1102, janbo, Kaplar2, Karla, ladro, loon123, Milos82, MilosKop, milutin134, minmatar34957, Mixelotti, ruger357, ruma, stegonosa, suton, uruk, wizzardone, xaver, Zoca