Posted November 09, 2024
LinuxFire
Linux Mint RX6600
LinuxFire Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Aug 2018
From France
madame-rachelle
New User
madame-rachelle Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Developer
Registered: Feb 2014
From United States
Der_Pit
New User
Der_Pit Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Mar 2015
From Spain
Posted November 12, 2024
Well, there's not much of a startup log anywhere. If I start it from a terminal, all I get is
speedy:game% ./handsofnecromancy
Hands of Necromancy hon1-v3.0-gz - 2024-07-04 15:37:49 -0400 - SDL version
Compiled on Jul 4 2024
OS: openSUSE Tumbleweed, Linux 6.11.6-2-default on x86_64
Hands of Necromancy version hon1-v3.0-gz
Then a dialog pops up with the abovementioned error about SkipBexStringsIfLanguage.
I did run strace on it, and there I can see
newfstatat(AT_FDCWD, "/usr/share/doom/game_support.pk3", {st_mode=S_IFREG|0644, st_size=2370619, ...}, 0) = 0
newfstatat(AT_FDCWD, "/usr/share/doom/game_support.pk3", {st_mode=S_IFREG|0644, st_size=2370619, ...}, 0) = 0
openat(AT_FDCWD, "/usr/share/doom/game_support.pk3", O_RDONLY) = 9
This pak file belongs to the install of gzdoom 4.13, and contains the demurred definition.
But as I said, handsofnecromancy should never (try to) read that file on first hand.
speedy:game% ./handsofnecromancy
Hands of Necromancy hon1-v3.0-gz - 2024-07-04 15:37:49 -0400 - SDL version
Compiled on Jul 4 2024
OS: openSUSE Tumbleweed, Linux 6.11.6-2-default on x86_64
Hands of Necromancy version hon1-v3.0-gz
I did run strace on it, and there I can see
newfstatat(AT_FDCWD, "/usr/share/doom/game_support.pk3", {st_mode=S_IFREG|0644, st_size=2370619, ...}, 0) = 0
newfstatat(AT_FDCWD, "/usr/share/doom/game_support.pk3", {st_mode=S_IFREG|0644, st_size=2370619, ...}, 0) = 0
openat(AT_FDCWD, "/usr/share/doom/game_support.pk3", O_RDONLY) = 9
But as I said, handsofnecromancy should never (try to) read that file on first hand.
madame-rachelle
New User
madame-rachelle Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Developer
Registered: Feb 2014
From United States
Posted November 13, 2024
That is still helpful information. That means it needs to load not any of the optional files that come with GZDoom.
Will be addressed in the next update.
Will be addressed in the next update.
Post edited November 13, 2024 by madame-rachelle