Chris Forrester <[EMAIL PROTECTED]> writes:

> Updated:
> SeekingRocket crashes should be a thing of the past.
> a few misc bugs fixed.
> *3* opponents now!
>
> http://www.geocities.com/Psionic1981

I've tried to get it running on Linux.  First it failed with:

,----
| Starting Out Of Space 1.0a...
| Initializing Graphics Subsystems.
| Error - Screen resolution not provided. Please setup screen to allow a resolution:
| 1024 by 768, 32 bit color depth
`----

My DisplayMode is 1280x1024 with "depth" -1 (that is
DisplayMode.BIT_DEPTH_MULTI)


When I work around that it fails a few steps later with:

,----
| Starting Out Of Space 1.0a...
| Initializing Graphics Subsystems.
| Initializing Input Subsystems.
| Start Out Of Space Interface - Version 0.01a
| java.io.FileNotFoundException: c:\oos\Meshes\oostitle.tga (No such file or directory)
`----

You probably should use getResource()/getResourceAsStream() instead of
File/FileInputStream and hardcoded filenames.


        Juergen

--
Juergen Kreileder, Blackdown Java-Linux Team
http://www.blackdown.org/java-linux/java2-status/

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to