-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux compatible? #1138
Comments
Hi, maybe it runs with mono or Wine, I haven't tested that personally though. |
ok, i will test |
For a bare minimum install, I create a 32-bit prefix, install .NET 4.0 and corefonts with winetricks, then set the version to Windows 7, and then I install .NET 4.7.2 (https://support.microsoft.com/en-us/help/4054530/microsoft-net-framework-4-7-2-offline-installer-for-windows). I'm not exactly sure how well current stable ASB runs through Wine (you might get some exceptions about unavailable speech engine which can be skipped, and an exception when opening settings), but the development version should work fine as far as I've checked. Summing up: $ WINEARCH=win32 wineboot -u
$ WINEARCH=win32 winetricks dotnet40
$ WINEARCH=win32 winetricks win7
$ WINEARCH=win32 wine ~/Downloads/NDP472-KB4054530-x86-x64-AllOS-ENU.exe # or wherever you've downloaded the .NET472 installer
# then install ASB as you normally would, or copy the compiled files into the prefix |
Sadly, that didn't work for me, I keep getting an error that .NET 4 is required even though it's installed successfully via winetricks. :( |
My instruction is now slightly out of date as ASB has been updated onto .NET 4.8, but I did run some tests and submitted an entry into WINE's AppDB: https://appdb.winehq.org/objectManager.php?sClass=version&iId=39498 The part you'll need is:
You'll need relatively new winetricks for that. I'm using 20201206 at the moment. |
I have a problem. I'm playing Overwatch regularly, and it won't work with any Wine version newer than Staging 5.9 so I'm forced to keep it at that version. |
I'd recommend having a separate Wine install (personally I manage all prefixes for games through Lutris, incl. Overwatch) in that situation. It's probably possible to run the application with older version (well, certainly it's possible), but Staging 5.19 meant I did not have to use some workarounds to install native .NET 4.7.2. |
Just an update for 2024: I currently use the wine flatpak, and set up a win64 context and a --filesystem that contains the Ark Smart Breeder executable and my saved games. After using wineboot to create the initial directory structures in the context, I use winetricks to install gdiplus (for me it crashes on some mouse-over without this) and corefonts (without this I do not get displays for gender/cryopod/death/etc.) I then use winecfg launched from within this context to adjust font scaling, add my game folders to drive locations within wine, and (probably only necessary for some window managers) create a desktop context to give it a better default size. |
Im just wondering if this works on linux. im trying to breed my tek paras for farming and im trying to get the event colors but cant tell if its event. I tried installing about a week ago, and found only a .exe file which do not run on linux.
The text was updated successfully, but these errors were encountered: