aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - GreyManNo2

Pages: [1]
1
Troubleshooting / Re: Puppy Linux thtr
« on: May 28, 2015, 12:44:16 pm »
I don't know if this will help but IIRC Puppy Linux has sh as its default.

Check this wika:
https://puppylinux.org/wikka/Shell

Quote
Common shells found in Puppy Linux

sh is the default shell, which in 1.0.5 and 1.0.6 is ash or bash
(In 1.0.6, SHELL seems to point to bash, but the command line seems to nevertheless default to ash.)

ash is the simplified BusyBox version of bash (BusyBox v0.60.5 in 1.0.6)

Bash Bash has become a de facto standard for shell scripting on all flavors of UNIX.
The bash is GNU bash 3.00.0(1) in 1.0.6.

2
This commit in yaml-cpp is cause: https://github.com/jbeder/yaml-cpp/commit/1025f76df1b32b6ec3571ca928d7797a768a3341
Thanks for checking it out. So, I'm wondering if it's fixed with new commit? Or it will take some time?

3
Right after I PMed myk002, checked my OpenXcom installation and found it o.k., suggested that I try older version of yaml-cpp. Bingo it worked.

It's likely due to my Debian/testing box that recently got a boatload of updates as stable version of Debian was frozen to codename 'Jessie' and testing version is now codename 'Stretch' with new packages making way from Debian unstable/sid. So yaml-cpp version went from 0.5.1-1 to 0.5.2-1, and I had to downgrade yaml-cpp in order to make this work.

Downgrade from
Spoiler:
libyaml-cpp-dev:
  Installed: 0.5.2-1
  Candidate: 0.5.2-1
  Version table:
 *** 0.5.2-1 0
        500 https://ftp.de.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status

libyaml-cpp0.5:
  Installed: 0.5.2-1
  Candidate: 0.5.2-1
  Version table:
 *** 0.5.2-1 0
        500 https://ftp.de.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status
to
Spoiler:
libyaml-cpp0.5:
  Installed: 0.5.1-1
  Candidate: 0.5.2-1
  Version table:
     0.5.2-1 0
        500 https://ftp.de.debian.org/debian/ testing/main amd64 Packages
 *** 0.5.1-1 0
        100 /var/lib/dpkg/status

libyaml-cpp-dev:
  Installed: 0.5.1-1
  Candidate: 0.5.2-1
  Version table:
     0.5.2-1 0
        500 https://ftp.de.debian.org/debian/ testing/main amd64 Packages
 *** 0.5.1-1 0
        100 /var/lib/dpkg/status

So myk002, thanks a lot for the assistance!  :)

4
that is true -- a change to alienDeployments.rul just got merged (that I wrote), so that md5sum difference may not be relevant.  could you tar up your installation directory and send me a dropbox link?  I'll check it out.
Hi, I just sent you a PM with the dropbox link. Thanks.

5
@ winterheart
I tried cmake and got the same error.

@ myk002

After trying cmake, I went back to compiling via 'make -f Makefile.simple' with a fresh installation just to make sure and indeed I still got the same error. There is a warning in my  openxcom.log about invalid  ruleset for xcom1. I am not sure excatly what to look for to check if my ruleset files are good.

