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

TFS 1.X+ Compilling problems

eduardbean

Member
Joined
Nov 26, 2010
Messages
129
Solutions
2
Reaction score
15
Hi,

I formatted my computer and installed windows 10 PRO, I installed visual studio community 2017 and set the libs in TFS 1.3 project, I put the VS to compile but when I try to run the following error "0xc000007b"
~
when I try to use the debugger I get the following error​

Real Error:
Code:
[/CENTER]
"theforgottenserver.exe" (Win32): Carregado "C:\Users\dudu1\Desktop\forgottenserver-master\vc14\x64\Release\theforgottenserver.exe". Símbolos carregados.
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\ntdll.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\kernel32.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\KernelBase.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\ws2_32.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\rpcrt4.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\ucrtbase.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\msvcp140.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\mswsock.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\vcruntime140.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\vcruntime140.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Não carregado "C:\Windows\System32\vcruntime140.dll"
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\libmysql.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Não carregado "C:\Windows\System32\libmysql.dll"
"theforgottenserver.exe" (Win32): Carregado "C:\Windows\System32\libmysql.dll". Não é possível localizar ou abrir o arquivo PDB.
"theforgottenserver.exe" (Win32): Não carregado "C:\Windows\System32\libmysql.dll"
O thread 0x2364 foi fechado com o código -1073741701 (0xc000007b).
O thread 0x2b54 foi fechado com o código -1073741701 (0xc000007b).
O thread 0x1e08 foi fechado com o código -1073741701 (0xc000007b).
O programa "[10496] theforgottenserver.exe" foi fechado com o código -1073741701 (0xc000007b).

Translated to english
Code:
"theforgottenserver.exe" (Win32): Loaded "C: \ Users \ dudu1 \ Desktop \ forgottenserver-master \ vc14 \ x64 \ Release \ theforgottenserver.exe". Symbols loaded.
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ ntdll.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ kernel32.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ KernelBase.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ ws2_32.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ rpcrt4.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ ucrtbase.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ msvcp140.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ mswsock.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ vcruntime140.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ vcruntime140.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Unloaded "C: \ Windows \ System32 \ vcruntime140.dll"
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ libmysql.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Unloaded "C: \ Windows \ System32 \ libmysql.dll"
"theforgottenserver.exe" (Win32): Loaded "C: \ Windows \ System32 \ libmysql.dll". Can not find or open the PDB file.
"theforgottenserver.exe" (Win32): Unloaded "C: \ Windows \ System32 \ libmysql.dll"
The thread 0x2364 was closed with the code -1073741701 (0xc000007b).
The thread 0x2b54 was closed with the code -1073741701 (0xc000007b).
The thread 0x1e08 was closed with the code -1073741701 (0xc000007b).
The program "[10496] theforgottenserver.exe" was closed with code -1073741701 (0xc000007b).


I can open TFS servers that have been compiled by other people, but when I compile this error​
 
Solution
Sorry everyone, I searched the internet and ended up finding this program "Dependency Walker", this program showed me that it was an incompatibility with the dll "libmysql.dll" so I downloaded another version of it on the internet and it worked.

To leave the setup of my error I was using:

Win 10 PRO 64x Newly installed, Maybe the dll that is in the github of the TFS project is not compatible with this version of windows
you need to attach the process to an already running application, you can't start it in visual studio and expect it to work
 
Sorry everyone, I searched the internet and ended up finding this program "Dependency Walker", this program showed me that it was an incompatibility with the dll "libmysql.dll" so I downloaded another version of it on the internet and it worked.

To leave the setup of my error I was using:

Win 10 PRO 64x Newly installed, Maybe the dll that is in the github of the TFS project is not compatible with this version of windows
 
Solution
Back
Top