Jump to content

How to read game.core under BSD 9.2 64bit


Go to solution Solved by martysama0134,

Recommended Posts

  • 4 years later...
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
Link to comment
Share on other sites


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)
 

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.