add troubleshooting

This commit is contained in:
2025-07-22 14:29:43 -07:00
parent ce21edeb5e
commit e00a98dc88
2 changed files with 21 additions and 1 deletions

View File

@@ -3,4 +3,4 @@
Name = "EpochSilicon"
ID = "com.burkey.epochsilicon"
Version = "1.0.0"
Build = 2
Build = 3

View File

@@ -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: