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
Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:108)
at cfig.packable.PackableLauncherKt.main(PackableLauncher.kt:144)
Caused by: java.lang.IllegalArgumentException: invalid os_version
at cfig.bootimg.Common$Companion.packOsVersion(Common.kt:75)
at cfig.bootimg.v2.BootHeaderV2.encode(BootHeaderV2.kt:125)
at cfig.bootimg.v2.BootV2.pack(BootV2.kt:486)
at cfig.packable.BootImgParser.packInternal(BootImgParser.kt:121)
at cfig.packable.BootImgParser.pack(BootImgParser.kt:143)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 5 more
The text was updated successfully, but these errors were encountered:
OnePlus 8T here, recovery is TWRP.
Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:108)
at cfig.packable.PackableLauncherKt.main(PackableLauncher.kt:144)
Caused by: java.lang.IllegalArgumentException: invalid os_version
at cfig.bootimg.Common$Companion.packOsVersion(Common.kt:75)
at cfig.bootimg.v2.BootHeaderV2.encode(BootHeaderV2.kt:125)
at cfig.bootimg.v2.BootV2.pack(BootV2.kt:486)
at cfig.packable.BootImgParser.packInternal(BootImgParser.kt:121)
at cfig.packable.BootImgParser.pack(BootImgParser.kt:143)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 5 more
The text was updated successfully, but these errors were encountered: