You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I start my forge client in dev env, The following exception gets thrown:
java.lang.StringIndexOutOfBoundsException: begin 0, end -1, length 54
at java.base/java.lang.String.checkBoundsBeginEnd(String.java:4606)
at java.base/java.lang.String.substring(String.java:2709)
at dev.architectury.transformer.TransformerRuntime.lambda$null$8(TransformerRuntime.java:250)
at dev.architectury.transformer.input.BaseFileAccess.handle(BaseFileAccess.java:56)
at dev.architectury.transformer.input.ForwardingFileView.handle(ForwardingFileView.java:42)
at dev.architectury.transformer.TransformerRuntime.lambda$removeDuplicates$9(TransformerRuntime.java:246)
at java.base/java.util.ArrayList.removeIf(ArrayList.java:1672)
at java.base/java.util.ArrayList.removeIf(ArrayList.java:1660)
at dev.architectury.transformer.TransformerRuntime.removeDuplicates(TransformerRuntime.java:240)
at dev.architectury.transformer.TransformerRuntime.main(TransformerRuntime.java:214)
Context
It seems to be trying some String manipulation using the variable relative, which in my case contained the following string: "dev\kleinbox\cccbridge\forge\InitializationForge.class"
Just forget about having lexforge 1.20.4 work in a dev env. I’ve tried, it just never works. Best might be to drop 1.20.4 and/or lexforge as nobody uses lexforge beyond 1.20.1
Description
Whenever I start my forge client in dev env, The following exception gets thrown:
Context
It seems to be trying some String manipulation using the variable
relative
, which in my case contained the following string:"dev\kleinbox\cccbridge\forge\InitializationForge.class"
Version
Architectury-Plugin: 3.4-SNAPSHOT
Forge: 1.20.1-47.2.6
The text was updated successfully, but these errors were encountered: