• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Running TFS and having an error

mehimz

New Member
Joined
Nov 25, 2012
Messages
23
Reaction score
1
Compiled the TFS 0.3 in x64. It worked on my computer. But when i moved it to hosters computer i received a bug (0xc00007b)... tried many things like installing Visual C++ 2010 on it... .NET Framework..., Visual C++ Redistributable package etc etc... nothing worked... so whats the problem? Any suggestions?
 
What you used to compile?
You need same .dll libaries what linked your compiler to application.

So check paths to libs in your compiler and take from there all .dll files what you need and send them on hoster computer.
You can also try check integrity with Winsows XP.

btw.
I think you moved also .obj files on hoster computer and then compiled.. by this it doesn't work. Try clean solution first and full rebuild.
 
Back
Top