Spoiler:
[18-05-2015 17:01:03]   [INFO]   Data folder is: ./
[18-05-2015 17:01:03]   [INFO]   Data search is:
[18-05-2015 17:01:03]   [INFO]   - /media2/GAMES/OPENXCOM/openxcom/data/
[18-05-2015 17:01:03]   [INFO]   - $HOME/.local/share/openxcom/
[18-05-2015 17:01:03]   [INFO]   - /usr/local/share/openxcom/
[18-05-2015 17:01:03]   [INFO]   - /usr/share/openxcom/
[18-05-2015 17:01:03]   [INFO]   - ./
[18-05-2015 17:01:03]   [INFO]   User folder is: /media2/GAMES/OPENXCOM/openxcom/user/
[18-05-2015 17:01:03]   [INFO]   Config folder is: /media2/GAMES/OPENXCOM/openxcom/config/
[18-05-2015 17:01:03]   [INFO]   Options loaded successfully.
[18-05-2015 17:01:03]   [INFO]   Scanning standard mods in './standard'...
[18-05-2015 17:01:03]   [INFO]   - ./standard/Aliens_Pick_Up_Weapons
[18-05-2015 17:01:03]   [INFO]   - ./standard/Limit_Craft_Item_Capacities
[18-05-2015 17:01:03]   [INFO]   - ./standard/PSX_Static_Cydonia_Map
[18-05-2015 17:01:03]   [INFO]   - ./standard/UFOextender_Gun_Melee
[18-05-2015 17:01:03]   [INFO]   - ./standard/UFOextender_Psionic_Line_Of_Fire
[18-05-2015 17:01:03]   [INFO]   - ./standard/UFOextender_Starting_Avalanches
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Always_Daytime
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Always_Nighttime
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Fighter_Transports
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_High_Explosive_Damage
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Improved_Ground_Tanks
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Improved_Heavy_Laser
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_No_Psionics
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Pistol_Auto_Shot
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Skyranger_Weapon_Slot
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Starting_Defensive_Base
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Starting_Defensive_Improved_Base
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Starting_Improved_Base
[18-05-2015 17:01:03]   [INFO]   - ./standard/XcomUtil_Statstrings
[18-05-2015 17:01:03]   [INFO]   - ./standard/xcom1
[18-05-2015 17:01:03]   [INFO]   - ./standard/xcom2
[18-05-2015 17:01:03]   [INFO]   Scanning user mods in '/media2/GAMES/OPENXCOM/openxcom/user/mods'...
[18-05-2015 17:01:03]   [INFO]   Mapping resource files...
[18-05-2015 17:01:03]   [INFO]     mapping resources in: ./standard/xcom1
[18-05-2015 17:01:03]   [INFO]     mapping resources in: ./UFO
[18-05-2015 17:01:03]   [INFO]     mapping resources in: ./common
[18-05-2015 17:01:03]   [INFO]   SDL initialized successfully.
[18-05-2015 17:01:04]   [INFO]   SDL_mixer initialized successfully.
[18-05-2015 17:01:04]   [INFO]   Attempting to set display to 640x400x8...
[18-05-2015 17:01:04]   [INFO]   Display set to 640x400x8.
[18-05-2015 17:01:04]   [INFO]   Loading rulesets...
[18-05-2015 17:01:04]   [INFO]   - ./common/Ruleset/soldierNames.rul
[18-05-2015 17:01:04]   [INFO]   - ./standard/xcom1/alienDeployments.rul
[18-05-2015 17:01:04]   [WARN]   disabling mod with invalid ruleset: xcom1
[18-05-2015 17:01:04]   [ERROR]   failed to load ruleset from mod 'UFO: Enemy Unknown / X-Com: UFO Defense' (yaml-cpp: error at line 0, column 0: invalid node; this may result from using a map iterator as a sequence iterator, or vice-versa); disabling mod for next startup

Btw, the md5sums of my xcom1 ruleset files:

Spoiler:
e609441d2e556c2605972ed3d17ab880  standard/xcom1/alienDeployments.rul
b572d7ca898a2af0e9ab01202eab90b5  standard/xcom1/alienItemLevels.rul
5f1a84ad55e1cd4154c79bd4818e3bd8  standard/xcom1/alienMissions.rul
60d0227012963d172bfd13dec3e074d6  standard/xcom1/alienRaces.rul
bf138fd45fe2991375d1323bc2221e16  standard/xcom1/armors.rul
6d3ab292735f39fbdc38e2ada22c7548  standard/xcom1/countries.rul
031a21d0d4c4b6b229650052613318ba  standard/xcom1/crafts.rul
d7693ffb019bf4cb3bb814b57b14f935  standard/xcom1/craftWeapons.rul
f510f520324e0ade1ac6f906c46cdfcb  standard/xcom1/cutscenes.rul
c20d4736f692e58c6746fd97d7fb112b  standard/xcom1/extraSprites.rul
106b80dd4c627994aa48c6cd123b8f52  standard/xcom1/facilities.rul
ff842dc648931768fbe466bf43fd1285  standard/xcom1/font.rul
2717d173f9e402c7cd4e603b1fcf0308  standard/xcom1/globe.rul
90a41e28fa8254b4fc4ddea693ea6021  standard/xcom1/interfaces.rul
87f88f496a9b9ecb5beae28f63b3a49e  standard/xcom1/inventories.rul
2ee6ce401e7814594eb1931e86a39951  standard/xcom1/items.rul
5663a71b6f7ff29f8e84295d8c28d670  standard/xcom1/manufacture.rul
e1d0e94976ddeccdc1bed803380cde42  standard/xcom1/mapScripts.rul
b809c0205c805694dfc434316df988c3  standard/xcom1/mcdPatches.rul
ef125975dbb93fba44f10a6c5e671108  standard/xcom1/music.rul
b6326a0d28a585934731fe5d7c8e8d56  standard/xcom1/regions.rul
ae54a2b236f12e262ee706f674b601af  standard/xcom1/research.rul
a7a76a3e011ab61b620ad11032c2d52f  standard/xcom1/soldiers.rul
df98b1c264cae53a98342969530f2d57  standard/xcom1/startingBase.rul
523b53ab880736561629aefab4059163  standard/xcom1/terrains.rul
c17ae90a38ef0668c1c2e0e16cf67fa3  standard/xcom1/ufopaedia.rul
73a7cf22b0797f5d65deb413ebfd278c  standard/xcom1/ufos.rul
2b3792a28ebe5abcbbaa49d9312584c8  standard/xcom1/ufoTrajectories.rul
26578a5f09cc4a85124a68f40aa7186f  standard/xcom1/units.rul
36741c11dd36981e0fecae2b9576a698  standard/xcom1/vars.rul
A quick glance showed just one difference from the one you posted - the 1st one, i.e., alienDeployments.rul file.

