Running Unity based app exe on macOS

Questions about Wine on macOS.
Locked
interwound
Newbie
Newbie
Posts: 1
Joined: Tue Oct 24, 2017 4:09 pm

Running Unity based app exe on macOS

Post by interwound »

As the title implies, trying to run a unity app that has been built for Windows on macOS. It launches to the Unity splash screen then crashes with error from winedbg:

Code: Select all

=>0 0x7b42747a _RaiseException+0x72() in kernel32 (0x0033eb30)
  1 0x5beab206 ___wine_spec_unimplemented_stub+0x23() in api-ms-win-core-timezone-l1-1-0 (0x0033eb60)
  2 0x5beab055 __wine_stub_GetDynamicTimeZoneInformationEffectiveYears+0x28() in api-ms-win-core-timezone-l1-1-0 (0x0033ebc0)
(the final goal is run this exe on Linux - just thought I'd get it running on my local machine first, not sure if this fact is relevant)

thanks!
Locked