Open eu4you opened 6 months ago
Thank you for reporting this, and sorry for the delay. May the Lord be gracious to you and make his face to shine upon you!
I have yet to see this issue.
@n8marti, have you seen this? I don't think I've touched that part of the code for a while. You last touched it on 2024/4/10, but that was just to add noqa.
So it's trying to find a wine registry value so that wine cmd's output uses the right text encoding. That registry value doesn't appear to exist, so it returns None
instead, which can't be parsed for the correct codepage value. But I think the actual problem might have more to do with the fact that this is in an lxd container.
Choose wine binary… [***---------------------------------] Error: unable to open display :0 /tmp/.mount_wine-dadnlBN/wrapper: line 93: /tmp/.mount_wine-dadnlBN/usr/bin/wine: No such file or directory
This seems to show that wine isn't actually found, which makes me think that the appimage isn't running correctly in the lxd container. @eu4you, are you sure you have the basic lxd container setup correctly for using GUI apps? It seems like there might more steps needed than what you've shown above (see e.g. https://dev.to/amabe_dev/how-to-run-gui-apps-in-lxd-containers-882). There might be other "missing" parts, too, since lxd containers are minimal systems. We might not explicity check for all the needed dependencies, because certain ones might be installed on all linux-based desktop systems but still be missing from an lxd container.
This may, or may not be related, but I just tried an install on a fresh Ubuntu 24.04 system. I got a similar error. Manually installing winetricks as per the ubuntu/ debain install instructions seems to have fixed the issue.
Hello. May the Lord grant you His grace and peace.
I'm trying to install logos on lxd.
I then installed lightdm, xfce4, and tightvncserver.
apt update && apt upgrade -y && apt install lighdm xfce4 tightvncserver
And I tried to install logos.
In the GUI, it gets stuck here and won't let me proceed. It repeats this error several times a second. In the CLI, as you can see, it only throws one error and then passes.
2.
I`m not a computer major, nor am I a programmer, so I'm having a very hard time figuring this out. What should I do?