Something must have changed because it was only about 5 months ago when I last compiled and run openxcom o.k.

6
Hi all, firstly let me congratulate the OpenXcom team for such a magnificent & stellar job. I have used OpenXcom previously and I love it.

I decided to go back and do a fresh install. After downloading the nightly git version for Linux, I compiled it successfully (using make -f Makefile.simple). Before compiling, I added my UFO data (patched with the OpenXcom Universal Patch) and TFTD data to the bin/UFO and bin/TFTD folders respectively. However when I tried to run openxcom, I got this error below, it look obvious to me but I'm not quite sure though I noticed that the directory structure for OpenXcom is now different from my previously working installation. The (edited) openxcom.log included the error at the end:
Quote
[18-05-2015 12:04:30]   [INFO]   Data folder is: ./
[18-05-2015 12:04:30]   [INFO]   Data search is:
[18-05-2015 12:04:30]   [INFO]   - /media2/GAMES/OPENXCOM/openxcom/data/
[18-05-2015 12:04:30]   [INFO]   - $HOME/.local/share/openxcom/
[18-05-2015 12:04:30]   [INFO]   - /usr/local/share/openxcom/
[18-05-2015 12:04:30]   [INFO]   - /usr/share/openxcom/
[18-05-2015 12:04:30]   [INFO]   - ./
[18-05-2015 12:04:30]   [INFO]   User folder is: /media2/GAMES/OPENXCOM/openxcom/user/
[18-05-2015 12:04:30]   [INFO]   Config folder is: /media2/GAMES/OPENXCOM/openxcom/config/
[18-05-2015 12:04:30]   [INFO]   Options loaded successfully.
[18-05-2015 12:04:30]   [INFO]   Scanning standard mods in './standard'...
[18-05-2015 12:04:30]   [INFO]   - ./standard/Aliens_Pick_Up_Weapons
[18-05-2015 12:04:30]   [INFO]   - ./standard/Limit_Craft_Item_Capacities
[18-05-2015 12:04:30]   [INFO]   - ./standard/PSX_Static_Cydonia_Map
[18-05-2015 12:04:30]   [INFO]   - ./standard/UFOextender_Gun_Melee
[18-05-2015 12:04:30]   [INFO]   - ./standard/UFOextender_Psionic_Line_Of_Fire
[18-05-2015 12:04:30]   [INFO]   - ./standard/UFOextender_Starting_Avalanches
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Always_Daytime
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Always_Nighttime
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Fighter_Transports
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_High_Explosive_Damage
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Improved_Ground_Tanks
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Improved_Heavy_Laser
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_No_Psionics
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Pistol_Auto_Shot
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Skyranger_Weapon_Slot
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Starting_Defensive_Base
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Starting_Defensive_Improved_Base
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Starting_Improved_Base
[18-05-2015 12:04:30]   [INFO]   - ./standard/XcomUtil_Statstrings
[18-05-2015 12:04:30]   [INFO]   - ./standard/xcom1
[18-05-2015 12:04:30]   [INFO]   - ./standard/xcom2
[18-05-2015 12:04:30]   [INFO]   Scanning user mods in '/media2/GAMES/OPENXCOM/openxcom/user/mods'...
[18-05-2015 12:04:30]   [INFO]   Mapping resource files...
[18-05-2015 12:04:30]   [INFO]     mapping resources in: ./standard/xcom1
[18-05-2015 12:04:30]   [INFO]     mapping resources in: ./UFO
[18-05-2015 12:04:30]   [INFO]     mapping resources in: ./common
[18-05-2015 12:04:30]   [INFO]   SDL initialized successfully.
[18-05-2015 12:04:30]   [INFO]   SDL_mixer initialized successfully.
[18-05-2015 12:04:30]   [INFO]   Attempting to set display to 640x400x8...
[18-05-2015 12:04:30]   [INFO]   Display set to 640x400x8.
[18-05-2015 12:04:30]   [INFO]   Loading rulesets...
[18-05-2015 12:04:31]   [INFO]   - ./standard/xcom1/alienDeployments.rul
[18-05-2015 12:04:31]   [WARN]   disabling mod with invalid ruleset: xcom1
[18-05-2015 12:04:31]   [ERROR]   failed to load ruleset from mod 'UFO: Enemy Unknown / X-Com: UFO Defense' (yaml-cpp: error at line 0, column 0: invalid node; this may result from using a map iterator as a sequence iterator, or vice-versa); disabling mod for next startup

Hopefully it was something that I may have missed.

Pages: [1]