Pocket Plane Group

Friends and Neighbors => Weimer Republic (WeiDU.org) => WeiDU => Topic started by: Wisp on January 07, 2018, 03:14:48 PM

Title: Version 243 released
Post by: Wisp on January 07, 2018, 03:14:48 PM
WeiDU v243 "243 is not a prime number" has been released.

Download for Windows (http://www.weidu.org/%7Ethebigg/WeiDU-Windows-243.zip)
Download for GNU/Linux (http://www.weidu.org/%7Ethebigg/WeiDU-Linux-243.zip)
Download for mac OS (http://www.weidu.org/%7Ethebigg/WeiDU-Mac-243.zip) (pending compiler)
Download the source code (http://www.weidu.org/%7Ethebigg/WeiDU-Src-243.zip)
Change log (http://weidu.org/~thebigg/README-WeiDU-Changes.txt)
Readme (http://weidu.org/~thebigg/README-WeiDU.html)
Title: Re: Version 243 released
Post by: Magus_BGforge on January 19, 2018, 12:21:14 PM
still can't find those biffs:

Code: [Select]
HD0: is C:\Games\bg2\
Looking for biff tb#gen3.bif at C:\Games\bg2\data\data/tb#gen3.bif
Looking for biff tb#gen3.bif at C:\Games\bg2\data\data/tb#gen3.bif
Looking for biff tb#gen3.bif at C:\Games\bg2\data\data/tb#gen3.bif
Looking for biff tb#gen3.bif at C:\Games\bg2\data\data/tb#gen3.bif
Looking for biff tb#gen3.bif at C:\Games\bg2\data\data/tb#gen3.bif
Looking for biff tb#gen3.bif at C:\Games\bg2\data\data/tb#gen3.bif
Looking for biff tb#gen3.bif at C:\Games\bg2\data/tb#gen3.bif
Looking for biff tb#gen3.bif at ./CD1/data/tb#gen3.bif
Looking for biff tb#gen3.bif at ./CD2/data/tb#gen3.bif
Looking for biff tb#gen3.bif at ./CD3/data/tb#gen3.bif
Looking for biff tb#gen3.bif at ./CD4/data/tb#gen3.bif
Looking for biff tb#gen3.bif at ./CD5/data/tb#gen3.bif
Looking for biff tb#gen3.bif at ./CD6/data/tb#gen3.bif
Stopping installation because of error.
Stopping installation because of error.
Stopping installation because of error.

Code: [Select]
[Alias]
HD0:=C:\Games\bg2\
CD1:=C:\Games\bg2\data\
CD2:=C:\Games\bg2\data\
CD3:=C:\Games\bg2\data\
CD4:=C:\Games\bg2\data\
CD5:=C:\Games\bg2\data\
CD6:=C:\Games\bg2\data\

Code: [Select]
ls -l data/tb#gen3.bif
-rwxrwxrwx  1 usr  staff  22754909 Sep 10 04:30 data/tb#gen3.bif
Title: Re: Version 243 released
Post by: Wisp on January 19, 2018, 01:49:22 PM
Do you have the equivalent of a linux.ini in your game path? WeiDU seems to be picking up the paths from your ini file now, but if it's only finding the wrong (Windows) paths, that would lead to not finding the biffs.

Since WeiDU will add /data to everything, something like
Code: [Select]
HD0:=.
would be appropriate. And something like ./cdx for the CDx folders, if you have any of those.
Title: Re: Version 243 released
Post by: Magus_BGforge on January 21, 2018, 04:30:02 PM
Works with linux.ini HD0:=.
Other mods work without linux.ini, though, so I don't quite understand the logic.
Title: Re: Version 243 released
Post by: Wisp on January 24, 2018, 12:46:15 PM
Normal file look-ups go to the override first. Could that be the reason?
Otherwise, could you post a biff-check that works and one that does not work without the extra INI path and I'll see if I can explain why. It's a bit difficult without knowing with of all the different code paths are involved.
Title: Re: Version 243 released
Post by: Magus_BGforge on March 04, 2018, 11:46:48 AM
I went to the light side (linux) meanwhile... still can't find the files. For some reason, paths in weidu-generated linux.ini are wrong  - using default wine prefix. (In previous runs on mac, that was the case, but on new system I moved it to a specialized one).

Code: [Select]
HD0: is C:\Games\bg2\
Looking for biff cresound.bif at C:\Games\bg2\data\data/cresound.bif
Looking for biff cresound.bif at C:\Games\bg2\data\data/cresound.bif
Looking for biff cresound.bif at C:\Games\bg2\data\data/cresound.bif
Looking for biff cresound.bif at C:\Games\bg2\data\data/cresound.bif
Looking for biff cresound.bif at C:\Games\bg2\data\data/cresound.bif
Looking for biff cresound.bif at C:\Games\bg2\data\data/cresound.bif
Looking for biff cresound.bif at C:\Games\bg2\data/cresound.bif
Looking for biff cresound.bif at /home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/data/cresound.bif
Looking for biff cresound.bif at /home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/data/cresound.bif
Looking for biff cresound.bif at /home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/data/cresound.bif
Looking for biff cresound.bif at /home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/data/cresound.bif
Looking for biff cresound.bif at /home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/data/cresound.bif
Looking for biff cresound.bif at /home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/data/cresound.bif
Looking for biff cresound.bif at /home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/cresound.bif
Looking for biff cresound.bif at ./CD1/data/cresound.bif
Looking for biff cresound.bif at ./CD2/data/cresound.bif
Looking for biff cresound.bif at ./CD3/data/cresound.bif
Looking for biff cresound.bif at ./CD4/data/cresound.bif
Looking for biff cresound.bif at ./CD5/data/cresound.bif
Looking for biff cresound.bif at ./CD6/data/cresound.bif
Stopping installation because of error.
Stopping installation because of error.
Stopping installation because of error.

Code: [Select]
$ pwd
/home/adm/.wineprefixes/bg2/drive_c/games/bg2
$ readlink -f data/cresound.bif
/home/adm/.wineprefixes/bg2/drive_c/games/bg2/data/cresound.bif
$ cat linux.ini
CD1:=/home/adm/.wine/dosdevices/../drive_c/Games/bg2/
CD1:=/home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/
CD1:=/home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/
CD1:=/home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/
CD1:=/home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/
CD1:=/home/adm/.wine/dosdevices/../drive_c/Games/bg2/data/
CD1:=/home/adm/.wine/dosdevices/../drive_c/Games/bg2/data

Tried with v244.
Title: Re: Version 243 released
Post by: Wisp on March 13, 2018, 03:00:15 PM
Yeah, that's Tolower. If your winedir is not $HOME/.wine/dosdevices, it's no good and you'll need to do it by hand.