Closed Ivan-Johnson closed 11 months ago
I just saw a different comment saying that this is the wrong report issues with the BankValueHistoryTracker plugin; my bad. I also see that there's already an open ticket for this issue in the correct repo :sweat_smile:
So I noticed a while ago that when I open the bank and hit BankValueHistoryTracker's "add entry" button it just hangs indefinitely and it never actually creates the new entry. Here is the error that I see on stdout/stderr:
I only see this error on my Arch Linux machine, not my Windows machine. Initially this made me think that the error occurs because I'm using Wayland, which isn't yet fully supported by Java. However, that was before I saw the error message; now I think it might have something to do with the specific version of Java I'm using.
Diagnostics
Info from Runelite's Info tab:
In the plugin list, Runelite reports that the Bank Value Tracker has version
3d0e4b73
Temporary workaround
I've done some searching, and found a similar issue on StackOverflow. It doesn't actually fix the root problem, but as a temporary solution I can avoid the crash and use the plugin normally if I launch Runelite with an extra environment variable:
JAVA_TOOL_OPTIONS=--add-opens=java.base/java.time=ALL-UNNAMED runelite
.