Errors with new client

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

User avatar
Hew Keenaxe
Posts: 1012
Joined: Sat Jul 23, 2011 8:47 am

Re: Errors with new client

Post by Hew Keenaxe »

Mine was surely operator error too, just in the right way, for once :) I just hoped that if I didnt care about what might be lost I could then just start again, and it worked. Sort of, I still have issues but am IG, and happy for it.
User avatar
Velisai
Posts: 338
Joined: Wed May 13, 2009 3:23 pm
Location: where pigs can fly

Re: Errors with new client

Post by Velisai »

I can't eat any food anymore. It did work yesterday evening, although not always. Now it never does and my char is beginning to starve to death.

Also had the same problem with opening my bag on Noobia, but it did work after like half an hour in game. Now I can only open it inside a depot, but not while it is equipped on the char.
User avatar
Q-wert
Posts: 1089
Joined: Sat May 05, 2007 10:13 am
Contact:

Re: Errors with new client

Post by Q-wert »

Cant seem to get mine working on that old PC of mine. :/
Looks kinda like the problem PO Will has.

Code: Select all

INFO  - 2013-01-03 13:27:34,703 - [main]: Illarion Client 2.0.1 started.
INFO  - 2013-01-03 13:27:34,703 - [main]: VM: 1.7.0_10
INFO  - 2013-01-03 13:27:34,703 - [main]: OS: Windows XP 5.1 x86
INFO  - 2013-01-03 13:27:36,578 - [main]: Initialising sounds..
INFO  - 2013-01-03 13:27:37,796 - [main]: - Sound works
INFO  - 2013-01-03 13:27:37,812 - [main]: - 64 OpenAL source available
INFO  - 2013-01-03 13:27:37,812 - [main]: - Sounds source generated
ERROR - 2013-01-03 13:27:38,187 - [main]: Unable to determine Slick build number
INFO  - 2013-01-03 13:27:39,062 - [main]: LWJGL Version: 2.8.4
INFO  - 2013-01-03 13:27:39,062 - [main]: OriginalDisplayMode: 1920 x 1080 x 32 @60Hz
INFO  - 2013-01-03 13:27:39,062 - [main]: TargetDisplayMode: 800 x 600 x 0 @0Hz
INFO  - 2013-01-03 13:27:39,796 - [main]: Starting display 800x600
INFO  - 2013-01-03 13:27:39,890 - [main]: Use Java PNG Loader = true
INFO  - 2013-01-03 13:27:39,953 - [main]: Controllers not available
ERROR - 2013-01-03 13:28:31,515 - [main]: Failed to create shader instance!
org.newdawn.slick.SlickException: no shader support found; driver does not support extension GL_ARB_shader_objects
	at org.newdawn.slick.opengl.shader.ShaderProgram.<init>(ShaderProgram.java:178)
	at org.newdawn.slick.opengl.shader.ShaderProgram.loadProgram(ShaderProgram.java:113)
	at illarion.client.graphics.shader.AbstractShader.<init>(AbstractShader.java:48)
	at illarion.client.graphics.shader.FogShader.<init>(FogShader.java:35)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at illarion.client.graphics.shader.ShaderManager.load(ShaderManager.java:85)
	at illarion.client.loading.ResourceTableLoading.load(ResourceTableLoading.java:61)
	at illarion.client.states.LoadingState.renderGame(LoadingState.java:111)
	at de.lessvoid.nifty.slick2d.NiftyOverlayBasicGameState.render(NiftyOverlayBasicGameState.java:179)
	at org.newdawn.slick.state.StateBasedGame.render(StateBasedGame.java:207)
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:703)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361)
	at illarion.client.IllaClient.init(IllaClient.java:219)
	at illarion.client.IllaClient.main(IllaClient.java:377)
