Jump to content

Dawmian

Members
  • Joined

  • Last visited

Everything posted by Dawmian

  1. Dawmian replied to vinny's post in a topic in 317
    link is broken
  2. this is nice
  3. Dawmian replied to  omg fd up's post in a topic in RSPS Models
    oooooo
  4. Dawmian replied to Xophox's post in a topic in OSRS
    ty dawg
  5. 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
  6. Dawmian replied to Lagoon's post in a topic in OSRS
    wow
  7. Joe you sir are a god.
  8. Dawmian replied to _joe's post in a topic in 317
    youre the man bro
  9. Dawmian replied to Juice's post in a topic in 317
    .
  10. Dawmian replied to Apollo's post in a topic in 317
    .
  11. Dawmian replied to Guestman's post in a topic in Other (377-742)
    ty
  12. Dawmian replied to Madara's post in a topic in Other (377-742)
    thx g
  13. Dawmian replied to acesucks's post in a topic in 317
    thanks dawg
  14. Dawmian replied to Bananastreet's post in a topic in 317
    oo
  15. Dawmian replied to Mathy's post in a topic in 317
    hey
  16. Dawmian replied to Ghost's post in a topic in 317
    pog
  17. Dawmian replied to Zakku's post in a topic in 317
    aye
  18. Dawmian replied to Dawmian's post in a topic in RSPS Help
    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
  19. 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
  20. Dawmian replied to zealox12's post in a topic in RSPS Requests
    PM ME on Discord Apex? / Live Resin?#6145
  21. Dawmian replied to InnovaV2's post in a topic in Other (377-742)
    eh lets see if shes clean
  22. Dawmian posted a post in a topic in RSPS Help
    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
  23. Dawmian replied to blem's post in a topic in Other (377-742)
    ye