Search found 15 matches

by Byte
Sun Sep 18, 2022 1:01 am
Forum: Support
Topic: Client not loading
Replies: 9
Views: 1034

Re: Client not loading

Java 11 tends to work better than Java 8, that's the first thing.

Also this thread: viewtopic.php?t=146-client-stuck-while-booting
by Byte
Sat Sep 17, 2022 1:55 am
Forum: Discussion
Topic: Getting started on MacOS
Replies: 13
Views: 1113

Re: Getting started on MacOS

Sometimes upgrading Java can help with such an issue. Are you using at least Java 11? You could even try a higher version to see if it resolves.
by Byte
Mon Sep 05, 2022 6:14 pm
Forum: Discussion
Topic: Dev Assistance - Coins 995 Handling
Replies: 4
Views: 436

Re: Dev Assistance - Coins 995 Handling

Thank you very much for your response. I was not confused by the Bank interface. I noticed that when in the Bank interface, it uses that BankInterface.kt to handle whether the player is examining in the Bank screen or the player inventory screen. Overriding in those two methods would be the simple f...
by Byte
Mon Sep 05, 2022 3:40 am
Forum: Discussion
Topic: Dev Assistance - Coins 995 Handling
Replies: 4
Views: 436

Re: Dev Assistance - Coins 995 Handling

The reason I am asking the above is because I am currently trying to get my feet wet on what I thought was a super simple issue: https://gitlab.com/2009scape/2009scape/-/issues/713 . It has turned out to be a bit bizarre. The issue is simple: we're just not quite handling displaying the number of Co...
by Byte
Mon Sep 05, 2022 3:30 am
Forum: Discussion
Topic: Dev Assistance - Coins 995 Handling
Replies: 4
Views: 436

Dev Assistance - Coins 995 Handling

Is there a nice way to use the IntelliJ debugger effectively to identify a line of code that is being executed at runtime? I have tried getting things running and then pausing the debugger, but that doesn't really put me where I want to be. I want to specifically be doing something in the game and p...