OXP not installed

For test results, bug reports, announcements of new builds etc.

Moderators: winston, another_commander, Getafix

Post Reply
User avatar
SandJ
---- E L I T E ----
---- E L I T E ----
Posts: 1048
Joined: Fri Nov 26, 2010 9:08 pm
Location: Help! I'm stranded down here on Earth!

OXP not installed

Post by SandJ »

Problem:
The problem of not being able to open a save file was discussed in May 2010.

The message I got was "Ship: Python - OXP not installed" but it can be any ship such as "Ship: Cobra Mark III - OXP not installed".

Solution:
In my case the error was caused by the saved game file having an extended character, specifically

Code: Select all

    <key>comm_log</key>
    <array>
	<string> S.O.S. … S.O.S. … S.O.S. …</string>
where the problem character is the "…"

I changed each "…" into "!" and it loaded OK, like this:

Code: Select all

    <key>comm_log</key>
    <array>
	<string> S.O.S. ! S.O.S. ! S.O.S. !</string>
User avatar
Eric Walch
Slightly Grand Rear Admiral
Slightly Grand Rear Admiral
Posts: 5536
Joined: Sat Jun 16, 2007 3:48 pm
Location: Netherlands

Re: OXP not installed

Post by Eric Walch »

SandJ wrote:
In my case the error was caused by the saved game file having an extended character, specifically
....
changed each "…" into "!" and it loaded OK, like this
Hallo SandJ,
thanks for publishing a problem with solution :lol:

I just tried to replicate the problem on the mac by editing a saved game. It seems that "…" is a perfect legal character in plists that does not need an escape sequence. In my case the file loaded okay and I saw the "…" symbol in the comms message after launch.
But my test was for the Mac. Linux or windows could handle the character different.
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6633
Joined: Wed Feb 28, 2007 7:54 am

Post by another_commander »

SandJ, are you running Oolite on Linux? The messages referring to non-existing ships, when these ships are part of the core package, are characteristic of the GNUstep 1.19.3 bug present in the version of GNUstep distributed with the latest Ubunbu releases. I can confirm that the character does not generate problems with savegames and other plist types on Windows either.
User avatar
SandJ
---- E L I T E ----
---- E L I T E ----
Posts: 1048
Joined: Fri Nov 26, 2010 9:08 pm
Location: Help! I'm stranded down here on Earth!

Re:

Post by SandJ »

another_commander wrote:
SandJ, are you running Oolite on Linux?
Yes; I would have been running either Ubuntu 9.x or 10.4
Flying a Cobra Mk I Cobbie 3 with nothing but Explorers Club.OXP and a beam laser 4 proper lasers for company :D
Dropbox referral link 2GB of free space online + 500 Mb for the referral: good for securing work-in-progress.
Post Reply