Member
- Joined
- Mar 7, 2023
- Messages
- 46
- Solutions
- 1
- Reaction score
- 16
I am having an error with my TFS console, also, I used what is mentioned here:
otland.net
But when the server went down, no core or output.txt file was created
Then I tried just to see the entire log that was reproduced on the screen, so when it closed it showed this message:
"0x0000555555847f63"??? That is all the information I receive, if I were on Windows it would be easier with an "attach to process" but I am on Linux, and I have no idea how to see what the "0x0000555555847f63" is trying to access...

Windows - tfs 1.x debugger
How can I create a crash log or debug the application when a crash has occured? I heard about running the .pdb in visual studio then attach theforgottenserver.exe to it? Any info would be great.
Then I tried just to see the entire log that was reproduced on the screen, so when it closed it showed this message:
2024-02-02 22:38:12 - Thread 1 "tfs" received signal SIGSEGV, Segmentation fault.
2024-02-02 22:38:12 - 0x0000555555847f63 in OutputMessage::append(NetworkMessage const&) ()
"0x0000555555847f63"??? That is all the information I receive, if I were on Windows it would be easier with an "attach to process" but I am on Linux, and I have no idea how to see what the "0x0000555555847f63" is trying to access...