Posted June 04, 2018
adamhm
GOG for Linux
adamhm Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: May 2009
From United Kingdom
oleerik
New User
oleerik Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Nov 2012
From Norway
adamhm
GOG for Linux
adamhm Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: May 2009
From United Kingdom
Posted June 04, 2018
I suspect that there might be conflicts with newer packages in Ubuntu 18.04, since my wrapper uses a fairly old Wine release (2.21-staging). It works great here but I'm using Mint 18.3, which is essentially Ubuntu 16.04.
POL bundles some additional libraries with their Wine packages that may cause issues; I already remove libz* (and POL stopped bundling them with more recent releases) as those were a frequent source of problems for Arch users. You could try removing the rest of the bundled libraries and seeing if that helps - remove all the files from "Fallout 3/wine/lib/", leaving just the libwine.so.* libraries and the wine directory there.
If that doesn't work then my scripts have the ability to use alternative Wine builds for testing. I just checked with some newer builds and it looks like staging is still required, but Lutris' build will have to be used as POL have only recently started catching up with staging builds & don't have them all yet. Run the build script like this to have it use Wine Staging 3.8 from Lutris:
./fallout3_wine.sh -winever=staging-3.8 -winesource=lutris
If you do this you should run this command with the start script when it's done as redirecting wined3d.dll is no longer necessary for enabling CSMT (and it's not necessary to enable CSMT manually now either):
./start.sh runwine=reg : delete "HKCU\Software\Wine\DllRedirects" /v wined3d /f
I plan on updating all wrappers that are stuck on pre-3.0 builds soon, once POL start providing them (I don't use the Lutris builds by default as they don't provide checksums for their packages).
One more thing - if you haven't already then make sure that Mesa is up to date if you're using the open drivers (which is strongly recommended with AMD GPUs).
POL bundles some additional libraries with their Wine packages that may cause issues; I already remove libz* (and POL stopped bundling them with more recent releases) as those were a frequent source of problems for Arch users. You could try removing the rest of the bundled libraries and seeing if that helps - remove all the files from "Fallout 3/wine/lib/", leaving just the libwine.so.* libraries and the wine directory there.
If that doesn't work then my scripts have the ability to use alternative Wine builds for testing. I just checked with some newer builds and it looks like staging is still required, but Lutris' build will have to be used as POL have only recently started catching up with staging builds & don't have them all yet. Run the build script like this to have it use Wine Staging 3.8 from Lutris:
./fallout3_wine.sh -winever=staging-3.8 -winesource=lutris
If you do this you should run this command with the start script when it's done as redirecting wined3d.dll is no longer necessary for enabling CSMT (and it's not necessary to enable CSMT manually now either):
./start.sh runwine=reg : delete "HKCU\Software\Wine\DllRedirects" /v wined3d /f
I plan on updating all wrappers that are stuck on pre-3.0 builds soon, once POL start providing them (I don't use the Lutris builds by default as they don't provide checksums for their packages).
One more thing - if you haven't already then make sure that Mesa is up to date if you're using the open drivers (which is strongly recommended with AMD GPUs).
oleerik
New User
oleerik Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Nov 2012
From Norway
Posted June 04, 2018
Thank you, I'll test the wineversion and the libraries!
EDIT:
After following your instructions (except the libs as there were only libwine.so* there), I've had no crashes yet. Might be as stable as the lutris installer now, or better! Only time will tell :)
adamhm: One more thing - if you haven't already then make sure that Mesa is up to date if you're using the open drivers (which is strongly recommended with AMD GPUs).
Mesa is very, very up-to-date :) EDIT:
After following your instructions (except the libs as there were only libwine.so* there), I've had no crashes yet. Might be as stable as the lutris installer now, or better! Only time will tell :)
Post edited June 04, 2018 by oleerik
adamhm
GOG for Linux
adamhm Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: May 2009
From United Kingdom
Posted June 05, 2018
Glad to hear it seems to be working now :) Some occasional random crashes can be expected as the game itself tends to crash every so often even on Windows, but it shouldn't be a frequent thing.
I guess you used the Lutris Wine build (they don't bundle any extra libraries).
I guess you used the Lutris Wine build (they don't bundle any extra libraries).
Post edited June 05, 2018 by adamhm
elderlypunk
New User
elderlypunk Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jan 2011
From United States
Posted July 01, 2018
Thank you so much for this! As a newb I very much appreciate the "No wine knowledge" part. LOL. Anyways, the game seems to run great! But now to get greedy: is there any way to get my wireless xbox 360 controller to work with it? I've tried following several guides with no luck. Thank you!
Kind regards,
Mark
Kind regards,
Mark
adamhm
GOG for Linux
adamhm Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: May 2009
From United Kingdom
Posted July 10, 2018
elderlypunk: Thank you so much for this! As a newb I very much appreciate the "No wine knowledge" part. LOL. Anyways, the game seems to run great! But now to get greedy: is there any way to get my wireless xbox 360 controller to work with it? I've tried following several guides with no luck. Thank you!
Kind regards,
Mark
From what I've read it should be possible with some work, but I can't offer much help with it as I rarely use a controller for anything (and nothing in Wine so far).Kind regards,
Mark
Yootti
New User
Yootti Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2018
From Hungary
Posted December 30, 2018
Hello! I've read the readme txt and this post, but I dont understand NOTHING at all... like how to install it...
Like run the fallout3_wine.sh script... if I click it it just opens a bunch of code and where should I put the -respath"<path>" like which part of the code????? I just dont understand a single part of this stuff
Like run the fallout3_wine.sh script... if I click it it just opens a bunch of code and where should I put the -respath"<path>" like which part of the code????? I just dont understand a single part of this stuff
adamhm
GOG for Linux
adamhm Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: May 2009
From United Kingdom
Posted December 30, 2018
Yootti: Hello! I've read the readme txt and this post, but I dont understand NOTHING at all... like how to install it...
Like run the fallout3_wine.sh script... if I click it it just opens a bunch of code and where should I put the -respath"<path>" like which part of the code????? I just dont understand a single part of this stuff
It looks like either your file manager isn't set up to run scripts so it's opening it rather than running it (default behavior on Linux Mint is to ask the user) or you extracted it to a non-Linux filesystem in which case it won't work even if you get it to run. Like run the fallout3_wine.sh script... if I click it it just opens a bunch of code and where should I put the -respath"<path>" like which part of the code????? I just dont understand a single part of this stuff
I'd recommend running it from the terminal anyway so you can see what the output is if there are any problems. If the wrapper and installer files are all in one directory then you can simply run the script like so:
./fallout3_wine.sh
If the installer files are in another directory then you'd run e.g.:
./fallout3_wine.sh -respath="<path to installer>"
See the attached image for an example. The wrapper files are in "/mnt/hdd/Temp" (where I've opened the terminal) and the installer files are in "/mnt/hdd2/Downloads/goginstallers/windows"
BStone
New User
BStone Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: May 2011
From United States
Posted October 27, 2019
Having the same "Permission Denied" errors again. :(
New Vegas magically started working on its own (before I had to reinstall Zorin due to a bad HDD problem), maybe FO3 will to.
New Vegas magically started working on its own (before I had to reinstall Zorin due to a bad HDD problem), maybe FO3 will to.
Post edited October 27, 2019 by BStone
-doofwarrior-
New User
-doofwarrior- Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Aug 2021
From United States
brouzuf
New User
brouzuf Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2012
From France