Client won't start!

If you found a bug in Illarion or need help ask here. / Wenn Du einen Fehler in Illarion gefunden hast oder Hilfe benötigst, frage hier.

Moderator: Developers

Post Reply
Anzula
Posts: 26
Joined: Sat Jul 24, 2010 2:28 am

Client won't start!

Post by Anzula »

The Client don't want to start, i only get this message.

at illarion.client.IllaClient.main(IllaClient.java:374)
Caused by: java.lang.ClassNotFoundException: org.mantisbt.connect.MCException
at java.net.URLClassLoader$1.run(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)
... 1 more
Exception in thread "main" java.lang.NoClassDefFoundError: org/mantisbt/connect/MCException
at illarion.client.IllaClient.main(IllaClient.java:374)
Caused by: java.lang.ClassNotFoundException: org.mantisbt.connect.MCException
at java.net.URLClassLoader$1.run(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)
... 1 more
User avatar
Mephistopheles
Posts: 1059
Joined: Sun Jul 21, 2013 10:04 pm
Location: Murica

Re: Client won't start!

Post by Mephistopheles »

should delete and redownload only problem would be getting the beta back.
I had the same thing so I had to delete my beta now I just haf "client"... Can I somehow redownload the beta version? Right now I have version 2.1.7 is that current?
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: Client won't start!

Post by Nitram »

2.1.7 is correct. This is the current release version.

The beta versions are mostly named like 2.1.7-xx-yyyyyy (where xx are the number of changes applied to the original release version and yyyyyy is the checksum of the current commit.

In matters of the problem Anzula has... this should be fixable by just downloading the client again. For me it launches and loads everything just fine.

Nitram
Anzula
Posts: 26
Joined: Sat Jul 24, 2010 2:28 am

Re: Client won't start!

Post by Anzula »

Ok, it work again.^^ Thanks for your help. :)
User avatar
Sammy Goldlieb
Posts: 577
Joined: Thu Aug 27, 2009 10:29 am
Location: Cadomyr

Re: Client won't start!

Post by Sammy Goldlieb »

Hi, same with me, got a new laptop. Here is the errorlog:

om.sun.deploy.net.FailedDownloadException: Ressource konnte nicht geladen werden: http://illarion.org/media/java/illarion_download.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Post Reply