Jump to content
Existing user? Sign In

Sign In



Sign Up

Dreamscape Source


Dawmian

Recommended Posts

Dreamscape Server starts fine with No Errors, but the Client still has errors in the ClientUI.java & the TitleToolbar.java and also in the client/src/main/main.iml

 

But I'm having trouble with when you connect for the first time and it asks you to pick Normal, Ironman, etc, the interface is completely blank like it has all the text but no items are showing for the Starter Gear and I can't click Confirm to confirm my build and then obviously If I cant press Comfirm I can't walk away so I just get frozen and can't hit Confirm on the interface; This is the error its giving me:

 

Starts from when I login & it checks my account to see if its already an acc

 

NO FILE ON RECORD FOR: test123
NO FILE ON RECORD FOR: test123
File reader operation can not be completed (Absolute path:
Player Slot 1 slot 0 null Player Hit com.dreamscape.server.game.players.Client@ab365860
[test123] - No achievements found
java.lang.instrument.IllegalClassFormatException: Error while instrumenting com/dreamscape/server/net/packets/impl/InterfaceClick.
    at org.jacoco.agent.rt.internal_28bab1d.CoverageTransformer.transform(CoverageTransformer.java:93)
    at sun.instrument.TransformerManager.transform(TransformerManager.java:188)
    at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:428)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at com.dreamscape.server.net.packets.PacketHandler.<clinit>(PacketHandler.java:118)
    at com.dreamscape.server.game.players.Client.queueMessage(Client.java:5883)
    at com.dreamscape.server.net.ConnectionHandler.channelRead0(ConnectionHandler.java:35)
    at com.dreamscape.server.net.ConnectionHandler.channelRead0(ConnectionHandler.java:1)
    at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.handler.traffic.AbstractTrafficShapingHandler.channelRead(AbstractTrafficShapingHandler.java:504)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438)
    at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
    at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Error while instrumenting com/dreamscape/server/net/packets/impl/InterfaceClick.
    at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrumentError(Instrumenter.java:175)
    at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrument(Instrumenter.java:125)
    at org.jacoco.agent.rt.internal_28bab1d.CoverageTransformer.transform(CoverageTransformer.java:91)
    ... 43 more
Caused by: org.jacoco.agent.rt.internal_28bab1d.asm.MethodTooLargeException: Method too large: com/dreamscape/server/net/packets/impl/InterfaceClick.processPacket2 (Lcom/dreamscape/server/game/players/Client;IIII)V
    at org.jacoco.agent.rt.internal_28bab1d.asm.MethodWriter.computeMethodInfoSize(MethodWriter.java:2080)
    at org.jacoco.agent.rt.internal_28bab1d.asm.ClassWriter.toByteArray(ClassWriter.java:459)
    at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrument(Instrumenter.java:104)
    at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrument(Instrumenter.java:123)
    ... 44 more

Link to comment
Share on other sites

5 hours ago, Dawmian said:

Dreamscape Server starts fine with No Errors, but the Client still has errors in the ClientUI.java & the TitleToolbar.java and also in the client/src/main/main.iml

 

But I'm having trouble with when you connect for the first time and it asks you to pick Normal, Ironman, etc, the interface is completely blank like it has all the text but no items are showing for the Starter Gear and I can't click Confirm to confirm my build and then obviously If I cant press Comfirm I can't walk away so I just get frozen and can't hit Confirm on the interface; This is the error its giving me:

 

Starts from when I login & it checks my account to see if its already an acc

 

NO FILE ON RECORD FOR: test123
NO FILE ON RECORD FOR: test123
File reader operation can not be completed (Absolute path:
Player Slot 1 slot 0 null Player Hit com.dreamscape.server.game.players.Client@ab365860
[test123] - No achievements found
java.lang.instrument.IllegalClassFormatException: Error while instrumenting com/dreamscape/server/net/packets/impl/InterfaceClick.
    at org.jacoco.agent.rt.internal_28bab1d.CoverageTransformer.transform(CoverageTransformer.java:93)
    at sun.instrument.TransformerManager.transform(TransformerManager.java:188)
    at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:428)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at com.dreamscape.server.net.packets.PacketHandler.<clinit>(PacketHandler.java:118)
    at com.dreamscape.server.game.players.Client.queueMessage(Client.java:5883)
    at com.dreamscape.server.net.ConnectionHandler.channelRead0(ConnectionHandler.java:35)
    at com.dreamscape.server.net.ConnectionHandler.channelRead0(ConnectionHandler.java:1)
    at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.handler.traffic.AbstractTrafficShapingHandler.channelRead(AbstractTrafficShapingHandler.java:504)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438)
    at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
    at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Error while instrumenting com/dreamscape/server/net/packets/impl/InterfaceClick.
    at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrumentError(Instrumenter.java:175)
    at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrument(Instrumenter.java:125)
    at org.jacoco.agent.rt.internal_28bab1d.CoverageTransformer.transform(CoverageTransformer.java:91)
    ... 43 more
Caused by: org.jacoco.agent.rt.internal_28bab1d.asm.MethodTooLargeException: Method too large: com/dreamscape/server/net/packets/impl/InterfaceClick.processPacket2 (Lcom/dreamscape/server/game/players/Client;IIII)V
    at org.jacoco.agent.rt.internal_28bab1d.asm.MethodWriter.computeMethodInfoSize(MethodWriter.java:2080)
    at org.jacoco.agent.rt.internal_28bab1d.asm.ClassWriter.toByteArray(ClassWriter.java:459)
    at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrument(Instrumenter.java:104)
    at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrument(Instrumenter.java:123)
    ... 44 more

 

Hey, I've been working on this and I'm just getting stuck with:

java.lang.ArrayIndexOutOfBoundsException: 76616
	at com.dreamscape.Buffer.readSmart(Buffer.java:257)
	at com.dreamscape.Model.read317Format(Model.java:1472)
	at com.dreamscape.Model.<init>(Model.java:132)
	at com.dreamscape.Model.forId(Model.java:3893)
	at com.dreamscape.ItemDef.method201(ItemDef.java:1376)
	at com.dreamscape.ItemDef.getSprite(ItemDef.java:1168)
	at com.dreamscape.ItemDef.getSprite(ItemDef.java:1057)
	at com.dreamscape.ItemDef.getSprite(ItemDef.java:1052)
	at com.dreamscape.GameClient.drawInterface(GameClient.java:14484)
	at com.dreamscape.GameClient.drawTabArea(GameClient.java:4820)
	at com.dreamscape.GameClient.drawGameScreen(GameClient.java:14017)
	at com.dreamscape.GameClient.draw(GameClient.java:15763)
	at com.dreamscape.GameShell.run(GameShell.java:303)
	at com.dreamscape.GameClient.run(GameClient.java:8377)
	at java.lang.Thread.run(Unknown Source)

The coins load for me but that's it before my client freezes and it spams this error.. I can't find where it's trying to load 76616 from though, perhaps we can work together to get a fixed version.

Link to comment
Share on other sites

  • 2 weeks later...

FIXED ALL ERRORS.

PM ME ON DISCORD FOR INFO

Took me hours to fix everything not just this error; Lots of the code is written so it cannot be changed and must be re-written yourself

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Contact

[email protected]

astra.security

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

Runewild Ikov RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex in any way & exists solely for educational purposes.

×
×
  • Create New...