Search found 4 matches

by swoboderz
Mon Sep 05, 2022 12:21 am
Forum: Technical Help
Topic: Linux MUSL
Replies: 9
Views: 2823

Re: Linux MUSL


You should check your code. You obviously implemented the missing functions wrong.

res_nquery() is used to find the factorio server to check for updates, to download mods and for multiplayer. While you can probably play offline (which would allow a return -1 for the function) that would limit the ...
by swoboderz
Sat Sep 03, 2022 7:04 pm
Forum: Technical Help
Topic: Linux MUSL
Replies: 9
Views: 2823

Re: Linux MUSL


Why try to get a 3rd party library working with the game when you could just *play* the game as is?


there are differences between the MUSL libc ABI and the GLIBC ABI. MUSL is trying to become a full replacement, however there remains a package "gcompat" for more non-posix standards that glibc ...
by swoboderz
Sat Sep 03, 2022 4:38 pm
Forum: Technical Help
Topic: Linux MUSL
Replies: 9
Views: 2823

Re: Linux MUSL

Rseding91 wrote: Sat Sep 03, 2022 2:53 pmBut why?
What do you mean?
by swoboderz
Sat Sep 03, 2022 1:13 am
Forum: Technical Help
Topic: Linux MUSL
Replies: 9
Views: 2823

Linux MUSL

So i have been experimenting with a MUSL libc and heres some problems i have run into.


dots@gentpad ~ $ factorio
Error relocating /home/dots/Games/factorio/bin/x64/factorio: setcontext: symbol not found
Error relocating /home/dots/Games/factorio/bin/x64/factorio: makecontext: symbol not found ...

Go to advanced search