newest heroic version wont launch installers
can somebody please confirm so i can make a bug report.
on the newest heroic (2.12.0 and 2.12.1) if u go
library -> add game -> run installer first
or if u go (an existing prefix) -> config -> run exe on prefix
it 'updates the wine prefix' and either gets stuck during update or completes update and fails to actually launch the selected .exe
afterwards
this was not happening in the previous version of heroic
they updated the UI for the installer on this version and it doesnt look tight anymore (the text is now printing vertically)
25 Replies
deep-jadeOP•16mo ago
and in so doing i think they messed up more than just the spacing
stormy-gold•16mo ago
could you share the Heroic log?
deep-jadeOP•16mo ago
here is the log for trying to use
(existing prefix) -> config -> run exe on prefix
here is the log for trying to install a new prefixstormy-gold•16mo ago
(13:12:47) DEBUG: [Backend]: Running Wine command: /mnt/lavode/Images/XCOM 2 GOG/setup_xcom_2374751(64bit)_(35526).exewell it certainly called wine
deep-jadeOP•16mo ago
yeah, and then it times out without the exe actually doing anything for some reason
for multiple
.exe
s for multiple wine versionsstormy-gold•16mo ago
make sure there are no wine processes running on your system
deep-jadeOP•16mo ago
ps "wine"
?
what keyword do i use for wine processes?stormy-gold•16mo ago
for sure
wine
, wineserver
and maybe wineboot
deep-jadeOP•16mo ago
stormy-gold•16mo ago
yeah, there are 2 hanging wineservers
deep-jadeOP•16mo ago
pkill?
stormy-gold•16mo ago
indeed, you can also use htop but whatever
deep-jadeOP•16mo ago
htop?
hm, thats a cool utility
the wineservers r killed
the winedevices wont die
wise-white•16mo ago
ime if wine is in that state, rebooting is the only way
i've noticed too sometimes steam can hang these processes in the similar way ime
environmental-rose•16mo ago
rebooting is eziest but killing always works
wise-white•16mo ago
ime killing creates a zombie process you cant get rid of
the only way was a reboot
environmental-rose•16mo ago
just kill the zombie process too
wise-white•16mo ago
you cant get rid of
environmental-rose•16mo ago
SIGKILL is not catchable
it has to die
wise-white•16mo ago
doesnt work
environmental-rose•16mo ago
idk kernel bug or ur doing it wrong lol
wise-white•16mo ago
sigkill doesnt usually do anything
not sure you cna really not do it right haha
environmental-rose•16mo ago
sigkill always does something
have to make kill command use SIGKILL because it's too good at its job
kill -9
otherwise it uses some other signal that isin't as strong
wise-white•16mo ago
yep yep
anyway reboot is probably the best bet
environmental-rose•16mo ago
yea