Skip to content

thmrtnz/WineskinServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wineskin Unofficial Update

A working version of Wineskin using the development code from Wineskin with some tweaks, the Original Wineskin Code was updated by VitorMM and some additional features and fixes by myself Unoffical_Wineskin.
Unlike the Official Wineskin Project by doh123 that worked on OS X 10.6 to macOS 10.12 (without tweaks), this project supports MacOSX10.9 to macOS11

Downloads count
Download Wineskin Winery v1.8.4.2 <-Recommended

Contained here;

  1. Wine versions packaged as Engines to be used with Wineskin Winery
  2. WineskinWinery.app - The current version will be downloaded updating the local version
  3. Wineskin Unofficial Updates - Master Wrapper

Currently available compiled Wine Versions (Engines)

  • WS11WineCX64Bit20.0.0 (10.9 > 11.x)
  • WS11WineCX20.0.0 (10.9 > 11.x)
  • WS11WineCX64Bit19.0.1-2 (10.9 > 11.x)
  • WS11WineCX19.0.1-2 (10.9 > 11.x)
  • WS10WineCX64Bit18.5.0 (10.9 > 10.14)
  • WS10WineCX18.5.0 (10.9 > 10.14)

All other Wine versions are repacked from Winehq portable releases into Wineskin Engines
This repacking is done on your system.

DirectX support and wine

Wine converts D3D to OpenGL and the version on macOS hasn't been updated in years, at present only DirectX9 and earlier function.
DXVK Requirements are not entirely known at this time, however as CodeWeavers locks support to macOS High Sierra this would be a good start.
To make use of DXVK use a 64Bit WS10 or greater engine, open winetricks and run the following custom command;

dxvk_macos.verb

This will install DXVK for DirectX10 and DirectX11 support for 64Bit games.
32Bit DirectX10 and later is not supported on macOS
VKD3D is no supported!

Apple Silicon support (Rosetta2);

The only Engine(s) that fully function to on these devices is WineCX20.0.2 or greater.
This will require macOS Big Sur 11.1 or greater and Rosetta2 needs to be installed.
However older games that use are fullscreen at lower screen resolutions will fail as the
Apple GPU doesn't seem to support these, using things like cnc-ddraw or DxWnd to workaround this.

macOS Catalina support;

WS11WineCX19.0.1-2 & WS11WineCX64Bit19.0.1-2 include wine32on64 meaning they function on macOS Catalina but as they have not been code-signed & notarized additional steps are required.
All future WS11 Engines automatically mean Catalina is supported.

macOS Catalina (10.15.3 and below);

SIP needs to be disabled to make changes to i386_set_ldt for wine32on64 to function.
I don't recommend this configuration so won't provide instructions instead upgrade to macOS Catalina10.15.4 or greater.

GateKeeper

Windows applications are not code-signed in a way that GateKeeper understand
you can either remove the quarantine flag using xattr -drs com.apple.quarantine {exe here}
or disabled GateKeeper entirely by running sudo spctl --master-disable
Disabling GateKeeper is not recommended

Hackintosh Support?

AMD based systems are not supported due to being unable to run 32Bit code on macOS.
Intel based systems should work without issue.

FAQ

My Antivirus says it's a VIRUS!!!

You need to contact your AntiVirus/AntiMalware vender to connect these false positives.
This started to happen once wine started to use Mingw for compiling PE binaries
simply put wine provides exe/dll files that seem to be Windows files but are not,
so these are automatically flagged by some venders instead of verifying if they're a threat
See the following examples;

License

Keeping the same as the original material, LGPL 2.1 is the license of that project. You can find more details about that in the LICENSE file.

Credits

About

Wineskin Unofficial Update

Resources

License

Stars

Watchers

Forks

Packages

No packages published