Cleanroom icon indicating copy to clipboard operation
Cleanroom copied to clipboard

Crash with Great Scrollable Tooltips

Open jiaoliao946 opened this issue 1 year ago • 1 comments

Your CleanroomMC Discord Username

No response

Cleanroom Version

0.2.1-alpha

Java Version

Java 21

Graphics Card Vendor

Intel iGPU

Bug Report

Crash when waiting for the game to launch

[08:20:42] [main/INFO]: Calling tweak online.flowerinsnow.greatscrollabletooltips.tweaker.GreatScrollableTooltipsTweaker@7134b8a7
[08:20:42] [main/FATAL]: Unable to launch
java.lang.IllegalArgumentException: URI is not hierarchical
	at java.base/java.io.File.<init>(File.java:420) ~[?:?]
	at online.flowerinsnow.greatscrollabletooltips.tweaker.GreatScrollableTooltipsTweaker.injectIntoClassLoader(GreatScrollableTooltipsTweaker.java:35) ~[GreatScrollableTooltipsTweaker.class:4.2.0]
	at top.outlands.foundation.LaunchHandler.launch(LaunchHandler.java:103) [LaunchHandler.class:?]
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
	at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
	at top.outlands.foundation.boot.Foundation.main(Foundation.java:41) [foundation-0.13.2.jar:?]

Mod List

great-scrollable-tooltips-4.2.0.jar

MMC Instance Notes

None

Final Checklist

  • [X] I have searched the issues and haven't found a similar issue.
  • [X] I have read the known incompatibilities and this is not related to one of those.
  • [X] I have installed Fugue and it does not fix this issue.
  • [X] I am using experimental branch and have installed Scalar and it does not fix this issue.
  • [X] I am running a test build from Cleanroom Github Actions. (Or, if I've compiled it myself I plan to fix the issue)

jiaoliao946 avatar May 19 '24 00:05 jiaoliao946

Add online.flowerinsnow.greatscrollabletooltips.tweaker.GreatScrollableTooltipsTweaker to getCodeSource() list in fugue.cfg

kappa-maintainer avatar May 19 '24 00:05 kappa-maintainer