• 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!

Error on Wine TFS 1.3

CesarZ

Well-Known Member
Joined
Sep 20, 2012
Messages
268
Solutions
4
Reaction score
63
The Server Finishes its loads but it takes too long. on my window work pc where it was compiled, it loads fast no problem, but on my Server pc linux. its giving this "fixme" while loading on those areas were it takes long.


004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled
004f:fixme:msvcrt:__stdio_common_vsprintf options 25 not handled


do I have to install vcpkgs on my linux pc and all those things.
does the vcpkgs contain documents that might fix this problem?

on linux I had to Download the dll "vcruntime140_1.dll" to be able to run it.

installing the vcpkgs would be my next option if there is no other and see how that goes.

let me know guys thanks.
 
Last edited:
Why don't you compile it on Linux instead of using .exe which is mainly for Windows?
 
 
Solution
Alright, i compiled on Ubuntu was the the easiest thing ever. Where is the run file in the build folder? is the first time i do this on ubuntu and it already feel less complicated than windows. Which command do i run to run this type of file?


----Edit----

I found it. its the "otbr" file in the build folder after you compile.
i went to the directory and ran.
thanks dude it runs clean now
 
Last edited:
Back
Top