Posted June 21, 2023
Greetings! I'm trying to get this to run, but I can't seem to get it to go anywhere. I only get a segmentation fault, any idea what might be wrong?
(Will post output as comments to this)
I'm here running the game manually, and not from the GameHub launcher.
(x86_64)
```
$ LANG=C ./start.sh
Running Butcher
Set current directory to /home/gego/.var/app/com.github.tkashkin.gamehub/data/games/GOG/Butcher/game
Found path: /home/gego/.var/app/com.github.tkashkin.gamehub/data/games/GOG/Butcher/game/Butcher.x86_64
Mono path[0] = '/home/gego/.var/app/com.github.tkashkin.gamehub/data/games/GOG/Butcher/game/Butcher_Data/Managed'
Mono path[1] = '/home/gego/.var/app/com.github.tkashkin.gamehub/data/games/GOG/Butcher/game/Butcher_Data/Mono'
Mono config path = '/home/gego/.var/app/com.github.tkashkin.gamehub/data/games/GOG/Butcher/game/Butcher_Data/Mono/etc'
Receiving unhandled NULL exception
#0 0x007ffeb40742a0 in mono_amd64_throw_exception
#1 0x007ffeb40742e0 in mono_get_trampoline_func
#2 0x007ffeb40742f0 in mono_print_method_from_ip
#3 0x007ffeb4074340 in std::vector<std::string, std::allocator<std::string> >::~vector()
#4 0x007ffeb4074630 in std::map<std::string, std::string, std::less<std::string>, std::allocator<std::pair<std::string const, std::string> > >::~map()
#5 0x007ffeb4074700 in _init
#6 0x007ffeb4074ee0 in __libc_init_first
#7 0x007ffeb4074f80 in __libc_start_main
#8 0x007ffeb4074fd0 in _init
./start.sh: line 16: 15274 Aborted ./"Butcher.x86_64"
```
(Will post output as comments to this)
I'm here running the game manually, and not from the GameHub launcher.
(x86_64)
```
$ LANG=C ./start.sh
Running Butcher
Set current directory to /home/gego/.var/app/com.github.tkashkin.gamehub/data/games/GOG/Butcher/game
Found path: /home/gego/.var/app/com.github.tkashkin.gamehub/data/games/GOG/Butcher/game/Butcher.x86_64
Mono path[0] = '/home/gego/.var/app/com.github.tkashkin.gamehub/data/games/GOG/Butcher/game/Butcher_Data/Managed'
Mono path[1] = '/home/gego/.var/app/com.github.tkashkin.gamehub/data/games/GOG/Butcher/game/Butcher_Data/Mono'
Mono config path = '/home/gego/.var/app/com.github.tkashkin.gamehub/data/games/GOG/Butcher/game/Butcher_Data/Mono/etc'
Receiving unhandled NULL exception
#0 0x007ffeb40742a0 in mono_amd64_throw_exception
#1 0x007ffeb40742e0 in mono_get_trampoline_func
#2 0x007ffeb40742f0 in mono_print_method_from_ip
#3 0x007ffeb4074340 in std::vector<std::string, std::allocator<std::string> >::~vector()
#4 0x007ffeb4074630 in std::map<std::string, std::string, std::less<std::string>, std::allocator<std::pair<std::string const, std::string> > >::~map()
#5 0x007ffeb4074700 in _init
#6 0x007ffeb4074ee0 in __libc_init_first
#7 0x007ffeb4074f80 in __libc_start_main
#8 0x007ffeb4074fd0 in _init
./start.sh: line 16: 15274 Aborted ./"Butcher.x86_64"
```
Post edited June 21, 2023 by gegoxaren
No posts in this topic were marked as the solution yet. If you can help, add your reply