ERROR - 2013-01-03 13:28:31,546 - [main]: Failed to create shader instance!
org.newdawn.slick.SlickException: no shader support found; driver does not support extension GL_ARB_shader_objects
	at org.newdawn.slick.opengl.shader.ShaderProgram.<init>(ShaderProgram.java:178)
	at org.newdawn.slick.opengl.shader.ShaderProgram.loadProgram(ShaderProgram.java:113)
	at illarion.client.graphics.shader.AbstractShader.<init>(AbstractShader.java:48)
	at illarion.client.graphics.shader.MiniMapShader.<init>(MiniMapShader.java:35)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at illarion.client.graphics.shader.ShaderManager.load(ShaderManager.java:85)
	at illarion.client.loading.ResourceTableLoading.load(ResourceTableLoading.java:61)
	at illarion.client.states.LoadingState.renderGame(LoadingState.java:111)
	at de.lessvoid.nifty.slick2d.NiftyOverlayBasicGameState.render(NiftyOverlayBasicGameState.java:179)
	at org.newdawn.slick.state.StateBasedGame.render(StateBasedGame.java:207)
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:703)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361)
	at illarion.client.IllaClient.init(IllaClient.java:219)
	at illarion.client.IllaClient.main(IllaClient.java:377)
ERROR - 2013-01-03 13:28:31,546 - [main]: Failed to create shader instance!
org.newdawn.slick.SlickException: no shader support found; driver does not support extension GL_ARB_shader_objects
	at org.newdawn.slick.opengl.shader.ShaderProgram.<init>(ShaderProgram.java:178)
	at org.newdawn.slick.opengl.shader.ShaderProgram.loadProgram(ShaderProgram.java:113)
	at illarion.client.graphics.shader.AbstractShader.<init>(AbstractShader.java:48)
	at illarion.client.graphics.shader.RainShader.<init>(RainShader.java:36)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at illarion.client.graphics.shader.ShaderManager.load(ShaderManager.java:85)
	at illarion.client.loading.ResourceTableLoading.load(ResourceTableLoading.java:61)
	at illarion.client.states.LoadingState.renderGame(LoadingState.java:111)
	at de.lessvoid.nifty.slick2d.NiftyOverlayBasicGameState.render(NiftyOverlayBasicGameState.java:179)
	at org.newdawn.slick.state.StateBasedGame.render(StateBasedGame.java:207)
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:703)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361)
	at illarion.client.IllaClient.init(IllaClient.java:219)
	at illarion.client.IllaClient.main(IllaClient.java:377)
ERROR - 2013-01-03 13:28:31,546 - [main]: Failed to create shader instance!
org.newdawn.slick.SlickException: no shader support found; driver does not support extension GL_ARB_shader_objects
	at org.newdawn.slick.opengl.shader.ShaderProgram.<init>(ShaderProgram.java:178)
	at org.newdawn.slick.opengl.shader.ShaderProgram.loadProgram(ShaderProgram.java:113)
	at illarion.client.graphics.shader.AbstractShader.<init>(AbstractShader.java:48)
	at illarion.client.graphics.shader.HighlightShader.<init>(HighlightShader.java:35)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at illarion.client.graphics.shader.ShaderManager.load(ShaderManager.java:85)
	at illarion.client.loading.ResourceTableLoading.load(ResourceTableLoading.java:61)
	at illarion.client.states.LoadingState.renderGame(LoadingState.java:111)
	at de.lessvoid.nifty.slick2d.NiftyOverlayBasicGameState.render(NiftyOverlayBasicGameState.java:179)
	at org.newdawn.slick.state.StateBasedGame.render(StateBasedGame.java:207)
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:703)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361)
	at illarion.client.IllaClient.init(IllaClient.java:219)
	at illarion.client.IllaClient.main(IllaClient.java:377)
WARN  - 2013-01-03 13:28:39,812 - [Illarion input thread]: Waiting for missing data 43
WARN  - 2013-01-03 13:28:39,859 - [Illarion input thread]: Waiting for missing data 48
WARN  - 2013-01-03 13:28:39,875 - [Illarion input thread]: Waiting for missing data 14
WARN  - 2013-01-03 13:28:39,906 - [Illarion input thread]: Waiting for missing data 21
WARN  - 2013-01-03 13:28:39,921 - [Illarion input thread]: Waiting for missing data 13
INFO  - 2013-01-03 13:28:40,656 - [main]: Offscreen Buffers FBO=false PBUFFER=true PBUFFERRT=true
DEBUG - 2013-01-03 13:28:40,656 - [main]: Creating pbuffer(rtt) 1024x1024
ERROR - 2013-01-03 13:28:41,687 - [main]: 
java.lang.NullPointerException
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.enable(PBufferGraphics.java:120)
	at org.newdawn.slick.Graphics.setCurrent(Graphics.java:83)
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.init(PBufferGraphics.java:72)
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.<init>(PBufferGraphics.java:48)
	at org.newdawn.slick.opengl.pbuffer.GraphicsFactory.createGraphics(GraphicsFactory.java:133)
	at org.newdawn.slick.opengl.pbuffer.GraphicsFactory.getGraphicsForImage(GraphicsFactory.java:91)
	at org.newdawn.slick.Image.getGraphics(Image.java:512)
	at org.newdawn.slick.Image.createOffscreenImage(Image.java:65)
	at org.newdawn.slick.Image.createOffscreenImage(Image.java:84)
	at illarion.client.world.GameMiniMap.render(GameMiniMap.java:488)
	at illarion.client.states.PlayingState.renderGame(PlayingState.java:74)
	at de.lessvoid.nifty.slick2d.NiftyOverlayBasicGameState.render(NiftyOverlayBasicGameState.java:179)
	at org.newdawn.slick.state.StateBasedGame.render(StateBasedGame.java:207)
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:703)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361)
	at illarion.client.IllaClient.init(IllaClient.java:219)
	at illarion.client.IllaClient.main(IllaClient.java:377)
ERROR - 2013-01-03 13:28:41,703 - [main]: Failed to create minimap texture.
org.newdawn.slick.SlickException: Failed to create PBuffer for dynamic image. OpenGL driver failure?
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.init(PBufferGraphics.java:78)
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.<init>(PBufferGraphics.java:48)
	at org.newdawn.slick.opengl.pbuffer.GraphicsFactory.createGraphics(GraphicsFactory.java:133)
	at org.newdawn.slick.opengl.pbuffer.GraphicsFactory.getGraphicsForImage(GraphicsFactory.java:91)
	at org.newdawn.slick.Image.getGraphics(Image.java:512)
	at org.newdawn.slick.Image.createOffscreenImage(Image.java:65)
	at org.newdawn.slick.Image.createOffscreenImage(Image.java:84)
	at illarion.client.world.GameMiniMap.render(GameMiniMap.java:488)
	at illarion.client.states.PlayingState.renderGame(PlayingState.java:74)
	at de.lessvoid.nifty.slick2d.NiftyOverlayBasicGameState.render(NiftyOverlayBasicGameState.java:179)
	at org.newdawn.slick.state.StateBasedGame.render(StateBasedGame.java:207)
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:703)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361)
	at illarion.client.IllaClient.init(IllaClient.java:219)
	at illarion.client.IllaClient.main(IllaClient.java:377)
