Problem Some user can't see the meshes of my addons.

ea76620

New member
Joined
Aug 2, 2010
Messages
17
Reaction score
0
Points
1
Hello,

Since few time some people report to me a problem : They can't see the meshes.

Some people haven't this problem.

characteristic :

They don't use graphic client

They have different OS (Seven, XP).

They have VC++ 2010 Redistributable package installed.

They have error like this on orbiter.log :

Code:
---------------------------------------------------------------
>>> ERROR: Could not load vessel module: SDSFT2
>>> [Vessel::LoadModule | .\Vessel.cpp | 5442]
---------------------------------------------------------------

I code with visual C++ 2010

I have Vista 32 bits

I tried to solve the problem but i can't find what is it.

Thank

Bye
 
Last edited:
If it's the SDSFT2.dll module from [ame="http://www.orbithangar.com/searchid.php?ID=5804"]Update 1.3 SFT - Space Freight Transporter[/ame] add-on which can't be loaded, then it's been compiled in Debug configuration, because it requires MSVCR100D.dll debug library. Other modules from the add-on were compiled in Release configuration, and they should be fine.

Please recompile the SDSFT2 project in the Release configuration, repackage the add-on, and re-upload it again. This should solve the issue after users will download the updated version.
 
Back
Top