[Client] Make x not functioning using Saradomin launcher with java 8

Report potential bugs here, and if they seem valid we can create gitlab issues for them.

Moderator: Bug Janitor

Forum rules
- Check if a topic exists before creating a new one.
- Duplicate topics will be immediately deleted.
- Issues lacking detail or sources (where applicable) will be deleted immediately.
- Unimplemented content is not bugged content. Do not report unimplemented content.
- IF YOUR BUG IS EXPLOITABLE DO NOT REPORT IT HERE. DM the report to a Bug Janitor instead.
- Repeated violation of these rules may result in a user being denied access to this section.
Locked
User avatar
DebbySaurus
Noob
Posts: 14
Joined: Tue Aug 16, 2022 3:16 pm
Location: Your mind
Been thanked: 2 times
Contact:

[Client] Make x not functioning using Saradomin launcher with java 8

Post by DebbySaurus »

Issue:
Make x opens up but after entering a number, nothing happens when pressing enter.
It works fine using the .jar launcher from main website.

Side note
It also works fine using experimental client profile on either java version.

SS/Vid:
https://gyazo.com/1b6e488880dd4775caec87c6cea88ec0

Changing java versions to 11 solved the issue.
Last edited by DebbySaurus on Sat Aug 20, 2022 12:38 pm, edited 1 time in total.
User avatar
ryannathans
Staff
Posts: 501
Joined: Thu Aug 11, 2022 12:25 am
Location: ɐᴉlɐɹʇsn∀
Has thanked: 40 times
Been thanked: 96 times

Re: [Client] Make x not functioning using Saradomin launcher with java 8

Post by ryannathans »

Relevant server exception at time of testing

Code: Select all

java.lang.ClassCastException: class java.lang.String cannot be cast to class java.lang.Integer (java.lang.String and java.lang.Integer are in module java.base of loader 'bootstrap')
    at core.game.content.dialogue.SkillDialoguePlugin.lambda$handle$0(SkillDialoguePlugin.java:62)
    at rs09.net.packet.in.RunScriptPacketHandler.processInput(RunScriptPacketHandler.kt:33)
    at rs09.net.packet.in.RunScriptPacketHandler.decode(RunScriptPacketHandler.kt:51)
    at core.net.event.GameReadEvent.read(GameReadEvent.java:107)
    at core.net.IoReadEvent.run(IoReadEvent.java:45)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)
User avatar
lila
Noob
Posts: 17
Joined: Thu Aug 11, 2022 3:05 am
Has thanked: 4 times
Been thanked: 1 time

Re: [Client] Make x not functioning using Saradomin launcher with java 8

Post by lila »

Potentially related to #632?
Image
Locked