Guest Kev Posted April 12, 2020 Share Posted April 12, 2020 I know this thread is old, but I am just coming back form a while and have been itching to play BGEE again. It is just that now I am on Linux and have not played BG on linux before. My Steam version installed fine and works great! I would like to install a few mods though and reading through these instructions have led to some questions. As we know Linux is a case sensitive OS and these instructions were written in 2017 I think. With the Linux version of Weidu, are these instructions still a need? or has the Linux version of Weidu been updated to reflect the case issue? The only mods I want are really just Ascension, Tweaks Anthology, and ScS, but would hate to go through the above steps if I no longer need to and find out I get some errors, so have to figure out how to roll-back. I'm using Pop OS! (based off of the latest Ubuntu version (19?) and have the Steam versions of BGEE nad BG2EE installed. Best all and Happy Easter! Kev Quote Link to post
argent77 Posted April 12, 2020 Share Posted April 12, 2020 Yes, modding the games still require a way to deal with case-sensitive file systems. Further down in this thread there are more current options described how to install mods on Linux. I'd suggest to take a look at this post or this one. Quote Link to post
NdranC Posted May 28, 2020 Share Posted May 28, 2020 I followed these instructions using a case folded "Baldur's Gate Enhanced Edition" steam folder. Everything seems to be working fine, I'm able to install mods with "weinstall" but for some reason I'm always getting the same error when I try to install stratagems. weidu --log "setup-stratagems.debug" "stratagems/setup-stratagems.tp2" [weidu] WeiDU version 24600 Choose your language: 0 [English] 1 [Espanol (www.clandlan.net)] 2 [Polski (Yarpen)] 3 [Deutsch (Leonardo Watson)] 4 [Francais (Mornagest/Isaya)] 5 [Italiano (Stoneangel/Improbabile)] 6 [Russian (Prowler/Silent)] 7 [Korean (Menocu)] 8 [Simplified Chinese (c4_angel/www.trow.cc)] 0 ERROR: No translation provided for @0 ERROR: problem parsing TP file [stratagems/setup-stratagems.tp2]: Not_found FATAL ERROR: Not_found Press ENTER to exit. If I manually edit the tp2 to not require @0 then it will complain with the next translation. I can't check right this second but I believe I don't have this issue if I try to install stratagems in windows. Any idea of what could be wrong? Quote Link to post
Guest Sandro Posted June 2, 2020 Share Posted June 2, 2020 I had the same problem when I used weidu 246 (from weidu-git from the arch user repository). I switched to weidu 242 (from weidu-bin again from the arch user repository) and now I get further in the installation, but every part fails like this: Install Component [Ease-of-use party AI]? [I]nstall, or [N]ot Install or [Q]uit? i Installing [Ease-of-use party AI] [v33.1] loading 4 tra files Stopping installation because of error. Stopping installation because of error. ERROR Installing [Ease-of-use party AI], rolling back to previous state Will uninstall 0 files for [stratagems/setup-stratagems.tp2] component 5000. Uninstalled 0 files for [stratagems/setup-stratagems.tp2] component 5000. ERROR: Failure("Unknown function: check_ini") PLEASE email the file setup-stratagems.debug to For help troubleshooting installation problems, go to the Sword Coast Stratagems forum at forums.gibberlings3.net. Using Language [English] note I followed the original instruction (so with a ntfs partition) When I try to compile weidu 245 myself I get an error, so I can't try that. As I am a bit out of my depth compiling, can you try it with an older version of weidu? Quote Link to post
NdranC Posted June 2, 2020 Share Posted June 2, 2020 I just tried weidu-bin (242) based on your suggestion and I get the same error you did. Installing [Include arcane spells from Icewind Dale: Enhanced Edition] [v33] loading 4 tra files Stopping installation because of error. Stopping installation because of error. ERROR Installing [Include arcane spells from Icewind Dale: Enhanced Edition], rolling back to previous state Will uninstall 0 files for [stratagems/setup-stratagems.tp2] component 1500. Uninstalled 0 files for [stratagems/setup-stratagems.tp2] component 1500. ERROR: Failure("Unknown function: check_ini") PLEASE email the file setup-stratagems.debug to For help troubleshooting installation problems, go to the Sword Coast Stratagems forum at forums.gibberlings3.net. Using Language [English] Didn't even occur to me that it could be something related to weidu since I'm able to install every mod in my list with weidu-git except SCS. I was thinking on posting on the SCS github/forums to see if anyone has any input. I guess I could try compiling weidu myself to see. I'll post here if I figure it out. Quote Link to post
NdranC Posted June 2, 2020 Share Posted June 2, 2020 So I manually went to the weidu github and downloaded the latest release and that one seems to be working. So maybe it's a problem with the aur version after all. I can't sit down and test it all right now but if you do so let me know how it goes. Quote Link to post
Guest Error trying to play BG2EE Posted November 17, 2020 Share Posted November 17, 2020 Hello All, I have followed the "Linux users guide to installing mods" on my Linux machine (ubuntu) and BGEE works but BG2EE does not. When I click on PLAY, I get "An error occurred while updating Baldur's Gate II: Enhanced Edition". I am fairly certain I followed step by step. The game worked just before I did these steps. Here are the steps I executed on my Linux box. fallocate -l 30G bg_modbox.img mkfs.jfs -O bg_modbox.img mkdir /mnt/bgmodbox mount bg_modbox.img /mnt/bgmodbox/ mkdir /mnt/bgmodbox/{bgee,bg2ee} mv ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ Enhanced\ Edition/* /mnt/bgmodbox/bgee mv ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ II\ Enhanced\ Edition/* /mnt/bgmodbox/bg2ee rmdir ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ Enhanced\ Edition rmdir ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ II\ Enhanced\ Edition ln -s /mnt/bgmodbox/bgee ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ Enhanced\ Edition ln -s /mnt/bgmodbox/b2gee ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ II\ Enhanced\ Edition Would someone know if BG2EE changed somehow so these steps no longer work or is there something I am missing? BGEE works fine, it is only BG2EE that no longer runs. Best Regards, Kev Quote Link to post
Guest Error trying to play BG2EE Posted November 17, 2020 Share Posted November 17, 2020 Hello All, I have followed the "Linux users guide to installing mods" on my Linux machine (ubuntu) and BGEE works but BG2EE does not. When I click on PLAY, I get "An error occurred while updating Baldur's Gate II: Enhanced Edition". I am fairly certain I followed step by step. The game worked just before I did these steps. Here are the steps I executed on my Linux box. fallocate -l 30G bg_modbox.img mkfs.jfs -O bg_modbox.img mkdir /mnt/bgmodbox mount bg_modbox.img /mnt/bgmodbox/ mkdir /mnt/bgmodbox/{bgee,bg2ee} mv ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ Enhanced\ Edition/* /mnt/bgmodbox/bgee mv ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ II\ Enhanced\ Edition/* /mnt/bgmodbox/bg2ee rmdir ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ Enhanced\ Edition rmdir ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ II\ Enhanced\ Edition ln -s /mnt/bgmodbox/bgee ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ Enhanced\ Edition ln -s /mnt/bgmodbox/b2gee ~/.steam/debian-installation/steamapps/common/Baldur\'s\ Gate\ II\ Enhanced\ Edition Would someone know if BG2EE changed somehow so these steps no longer work or is there something I am missing? BGEE works fine, it is only BG2EE that no longer runs. Best Regards, Kev Quote Link to post
Recommended Posts