Posted March 07, 2021
harristurtle: I've install Bioshock (non-remastered) with the wrapper. Everything works fine except that I can't save : I get a message saying that the drive is full. The drive isn't and I have write access to .local/share/bioshock and the wine prefix. I fund no clue here on how to fix that.
Any idea ?
Thanks for your work.
Not sure what the problem could be here as I've never encountered this issue myself or heard of anyone else having similar issues. What filesystem are you using? It's possible there could be some kind of compatibility issue there, or maybe some dependency is missing (make sure all of Wine's dependencies are installed). Any idea ?
Thanks for your work.
donovan5: Sorry if I'm being a bit dumb I'm trying to convert to Linux and not sure exactly what I'm supposed to do with these wrappers.. Is it a case of downloading the game from gog and then ""putting" the wrapper in terminal. Is there an absolute idiots walk through of what to do.
Fwiw I tried to play Dragon age origins through game hub which said it was using your script it installed but wouldn't run. The plan was to try Lutris next.
Really if I can crack gaming I don't see myself going back to windsows,as so far I like the look of mint.
The easiest way to use them is to put the game installer files and wrapper files in one place, then run the wrapper script from a terminal - e.g. for Deus Ex you'd put deusex_wine.sh, deusex_res.tar.xz and setup_deus_ex_goty_whatever.exe together in one directory, then right-click on the directory in the file manager and select "open in terminal", and then type ./deusex_wine.sh to run the build script. This will result in the wrapper being created in that directory, or if there's a problem then you'll be able to see what error(s) are produced so you get an idea of what's going wrong. Then it's simply a case of running the start script to play, create a shortcut for the game etc. Fwiw I tried to play Dragon age origins through game hub which said it was using your script it installed but wouldn't run. The plan was to try Lutris next.
Really if I can crack gaming I don't see myself going back to windsows,as so far I like the look of mint.
There are a number of more advanced options offered by the scripts that allow you to do things like change the directory name/location, tell it where to find the installer files (if not in the same location as the script) etc. - this is detailed in the readmes and release notes.
Before doing any of this you need to make sure you have all of the dependencies installed though. Installing the system's Wine packages should get most of the ones you'll need; Mint also provides ia32-libs package for the most commonly needed 32-bit packages.
For Vulkan support you need to install libvulkan1 and libvulkan1:i386 (and if using the open source graphics drivers, mesa-vulkan-drivers and mesa-vulkan-drivers:i386 too)
When I migrate to Mint 20.x I'll update my common dependencies meta-package which will make things like this a lot easier.
Also while I haven't yet updated it for Mint 20.x I'd still recommend that you take a look at my Mint beginner's guide, as most of the information and advice there will still apply to Mint 20.x.
Post edited March 07, 2021 by adamhm