Open ohlidalp opened 1 year ago
Under #2970 it configures and builds OK, but upon launch I get these: Essentially none of the DLLs are copied to RoR build dir, and VisualStudio project working directory is set to RoR build dir, not the deps dir.
Also, 'plugins.cfg' is wrong:
# Define plugin folder
PluginFolder=C:/Users/PetrLaptop/hobby/builds/ror-dependencies/Dependencies_Windows_Visual-Studio-16-2019/lib/OGRE
. . .
Plugin=RenderSystem_Direct3D9
# Plugin=RenderSystem_Direct3D11
# Plugin=RenderSystem_GL
PluginFolder should be 'deps/bin/' and D3d11 + GL should be uncommented because they are present.
@AnotherFoxGuy Give this top priority please.
I built latest ror-dependencies as Release only (Debug fails, see https://github.com/RigsOfRods/ror-dependencies/issues/63)
I got the following error (full log attached):
I tried commenting out these 2 lines: https://github.com/RigsOfRods/rigs-of-rods/blob/22af2e7697eafbf9af192a96da6dde023433b1cd/cmake/find-modules/FindPkgMacros.cmake#L84-L85 - that worked around the OIS issue but I got an OpenSSL issue (full log also attached):
CmakeLogs.zip