From: yu <cat...@ho...> - 2008-07-16 09:31:24
|
Hi, Is there anybody face this problem before while debugging the OpenVRML? I can't see any object on the screen while im load the .wrl file. And the error message was shown below: 'sdl-viewerd.exe': Loaded 'C:\Program Files\openvrml-0.17.6\ide-projects\Windows\VisualC9_0\bin\sdl-viewerd.exe', Symbols loaded. 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\SDL.dll', Binary was not built with debug information. 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\secur32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\user32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\winmm.dll' 'sdl-viewerd.exe': Loaded 'C:\Program Files\openvrml-0.17.6\ide-projects\Windows\VisualC9_0\bin\openvrml-gld.dll', Symbols loaded. 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\glu32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\opengl32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\ddraw.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\dciman32.dll' 'sdl-viewerd.exe': Loaded 'C:\Program Files\openvrml-0.17.6\ide-projects\Windows\VisualC9_0\bin\openvrmld.dll', Symbols loaded. 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\shell32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\msvcp90d.dll', Symbols loaded. 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\msvcr90d.dll', Symbols loaded. 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\imm32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\lpk.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\usp10.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\avgrsstx.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\msctf.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\version.dll' 'sdl-viewerd.exe': Unloaded 'C:\WINDOWS\system32\version.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\MSCTFIME.IME' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\ole32.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\kbdus.dll' 'sdl-viewerd.exe': Unloaded 'C:\WINDOWS\system32\kbdus.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\kbdus.dll' 'sdl-viewerd.exe': Unloaded 'C:\WINDOWS\system32\kbdus.dll' 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\iglicd32.dll', Binary was not built with debug information. 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\igldev32.dll', Binary was not built with debug information. 'sdl-viewerd.exe': Loaded 'C:\WINDOWS\system32\mcd32.dll' 'sdl-viewerd.exe': Unloaded 'C:\WINDOWS\system32\mcd32.dll' First-chance exception at 0x7c812a5b in sdl-viewerd.exe: Microsoft C++ exception: openvrml::no_alternative_url at memory location 0x0bbff7f8.. The thread 'Win32 Thread' (0x91c) has exited with code 0 (0x0). The thread 'Win32 Thread' (0x12d0) has exited with code 0 (0x0). The program '[2632] sdl-viewerd.exe: Native' has exited with code 0 (0x0). Is there any method to solve this problem? When I try to debug, the cmd will show this error message too: file:///C:/ProgramsFiles/openvrml-0.17.6/models/snoman.wrl :unrecognized error during resolution no alternative URI could be resolved. Any idea to solve this problem?? Regards, Thang -- View this message in context: http://www.nabble.com/Debugging-OpenVRML-tp18483799p18483799.html Sent from the openvrml-develop mailing list archive at Nabble.com. |
From: M. v. D. <m.v...@me...> - 2008-07-18 09:08:39
|
yu wrote: > > Hi, > > Is there anybody face this problem before while debugging the OpenVRML? > I can't see any object on the screen while im load the .wrl file. > And the error message was shown below: > > First-chance exception at 0x7c812a5b in sdl-viewerd.exe: Microsoft C++ > exception: openvrml::no_alternative_url at memory location 0x0bbff7f8.. > > Is there any method to solve this problem? When I try to debug, the cmd > will show this error message too: > > file:///C:/ProgramsFiles/openvrml-0.17.6/models/snoman.wrl :unrecognized > error during resolution no alternative URI could be resolved. > > Are you sure the path is right? Maybe you can try a relative path to the wrl-file. gr. Matthijs -- View this message in context: http://www.nabble.com/Debugging-OpenVRML-tp18483799p18525339.html Sent from the openvrml-develop mailing list archive at Nabble.com. |
From: yu <cat...@ho...> - 2008-07-20 02:55:28
|
Hi, I able to see the .wrl file. I just put the file the simple directory as below: D:/snoman.wrl The openvrml able to execute it. M. van Doeselaar wrote: > > > > yu wrote: >> >> Hi, >> >> Is there anybody face this problem before while debugging the OpenVRML? >> I can't see any object on the screen while im load the .wrl file. >> And the error message was shown below: >> >> First-chance exception at 0x7c812a5b in sdl-viewerd.exe: Microsoft C++ >> exception: openvrml::no_alternative_url at memory location 0x0bbff7f8.. >> >> Is there any method to solve this problem? When I try to debug, the cmd >> will show this error message too: >> >> file:///C:/ProgramsFiles/openvrml-0.17.6/models/snoman.wrl :unrecognized >> error during resolution no alternative URI could be resolved. >> >> > > Are you sure the path is right? Maybe you can try a relative path to the > wrl-file. > > gr. Matthijs > -- View this message in context: http://www.nabble.com/Debugging-OpenVRML-tp18483799p18550920.html Sent from the openvrml-develop mailing list archive at Nabble.com. |