chayleaf / konigsberg

steam_api with unlocked dlcs
16 stars 0 forks source link

Doesn't work on Linux. #2

Open 70705 opened 1 year ago

70705 commented 1 year ago

none of the versions work. tried on Crusaders Kings III, Prison Architect and Euro Truck Simulator (all native)

chayleaf commented 1 year ago

ck3 is a paradox game, there's a second steam api dll in the launcher that's separate from the steam api used in-game

you might also have to rebuild it if the game is x86

i don't have any of those games and you've barely provided any info so i can't say much more about it other than I've tested it on Linux (but maybe try an older version)

70705 commented 1 year ago

is there any log i can send you?

70705 commented 1 year ago

little update, ran steam on terminal to see if i could log euro truck; https://pastebin.com/UmPx8NqT game crashes and there's this error "undefined symbol: SteamAPI_InitSafe". game is x64 and i'm using the last version of konigsberg, and also have all DLC files. and libsteam_api.orig.so is also there. about the paradox launcher, i also changed the .so files and it sadly doesn't work on CK3 or prison architect. :( CK3 and prison architect doesn't crash and doesn't have any errors on terminal, both are x64 too prison architect log: https://pastebin.com/TUs4WBp9 ck3 log: https://pastebin.com/2eSXpYq1 Using EndeavourOs btw

chayleaf commented 1 year ago

This means euro truck is using a custom steam api. Not sure about the other 2, as I said above, I can't test them, might do it some day.

chayleaf commented 1 year ago

can you try compiling from source? install rust and run cargo build --release in repo root, then get the .so file from target/release

70705 commented 1 year ago

sorry for the wait but yeah, i compiled and it still doesn't work

chayleaf commented 1 year ago

alright, can't relate because it definitely works for me at least in the paradox launcher when built from source (but version built by Github CI doesn't work)

70705 commented 1 year ago

that`s a shame.. the problem must be on my end then