Page 1 of 3

Errors with new client

Posted: Wed Jan 02, 2013 6:47 pm
by Achae Eanstray
We may want to move this later but I thought I would start a thread for any with problems with the client, either getting on or when in game.



Just got kicked off with a notice of massive error with the client. I think however this kind of error is transmitted already?

Re: Errors with new client

Posted: Wed Jan 02, 2013 6:50 pm
by Po Will
All you're complaints are now belong to heres! :lol:

Overused meme-joke aside. Like I said in he other thread.
Everything loads fine, can pick out me character after I've signed in with the client. It loads up, gets to the finish, stumbles - goes slower than the rest -, then completely shuts down. The client that is.

I'm guessing it's either a problem with my firewall, or character file.

Or is the computer just being drunk and Irish? :P

Re: Errors with new client

Posted: Wed Jan 02, 2013 6:56 pm
by Hew Keenaxe
I can't even log in.
Message as follows "Connection was stopped by server. Reason: Your connection to the server got unstable"
Then it lists my characters name.
Thats all.
Any suggestions?

Re: Errors with new client

Posted: Wed Jan 02, 2013 7:13 pm
by Achae Eanstray
PO Will, Hew.. can you both post error logs?

Re: Errors with new client

Posted: Wed Jan 02, 2013 7:20 pm
by Hew Keenaxe
Illarion Client V1.21 started Wed Jan 02 11:06:54 MST 2013
LWJGL: 6.14.10.4342
VM: 1.7.0_09
OS: Windows XP 5.1 x86
Unable to initialize midi player
java.io.IOException: mark/reset not supported
at java.io.InputStream.reset(Unknown Source)
at java.io.FilterInputStream.reset(Unknown Source)
at com.sun.media.sound.AudioFileSoundbankReader.getSoundbank(Unknown Source)
at javax.sound.midi.MidiSystem.getSoundbank(Unknown Source)
at illarion.client.sound.SongPlayer.<init>(SongPlayer.java:81)
at illarion.client.gui.Gui.<init>(Gui.java:119)
at illarion.client.world.Game.init(Game.java:149)
at illarion.client.IllaClient.<init>(IllaClient.java:156)
at illarion.client.IllaClient.main(IllaClient.java:612)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Fatal error: Connection was stopped by the server.
Reason:Your connection to the server got unstable
Character:Hew Keenaxe
Terminating client!

Re: Errors with new client

Posted: Wed Jan 02, 2013 7:22 pm
by Po Will

Code: Select all

ERROR - 2013-01-02 17:46:23,947 - [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-02 17:46:23,971 - [main]: Client shutdown initiated.
INFO  - 2013-01-02 17:46:23,997 - [main]: Illarion output thread: Shutdown requested!
INFO  - 2013-01-02 17:46:23,998 - [main]: Illarion input thread: Shutdown requested!
INFO  - 2013-01-02 17:46:23,999 - [main]: NetComm MessageExecutor: Shutdown requested!
WARN  - 2013-01-02 17:46:23,999 - [NetComm MessageExecutor]: MessageExecutor got interrupted and will exit now!
INFO  - 2013-01-02 17:46:24,001 - [Illarion output thread]: Thread "Illarion output thread" got interrupted.
INFO  - 2013-01-02 17:46:24,178 - [main]: Cleanup done.
INFO  - 2013-01-02 17:55:27,369 - [main]: Illarion Client 2.0 started.
INFO  - 2013-01-02 17:55:27,370 - [main]: VM: 1.7.0_09
INFO  - 2013-01-02 17:55:27,370 - [main]: OS: Windows Vista 6.0 x86
INFO  - 2013-01-02 17:55:28,732 - [main]: Initialising sounds..
INFO  - 2013-01-02 17:55:29,578 - [main]: - Sound works
INFO  - 2013-01-02 17:55:29,581 - [main]: - 64 OpenAL source available
INFO  - 2013-01-02 17:55:29,582 - [main]: - Sounds source generated
ERROR - 2013-01-02 17:55:29,856 - [main]: Unable to determine Slick build number
INFO  - 2013-01-02 17:55:30,355 - [main]: LWJGL Version: 2.8.4
INFO  - 2013-01-02 17:55:30,356 - [main]: OriginalDisplayMode: 1280 x 768 x 32 @60Hz
INFO  - 2013-01-02 17:55:30,356 - [main]: TargetDisplayMode: 800 x 600 x 0 @0Hz
INFO  - 2013-01-02 17:55:30,790 - [main]: Starting display 800x600
INFO  - 2013-01-02 17:55:30,836 - [main]: Use Java PNG Loader = true
INFO  - 2013-01-02 17:55:30,873 - [main]: Controllers not available
ERROR - 2013-01-02 17:56:21,539 - [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-02 17:56:21,547 - [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-02 17:56:21,549 - [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-02 17:56:21,551 - [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-02 17:56:24,096 - [Illarion input thread]: Waiting for missing data 64
INFO  - 2013-01-02 17:56:34,005 - [main]: Offscreen Buffers FBO=false PBUFFER=true PBUFFERRT=false
DEBUG - 2013-01-02 17:56:34,006 - [main]: Creating pbuffer(unique) 1024x1024
INFO  - 2013-01-02 17:56:34,427 - [main]: Offscreen Buffers FBO=false PBUFFER=true PBUFFERRT=false
DEBUG - 2013-01-02 17:56:34,427 - [main]: Creating pbuffer(unique) 800x600
ERROR - 2013-01-02 17:56:34,680 - [main]: 
java.lang.ArrayIndexOutOfBoundsException: -1
	at org.lwjgl.opengl.ReferencesStack.popState(ReferencesStack.java:55)
	at org.lwjgl.opengl.StateTracker.doPopAttrib(StateTracker.java:72)
	at org.lwjgl.opengl.StateTracker.popAttrib(StateTracker.java:68)
	at org.lwjgl.opengl.GL11.glPopClientAttrib(GL11.java:2587)
	at org.newdawn.slick.opengl.SlickCallable.leaveSafeBlock(SlickCallable.java:88)
	at org.newdawn.slick.opengl.pbuffer.PBufferUniqueGraphics.disable(PBufferUniqueGraphics.java:94)
	at org.newdawn.slick.Graphics.setCurrent(Graphics.java:80)
	at org.newdawn.slick.opengl.pbuffer.PBufferUniqueGraphics.init(PBufferUniqueGraphics.java:68)
	at org.newdawn.slick.opengl.pbuffer.PBufferUniqueGraphics.<init>(PBufferUniqueGraphics.java:44)
	at org.newdawn.slick.opengl.pbuffer.GraphicsFactory.createGraphics(GraphicsFactory.java:135)
	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-02 17:56:34,681 - [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.PBufferUniqueGraphics.init(PBufferUniqueGraphics.java:74)
	at org.newdawn.slick.opengl.pbuffer.PBufferUniqueGraphics.<init>(PBufferUniqueGraphics.java:44)
	at org.newdawn.slick.opengl.pbuffer.GraphicsFactory.createGraphics(GraphicsFactory.java:135)
	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-02 17:56:34,712 - [main]: 
java.lang.ArrayIndexOutOfBoundsException: -1
	at org.lwjgl.opengl.StateStack.popState(StateStack.java:51)
	at org.lwjgl.opengl.StateTracker.doPopAttrib(StateTracker.java:72)
	at org.lwjgl.opengl.StateTracker.popAttrib(StateTracker.java:68)
	at org.lwjgl.opengl.GL11.glPopClientAttrib(GL11.java:2587)
	at org.newdawn.slick.opengl.SlickCallable.leaveSafeBlock(SlickCallable.java:88)
	at org.newdawn.slick.opengl.pbuffer.PBufferUniqueGraphics.disable(PBufferUniqueGraphics.java:94)
	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-02 17:56:34,714 - [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-02 17:56:34,777 - [main]: Client shutdown initiated.
INFO  - 2013-01-02 17:56:34,810 - [main]: Illarion output thread: Shutdown requested!
INFO  - 2013-01-02 17:56:34,811 - [main]: Illarion input thread: Shutdown requested!
INFO  - 2013-01-02 17:56:34,812 - [main]: NetComm MessageExecutor: Shutdown requested!
WARN  - 2013-01-02 17:56:34,812 - [NetComm MessageExecutor]: MessageExecutor got interrupted and will exit now!
INFO  - 2013-01-02 17:56:34,813 - [Illarion output thread]: Thread "Illarion output thread" got interrupted.
INFO  - 2013-01-02 17:56:34,971 - [main]: Cleanup done.
I might have cut a bit off, but here's what I get.

Re: Errors with new client

Posted: Wed Jan 02, 2013 7:23 pm
by Adronfront
Hew Keenaxe wrote:I can't even log in.
Message as follows "Connection was stopped by server. Reason: Your connection to the server got unstable"
Then it lists my characters name.
Thats all.
Any suggestions?
Just an idea: Make sure you use the new client not the old one. I know the message you quoted is shown if using the old client.

EDIT:
Hew Keenaxe wrote:Illarion Client V1.21 started Wed Jan 02 11:06:54 MST 2013
.
.
.
New client's verion: 2.0

Re: Errors with new client

Posted: Wed Jan 02, 2013 8:20 pm
by Achae Eanstray
If you have a cauldron in your bag or belt..this won't go to the VBU and will look like a shadow. You will also be unable to walk when your char is on noobie island. Be sure to drop the cauldron.

Also, I am using windows 7 pro and the latest java and the game runs fine... I don't know how it does on the older java now.

Re: Errors with new client

Posted: Wed Jan 02, 2013 8:21 pm
by Zot
The problem with the cauldron should be solved, vilarion removed them from the inventory of all chars.

Re: Errors with new client

Posted: Wed Jan 02, 2013 8:26 pm
by Hew Keenaxe
I can't get the new client to load. I get this message "Unable to launch Illarion launcher"
When I push the detail button I get this message
"An error occurred while launching/running the application
Title: Illarion launcher
Vendor: Illarion e.V.
Category: Launch file error
Unsupported JNLP version in launch file: 6.0+. Only version 1.0 is supported with this version. Please contact the application vendor to report this problem."

I already deleted the old version. Illarion client v1.21
BTW when I go to the download page it says latest version of client is v1.22. Where can I find v2.0?

Re: Errors with new client

Posted: Wed Jan 02, 2013 9:28 pm
by Hew Keenaxe
^ Anyone? ^ Please^

Re: Errors with new client

Posted: Wed Jan 02, 2013 9:34 pm
by Lillian
Just click on the Start Game button on the webpage.

Re: Errors with new client

Posted: Wed Jan 02, 2013 9:37 pm
by Hew Keenaxe
Did that. And went to the download page and tried Illarion-starter.

Re: Errors with new client

Posted: Wed Jan 02, 2013 9:50 pm
by Lillian
And the error message is the one from above?

Re: Errors with new client

Posted: Wed Jan 02, 2013 9:57 pm
by Hew Keenaxe
yes
and above it a few posts, my error log

Re: Errors with new client

Posted: Wed Jan 02, 2013 9:57 pm
by Jeisa
So many issues that I can't play on the new client.
  • 1. Double clicking does not work. On anything.
    2. Even "i" cannot open my character's inventory (and yes, chat's text box is deactivated when I try it).
    3. The screen goes black periodically.
    4. Continuous crashing of client.
    5. Certain items cannot be picked up if placed on the ground.
    6. Certain items cannot be moved once they are placed inside a bag.
    7. Trying to bring up the counter in order to select a number of items to move instead replicates items for at least some short period of time.
    8. Text clogs up the client outside of the chat box, which I understand is what the developers intended, but you cannot actually see anything else but illegible text (because all the text boxes interfere with each other).
    9. The lighting in the client darkens and lightens over the span of a few minutes.
    10. Any action requiring clicking requires far more clicks than the originally intended amount in order to actually work.

Re: Errors with new client

Posted: Wed Jan 02, 2013 10:43 pm
by Llama
Lighting seems to be very random for me. I was walking around the Cadomyr road which is straight and has nothing overhead and it goes dark/light/dark with every step or so.

Re: Errors with new client

Posted: Wed Jan 02, 2013 11:07 pm
by rakust dorenstkzul
If an animation plays (fighting, the new login/out thing) There is a bright burst of light.

Re: Errors with new client

Posted: Wed Jan 02, 2013 11:19 pm
by Nitram
The light bug is known.

I am positive that I found the reason for it. The patch will be added to the gameserver client during the regular patch cycle tomorrow morning 7:00 am UTC.

Nitram

Re: Errors with new client

Posted: Wed Jan 02, 2013 11:29 pm
by Mesha
3. The screen goes black periodically.
I am having this exact same issue. After a while of playing the playing field goes black (I can still see the chatscreen and the map and everything).

Re: Errors with new client

Posted: Wed Jan 02, 2013 11:33 pm
by Fooser
I'm currently in noobia and every so often the screen will go black except for the chat box and map and a little error message comes up behind the client that says something along the lines of "massive client error encountered that couldnt be resolved" -- just on observation it seems to happen a lot when i open my backpack.

Re: Errors with new client

Posted: Thu Jan 03, 2013 12:23 am
by Llama
Mesha wrote:
3. The screen goes black periodically.
I am having this exact same issue. After a while of playing the playing field goes black (I can still see the chatscreen and the map and everything).
Happens a lot to me when opening a container, if that helps.

Re: Errors with new client

Posted: Thu Jan 03, 2013 12:43 am
by wolfsword
So... after fishing, I no longer get black screened, nor does my screen black out if I open my bag, container, etc. Previously it was doing so at every moment it could get, but now... nope.

Also, when you ask about an NPC's wares you lag a LOT for the screen to show up. And you can't sell things.

Re: Errors with new client

Posted: Thu Jan 03, 2013 1:53 am
by Nitram
You can sell thing. Just double click the things you want to sell in your inventory or your bag.

As for the lag that happens before showing the list of wares of this NPC. There is nothing to be done against this right now. It just takes some time to fill and render those lists. I try to improve this but right now it will stay as it is.

The black screen issue should be gone along with the strange lighting problem at the next update. At least I hope so.

Regards,
Nitram

Re: Errors with new client

Posted: Thu Jan 03, 2013 2:24 am
by Fooser
Nitram wrote:You can sell thing. Just double click the things you want to sell in your inventory or your bag.
I've tried that with the mining vendor and it says "I'm not buying that" even though the item is on his sell list

Re: Errors with new client

Posted: Thu Jan 03, 2013 3:12 am
by Flux
Po Will wrote:All you're complaints are now belong to heres! :lol:

Overused meme-joke aside. Like I said in he other thread.
Everything loads fine, can pick out me character after I've signed in with the client. It loads up, gets to the finish, stumbles - goes slower than the rest -, then completely shuts down. The client that is.

I'm guessing it's either a problem with my firewall, or character file.

Or is the computer just being drunk and Irish? :P
If it's loading and then crashing immediately, that sounds like a problem with your drivers to me.

If you haven't updated your drivers in a while, try this:
Go to start, type run and hit return, and then in the run box type:
dxdiag

And hit return. Once it comes up, look at operating system first, and if it doesn't say 64-bit anywhere in it your OS is 32 bit. You should keep that in mind for later.
Now click the Display tab at the top. Check the name of your device. This is the name of your graphics card model.

Then google the graphics card and the drivers. e.g. for me I would type "ATI HD 6850 drivers".

Your manufacturer will probably make you put some info in about your pc, including what graphics card you use, what OS you are on and whether it is 32/64 bit. Download and install the driver from there. It is from your manufacturer so it's safe. Hopefully things should run better after that.

NOTE: If your card is AMD/ATI, it is probably best that you just google "ATI drivers" and go and get the relevant version of Catalyst Control Center. If it doesn't say AMD/ATI anywhere in dxdiag, it is probably Nvidia, try googling "Nvidia drivers", and your device should be somewhere on the top page there.

Re: Errors with new client

Posted: Thu Jan 03, 2013 5:29 am
by Po Will
Cheers for the help Flux, tried all that and now it's telling me it's up to date.
Guessing I'll need to fork out for a new card before I can get IG. Ahh well, been avoiding the bullet for a year now, me own fault :roll:


Off topic though. Apparently this card's from 06/08. No wonder I lagged like a bastard to begin with :lol:

Re: Errors with new client

Posted: Thu Jan 03, 2013 7:00 am
by Esmerelda
Forgive me if someone has posted this same issue, but there are so many on here right now and searching the forum turned up over 250 matches. I deleted the old client, clicked "Start game" to download the new one and I'm getting the Start failed error with the message underneath saying "Error: Could not find or load main class illarion.client.IllaClient" Any ideas???


Edit:
adding the log from Java, sorry that it's monstrous, I don't know how to make that neat little box that Lhosseth did.

Java Web Start 10.9.2.05
Using JRE version 1.7.0_09-b05 Java HotSpot(TM) Client VM
User home directory = C:\Users\User
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
0-5: set trace level to <n>
----------------------------------------------------
Match: beginTraversal
Match: digest selected JREDesc: JREDesc[version 1.7+, heap=-1--1, args=-Djava.net.preferIPv4Stack=true, href=http://java.sun.com/products/autodl/j2se, sel=false, null, null], JREInfo: JREInfo for index 0:
platform is: 1.7
product is: 1.7.0_09
location is: http://java.sun.com/products/autodl/j2se
path is: C:\Program Files (x86)\Java\jre7\bin\javaw.exe
args is: null
native platform is: Windows, x86 [ x86, 32bit ]
JavaFX runtime is: JavaFX 2.2.3 found at C:\Program Files (x86)\Java\jre7\
enabled is: true
registered is: true
system is: true

Match: ignoring maxHeap: -1
Match: ignoring InitHeap: -1
Match: digesting vmargs: -Djava.net.preferIPv4Stack=true
Match: digested vmargs: [JVMParameters: isSecure: true, args: -Djava.net.preferIPv4Stack=true]
Match: JVM args after accumulation: [JVMParameters: isSecure: true, args: -Djava.net.preferIPv4Stack=true]
Match: digest LaunchDesc: http://illarion.org/media/java/illarion_client.jnlp
Match: digest properties: [-Djnlp.illarion.download.launch=client]
Match: JVM args: [JVMParameters: isSecure: true, args: -Djava.net.preferIPv4Stack=true -Djnlp.illarion.download.launch=client]
Match: endTraversal ..
Match: JVM args final: -Djava.net.preferIPv4Stack=true -Djnlp.illarion.download.launch=client
Match: Running JREInfo Version match: 1.7.0.09 == 1.7.0.09
Match: Running JVM args match: have:<-Djava.net.preferIPv4Stack=true -Djnlp.illarion.download.launch=client -Djava.net.preferIPv4Stack=true> satisfy want:<-Djava.net.preferIPv4Stack=true -Djnlp.illarion.download.launch=client>
INFO - 2013-01-03 00:09:04,126 - [javawsApplicationMain]: Installation started
INFO - 2013-01-03 00:09:04,313 - [javawsApplicationMain]: Checking data directory... found
INFO - 2013-01-03 00:09:04,313 - [javawsApplicationMain]: Checking user directory... found
DEBUG - 2013-01-03 00:09:08,525 - [javawsApplicationMain]: Calling:
"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

Re: Errors with new client

Posted: Thu Jan 03, 2013 7:48 am
by Hew Keenaxe
I have had that same sort of problem, here is what I did,
First I bitch, then I do all they say, after none of that worked I gave up. Then the power went out, and I had to reboot the whole thing, then it worked. Try that :) Worked for me.
Honestly, keep trying the game does work of sorts and it is worth it, bugs and all ((scratches where noone want to look))
Here is what I did
I reinstalled java 7, I cleared java as I was instructed to do by Flux, then I just gave up and removed all Illarion files from my computer.Then it crashed as said so I restarted. Not sure what worked, but I am in.

Re: Errors with new client

Posted: Thu Jan 03, 2013 8:40 am
by Esmerelda
Thanks Hew, I've tried everything you suggested and nothing has worked yet. I'll just wait patiently until someone who speaks Computer reads that log from java and tells me what I did wrong. I'm fairly positive it's operator error... I just don't know what's changed, I've installed Illa on 3 different PCs in the past 4 years, never had an issue before.