INFO  - 2013-01-03 13:28:41,953 - [main]: Offscreen Buffers FBO=false PBUFFER=true PBUFFERRT=true
DEBUG - 2013-01-03 13:28:41,953 - [main]: Creating pbuffer(rtt) 800x600
ERROR - 2013-01-03 13:28:43,000 - [main]: 
java.lang.NullPointerException
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.disable(PBufferGraphics.java:89)
	at org.newdawn.slick.Graphics.setCurrent(Graphics.java:80)
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.init(PBufferGraphics.java:72)
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.<init>(PBufferGraphics.java:48)
	at org.newdawn.slick.opengl.pbuffer.GraphicsFactory.createGraphics(GraphicsFactory.java:133)
	at org.newdawn.slick.opengl.pbuffer.GraphicsFactory.getGraphicsForImage(GraphicsFactory.java:91)
	at org.newdawn.slick.Image.getGraphics(Image.java:512)
	at illarion.client.graphics.MapDisplayManager.render(MapDisplayManager.java:444)
	at illarion.client.states.PlayingState.renderGame(PlayingState.java:75)
	at de.lessvoid.nifty.slick2d.NiftyOverlayBasicGameState.render(NiftyOverlayBasicGameState.java:179)
	at org.newdawn.slick.state.StateBasedGame.render(StateBasedGame.java:207)
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:703)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361)
	at illarion.client.IllaClient.init(IllaClient.java:219)
	at illarion.client.IllaClient.main(IllaClient.java:377)
WARN  - 2013-01-03 13:28:43,000 - [main]: Fetching render to texture context failed.
org.newdawn.slick.SlickException: Failed to create PBuffer for dynamic image. OpenGL driver failure?
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.init(PBufferGraphics.java:78)
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.<init>(PBufferGraphics.java:48)
	at org.newdawn.slick.opengl.pbuffer.GraphicsFactory.createGraphics(GraphicsFactory.java:133)
	at org.newdawn.slick.opengl.pbuffer.GraphicsFactory.getGraphicsForImage(GraphicsFactory.java:91)
	at org.newdawn.slick.Image.getGraphics(Image.java:512)
	at illarion.client.graphics.MapDisplayManager.render(MapDisplayManager.java:444)
	at illarion.client.states.PlayingState.renderGame(PlayingState.java:75)
	at de.lessvoid.nifty.slick2d.NiftyOverlayBasicGameState.render(NiftyOverlayBasicGameState.java:179)
	at org.newdawn.slick.state.StateBasedGame.render(StateBasedGame.java:207)
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:703)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361)
	at illarion.client.IllaClient.init(IllaClient.java:219)
	at illarion.client.IllaClient.main(IllaClient.java:377)
ERROR - 2013-01-03 13:28:43,000 - [main]: 
java.lang.NullPointerException
	at org.newdawn.slick.opengl.pbuffer.PBufferGraphics.disable(PBufferGraphics.java:89)
	at org.newdawn.slick.Graphics.setCurrent(Graphics.java:80)
	at org.newdawn.slick.Graphics.predraw(Graphics.java:251)
	at org.newdawn.slick.Graphics.clearClip(Graphics.java:709)
	at de.lessvoid.nifty.slick2d.render.SlickRenderDevice.disableClip(SlickRenderDevice.java:104)
	at de.lessvoid.nifty.slick2d.render.SlickRenderDevice.beginFrame(SlickRenderDevice.java:66)
	at de.lessvoid.nifty.render.ScalingRenderDevice.beginFrame(ScalingRenderDevice.java:47)
	at de.lessvoid.nifty.render.NiftyRenderEngineImpl.beginFrame(NiftyRenderEngineImpl.java:154)
	at de.lessvoid.nifty.Nifty.render(Nifty.java:314)
	at de.lessvoid.nifty.slick2d.NiftyOverlayBasicGameState.render(NiftyOverlayBasicGameState.java:180)
	at org.newdawn.slick.state.StateBasedGame.render(StateBasedGame.java:207)
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:703)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361)
	at illarion.client.IllaClient.init(IllaClient.java:219)
	at illarion.client.IllaClient.main(IllaClient.java:377)
ERROR - 2013-01-03 13:28:43,000 - [main]: 
org.newdawn.slick.SlickException: Game.render() failure - check the game code.
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:706)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:456)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:361)
	at illarion.client.IllaClient.init(IllaClient.java:219)
	at illarion.client.IllaClient.main(IllaClient.java:377)
