ogre-sdk-v14.2.4-msvc142-x64.zip: no exe works

Problems building or running the engine, queries about how to use features etc.
BSer
Halfling
Posts: 95
Joined: Fri Dec 23, 2005 8:46 pm
Location: Niskayuna, NY

ogre-sdk-v14.2.4-msvc142-x64.zip: no exe works

Post by BSer »

Ogre Version: 14.2.4
Operating System: Windows 10
Render System: Direct 3D 9

I extracted ogre-sdk-v14.2.4-msvc142-x64.zip, browsed to the bin folder and ran some executables, all with exceptions. Below is the output of Test_Ogre.exe with just a few of the many failures. I must be overlooking some setup steps.

Ogre Next demos run just fine but I have an old Ogre code project so I'd like to have the most compatibility.

Any suggestions?

Code: Select all

----------------------------------------------------------------------------------------
[ RUN      ] UseCustomCapabilitiesTests.CustomCapabilitiesGL
unknown file: error: C++ exception with description "Ogre::InternalErrorException::InternalErrorException: Could not load dynamic library .\RenderSystem_Direct3D9.  System Error: The specified module could not be found.

[----------] 10 tests from ZipArchiveTests
[ RUN      ] ZipArchiveTests.ListNonRecursive
unknown file: error: C++ exception with description "Ogre::FileNotFoundException::FileNotFoundException: Cannot open file: ../Tests/Media/misc/ArchiveTest.zip in Ogre::_openFileStream at C:\projects\ogre-bsrh7\OgreMain\src\OgreFileSystem.cpp (line 388)" thrown in SetUp().
[  FAILED  ] ZipArchiveTests.ListNonRecursive (1 ms)
[ RUN      ] ZipArchiveTests.ListRecursive
unknown file: error: C++ exception with description "Ogre::FileNotFoundException::FileNotFoundException: Cannot open file: ../Tests/Media/misc/ArchiveTest.zip in Ogre::_openFileStream at C:\projects\ogre-bsrh7\OgreMain\src\OgreFileSystem.cpp (line 388)" thrown in SetUp().
[  FAILED  ] ZipArchiveTests.ListRecursive (2 ms)
[ RUN      ] ZipArchiveTests.ListFileInfoNonRecursive
unknown file: error: C++ exception with description "Ogre::FileNotFoundException::FileNotFoundException: Cannot open file: ../Tests/Media/misc/ArchiveTest.zip in Ogre::_openFileStream at C:\projects\ogre-bsrh7\OgreMain\src\OgreFileSystem.cpp (line 388)" thrown in SetUp().
[  FAILED  ] ZipArchiveTests.ListFileInfoNonRecursive (1 ms)
[ RUN      ] ZipArchiveTests.ListFileInfoRecursive
unknown file: error: C++ exception with description "Ogre::FileNotFoundException::FileNotFoundException: Cannot open file: ../Tests/Media/misc/ArchiveTest.zip in Ogre::_openFileStream at C:\projects\ogre-bsrh7\OgreMain\src\OgreFileSystem.cpp (line 388)" thrown in SetUp().
[  FAILED  ] ZipArchiveTests.ListFileInfoRecursive (1 ms)
[ RUN      ] ZipArchiveTests.FindNonRecursive
unknown file: error: C++ exception with description "Ogre::FileNotFoundException::FileNotFoundException: Cannot open file: ../Tests/Media/misc/ArchiveTest.zip in Ogre::_openFileStream at C:\projects\ogre-bsrh7\OgreMain\src\OgreFileSystem.cpp (line 388)" thrown in SetUp().
[  FAILED  ] ZipArchiveTests.FindNonRecursive (0 ms)
[ RUN      ] ZipArchiveTests.FindRecursive
unknown file: error: C++ exception with description "Ogre::FileNotFoundException::FileNotFoundException: Cannot open file: ../Tests/Media/misc/ArchiveTest.zip in Ogre::_openFileStream at C:\projects\ogre-bsrh7\OgreMain\src\OgreFileSystem.cpp (line 388)" thrown in SetUp().
[  FAILED  ] ZipArchiveTests.FindRecursive (0 ms)
[ RUN      ] ZipArchiveTests.FindFileInfoNonRecursive
unknown file: error: C++ exception with description "Ogre::FileNotFoundException::FileNotFoundException: Cannot open file: ../Tests/Media/misc/ArchiveTest.zip in Ogre::_openFileStream at C:\projects\ogre-bsrh7\OgreMain\src\OgreFileSystem.cpp (line 388)" thrown in SetUp().
[  FAILED  ] ZipArchiveTests.FindFileInfoNonRecursive (0 ms)
[ RUN      ] ZipArchiveTests.FindFileInfoRecursive
unknown file: error: C++ exception with description "Ogre::FileNotFoundException::FileNotFoundException: Cannot open file: ../Tests/Media/misc/ArchiveTest.zip in Ogre::_openFileStream at C:\projects\ogre-bsrh7\OgreMain\src\OgreFileSystem.cpp (line 388)" thrown in SetUp().
[  FAILED  ] ZipArchiveTests.FindFileInfoRecursive (1 ms)
[ RUN      ] ZipArchiveTests.FileRead
unknown file: error: C++ exception with description "Ogre::FileNotFoundException::FileNotFoundException: Cannot open file: ../Tests/Media/misc/ArchiveTest.zip in Ogre::_openFileStream at C:\projects\ogre-bsrh7\OgreMain\src\OgreFileSystem.cpp (line 388)" thrown in SetUp().
[  FAILED  ] ZipArchiveTests.FileRead (0 ms)
[ RUN      ] ZipArchiveTests.ReadInterleave
unknown file: error: C++ exception with description "Ogre::FileNotFoundException::FileNotFoundException: Cannot open file: ../Tests/Media/misc/ArchiveTest.zip in Ogre::_openFileStream at C:\projects\ogre-bsrh7\OgreMain\src\OgreFileSystem.cpp (line 388)" thrown in SetUp().
[  FAILED  ] ZipArchiveTests.ReadInterleave (1 ms)
[----------] 10 tests from ZipArchiveTests (25 ms total)
User avatar
sercero
Bronze Sponsor
Bronze Sponsor
Posts: 479
Joined: Sun Jan 18, 2015 4:20 pm
Location: Buenos Aires, Argentina
x 167

Re: ogre-sdk-v14.2.4-msvc142-x64.zip: no exe works

Post by sercero »

Hello,

I just tried downloading ogre-sdk-v14.2.4-msvc142-x64.zip.

Uncompressed it into a folder named: ogre-sdk-v14.2.4-msvc142-x64

Then went into the "bin" folder and tested some executables and they all work.

How did you do it?

BSer
Halfling
Posts: 95
Joined: Fri Dec 23, 2005 8:46 pm
Location: Niskayuna, NY

Re: ogre-sdk-v14.2.4-msvc142-x64.zip: no exe works

Post by BSer »

Thanks for checking it out. I did exactly as you did but got many errors. Wondering if it's something like a VC runtime DLL? I wonder which such DLL these exes want.

rpgplayerrobin
Gnoll
Posts: 675
Joined: Wed Mar 18, 2009 3:03 am
x 379

Re: ogre-sdk-v14.2.4-msvc142-x64.zip: no exe works

Post by rpgplayerrobin »

I also tried this now.

Test_Ogre.exe gets a lot of errors for me as well, so it is hard to say that something is wrong for you there.
SampleBrowser.exe works well though, does it not work for you?

If it does not work, what error do you get?
Also, post the Ogre.log in that case (present at C:\Users\YOUR_USER\Documents\OGRE Sample Browser).

You can also try to add an exception to the entire folder in your anti-virus program (even if you don't have one, Windows Security/Defender is actually an anti-virus, so do it there through "Virus and threat protection").

rpgplayerrobin
Gnoll
Posts: 675
Joined: Wed Mar 18, 2009 3:03 am
x 379

Re: ogre-sdk-v14.2.4-msvc142-x64.zip: no exe works

Post by rpgplayerrobin »

Regarding redist, it should be this one (search for "vc_redist.x64.exe"):
https://learn.microsoft.com/en-us/cpp/w ... 9-and-2022