|
Post by ntsheep on Sept 5, 2015 23:07:42 GMT -5
Just tried running the new version on my laptop and I'm getting a missing file error. It says I need MSVCR100.dll I've been able to run every version of the game until now on my laptop. I know what a dll file is but where do I find this one and where should it go. These files can be tricky I've learned over the years. Put it in the wrong spot and half the system goes nuts.
|
|
|
Post by fallen on Sept 5, 2015 23:09:52 GMT -5
ntsheep - can you check your pre-requisites? Do you have MS Visual Studio C++ Runtime 2012 x86 installed?
|
|
|
Post by ntsheep on Sept 5, 2015 23:15:08 GMT -5
yes, according to my laptop I have version 11.0.61030 installed. Also have the 2013 version.
|
|
|
Post by Cory Trese on Sept 5, 2015 23:17:48 GMT -5
Very odd. Hopefully no one else is having issues with it.
I'll dig into the build system and see if I can find any issues
|
|
|
Post by ntsheep on Sept 5, 2015 23:20:44 GMT -5
I've found this file in my system folder, msvcr100_clr0400.dll, does that sound like the correct one to you?
|
|
|
Post by Cory Trese on Sept 5, 2015 23:47:32 GMT -5
Don't make any system changes -- I found a flaw in the build system.
I am addressing it. The fix you would need to apply would be to install the VC++ Runtime for 2010 in addition to the one from 2012.
I'm rebuilding now for Win32 and you should be fixed right up here in an hour or two.
|
|
|
Post by Cory Trese on Sept 5, 2015 23:48:27 GMT -5
SORRY!
|
|
|
Post by ntsheep on Sept 6, 2015 0:00:58 GMT -5
No need to say sorry. It was good for me to have to start thinking like a pc repair tech again. Been having fun trying to remember where all the system files are hidden and trying a few tricks on my own in case it was just a problem with my system and not the newest version.
|
|
|
Post by Cory Trese on Sept 6, 2015 0:47:22 GMT -5
Fixed. Latest version is v0.2.6 on HockeyApp and should resolve this issue.
The file you found is indeed part of Visual Studio 2010's build environment, but the CLR_400 part mean it isn't for C++ ... you probably got that file from an MS product or another developer's game.
The newest build on HockeyApp fixes it by making sure that every library we are using links to VS 2012.
I updated one of our libraries on Win32 and the version I linked was built with VS 2010 ... which is why that one library was looking for MSVCR100.dll
|
|