INFO  - 2013-01-03 13:28:43,281 - [main]: Client shutdown initiated.
INFO  - 2013-01-03 13:28:43,390 - [main]: Illarion output thread: Shutdown requested!
INFO  - 2013-01-03 13:28:43,390 - [Illarion output thread]: Thread "Illarion output thread" got interrupted.
INFO  - 2013-01-03 13:28:43,390 - [main]: Illarion input thread: Shutdown requested!
INFO  - 2013-01-03 13:28:43,390 - [main]: NetComm MessageExecutor: Shutdown requested!
WARN  - 2013-01-03 13:28:43,406 - [NetComm MessageExecutor]: MessageExecutor got interrupted and will exit now!
INFO  - 2013-01-03 13:28:43,625 - [main]: Cleanup done.
Flux
Posts: 1572
Joined: Thu Feb 04, 2010 7:34 pm
Location: I see your post and I raise you 5.

Re: Errors with new client

Post by Flux »

Your graphics card is either not supported, or more likely, you need to update your graphics drivers.

http://illarion.org/community/forums/vi ... =3&t=37419

Look under the second point.
User avatar
Po Will
Posts: 885
Joined: Sun Nov 14, 2010 3:27 pm

Re: Errors with new client

Post by Po Will »

Q-wert wrote:Looks kinda like the problem PO Will has.
Paddles, paddles for all! :lol:
User avatar
Pierre Francois
Posts: 43
Joined: Thu Sep 01, 2011 7:56 am

Re: Errors with new client

Post by Pierre Francois »

Loving the VBU!! Except that my character is starving now.....fruit....smoked fish....no help. And when I tried to buy bread or baked goods from the merchant in Runewick....it wouldn't work (double clicking the item....nothing)) So as long as Pierre doesn't starve to death, all is good :D
User avatar
Leon Demelii
Posts: 430
Joined: Thu Sep 09, 2010 10:34 pm
Location: Places.

Re: Errors with new client

Post by Leon Demelii »

Pierre Francois wrote:Loving the VBU!! Except that my character is starving now.....fruit....smoked fish....no help. And when I tried to buy bread or baked goods from the merchant in Runewick....it wouldn't work (double clicking the item....nothing)) So as long as Pierre doesn't starve to death, all is good :D
Try moving the item to your belt or hand, and move one at a time.

I had the same problem, but I think I figured it out.

Edit: When I say one at a time, I mean take one cake/plate/apple and place it on your belt and eat it. Doesn't seem to like to work when they are in a pile.
Last edited by Leon Demelii on Thu Jan 03, 2013 5:31 pm, edited 1 time in total.
User avatar
Taiah
Posts: 435
Joined: Mon Feb 02, 2009 10:38 pm
Contact:

Re: Errors with new client

Post by Taiah »

I had more then one apple in belt, no luck with food bar. I moved all to hand and still no luck. Will try one at a time however when I had a number of pie's in belt, my character could eat just one from that number fine and also get filled up. If this is a bug reported for apples already, I didn't find it on a brief search of mantis.
Esmerelda
Posts: 47
Joined: Mon Nov 05, 2012 5:05 am

Re: Errors with new client

Post by Esmerelda »

Still can't install the client.....
User avatar
Lillian
Posts: 213
Joined: Tue Jul 08, 2008 3:13 pm
Location: Between if and else

Re: Errors with new client

Post by Lillian »

Taiah wrote:I had more then one apple in belt, no luck with food bar. I moved all to hand and still no luck. Will try one at a time however when I had a number of pie's in belt, my character could eat just one from that number fine and also get filled up. If this is a bug reported for apples already, I didn't find it on a brief search of mantis.
This issue is resolved now.

http://illarion.org/general/us_news.php
User avatar
Taiah
Posts: 435
Joined: Mon Feb 02, 2009 10:38 pm
Contact:

Re: Errors with new client

Post by Taiah »

Lillian wrote: This issue is resolved now.

http://illarion.org/general/us_news.php
Thank you!
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: Errors with new client

Post by Nitram »

@Esmeralda

This tells me that the downloader at least launches the client.

So there should be a error.log in the directory where your character directories are located.

If not open your command line interface (Windows-Key + R -> "cmd")
And copy the following inside:

Code: Select all

"C:\Program Files (x86)\Java\jre7\bin\java" -cp "C:\Users\User\Illarion\bin\libs\eventbus-1.4.jar";"C:\Users\User\Illarion\bin\release\rsc_effects.jar";"C:\Users\User\Illarion\bin\libs\log4j.jar";"C:\Users\User\Illarion\bin\libs\nifty-slick-renderer-1.4.0-SNAPSHOT.jar";"C:\Users\User\Illarion\bin\release\rsc_chars.jar";"C:\Users\User\Illarion\bin\release\rsc_tiles.jar";"C:\Users\User\Illarion\bin\libs\xpp3-1.1.4c.jar";"C:\Users\User\Illarion\bin\libs\tritonus_share.jar";"C:\Users\User\Illarion\bin\release\rsc_gui.jar";"C:\Users\User\Illarion\bin\libs\jogg.jar";"C:\Users\User\Illarion\bin\release\rsc_items.jar";"C:\Users\User\Illarion\bin\libs\javolution.jar";"C:\Users\User\Illarion\bin\release\rsc_tables.jar";"C:\Users\User\Illarion\bin\libs\lwjgl_util.jar";"C:\Users\User\Illarion\bin\libs\trove.jar";"C:\Users\User\Illarion\bin\release\rsc_sounds.jar";"C:\Users\User\Illarion\bin\libs\nifty-1.4.0-SNAPSHOT.jar";"C:\Users\User\Illarion\bin\libs\slick.jar";"C:\Users\User\Illarion\bin\libs\lwjgl.jar";"C:\Users\User\Illarion\bin\libs\vorbisspi.jar";"C:\Users\User\Illarion\bin\release\nifty-style-illarion.jar";"C:\Users\User\Illarion\bin\libs\xpp3_xpath-1.1.4c.jar";"C:\Users\User\Illarion\bin\release\rsc_books.jar";"C:\Users\User\Illarion\bin\libs\jorbis.jar";"C:\Users\User\Illarion\bin\release\nifty-controls-illarion.jar";"C:\Users\User\Illarion\bin\release\illarion_client.jar";"C:\Users\User\Illarion\bin\libs\nifty-default-controls-1.4.0-SNAPSHOT.jar";"C:\Users\User\Illarion\bin\release\illarion_common.jar" -Dillarion.components.avaiable.nifty=true -Dillarion.components.avaiable.xpp=true -Djava.library.path=C:\Users\User\Illarion\bin\libs -Dillarion.components.avaiable.tritonus=true -Dillarion.components.avaiable.vorbisspi=true -Dillarion.components.avaiable.trove=true -Dillarion.components.avaiable.lwjgl=true -Dillarion.components.avaiable.javolution=true -Dillarion.components.avaiable.slick=true -Dillarion.components.avaiable.jogg=true -Dillarion.components.avaiable.jorbis=true -Djava.net.preferIPv4Stack=true -Dillarion.components.avaiable.eventbus=true -Dillarion.components.avaiable.log4j=true illarion.client.IllaClient
Then either the client starts or everything crashes. But if it crashes you should see error messages in the CMD window. I need those messages.

Nitram
Esmerelda
Posts: 47
Joined: Mon Nov 05, 2012 5:05 am

Re: Errors with new client

Post by Esmerelda »

I don't think have character directories anymore. I uninstalled Illa before downloading the new client. When things didn't work, I deleted the folders with all my characters' info in them. When I go to Illarion/usr folder, it is empty. I followed your instructions and I kid you not the error I got was "Error: Could not find or load main class illarion.client.IllaClient" The exact same error
Esmerelda
Posts: 47
Joined: Mon Nov 05, 2012 5:05 am

Re: Errors with new client

Post by Esmerelda »

I just tried installing it on my laptop, which has never had Illarion and here is the first error message I got.

java.lang.NoClassDefFoundError: illarion/client/IllaClient
Caused by: java.lang.ClassNotFoundException: illarion.client.IllaClient
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)
Could not find the main class: illarion.client.IllaClient. Program will exit.
Exception in thread "main"



I tried it again and got the same error message I'm getting on the desktop. I do recall getting a longer error when I first tried installing on the desktop, but thought I would be smart and look over the support forums before posting.... Never again....
User avatar
Q-wert
Posts: 1089
Joined: Sat May 05, 2007 10:13 am
Contact:

Re: Errors with new client

Post by Q-wert »

Flux wrote:Your graphics card is either not supported, or more likely, you need to update your graphics drivers.

http://illarion.org/community/forums/vi ... =3&t=37419

Look under the second point.
Did solve the problem, thanks!
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: Errors with new client

Post by Nitram »

Esmeralda: Try deleting this file: C:\Users\User\Illarion\bin\release\illarion_client.jar

And launch the updater again. Something prevents java to properly load the binary data of the client.
Esmerelda
Posts: 47
Joined: Mon Nov 05, 2012 5:05 am

Re: Errors with new client

Post by Esmerelda »

I can only get as far as C:Users\User\Illarion\bin The bin folder is completely empty. I deleted the bin folder again though and tried launching it... same error.
Esmerelda
Posts: 47
Joined: Mon Nov 05, 2012 5:05 am

Re: Errors with new client

Post by Esmerelda »

After several tiring hours of fighting with my computer while Nitram patiently explained what a text editor was, and where to find my firewall (He is a saint, I tell you!) We have reached an impasse. Something is blocking Java. Possibly Norton Internet Security. I have played around with every setting for the firewall to no avail. Does anyone else have Norton internet Security? I'm grasping at straws here.
Thargon
Posts: 160
Joined: Sun Sep 09, 2012 2:36 pm
Location: Location Location

Re: Errors with new client

Post by Thargon »

Esmerelda wrote:After several tiring hours of fighting with my computer while Nitram patiently explained what a text editor was, and where to find my firewall (He is a saint, I tell you!) We have reached an impasse. Something is blocking Java. Possibly Norton Internet Security. I have played around with every setting for the firewall to no avail. Does anyone else have Norton internet Security? I'm grasping at straws here.
I had. but I just turned it off when playing this and haven't bothered to update it again.
User avatar
Achae Eanstray
Posts: 4300
Joined: Tue Sep 19, 2006 7:03 am
Location: A field of dandelions
Contact:

Re: Errors with new client

Post by Achae Eanstray »

Esmerelda wrote:After several tiring hours of fighting with my computer while Nitram patiently explained what a text editor was, and where to find my firewall (He is a saint, I tell you!) We have reached an impasse. Something is blocking Java. Possibly Norton Internet Security. I have played around with every setting for the firewall to no avail. Does anyone else have Norton internet Security? I'm grasping at straws here.
I have had NIS for 5 years.. and have the latest now with no issues.

PS, do you use firefox.. is your java current? More straws for you :D http://support.mozilla.org/en-US/kb/upd ... block-java
Esmerelda
Posts: 47
Joined: Mon Nov 05, 2012 5:05 am

Re: Errors with new client

Post by Esmerelda »

@ Thargon
That was suggested to me... but I really don't want to run without an antivirus.

@ Achae
I use Google Chrome, I've made sure Java was up to date... all 3 times I've uninstalled and re-installed it lol.

I was told it may be my firewall, which is controlled by Norton's Smart Firewall. I've set every Java I see under there to allow, even tried turning the firewall off completely and I'm still getting the same error. I don't find the Norton setup very user friendly, and Nitram doesn't use it, so he can't walk me through. I have Norton Internet Security 2012. My fiance says he just updated to 2013... I'm just not sure if it will help or make it worse, or if Norton is the real culprit. Right now, it's just the most likely suspect. I'm having the same issue on my laptop, which has never had Illa.... Maybe today I'll fire up the old dinosaur with XP that I keep around for work. I'm just not sure it can handle the new client lol.
User avatar
Achae Eanstray
Posts: 4300
Joined: Tue Sep 19, 2006 7:03 am
Location: A field of dandelions
Contact:

Re: Errors with new client

Post by Achae Eanstray »

I haven't changed any setting in Norton on this new computer.. no problem with it on new or old so I am kind of thinking it is some other security program besides Norton.
Esmerelda
Posts: 47
Joined: Mon Nov 05, 2012 5:05 am

Re: Errors with new client

Post by Esmerelda »

And you would be correct. I completely uninstalled Norton, same error. Disabled Windows Firewall, same error. So now I'm back to square one. I'm thinking I may just have to concede that I will not be able to play Illarion and move on.
User avatar
Juliana D'cheyne
Posts: 1643
Joined: Sat Jan 06, 2007 9:14 am
Contact:

Re: Errors with new client

Post by Juliana D'cheyne »

Can't click the bag button nor use "I". I have relogged 3-4 times now. Any other ideas? Char Juliana D'Cheyne.
User avatar
Rawn
Posts: 15
Joined: Wed Jan 04, 2006 5:04 pm
Location: Sweden

Re: Errors with new client

Post by Rawn »

I'm having some trouble crafting a skull staff, it just keeps telling me that I lack a long staff handle. I've tried keeping it both in my belt and in my bag with the same result.
Anyone else experiencing this?
Esmerelda
Posts: 47
Joined: Mon Nov 05, 2012 5:05 am

Re: Errors with new client

Post by Esmerelda »

I'm in!!!!!! The problem was that I was connected wirelessly, don't ask me how or why. Nitram had suggested I connect with an Ethernet, and I did.... but I forgot to restart my modem, so it was still clinging to the wireless, even though it said I was disconnected. Thanks for all the help and suggestions.


Edit:
Just realized that I tried putting it on another PC that is connected through Ethernet and that didn't work. So it must be my router, even though it says it's not blocking anything. I downloaded Illa while connected directly to the modem. Thankfully, I can play while connected to the router, just not download.
User avatar
Juliana D'cheyne
Posts: 1643
Joined: Sat Jan 06, 2007 9:14 am
Contact:

Re: Errors with new client

Post by Juliana D'cheyne »

Juliana D'cheyne wrote:Can't click the bag button nor use "I". I have relogged 3-4 times now. Any other ideas? Char Juliana D'Cheyne.

I changed resolutions back and suddenly the inventory button worked again. I had used 800X600 75 Hz and the inventory button didn't work on any char.
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: Errors with new client

Post by Nitram »

You have any possible resolutions with less then 75Hz? Seems you are still using a CRT monitor and as this is the native update rate the client tries to crank the performance up to 75 FPS and I doubt it manages to reach this update speed. This can cause all kinds of problems.
Flux
Posts: 1572
Joined: Thu Feb 04, 2010 7:34 pm
Location: I see your post and I raise you 5.

Re: Errors with new client

Post by Flux »

I doubt many people at all have monitors that support 75Hz. I've never seen a 75Hz LCD/LED in my life.

I'll add this problem to the thread.
User avatar
Juliana D'cheyne
Posts: 1643
Joined: Sat Jan 06, 2007 9:14 am
Contact:

Re: Errors with new client

Post by Juliana D'cheyne »

I am not using a computer monitor. I am using a TV with HDMI connection to the computer.
Post Reply