Samples not running

mavix

27-08-2008 17:33:19

I downloaded the latest MOgre recently and upon trying out one of the samples it crashed with some error about not being able to load a file. I finally found out how to fix it (Downloaded the VC++ 2008 Runtime), but now it's giving a new error:

OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library C:\MogreSDK\bin\Debug\RenderSystem_Direct3D9_d. System Error: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
in DynLib::load at ..\src\OgreDynLib.cpp (line 80)

All the .cfg paths are correct, and it just doesn't want to run.
I'm running VC# 2005 Express with SP1 on XP SP2.
Anyone know what I can do?

Marioko

27-08-2008 19:54:00

Do you have installed DirectX SDK March 2008??

feanor91

27-08-2008 20:07:22

Hi

I have the same problem if I run soft from C# IDE but if I compile it and run it from it's directory, all work fine, try this, perhaps it helps

mavix

28-08-2008 09:18:42

Do you have installed DirectX SDK March 2008??
No I haven't. Do I need the redistributable or the SDK?

mavix

28-08-2008 09:20:53

Hi

I have the same problem if I run soft from C# IDE but if I compile it and run it from it's directory, all work fine, try this, perhaps it helps


No luck there for me

mavix

01-09-2008 16:15:22

OK So I've installed the March 2008 DirectX SDK, and just as I suspected, it... doesn't work. Still gives that annoying error message about not being able to find the directx file.

mavix

01-09-2008 16:17:51

OK So I've installed the March 2008 DirectX SDK, and just as I suspected, it... doesn't work. Still gives that annoying error message about not being able to find the directx file.

mavix

01-09-2008 16:39:27

Never mind, I got it running by setting it to Release instead of Debug...