Jump to content

How to read game.core under BSD 9.2 64bit


Go to solution Solved by martysama0134,

Recommended Posts

Hello,

 

I'm using BSD 9.2 64bit and when my server crashes it generates game.core file, under BSD 8.2 I was able to read/open it using gdb, now the gdb says

 

"game.core" is not a core dump: File format is ambiguous"

 

Can any1 help me :)?

Link to comment
https://metin2.dev/topic/4867-how-to-read-gamecore-under-bsd-92-64bit/
Share on other sites

  • 4 years later...

cb95a073e22f5bce1e91da944dc65a0d.png


(gdb) file /usr/home/game/Channel1/Kern1/game.core
"/usr/home/game/Channel1/Kern1/game.core": not in executable format: File format not recognized
(gdb)
 

Edited by Metin2 Dev
Core X - External 2 Internal
vor einer Stunde schrieb VitaminsizFerdi:

cb95a073e22f5bce1e91da944dc65a0d.png


(gdb) file /usr/home/game/Channel1/Kern1/game.core
"/usr/home/game/Channel1/Kern1/game.core": not in executable format: File format not recognized
(gdb)
 

try:

cd /usr/home/game/Channel1/Kern1/
gdb
file game
core game.core
bt und bt full

Edited by Metin2 Dev
Core X - External 2 Internal


root@cloud604753:/usr/home/game/Channel1/Kern1 # gdb
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd".
(gdb) file game
game: No such file or directory.
(gdb)
 

On 2/24/2019 at 11:27 PM, VitaminsizFerdi said:


root@cloud604753:/usr/home/game/Channel1/Kern1 # gdb
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd".
(gdb) file game
game: No such file or directory.
(gdb)
 

Looks like there is no game core. ? Maybe there is a fake game.core(probably its a shortcut)

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.