-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Cause→DisplayDescribes a problem with the engine display system.Describes a problem with the engine display system.Cause→VariablesDescribes a problem with the engine variables system.Describes a problem with the engine variables system.Status→ResolvedDescribes a resolved issue.Describes a resolved issue.Targeting→Unsupported LinuxDescribes a problem with the Linux version but client is using an unsupported distribution.Describes a problem with the Linux version but client is using an unsupported distribution.
Description
Hi, Diggers runs successfully on Fedora 41, but on Fedora 42 whenever I try to run it the program just ends. Running it in the terminal gives error code 0 as if it ran successfully. All I get are these warnings, which relate to the differences between Ubuntu and Fedora (stackoverflow question), but there is nothing else that might hint at the issue:
$ ./diggers.elf
./diggers.elf: /lib64/libtinfo.so.6: no version information available (required by ./diggers.elf)
./diggers.elf: /lib64/libncursesw.so.6: no version information available (required by ./diggers.elf)
./diggers.elf: /lib64/libncursesw.so.6: no version information available (required by ./diggers.elf)
./diggers.elf: /lib64/libncursesw.so.6: no version information available (required by ./diggers.elf)
./diggers.elf: /lib64/libncursesw.so.6: no version information available (required by ./diggers.elf)
Both libtinfo.so.6 and libncursesw.so.6 come from the ncurses-libs package, and I have both the i686 and x86_64 versions.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Cause→DisplayDescribes a problem with the engine display system.Describes a problem with the engine display system.Cause→VariablesDescribes a problem with the engine variables system.Describes a problem with the engine variables system.Status→ResolvedDescribes a resolved issue.Describes a resolved issue.Targeting→Unsupported LinuxDescribes a problem with the Linux version but client is using an unsupported distribution.Describes a problem with the Linux version but client is using an unsupported distribution.