Page MenuHomeSchine - Phabricator

Starmade | Missing library(org.newdawn.slick.*)
Closed, FinishedPublic

Description

I tried to launch a fresh testing installation on the latest devbuild, and it didn't start, no logs generated.
I tried to start manually by running 'java -jar StarMade.jar -client' from the console, and this is what it printed out immedeatly:

Exception in thread "main" java.lang.NoClassDefFoundError: org/newdawn/slick/SlickException
	at org.schema.game.common.Starter.main(SourceFile:725)
Caused by: java.lang.ClassNotFoundException: org.newdawn.slick.SlickException
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	... 1 more

To reproduce:

  1. make a new test installation in a new folder of the latest devbuild.
  2. attempt to launch said installation.

Details

Commits
Restricted Diffusion Commit
Task Type
Bug
Testing Results
Affected Gamemode(s)
Single and Multi
Reproducible
Yes
Last tested (version)
0.19292
Category
Engine
First occurrence (version)
0.19292
Hardware/Software/System
OS-Specific
No
Hardware-Specific
No
Video Card Vendor
uncertain

Event Timeline

Megacrafter127 added a project: Starmade.
Megacrafter127 changed Category from none/unspecified to Engine.
Megacrafter127 changed Affected Gamemode(s) from none/unspecified to Single and Multi.
Megacrafter127 set First occurrence (version) to 0.19292.
Megacrafter127 changed Reproducible from uncertain to Yes.
Megacrafter127 set Last tested (version) to 0.19292.
Megacrafter127 edited a custom field.
Megacrafter127 edited Serverconfig (server.cfg). (Show Details)
Megacrafter127 edited Clientconfig (settings.cfg). (Show Details)
Megacrafter127 added a subscriber: Megacrafter127.
Megacrafter127 created this task.
Megacrafter127 raised the priority of this task from to Release Blocker.
Restricted Application added a project: Issue Navigation. · View Herald TranscriptJun 29 2015, 6:40 AM
Megacrafter127 changed the visibility from "Custom Policy" to "Public (No Login Required)".Jun 29 2015, 6:43 AM
Megacrafter127 set Task Type to Bug.
Megacrafter127 set OS-Specific to No.
Megacrafter127 set Hardware-Specific to No.
Megacrafter127 set Video Card Vendor to uncertain.

Here is my output when trying to launch via CMD:

Exception in thread "main" java.lang.NoClassDefFoundError: org/newdawn/slick/SlickException
        at org.schema.game.common.Starter.main(SourceFile:725)
Caused by: java.lang.ClassNotFoundException: org.newdawn.slick.SlickException
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 1 more
AndyP changed the edit policy from "Task Author" to "Starmade (Project)".Jun 29 2015, 6:54 AM
AndyP moved this task from Unclassed to Issue affecting current dev-build on the Starmade board.
AndyP moved this task from Open / Validated to Confirmed on the Issue Navigation board.
AndyP changed the task status from Open to In Queue (Game).
AndyP claimed this task.

Confirmed

Restricted Application edited projects, added Game Development; removed Issue Navigation. · View Herald TranscriptJun 29 2015, 6:54 AM
AndyP added a subscriber: bspkrs.
AndyP added a subscriber: AndyP.
AndyP reassigned this task from AndyP to Megacrafter127.
AndyP added a commit: Restricted Diffusion Commit.Jun 29 2015, 6:57 AM
AndyP changed the task status from In Queue (Game) to Resolved.

Should be fixed in Dev-Build 0.19293 or higher

Restricted Application edited projects, added Quality Assurance; removed Game Development. · View Herald TranscriptJun 29 2015, 6:58 AM
Megacrafter127 closed this task as Closed.Jun 29 2015, 6:22 PM

Fix confirmed.

Restricted Application removed a project: Quality Assurance. · View Herald TranscriptJun 29 2015, 6:22 PM
AndyP removed Megacrafter127 as the assignee of this task.Jul 11 2015, 12:49 PM
AndyP removed a subscriber: AndyP.Jul 19 2015, 7:45 PM
AndyP shifted this object from the S1 Public space to the S3 Starmade space.Aug 11 2015, 11:24 PM
AndyP changed the edit policy from "Starmade (Project)" to "All Users".
Restricted Application added a project: Engine. · View Herald TranscriptMar 10 2017, 6:31 PM