-
Notifications
You must be signed in to change notification settings - Fork 106
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
Box64cpu does not work on Snapdragon 845 #160
Comments
+1 for supporting the typical debugging env vars: https://github.com/ptitSeb/box64/blob/main/docs/USAGE.md |
It's so easy, I'd expect a pull request, there's even reference code for QEMU_LOG. A proper issue for that topic would also be a good idea, so I can mark it as "good first issue" |
@AndreRH any update about custom environment? |
System Details
Snapdragon 845, Termux.
Wine Hangover version 8.21 and higher.
Problems Description
Box64cpu does not work.
Apparently the problem is due to function
box64_detect_cpu_features()
https://github.com/AndreRH/wine/blob/hangover-8.21/dlls/box64cpu/cpu.c#L798
When I commented out this line, box64 started working.
This problem exists on Snapdragon 845, but on Snapdragon 870 box64cpu works fine.
P.S. Can you please add environment variables to box64cpu?
The text was updated successfully, but these errors were encountered: