diff --git a/FyneApp.toml b/FyneApp.toml index 073d3d8..0136499 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -3,4 +3,4 @@ Name = "EpochSilicon" ID = "com.burkey.epochsilicon" Version = "1.0.0" - Build = 2 + Build = 3 diff --git a/README.md b/README.md index 8954769..012ef0e 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,26 @@ Before you begin, ensure you have the following: * Once both paths are set, both components are patched, and the RosettaX87 service is running, the "Launch Game" button will become active. Click it. 9. **Enjoy**: Experience a VM free, smoother Project Epoch on your Apple Silicon Mac! +## Troubleshooting / FAQ + +### The Patch Epoch step is taking forever + +The initial patch download is quite large and can take a while if your internet is slow. The app will tell you when it's done. + +### My resolution is super blown up and I can't see the whole screen + +Wine does that on first launch if you have a large widescreen monitor. +1. Hit Escape to close the game +2. Open your `Config.wtf` file in a text editor, it is located in your wow game directory at `/WTF/Config.wtf` +3. Add your desired resolution. I have a 3440x1440 monitor so I added the following to my `Config.WTF` +``` +SET gxResolution "3440x1440" +``` + +### When I change graphics settings, all the buttons have big white boxes around them + +This is another common wine issue, just close the game normally and it should be fixed on next startup + ## Running from Source Code If you prefer to run the application directly from source code: