project-navigation
Personal tools

Author Topic: How do I enter a downed ship?  (Read 2268 times)

Offline Madwand99

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
How do I enter a downed ship?
« 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?

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: How do I enter a downed ship?
« Reply #1 on: January 02, 2012, 10:09:20 am »
Please provide your ufoconsole.log file.

Offline Madwand99

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: How do I enter a downed ship?
« Reply #2 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.

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: How do I enter a downed ship?
« Reply #3 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

Offline Madwand99

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: How do I enter a downed ship?
« Reply #4 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?

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: How do I enter a downed ship?
« Reply #5 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

« Last Edit: January 02, 2012, 03:22:54 pm by bayo »