Skip to content

Support Fedora 42+? #12

@0h-no

Description

@0h-no

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!

Metadata

Metadata

Assignees

Labels

Cause→DisplayDescribes a problem with the engine display system.Cause→VariablesDescribes a problem with the engine variables system.Status→ResolvedDescribes a resolved issue.Targeting→Unsupported LinuxDescribes a problem with the Linux version but client is using an unsupported distribution.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions