Thread: [#181] RS Mod Release

Page 13 of 16 FirstFirst ... 31112131415 ... LastLast
Results 121 to 130 of 152
  1. #121  
    Registered Member

    Join Date
    Jul 2013
    Posts
    119
    Thanks given
    12
    Thanks received
    50
    Rep Power
    83
    Quote Originally Posted by Av0ided View Post
    I've dropped on to say this:

    As a Software engineer i can say code coverage doesnt solve anything when it comes to exploitation. You strike me as somebody that is attempting to zero in on minor things and pull the testing card to sound smart.

    This is an open source contribution to a community that is inherently greedy and i personally think its a crappy idea to try and make it look bad simply to make yourself seem like you know what's in and what's out.

    At the end of the day i know of no RSPS that is protected by TLS or anything else so in terms of exploitation/potential ransom type situations then 100% code coverage doesnt mean a thing.

    Too many times in industry do you get nazi JS developers whining about code coverage when it's the least thing to worry about.
    I'm also a software engineer. I wasn't trying to make this look bad at all. Re-read my posts...

    "hosting on top of this would be risky unless you used systems which others can't study"

    Yes, RSPS don't implement proper security - they still rely on obfuscation in hopes it'll defend.. I also know that petty attacks which don't require much knowledge are performed here all the time, hence the comment I made.

    I praised the contribution. You guys are choosing to make it sound like I'm downing this. I said code coverage once, and it became 85% of your post...

    No, I don't believe full code coverage solve exploitations, or that anyone should aim for full code coverage. Code coverage, like obfuscation, could give people a false sense of security, which could make it a bad thing. I never said code coverage solves exploitations - I said it's possible to find exploitations by looking at poorly tested branches, which can be highlighted via code coverage.

    Although I want to shine some light on that topic, I feel you'd try to twist it, so we'll have to agree on disagreeing. It's you guys who are zeroing in on anything to make it sound like I'm trying to make this project look bad, as not once have I said this contribution was bad.
    Reply With Quote  
     

  2. #122  
    Donator


    Join Date
    Mar 2013
    Age
    24
    Posts
    1,767
    Thanks given
    335
    Thanks received
    386
    Rep Power
    318
    Getting this when using the latest archive and client provided in op

    Code:
    3:35:53 p.m.: Executing task 'run'...
    
    > Task :net:processResources NO-SOURCE
    > Task :game:plugins:processResources NO-SOURCE
    > Task :game:processResources UP-TO-DATE
    > Task :util:compileKotlin UP-TO-DATE
    > Task :util:compileJava NO-SOURCE
    > Task :util:processResources NO-SOURCE
    > Task :util:classes UP-TO-DATE
    > Task :util:inspectClassesForKotlinIC UP-TO-DATE
    > Task :util:jar UP-TO-DATE
    > Task :net:compileKotlin UP-TO-DATE
    > Task :net:compileJava NO-SOURCE
    > Task :net:classes UP-TO-DATE
    > Task :net:inspectClassesForKotlinIC UP-TO-DATE
    > Task :net:jar UP-TO-DATE
    > Task :game:compileKotlin UP-TO-DATE
    > Task :game:compileJava NO-SOURCE
    > Task :game:classes UP-TO-DATE
    > Task :game:inspectClassesForKotlinIC UP-TO-DATE
    > Task :game:jar UP-TO-DATE
    > Task :game:plugins:compileKotlin UP-TO-DATE
    > Task :game:plugins:compileJava NO-SOURCE
    > Task :game:plugins:classes UP-TO-DATE
    > Task :game:plugins:inspectClassesForKotlinIC UP-TO-DATE
    > Task :game:plugins:jar UP-TO-DATE
    
    > Task :game:run
    [15:35:56.976 INFO ] Server               | Preparing RS Mod...
    [15:35:56.979 INFO ] Server               | RS Mod loaded up in 171ms.
    [15:35:56.979 INFO ] Server               | Visit our site https://rspsmods.com to purchase & sell plugins.
    [15:35:56.990 INFO ] Server               | Loaded properties for RS Mod Server.
    [15:35:57.141 INFO ] Server               | Loaded filestore from path .\data\cache in 93ms.
    [15:35:57.246 INFO ] DefinitionSet        | Loaded 8318 animation definitions.
    [15:35:57.250 INFO ] DefinitionSet        | Loaded 2227 varp definitions.
    [15:35:57.268 INFO ] DefinitionSet        | Loaded 8371 varbit definitions.
    [15:35:57.320 INFO ] DefinitionSet        | Loaded 2335 enum definitions.
    [15:35:57.368 INFO ] DefinitionSet        | Loaded 8692 npc definitions.
    [15:35:57.454 INFO ] DefinitionSet        | Loaded 23487 item definitions.
    [15:35:57.579 INFO ] DefinitionSet        | Loaded 34826 object definitions.
    [15:35:57.581 INFO ] World                | Initiated service 'JsonPlayerSerializer' in 0ms.
    [15:35:57.868 INFO ] XteaKeyService       | Loaded 1192 / 1762 (67.65%) XTEA keys.
    [15:35:57.868 INFO ] World                | Initiated service 'XteaKeyService' in 285ms.
    [15:35:58.467 INFO ] ItemMetadataService  | Loaded 21493 item metadata sets.
    [15:35:58.468 INFO ] World                | Initiated service 'ItemMetadataService' in 599ms.
    [15:35:58.521 INFO ] World                | Initiated service 'NpcMetadataService' in 52ms.
    [15:35:58.628 INFO ] World                | Initiated service 'ObjectMetadataService' in 106ms.
    [15:35:58.629 INFO ] World                | Initiated service 'DumpEntityIdService' in 0ms.
    [15:35:58.861 INFO ] World                | Initiated service 'RsaService' in 230ms.
    [15:35:58.888 INFO ] GameService          | Parallel tasks preference enabled. 8 tasks will be handled per cycle.
    [15:35:58.889 INFO ] World                | Initiated service 'GameService' in 18ms.
    [15:35:58.890 INFO ] World                | Initiated service 'LoginService' in 0ms.
    [15:35:58.892 INFO ] World                | Loaded 9 game services.
    [15:35:58.938 INFO ] Server               | Loaded message codec and handlers in 46ms.
    [15:35:58.941 INFO ] Server               | Loaded update blocks in 2ms.
    [15:35:58.943 INFO ] Server               | Loaded 4 privilege levels in 2ms.
    [15:36:00.165 ERROR] Server               | Uncaught server exception in thread Thread[main,5,main]!
    java.lang.reflect.InvocationTargetException: null
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
    	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_172]
    	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_172]
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_172]
    	at gg.rsmod.game.plugin.PluginRepository.scanPackageForPlugins(PluginRepository.kt:418) ~[main/:?]
    	at gg.rsmod.game.plugin.PluginRepository.loadPlugins(PluginRepository.kt:405) ~[main/:?]
    	at gg.rsmod.game.plugin.PluginRepository.init(PluginRepository.kt:396) ~[main/:?]
    	at gg.rsmod.game.Server.startGame(Server.kt:171) ~[main/:?]
    	at gg.rsmod.game.Launcher.main(Launcher.kt:11) ~[main/:?]
    Caused by: java.lang.IllegalStateException: Option "talk-to" not found for npc 2821 [options=[Attack]]
    	at gg.rsmod.game.plugin.KotlinPlugin.on_npc_option(KotlinPlugin.kt:228) ~[main/:?]
    	at gg.rsmod.game.plugin.KotlinPlugin.on_npc_option$default(KotlinPlugin.kt:223) ~[main/:?]
    	at gg.rsmod.plugins.content.areas.edgeville.chat.Shop_keeper_plugin.<init>(shop_keeper.plugin.kts:4) ~[plugins-0.0.4.jar:?]
    	... 9 more
    and this from the client

    Code:
    error_game_js5connect
    Reply With Quote  
     

  3. #123  
    Registered Member
    Join Date
    Oct 2019
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    This error from latest release and client also:

    Code:
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by io.netty.util.internal.PlatformDependent0 (file:/C:/Users/main/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.0.34.Final/e1e53fb0283cc6fbc0f3631e60f658ddebcf005/netty-all-4.0.34.Final.jar) to field java.nio.Buffer.address
    WARNING: Please consider reporting this to the maintainers of io.netty.util.internal.PlatformDependent0
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release
    [20:12:48.137 INFO ] PlatformDependent    | Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
    [20:12:48.367 INFO ] Server               | Preparing RS Mod...
    [20:12:48.368 INFO ] Server               | RS Mod loaded up in 139ms.
    [20:12:48.368 INFO ] Server               | Visit our site https://rspsmods.com to purchase & sell plugins.
    [20:12:48.376 INFO ] Server               | Loaded properties for RS Mod Server.
    [20:12:48.510 INFO ] Server               | Loaded filestore from path .\data\cache in 89ms.
    [20:12:48.614 INFO ] DefinitionSet        | Loaded 8526 animation definitions.
    [20:12:48.617 INFO ] DefinitionSet        | Loaded 2633 varp definitions.
    [20:12:48.630 INFO ] DefinitionSet        | Loaded 10057 varbit definitions.
    [20:12:48.656 INFO ] DefinitionSet        | Loaded 2748 enum definitions.
    [20:12:48.705 INFO ] DefinitionSet        | Loaded 9300 npc definitions.
    [20:12:48.796 INFO ] DefinitionSet        | Loaded 24415 item definitions.
    [20:12:48.878 INFO ] DefinitionSet        | Loaded 37491 object definitions.
    [20:12:48.880 INFO ] World                | Initiated service 'JsonPlayerSerializer' in 0ms.
    [20:12:49.164 INFO ] XteaKeyService       | Loaded 1260 / 1821 (69.19%) XTEA keys.
    [20:12:49.164 INFO ] World                | Initiated service 'XteaKeyService' in 282ms.
    [20:12:49.929 INFO ] ItemMetadataService  | Loaded 21493 item metadata sets.
    [20:12:49.929 INFO ] World                | Initiated service 'ItemMetadataService' in 764ms.
    [20:12:49.988 INFO ] World                | Initiated service 'NpcMetadataService' in 58ms.
    [20:12:50.120 INFO ] World                | Initiated service 'ObjectMetadataService' in 129ms.
    [20:12:50.121 INFO ] World                | Initiated service 'DumpEntityIdService' in 0ms.
    [20:12:50.328 INFO ] World                | Initiated service 'RsaService' in 205ms.
    [20:12:50.345 INFO ] GameService          | Parallel tasks preference enabled. 8 tasks will be handled per cycle.
    [20:12:50.346 INFO ] World                | Initiated service 'GameService' in 12ms.
    [20:12:50.347 INFO ] World                | Initiated service 'LoginService' in 0ms.
    [20:12:50.350 INFO ] World                | Loaded 9 game services.
    [20:12:50.379 INFO ] Server               | Loaded message codec and handlers in 28ms.
    [20:12:50.381 INFO ] Server               | Loaded update blocks in 2ms.
    [20:12:50.383 INFO ] Server               | Loaded 4 privilege levels in 1ms.
    [20:12:51.879 ERROR] Server               | Uncaught server exception in thread Thread[main,5,main]!
    java.lang.reflect.InvocationTargetException: null
    	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
    	at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
    	at gg.rsmod.game.plugin.PluginRepository.scanPackageForPlugins(PluginRepository.kt:418) ~[main/:?]
    	at gg.rsmod.game.plugin.PluginRepository.loadPlugins(PluginRepository.kt:405) ~[main/:?]
    	at gg.rsmod.game.plugin.PluginRepository.init(PluginRepository.kt:396) ~[main/:?]
    	at gg.rsmod.game.Server.startGame(Server.kt:171) ~[main/:?]
    	at gg.rsmod.game.Launcher.main(Launcher.kt:11) ~[main/:?]
    Caused by: java.lang.IllegalStateException: Option "trade" not found for npc 315 [options=[Talk-to, View-information, View-tasks, View-relics]]
    	at gg.rsmod.game.plugin.KotlinPlugin.on_npc_option(KotlinPlugin.kt:228) ~[main/:?]
    	at gg.rsmod.game.plugin.KotlinPlugin.on_npc_option$default(KotlinPlugin.kt:223) ~[main/:?]
    	at gg.rsmod.plugins.content.areas.edgeville.chat.Emblem_trader_plugin.<init>(emblem_trader.plugin.kts:14) ~[plugins-0.0.4.jar:?]
    	... 9 more
    Tried using 181, 183, and 185, then back to the first 181 release.
    Reply With Quote  
     

  4. #124  
    Registered Member
    Iron-server's Avatar
    Join Date
    Jun 2010
    Posts
    108
    Thanks given
    27
    Thanks received
    38
    Rep Power
    190
    Quote Originally Posted by pavan_p View Post
    Getting this when using the latest archive and client provided in op

    Code:
    3:35:53 p.m.: Executing task 'run'...
    
    > Task :net:processResources NO-SOURCE
    > Task :game:plugins:processResources NO-SOURCE
    > Task :game:processResources UP-TO-DATE
    > Task :util:compileKotlin UP-TO-DATE
    > Task :util:compileJava NO-SOURCE
    > Task :util:processResources NO-SOURCE
    > Task :util:classes UP-TO-DATE
    > Task :util:inspectClassesForKotlinIC UP-TO-DATE
    > Task :util:jar UP-TO-DATE
    > Task :net:compileKotlin UP-TO-DATE
    > Task :net:compileJava NO-SOURCE
    > Task :net:classes UP-TO-DATE
    > Task :net:inspectClassesForKotlinIC UP-TO-DATE
    > Task :net:jar UP-TO-DATE
    > Task :game:compileKotlin UP-TO-DATE
    > Task :game:compileJava NO-SOURCE
    > Task :game:classes UP-TO-DATE
    > Task :game:inspectClassesForKotlinIC UP-TO-DATE
    > Task :game:jar UP-TO-DATE
    > Task :game:plugins:compileKotlin UP-TO-DATE
    > Task :game:plugins:compileJava NO-SOURCE
    > Task :game:plugins:classes UP-TO-DATE
    > Task :game:plugins:inspectClassesForKotlinIC UP-TO-DATE
    > Task :game:plugins:jar UP-TO-DATE
    
    > Task :game:run
    [15:35:56.976 INFO ] Server               | Preparing RS Mod...
    [15:35:56.979 INFO ] Server               | RS Mod loaded up in 171ms.
    [15:35:56.979 INFO ] Server               | Visit our site https://rspsmods.com to purchase & sell plugins.
    [15:35:56.990 INFO ] Server               | Loaded properties for RS Mod Server.
    [15:35:57.141 INFO ] Server               | Loaded filestore from path .\data\cache in 93ms.
    [15:35:57.246 INFO ] DefinitionSet        | Loaded 8318 animation definitions.
    [15:35:57.250 INFO ] DefinitionSet        | Loaded 2227 varp definitions.
    [15:35:57.268 INFO ] DefinitionSet        | Loaded 8371 varbit definitions.
    [15:35:57.320 INFO ] DefinitionSet        | Loaded 2335 enum definitions.
    [15:35:57.368 INFO ] DefinitionSet        | Loaded 8692 npc definitions.
    [15:35:57.454 INFO ] DefinitionSet        | Loaded 23487 item definitions.
    [15:35:57.579 INFO ] DefinitionSet        | Loaded 34826 object definitions.
    [15:35:57.581 INFO ] World                | Initiated service 'JsonPlayerSerializer' in 0ms.
    [15:35:57.868 INFO ] XteaKeyService       | Loaded 1192 / 1762 (67.65%) XTEA keys.
    [15:35:57.868 INFO ] World                | Initiated service 'XteaKeyService' in 285ms.
    [15:35:58.467 INFO ] ItemMetadataService  | Loaded 21493 item metadata sets.
    [15:35:58.468 INFO ] World                | Initiated service 'ItemMetadataService' in 599ms.
    [15:35:58.521 INFO ] World                | Initiated service 'NpcMetadataService' in 52ms.
    [15:35:58.628 INFO ] World                | Initiated service 'ObjectMetadataService' in 106ms.
    [15:35:58.629 INFO ] World                | Initiated service 'DumpEntityIdService' in 0ms.
    [15:35:58.861 INFO ] World                | Initiated service 'RsaService' in 230ms.
    [15:35:58.888 INFO ] GameService          | Parallel tasks preference enabled. 8 tasks will be handled per cycle.
    [15:35:58.889 INFO ] World                | Initiated service 'GameService' in 18ms.
    [15:35:58.890 INFO ] World                | Initiated service 'LoginService' in 0ms.
    [15:35:58.892 INFO ] World                | Loaded 9 game services.
    [15:35:58.938 INFO ] Server               | Loaded message codec and handlers in 46ms.
    [15:35:58.941 INFO ] Server               | Loaded update blocks in 2ms.
    [15:35:58.943 INFO ] Server               | Loaded 4 privilege levels in 2ms.
    [15:36:00.165 ERROR] Server               | Uncaught server exception in thread Thread[main,5,main]!
    java.lang.reflect.InvocationTargetException: null
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_172]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_172]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_172]
        at gg.rsmod.game.plugin.PluginRepository.scanPackageForPlugins(PluginRepository.kt:418) ~[main/:?]
        at gg.rsmod.game.plugin.PluginRepository.loadPlugins(PluginRepository.kt:405) ~[main/:?]
        at gg.rsmod.game.plugin.PluginRepository.init(PluginRepository.kt:396) ~[main/:?]
        at gg.rsmod.game.Server.startGame(Server.kt:171) ~[main/:?]
        at gg.rsmod.game.Launcher.main(Launcher.kt:11) ~[main/:?]
    Caused by: java.lang.IllegalStateException: Option "talk-to" not found for npc 2821 [options=[Attack]]
        at gg.rsmod.game.plugin.KotlinPlugin.on_npc_option(KotlinPlugin.kt:228) ~[main/:?]
        at gg.rsmod.game.plugin.KotlinPlugin.on_npc_option$default(KotlinPlugin.kt:223) ~[main/:?]
        at gg.rsmod.plugins.content.areas.edgeville.chat.Shop_keeper_plugin.<init>(shop_keeper.plugin.kts:4) ~[plugins-0.0.4.jar:?]
        ... 9 more
    and this from the client

    Code:
    error_game_js5connect
    Which cache version are you using?
    I recommend using 2019-08-08-rev181.tar.gz as your cache with the 181 client. (Also have 181 as your server version)
    (Make sure to extract xteas, aswell as changing server version as explained on github.)


    1. Go into the following directory: rsmod-master\game\plugins\src\main\kotlin\gg\rsmod\plugi ns\content\areas\edgeville\chat\
    2. Go into "Shop_Keeper.plugin.kts" and remove "SHOP_KEEPER_2821"
      A. Optional (If Step 2 doesn't work) : Remove "shop_keeper.plugin.kts" ( I recommend moving it outside the server directory to a location you will remember in case you wanna put it back)



    I honestly went through trial and error and got it to work, so If you truly want help from people who know what they're doing I recommend joining their discord. I'm sure they'll be able to help.

    Spoiler for :
    Attached image





    Reply With Quote  
     

  5. #125  
    A good beginning makes a good end.
    Elon Musk's Avatar
    Join Date
    Mar 2013
    Posts
    663
    Thanks given
    86
    Thanks received
    72
    Rep Power
    87
    Quote Originally Posted by Dannyimm View Post
    This error from latest release and client also:

    Code:
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by io.netty.util.internal.PlatformDependent0 (file:/C:/Users/main/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.0.34.Final/e1e53fb0283cc6fbc0f3631e60f658ddebcf005/netty-all-4.0.34.Final.jar) to field java.nio.Buffer.address
    WARNING: Please consider reporting this to the maintainers of io.netty.util.internal.PlatformDependent0
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release
    [20:12:48.137 INFO ] PlatformDependent    | Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
    [20:12:48.367 INFO ] Server               | Preparing RS Mod...
    [20:12:48.368 INFO ] Server               | RS Mod loaded up in 139ms.
    [20:12:48.368 INFO ] Server               | Visit our site https://rspsmods.com to purchase & sell plugins.
    [20:12:48.376 INFO ] Server               | Loaded properties for RS Mod Server.
    [20:12:48.510 INFO ] Server               | Loaded filestore from path .\data\cache in 89ms.
    [20:12:48.614 INFO ] DefinitionSet        | Loaded 8526 animation definitions.
    [20:12:48.617 INFO ] DefinitionSet        | Loaded 2633 varp definitions.
    [20:12:48.630 INFO ] DefinitionSet        | Loaded 10057 varbit definitions.
    [20:12:48.656 INFO ] DefinitionSet        | Loaded 2748 enum definitions.
    [20:12:48.705 INFO ] DefinitionSet        | Loaded 9300 npc definitions.
    [20:12:48.796 INFO ] DefinitionSet        | Loaded 24415 item definitions.
    [20:12:48.878 INFO ] DefinitionSet        | Loaded 37491 object definitions.
    [20:12:48.880 INFO ] World                | Initiated service 'JsonPlayerSerializer' in 0ms.
    [20:12:49.164 INFO ] XteaKeyService       | Loaded 1260 / 1821 (69.19%) XTEA keys.
    [20:12:49.164 INFO ] World                | Initiated service 'XteaKeyService' in 282ms.
    [20:12:49.929 INFO ] ItemMetadataService  | Loaded 21493 item metadata sets.
    [20:12:49.929 INFO ] World                | Initiated service 'ItemMetadataService' in 764ms.
    [20:12:49.988 INFO ] World                | Initiated service 'NpcMetadataService' in 58ms.
    [20:12:50.120 INFO ] World                | Initiated service 'ObjectMetadataService' in 129ms.
    [20:12:50.121 INFO ] World                | Initiated service 'DumpEntityIdService' in 0ms.
    [20:12:50.328 INFO ] World                | Initiated service 'RsaService' in 205ms.
    [20:12:50.345 INFO ] GameService          | Parallel tasks preference enabled. 8 tasks will be handled per cycle.
    [20:12:50.346 INFO ] World                | Initiated service 'GameService' in 12ms.
    [20:12:50.347 INFO ] World                | Initiated service 'LoginService' in 0ms.
    [20:12:50.350 INFO ] World                | Loaded 9 game services.
    [20:12:50.379 INFO ] Server               | Loaded message codec and handlers in 28ms.
    [20:12:50.381 INFO ] Server               | Loaded update blocks in 2ms.
    [20:12:50.383 INFO ] Server               | Loaded 4 privilege levels in 1ms.
    [20:12:51.879 ERROR] Server               | Uncaught server exception in thread Thread[main,5,main]!
    java.lang.reflect.InvocationTargetException: null
    	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:?]
    	at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    	at java.lang.reflect.Constructor.newInstance(Constructor.java:490) ~[?:?]
    	at gg.rsmod.game.plugin.PluginRepository.scanPackageForPlugins(PluginRepository.kt:418) ~[main/:?]
    	at gg.rsmod.game.plugin.PluginRepository.loadPlugins(PluginRepository.kt:405) ~[main/:?]
    	at gg.rsmod.game.plugin.PluginRepository.init(PluginRepository.kt:396) ~[main/:?]
    	at gg.rsmod.game.Server.startGame(Server.kt:171) ~[main/:?]
    	at gg.rsmod.game.Launcher.main(Launcher.kt:11) ~[main/:?]
    Caused by: java.lang.IllegalStateException: Option "trade" not found for npc 315 [options=[Talk-to, View-information, View-tasks, View-relics]]
    	at gg.rsmod.game.plugin.KotlinPlugin.on_npc_option(KotlinPlugin.kt:228) ~[main/:?]
    	at gg.rsmod.game.plugin.KotlinPlugin.on_npc_option$default(KotlinPlugin.kt:223) ~[main/:?]
    	at gg.rsmod.plugins.content.areas.edgeville.chat.Emblem_trader_plugin.<init>(emblem_trader.plugin.kts:14) ~[plugins-0.0.4.jar:?]
    	... 9 more
    Tried using 181, 183, and 185, then back to the first 181 release.
    Theres a hint
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  6. #126  
    Registered Member
    Join Date
    Dec 2019
    Posts
    4
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    can someone give me a brief overview of what core features still need work. apart from content what would this need? or can i just start adding content?
    Reply With Quote  
     

  7. #127  
    Registered Member
    Join Date
    Dec 2017
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Thanks for release, i do have a little problem i can't seem to find the binginteger in the client could u maybe help me out? tyvm
    Reply With Quote  
     

  8. #128  
    Misthalin where it all began.
    Forzaiken's Avatar
    Join Date
    Dec 2019
    Posts
    60
    Thanks given
    1
    Thanks received
    17
    Rep Power
    12
    Quote Originally Posted by Thibo the plug View Post
    Thanks for release, i do have a little problem i can't seem to find the binginteger in the client could u maybe help me out? tyvm
    there is BigInteger in "Class 80" but somehow I cant seem to get it to work either. when keys placed nothing happens...
    Reply With Quote  
     

  9. #129  
    Registered Member
    Join Date
    Mar 2014
    Age
    24
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Class83
    Attached image
    Attached image
    Reply With Quote  
     

  10. #130  
    Renown Programmer

    Join Date
    Oct 2017
    Posts
    198
    Thanks given
    167
    Thanks received
    302
    Rep Power
    1567
    after a lot of procrastination, started work on rsmod 2. if anyones interested, put up the (very early) work on github https://github.com/Tomm0017/rsmod2
    Reply With Quote  
     


Page 13 of 16 FirstFirst ... 31112131415 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [OSRS] [#181] RS Mod - Let's Do This Together
    By Tomm0017 in forum Projects
    Replies: 127
    Last Post: 05-05-2020, 01:36 AM
  2. Hacked Rs Mod account
    By Zro. in forum Media
    Replies: 10
    Last Post: 11-06-2010, 05:29 PM
  3. RS # 357 Released... Not Colossus357
    By Ecstasy in forum Downloads
    Replies: 20
    Last Post: 06-16-2010, 06:38 PM
  4. Replies: 1
    Last Post: 12-08-2009, 05:04 AM
  5. lolage Rs mod got ownt!
    By Vastiko in forum Chat
    Replies: 23
    Last Post: 06-10-2009, 05:35 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •