pouët.net

Go to bottom

Side by side configuration is incorrect

category: code [glöplog]
 
On some PCs I get the error message "Side by side configuration is incorrect" when trying to start any of my intros. I have not been able to figure out what the cause of this is. Has anybody experienced a similar problem?
added on the 2017-02-03 09:09:10 by Adok Adok
Massive Adok TECH attack.
added on the 2017-02-03 11:11:11 by Pirx Pirx
Looks like some issue with the WinSxS subsystem, aka DLL hell. Dunno, fire up the exe in a debugger (OllyDbg?) and see which DLLs it tries to load?
added on the 2017-02-03 11:18:02 by fgenesis fgenesis
3D capable monitor?
added on the 2017-02-03 11:58:41 by psonice psonice
Quote:
This issue is caused by a conflict with some of the files in the 2008 version of the C run-time libraries. These libraries are part of the Visual Studio 2008 release, the version numbers start with 9.0. These libraries may be installed with several different Microsoft and third party products.


Google helps.
added on the 2017-02-03 12:23:38 by tomaes tomaes
OK, but some of my intros were compiled with VS 2005.
added on the 2017-02-03 12:46:08 by Adok Adok
Use depends.exe on a system that shows the error to find the root cause
added on the 2017-02-03 14:59:11 by Canopy Canopy
Thanks for the hint! Strange, my intro depends only on kernel32.dll, according to that program.
added on the 2017-02-03 17:06:58 by Adok Adok
Ehrm, kernel32.dll (along with user32.dll) are like the two most basic things to depend on. So this is completely normal.
added on the 2017-02-03 17:24:48 by kb_ kb_
Yes, but it apparently depends on nothing else.
added on the 2017-02-03 18:00:14 by Adok Adok

login

Go to top