The Ur-Quan Masters Discussion Forum

The Ur-Quan Masters Re-Release => Technical Issues => Topic started by: Uejji on March 06, 2005, 06:31:29 am



Title: Latest Snapshot Linux Content Zip Problem
Post by: Uejji on March 06, 2005, 06:31:29 am
Hello.

I am running the latest snapshot source code (20050302) on Slackware 10.1.  I do not have any compilation problems.  However, I have a problem with UQM not wanting to recognize the two content zip files unless I uncompress them.

I have noticed that the Windows version works fine as long as I drop the zip files into c:\program files\the ur-quan masters\content\packages .  But this isn't seeming to be the case with the source code on Linux.

My compile-time options were
-No debugging
-Use OpenGL
-Use both ZIP and Direct I/O

Is there any way to change this behavior?


Title: Re: Latest Snapshot Linux Content Zip Problem
Post by: meep-eep on March 06, 2005, 06:45:12 am
There should be no problem. Are you sure the permissions on the .zip files and the path to it are correct? Where did you install the game, and how do you start it?


Title: Re: Latest Snapshot Linux Content Zip Problem
Post by: Uejji on March 06, 2005, 06:57:47 am
Hi.

Thanks for the reply.

The zip files are chowned to root.root.  Permissions were previously 744.  I changed them to 755 and the game still does not start.  They are located in /usr/share/uqm/content/packages .

My installation prefix was /usr and I left the other directories untouched.

I am using the included wrapper script to launch the game, which became /usr/bin/uqm

The error the game is giving me is "Fatal error: Could not find content."


Title: Re: Latest Snapshot Linux Content Zip Problem
Post by: meep-eep on March 06, 2005, 07:58:21 am
Ah... I see a problem... the content/version file, which should be in the top content dir even if you use zipped content, isn't included in the source snapshots.
You can download it here (http://cvs.sourceforge.net/viewcvs.py/*checkout*/sc2/sc2/content/version). I'll see what I can do for a more structural solution.


Title: Re: Latest Snapshot Linux Content Zip Problem
Post by: Uejji on March 06, 2005, 08:18:37 am
Adding that file to /usr/share/uqm/content allowed UQM to load up without further problems.