|
|
|
 |
|

June 27th, 2005, 08:24 AM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Working on a roguelike game...
OK, done that, and I guess I'm making progress.
"Failed to create a dungeon! If this message is displayed repeatedly, you might want to abort the program" appears again and again.
At least it's running now.
|

June 27th, 2005, 11:31 AM
|
 |
General
|
|
Join Date: Mar 2001
Location: UK
Posts: 4,245
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Working on a roguelike game...
Hmmmm - that java.com download seems to have screwed up some old applets that I need. How can I revert back to java V1?
|

June 27th, 2005, 12:39 PM
|
 |
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
Re: OT - Working on a roguelike game...
Yeah, that error message appears sometimes... haven't bothered to look into what exactly is causing it to appear repeatedly, though... if it appears, just abort the program and try again...
As for java v1, try this link:
http://java.sun.com/downloads/index.html
The first dropdown box has a huge list of old Java versions...
__________________
The Ed draws near! What dost thou deaux?
|

June 28th, 2005, 03:59 AM
|
 |
Lieutenant General
|
|
Join Date: Nov 2002
Posts: 2,903
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Re: OT - Working on a roguelike game...
I run it under Windows ME from MS-DOS Prompt and get this:
Exception in thread "main" java.lang.UnsupportedClassVersionError: dork/ui/GameF
orm (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknow n Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
How to fix it?
|

June 28th, 2005, 02:14 PM
|
 |
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
Re: OT - Working on a roguelike game...
Oh, man...
I honestly have no idea what that error means... 
__________________
The Ed draws near! What dost thou deaux?
|

June 28th, 2005, 03:10 PM
|
 |
Major
|
|
Join Date: Apr 2004
Location: Atlanta, Georgia
Posts: 1,152
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: OT - Working on a roguelike game...
Quote:
Kamog said:
Exception in thread "main" java.lang.UnsupportedClassVersionError: dork/ui/GameF
orm (Unsupported major.minor version 49.0)
|
I'm pretty sure that means the version of java you're trying to run it with is older than what was used to compile it. Go to java.com and make sure you have the latest version installed.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|