Frictional Games Forum (read-only)

Full Version: RenderTest.exe doesn't launch
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I downloaded HPL Engine and OALWrapper, I compiled libraries and all. And now I'm trying to make some of test projects working. First, I opened RenderTest solution. I managed to compile it. I added all required dlls to the folder containing .exe and then tried to run program. And... It doesn't launch, unfortunately. I can see on task manager that program actually runs for a moment or two, but after few seconds disappears! No window is shown, just nothing. What's wrong?

My system is Windows 7 Home Premium 64-bit. I'm working on Visual Studio Express 2010. I compiled libraries for Release mode and also compiled RenderTest project for Release mode.
Hm, today, when I tried to run RenderTest.exe some error message occured. Unfortunately, I didn't write it down, so I can't tell you the full content of that message, but it was a memory error. Something like "0x004799483c relate to location written in 0x0000000" or similar... This error message occured only once when I tried to run program and for now it didn't show up again. The program still won't launch tough...

EDIT:
It seems that the problem is with this line:

Code:
string home = string(getenv("HOME"));

It's in OAL_LoggerObject.cpp. An unhandled exception error.