-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble installing GRLevel3 in Wine x64 #2506
Comments
Hello there 👋 Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response. |
Since you have already confirmed that (old method) i386 Wine functions when using the |
Thanks for your reply. Here's the steps I followed: Assuming I performed all the steps correctly, it looks like it's not Wine causing the issue. |
Try following those same steps on your pi as well. Make sure to manually delete the wine prefix just to make sure it's not an issue with how pi-apps creates it's customized prefix with winetricks |
After deleting ~/.wine, ran the test on my Raspberry Pi as well and got the same result, 'Error creating window.' When I'm running this version of wine I downloaded from the github link, does it matter if the system already has wine installed? I flashed a different SD card with a fresh install of Raspberry Pi OS 64-bit, installed only Box64 from Pi-Apps (not wine), and used the version of wine 8.20 that I downloaded from the github link. When running the same command seen above, it failed to make a prefix correctly and couldn't launch anything. This is the error it gave: |
Try running with additional Box64 debug logging. The output that you have given does not point to any issues. This output will be large so you will probably want to upload it here as a file.
It does not. The default wine prefix will be shared (unless you override it) but you already deleted/cleared that. The wine from the github link I gave you is what the pi-apps script uses itself. |
Thank you for taking the time to help me with this issue. On my Pi 5, I updated Box64, deleted I also tried running the command without pointing it to a text file, like this: |
I am unable to troubleshoot further. Since this appears to be an issue with BOX64 emulation of Wine, please open an issue upstream https://github.com/ptitSeb/box64/issues with the above contents, explaining that you have tested the same Wine build on x86_64 and found no issues. |
Confirmations
What happened?
32-bit installer using Wine (x64) in default prefix fails to open. Gives error message 'Error creating window'
Description
I installed wine (x64) through Pi-Apps in 64-bit Raspberry Pi OS on a Pi 4B and Pi 5. When attempting to install a 32-bit program (linked below) wine gives an error in a graphical window that says 'Error creating window' and fails to open the installer (Log posted below).
As a result, I am unable to install the software in the default prefix created during the Pi-Apps wine installation. I also tried creating a separate 32-bit prefix with
WINEARCH=win32 WINEPREFIX=~/wineapps/test1-32 winetricks
. This fails to fully create the prefix (see separate log file, Log2_Prefix.txt). I am able to install this software successfully in 32-bit Raspberry Pi OS when installing wine (x32) through Pi-Apps. I was also able to successfully install this software in 64-bit Raspberry Pi OS about a month ago through Pi-Apps, but something has changed and it no longer works in a fresh install.The software in question is GRLevel3, found here: https://grlevelx.com/grlevel3_2/
What are your system specs (run the following command in your terminal)?
(Recommended) Error log? Terminal output? Debug messages?
The text was updated successfully, but these errors were encountered: