
Everything posted by Dawmian
-
Dreamscape source, client, cache
link is broken
-
Any Dreamscape source and client leaks?
this is nice
-
Vorkath Armour
oooooo
-
Arcanium (176 Deob, Runelite)
ty dawg
-
Valius 317 RSPS - Gradle Project in Eclipse - Can't Start Server or Run
Hey homies on Rune-Suite, So I downloaded a recent Valius Runescape Source and Client that was used by a TON of people and everyone that I've seen on forums seems to get it working I downloaded Gradle Integregation and when I start Eclipse it says I have Gradle installed and I have it for an option to either Add a new project or I can Add an Existing Gradle Project and Start the Gradle build; When I build it, it builds fine but I can't seem to find where to start it? I've gone to Run as, Debug as, and just can't figure out where I need to go from here, Never worked with Gradle before and I tried watching some tutorials of Importing Gradle to Eclipse but still cant' find anything about running it? I might just be forgetting something stupid or I'm missing a step somewhere if someone could please shoot me a message on Discord and help me out I'd be greatly appreciated. Discord: Infinite#5759
- KonarPS
-
ArcticPs [RuseBase] Custom server!
Joe you sir are a god.
- Dragneelps (Custom rsps)
- merkscape custom rsps
- Mistex 317 RSPS Release
- Smaug ps Release
-
Valius NEW UP 2 DATE | THEATRE OF BLOOD | CHAMBERS OF XERIC
THX DAWG
- Aeros- Leaked!
- Valius - Released
- Valius 171 Re-release
- Zaros - Released
- SoulCraft
- Ragefire
-
Dreamscape Source
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
-
Dreamscape client freezing upon login
It's a cache error I'm assuming Read Your Array Index is out of bonds because it cannot find the other assets; ArrayIndexOutOfBounds Go into ur DS Source; Open the Server section & extract "dreamygang-live-server-023220884618" then do the same with your client & cache; Go into Eclipse; Add all corresponding files to Libraries. Let me know if you cant figure it out Apex? / Live Resin?#6145
-
impunityx
PM ME on Discord Apex? / Live Resin?#6145
- Nightmare-scape Release
-
Innova CLEAN
eh lets see if shes clean
-
Dreamscape Source
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
- [RUSE] - Immortal X