overdriven
Active Member
- Joined
- Mar 10, 2020
- Messages
- 71
- Solutions
- 1
- Reaction score
- 41
I've downloaded Nekiro's 7.72 downgrade and last supported version of TFS (at commit 17bf63).
I've compiled Nekiro's vc17/theforgottenserver.sln in Visual Studio 2022 and moved the .exe and .dlls from vc17/x64/Debug/ to main TFS directory. I've run it but it was still missing some dlls, so I've copied them from TFS 1.5 (zlib1.dll, zlibd1.dll, zstd.dll). Tried to run TFS again but now it exits at "Loading map" and throws a popup:
Btw. it also complained about items.otb so I've removed the code that was throwing this error.
And about missing changegold.lua so I've removed it from actions.xml as well.
EDIT. Fixed by renaming the map file in config.lua (from forgotten to world)
I've compiled Nekiro's vc17/theforgottenserver.sln in Visual Studio 2022 and moved the .exe and .dlls from vc17/x64/Debug/ to main TFS directory. I've run it but it was still missing some dlls, so I've copied them from TFS 1.5 (zlib1.dll, zlibd1.dll, zstd.dll). Tried to run TFS again but now it exits at "Loading map" and throws a popup:
There are no logs in tfs/data/logs directory.---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Debug Error!
Program: C:\Users\xxx\Desktop\TFS-nekiro\tfs.exe
abort() has been called
(Press Retry to debug the application)
---------------------------
Abort Retry Ignore
---------------------------
Btw. it also complained about items.otb so I've removed the code that was throwing this error.
And about missing changegold.lua so I've removed it from actions.xml as well.
EDIT. Fixed by renaming the map file in config.lua (from forgotten to world)
Last edited: