-
Notifications
You must be signed in to change notification settings - Fork 9
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
Issue running patcher under Wine - blank window #84
Comments
This will likely never work under wine. The patcher targets .NET 6 which can be installed with winetricks, but I think it doesn't support any GUI. |
Just want to add that since I cannot run it, I try doing the patching on my PC and copy the patched .exe to Winlator emulator on android. Got wide loading screen but freeze right before it was about to cut to neighbourhood screen. |
@KrisadaFantasy The patch is not composed of just Sims.exe. You need to copy the UI elements that get resized as well, otherwise the game freezes or crashes. In the UIGraphics folder, copy every folder except the Shared folder: |
Works perfectly, thank you very much! Now I'm going to experiment with wrapper and resolution, as FPS dropped from 25-25 with 800600 to 10-15 with 1280720 on my phone. Thanks again! |
And what if I don't have a Windows computer/install handy? Will the Linux version of the app work with the Windows version of the game? |
Okay, it does run, and ask me to point to the Sims.exe, but why is DDrawCompat wrapper not available, if every Linux user is going to run the game via Wine anyway? |
@xlibun As far as I know, ddrawcompat is not compatible with wine on linux nor in VMs. If I'm mistaken, let me know so I can update the program to allow for that. |
I got the legacy patcher to open under Wine 8.2 with Windows version set to WinXP but when I try to patch the file it says "ERROR SimsWidescreenPatcher.App - An unhandled exception occured: Collection is read-only." |
I know this might be beyond the scope of this patcher, but I wanted to run the Windows version of the patcher under Wine. At first it crashed. Read the other issue mentioned that .NET 4.0/4.7 was required, so I installed it.
After running it again, it worked, but I could only see a blank/black window:
Any idea what could be causing this?
Patcher version: 3.7.2
Wine version: 8.21
The text was updated successfully, but these errors were encountered: