UFO:Alien Invasion

General => Discussion => Topic started by: Madwand99 on January 02, 2012, 05:28:10 am

Title: How do I enter a downed ship?
Post by: Madwand99 on January 02, 2012, 05:28:10 am
I'm a newbie who just started playing UFO: AI and I'm having some serious interface problems. I send my dropship with 8 soldiers to a downed UFO, but I can't figure out how to get into the tactical screen. No amount of left or right-clicking does anything past the dialog box where I am asked to "Enter" or "Auto mission". The latter option appears to be greyed out, so I choose "Enter", and... nothing happens. I am at the "world map" screen and I have no idea how to start fighting aliens! Can anyone help?
Title: Re: How do I enter a downed ship?
Post by: H-Hour on January 02, 2012, 10:09:20 am
Please provide your ufoconsole.log file (http://ufoai.ninex.info/wiki/index.php/Bugs#What_happened_before_the_bug_occurred.3F_Is_the_bug_reproducible.3F).
Title: Re: How do I enter a downed ship?
Post by: Madwand99 on January 02, 2012, 02:22:34 pm
The log is attached. There appear to be a few errors indicated within.

I am running the Linux 2.3.1 version of UFO: AI.
Title: Re: How do I enter a downed ship?
Post by: geever on January 02, 2012, 02:41:02 pm
Code: [Select]
ERROR: failed to load game library
it is the broken package....

see: http://ufoai.ninex.info/forum/index.php?topic=6030.0

-geever
Title: Re: How do I enter a downed ship?
Post by: Madwand99 on January 02, 2012, 03:07:45 pm
I attempted to create the symlink specified in your link, but I found out that:

1) /usr/share/ufoai/base/game.so does not exist (there is no ufoai directory there)

2) game.so is already in the correct location, in /usr/lib/games/ufoai/base/game.so

Yet this error still occurs. What's going on?
Title: Re: How do I enter a downed ship?
Post by: bayo on January 02, 2012, 03:19:45 pm
The game search the lib in
Quote
2012/01/01 21:10:04 not found at '/usr/local/lib/ufoai'
2012/01/01 21:10:04 not found at '/home/proper/.ufoai/2.3.1/base'
2012/01/01 21:10:04 not found at './base'
2012/01/01 21:10:04 not found at '/usr/local/share/ufoai/base'
Then u can create a symlink here, there, here, or there

And maybe u also must create subdirs, mkdir /usr/local/share/ufoai/base/, with right visibility.

Code: [Select]
ln -s /usr/lib/games/ufoai/base/game.so /usr/local/share/ufoai/base/game.so