I'm running into an error that doesn't allow me to play single player. Happens on 3 different PC's for me. I saw something on github about it https://gitlab.com/2009scape/2009scape/-/issues/1963 , but I didn't understand the fix, or if there is one.
java.lang.IllegalArgumentException: Dialogue 2435 is already in use - [old=JarvaldDialogue, new=JarvaldDialogue]!
at core.game.dialogue.DialogueInterpreter.add(DialogueInterpreter.java:226)
at core.game.dialogue.DialoguePlugin.init(DialoguePlugin.java:118)
at core.plugin.ClassScanner.definePlugin(ClassScanner.kt:213)
at content.region.fremennik.rellekka.handlers.RellekkaZone.newInstance(RellekkaZone.java:44)
at core.plugin.ClassScanner.definePlugin(ClassScanner.kt:210)
at core.plugin.ClassScanner.loadPluginsFrom$lambda$5(ClassScanner.kt:157)
at java.base/java.util.ArrayList.forEach(Unknown Source)
at core.plugin.ClassScanner.loadPluginsFrom(ClassScanner.kt:153)
at core.plugin.ClassScanner.loadSideEffectfulPlugins(ClassScanner.kt:148)
at core.game.world.GameWorld.prompt(GameWorld.kt:176)
at core.game.world.GameWorld.prompt(GameWorld.kt:153)
at core.Server.main(Server.kt:67)
Jarvald Error
Forum rules
- Search for existing answers before creating a new topic
- Topic titles must be descriptive and searchable
- Duplicate questions will be redirected to the existing answer(s) and locked.
- Search for existing answers before creating a new topic
- Topic titles must be descriptive and searchable
- Duplicate questions will be redirected to the existing answer(s) and locked.
- itsddc94
- Froob
- Posts: 84
- Joined: Tue Aug 20, 2024 1:37 pm
- Location: Ontario, Canada
- Has thanked: 17 times
- Been thanked: 10 times
Re: Jarvald Error
Hello and welcome!
This error is something that happens to everyone. It's more of a warning than a show stopper.
When you attempt to join single player, did you click the single player tab, then start single player (this starts the server), then change your server profile to local server, then click play.
This error is something that happens to everyone. It's more of a warning than a show stopper.
When you attempt to join single player, did you click the single player tab, then start single player (this starts the server), then change your server profile to local server, then click play.
Re: Jarvald Error
That's not changing anything. In fact, when I try to do it in that order, it launches the live server, even with local selected. When I hit start singleplayer, it launches the client on it's own. Same with Play option. No difference between the two it seems. Still stuck on "Connecting to server update".itsddc94 wrote: ↑Wed Sep 04, 2024 12:59 pm Hello and welcome!
This error is something that happens to everyone. It's more of a warning than a show stopper.
When you attempt to join single player, did you click the single player tab, then start single player (this starts the server), then change your server profile to local server, then click play.