-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
27 changed files
with
808 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
|
||
## Common Issues | ||
# Common Issues | ||
|
||
Several things can lead to a program not working. The most common reasons are listed below. | ||
|
||
|Problem|Solution| | ||
|-------|---------| | ||
|My game crashes due to "invalid instruction".|Your game is likely using [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) instructions. These are more common in console ports. AVX instructions are x86 specific, and Rosetta doesn't translate them. Unless you can find a way to disable or bypass them (check online), then your game won't work.| | ||
|I want to play a competitive multiplayer game, but it won't load.|Competitive multiplayer games, especially battle royales and other FPS games (like PUBG, Fortnite, Apex Legends, Valorant), often have some form of driver-level anti-cheat. These won't work under Wine.| | ||
|My DirectX 9 game has graphical issues, or doesn't work at all.|DirectX 9 games are handled through Wine's own `wined3d`. Whisky focuses on modern titles using DX11 or 12, and you may run into issues with DX9 games. CrossOver is a better choice in this scenario, as it runs on Wine 8 instead of Wine 7, and has a more up-to-date version of `wined3d`. If you're not sure what Graphics API your game is using, you can check on the [PCGamingWiki](https://www.pcgamingwiki.com/wiki/Home).| | ||
|My game crashes out of the box, or complains about missing dependencies.|Make sure to check Wine's [AppDB](https://appdb.winehq.org/) and [ProtonDB](https://www.protondb.com/), which can often provide information on the necessary workarounds or Winetricks you need to use to get your game running. If you can't find anything or you are unable to make it work, make an issue.| | ||
| Problem | Solution | | ||
|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| My game crashes due to "invalid instruction". | Your game is likely using [AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) instructions. These are more common in console ports. AVX instructions are x86 specific, and Rosetta doesn't translate them. Unless you can find a way to disable or bypass them (check online), then your game won't work. | | ||
| I want to play a competitive multiplayer game, but it won't load. | Competitive multiplayer games, especially battle royales and other FPS games (like PUBG, Fortnite, Apex Legends, Valorant), often have some form of driver-level anti-cheat. These won't work under Wine. | | ||
| My DirectX 9 game has graphical issues, or doesn't work at all. | DirectX 9 games are handled through Wine's own `wined3d`. Whisky focuses on modern titles using DX11 or 12, and you may run into issues with DX9 games. CrossOver is a better choice in this scenario, as it runs on Wine 9 instead of Wine 7, and has a more up-to-date version of `wined3d`. If you're not sure what Graphics API your game is using, you can check on the [PCGamingWiki](https://www.pcgamingwiki.com/wiki/Home). | | ||
| My game crashes out of the box, or complains about missing dependencies. | Make sure to check Wine's [AppDB](https://appdb.winehq.org/) and [ProtonDB](https://www.protondb.com/), which can often provide information on the necessary workarounds or Winetricks you need to use to get your game running. If you can't find anything or you are unable to make it work, make an issue. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Armored Core VI: Fires of Rubicon | ||
|
||
{{#template ../templates/rating.md status=Gold date=08/09/23 installs=Yes opens=Yes}} | ||
|
||
## Setup | ||
- Disable DXVK | ||
|
||
{{#template ../templates/steam.md id=1888160}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Blasphemous 2 | ||
|
||
{{#template ../templates/rating.md status=Gold date=08/09/23 installs=Yes opens=Yes}} | ||
|
||
{{#template ../templates/steam.md id=2114740}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Control | ||
|
||
{{#template ../templates/rating.md status=Gold date=05/11/23 installs=Yes opens=Yes}} | ||
|
||
{{#template ../templates/steam.md id=870780}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Cyberpunk 2077 | ||
|
||
{{#template ../templates/rating.md status=Gold date=04/11/23 installs=Yes opens=Yes}} | ||
|
||
{{#template ../templates/steam.md id=1091500}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Dark Souls III | ||
|
||
{{#template ../templates/rating.md status=Gold date=04/09/23 installs=Yes opens=Yes}} | ||
|
||
{{#template ../templates/steam.md id=374320}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Dorfromantik | ||
|
||
{{#template ../templates/rating.md status=Gold date=29/09/23 installs=Yes opens=Yes}} | ||
|
||
{{#template ../templates/steam.md id=1455840}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Grand Theft Auto V | ||
|
||
{{#template ../templates/rating.md status=Garbage date=09/10/23 installs=No opens=Yes}} | ||
|
||
Due to an issue with the Rockstar Launcher, Grand Theft Auto V is currently **unplayable** in Whisky. | ||
|
||
{{#template ../templates/steam.md id=271590}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Kenshi | ||
|
||
{{#template ../templates/rating.md status=Gold date=03/04/24 installs=Yes opens=Yes}} | ||
|
||
{{#template ../templates/steam.md id=233860}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Metal Gear Solid V: The Phantom Pain | ||
|
||
{{#template ../templates/rating.md status=Gold date=29/09/23 installs=Yes opens=Yes}} | ||
|
||
{{#template ../templates/steam.md id=287700}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Monster Hunter World: Iceborne | ||
|
||
{{#template ../templates/rating.md status=Gold date=12/10/23 installs=Yes opens=Yes}} | ||
|
||
- Do not enable DirectX 12, it will cause the game to crash. | ||
- A black screen may show instead of the Capcom logo. | ||
|
||
{{#template ../templates/steam.md id=1118010}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Overwatch 2 | ||
|
||
{{#template ../templates/rating.md status=Garbage date=12/10/23 installs=Yes opens=No}} | ||
|
||
{{#template ../templates/steam.md id=2357570}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Sekiro: Shadows Die Twice | ||
|
||
{{#template ../templates/rating.md status=Gold date=05/09/23 installs=Yes opens=Yes}} | ||
|
||
{{#template ../templates/steam.md id=814380}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Star Wars: Squadrons | ||
|
||
{{#template ../templates/rating.md status=Gold date=05/11/23 installs=Yes opens=Yes}} | ||
|
||
{{#template ../templates/steam.md id=1222730}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Warframe | ||
|
||
{{#template ../templates/rating.md status=Bronze date=16/11/23 installs=Yes opens=Yes}} | ||
|
||
## Setup | ||
- Go to Bottle Configuration -> Open Wine Configuration -> Libraries | ||
- Add `dwrite` library and set it to disabled | ||
|
||
{{#template ../templates/steam.md id=230410}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# We couldn't find that page | ||
|
||
Return [home](guide.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,25 @@ | ||
## What's where? | ||
# What's Where? | ||
|
||
Whisky installs files to the following locations: | ||
|
||
| Item | Location | | ||
|-----------|--------------------------------------------------------------------| | ||
| GPTK | `~/Library/Application Support/com.isaacmarovitz.Whisky/Libraries` | | ||
| Bottles | `~/Library/Containers/com.isaacmarovitz.Whisky/Bottles` | | ||
| Logs | `~/Library/Logs/com.isaacmarovitz.Whisky` | | ||
| WhiskyCMD | `/usr/local/bin/whisky` | | ||
| WhiskyCmd | `/usr/local/bin/whisky` | | ||
|
||
# Uninstalling Whisky | ||
|
||
If you're looking to do a complete uninstall, remove the following files and folders: | ||
- `~/Library/Application Support/com.isaacmarovitz.Whisky` | ||
- `~/Library/Containers/com.isaacmarovitz.Whisky` | ||
- `~/Library/Logs/com.isaacmarovitz.Whisky` | ||
- `/usr/local/bin/whisky` (if it exists) | ||
- `/Applications/Whisky.app` (or wherever you have it installed) | ||
|
||
> [!NOTE] | ||
> This will not delete any bottles that have been created outside the default folder. | ||
> Make sure you delete those in app by `Right Clicking > Remove...` and selecting `Delete files from disk`. | ||
> If you forget to do this before deleting Whisky, or some of your bottles have become orphaned, | ||
> you can remove them manually in Finder. |
Oops, something went wrong.