froyo4u / PortalGun

MIT License
10 stars 15 forks source link

Crash #10

Closed ry0shi closed 3 years ago

ry0shi commented 3 years ago
[16:50:29] [main/INFO]: Loading for game Minecraft 1.16.5
[16:50:30] [ForkJoinPool-1-worker-3/WARN]: Non-Fabric mod JAR at "C:\Users\ry0shi\AppData\Roaming\.randommodpack\mods\OptiFine_1.16.5_HD_U_G6.jar", ignoring
[16:50:30] [main/INFO]: [FabricLoader] Loading 56 mods: fabric-renderer-api-v1@0.4.1+ca58154a7d, fabric-keybindings-v0@0.2.1+ca58154a7d, fabricloader@0.11.1, fabric-structure-api-v1@1.1.4+ca58154a7d, fabric-containers-v0@0.1.10+ca58154a7d, fabric-object-builder-api-v1@1.9.3+ca58154a7d, fabric-dimensions-v1@2.0.2+ca58154a7d, pehkui@1.7.1+21w03a, java@8, fabric-game-rule-api-v1@1.0.6+ca58154a7d, com_googlecode_efficient-java-matrix-library_ejml@0.25, fabric-api-base@0.2.0+daa38b3d7d, fabric-rendering-data-attachment-v1@0.1.5+ca58154a7d, mm@2.1, fabric-textures-v0@1.0.6+ca58154a7d, fabric-rendering-fluids-v1@0.1.13+ca58154a7d, fabric-blockrenderlayer-v1@1.1.5+ca58154a7d, fabric-lifecycle-events-v1@1.2.1+ca58154a7d, fabric-renderer-registries-v1@2.2.1+ca58154a7d, immersive_portals@0.80, fabric-loot-tables-v1@1.0.2+ca58154a7d, fabric@0.30.0+1.16, fabric-particles-v1@0.2.4+ca58154a7d, fabric-networking-v0@0.3.2+ca58154a7d, imm_ptl_core@0.84, fabric-networking-blockentity-v0@0.2.8+ca58154a7d, minecraft@1.16.5, fabric-screen-handler-api-v1@1.1.1+ca58154a7d, portalgun@1.1.5, modmenu@1.14.6+build.31, fabric-command-api-v1@1.0.10+ca58154a7d, cloth-basic-math@0.5.1, fabric-screen-api-v1@1.0.0+c045166c7d, fabric-tool-attribute-api-v1@1.2.6+ca58154a7d, fabric-renderer-indigo@0.4.4+ca58154a7d, fabric-item-api-v1@1.2.1+ca58154a7d, fabric-events-interaction-v0@0.4.2+ca58154a7d, fabric-crash-report-info-v1@0.1.3+ca58154a7d, fabric-entity-events-v1@1.0.3+ca58154a7d, fabric-rendering-v0@1.1.2+ca58154a7d, fabric-key-binding-api-v1@1.0.2+ca58154a7d, fabric-rendering-v1@1.5.1+ca58154a7d, cloth-config2@4.8.2, fabric-resource-loader-v0@0.4.2+ca58154a7d, fabric-content-registries-v0@0.2.1+ca58154a7d, fabric-tag-extensions-v0@1.1.1+ca58154a7d, optifabric@1.9.2, fabric-biome-api-v1@3.1.1+ca58154a7d, fabric-registry-sync-v0@0.7.4+ca58154a7d, fabric-commands-v0@0.2.2+ca58154a7d, fabric-mining-levels-v0@0.1.3+ca58154a7d, fabric-networking-api-v1@1.0.1+ca58154a7d, fabric-events-lifecycle-v0@0.2.1+ca58154a7d, fabric-item-groups-v0@0.2.3+ca58154a7d, fabric-models-v0@0.2.1+ca58154a7d, fabric-object-builders-v0@0.7.2+ca58154a7d
[16:50:30] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/ry0shi/AppData/Roaming/.minecraft/libraries/net/fabricmc/sponge-mixin/0.8.2+build.24/sponge-mixin-0.8.2+build.24.jar Service=Knot/Fabric Env=CLIENT
[16:50:31] [main/WARN]: @Mixin target net/minecraft/class_3898$class_3208 is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value
[16:50:31] [main/WARN]: @Mixin target net/minecraft/class_3898$class_3208 is public in imm_ptl.mixins.json:common.entity_sync.MixinEntityTracker and should be specified in value
[16:50:33] [main/INFO]: [OptiFine] (Reflector) Field not found: World.tileEntitiesToBeRemoved
[16:50:40] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[16:50:41] [main/INFO]: Setting user: ry0shi1337
[16:50:41] [main/INFO]: Definitely not up to no good
[16:50:41] [main/INFO]: Immersive Portals Mod Initializing
[16:50:42] [main/INFO]: Reach entity attributes mod is not present
[16:50:42] [main/INFO]: Pehkui is present
[16:50:42] [main/INFO]: [PortalGun Mod] Initializing
[16:50:42] [main/WARN]: Error loading class: net/optifine/util/LineBuffer (java.lang.ClassNotFoundException: net/optifine/util/LineBuffer)
[16:50:42] [main/INFO]: [STDERR]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[16:50:42] [main/INFO]: [STDERR]:   at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:228)
[16:50:42] [main/INFO]: [STDERR]:   at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
[16:50:42] [main/INFO]: [STDERR]:   at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
[16:50:42] [main/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException
[16:50:42] [main/INFO]: [STDERR]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[16:50:42] [main/INFO]: [STDERR]:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[16:50:42] [main/INFO]: [STDERR]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[16:50:42] [main/INFO]: [STDERR]:   at java.lang.reflect.Method.invoke(Method.java:497)
[16:50:42] [main/INFO]: [STDERR]:   at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
[16:50:42] [main/INFO]: [STDERR]:   ... 2 more
[16:50:42] [main/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)
[16:50:42] [main/INFO]: [STDERR]:   at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:157)
[16:50:42] [main/INFO]: [STDERR]:   at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:150)
[16:50:42] [main/INFO]: [STDERR]:   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[16:50:42] [main/INFO]: [STDERR]:   at net.optifine.CrashReporter.extendCrashReport(CrashReporter.java:126)
[16:50:42] [main/INFO]: [STDERR]:   at net.optifine.CrashReporter.onCrashReport(CrashReporter.java:38)
[16:50:42] [main/INFO]: [STDERR]:   at net.minecraft.class_128.method_568(class_128.java:227)
[16:50:42] [main/INFO]: [STDERR]:   at net.minecraft.class_310.method_1565(class_310.java:785)
[16:50:42] [main/INFO]: [STDERR]:   at net.minecraft.client.main.Main.main(Main.java:186)
[16:50:42] [main/INFO]: [STDERR]:   ... 7 more
[16:50:42] [main/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinPreProcessorException: Attach error for imm_ptl_optifine.mixins.json:MixinShaders during activity: [Transform -> Method modifyFragShaderCode(Lnet/optifine/util/LineBuffer;)Ljava/lang/String; -> INVOKEVIRTUAL -> net/optifine/util/LineBuffer::toString()Ljava/lang/String;]
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:300)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:264)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1272)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:287)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
[16:50:42] [main/INFO]: [STDERR]:   ... 18 more
[16:50:42] [main/INFO]: [STDERR]: Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: net.optifine.util.LineBuffer
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMemberReference(MixinPreProcessorStandard.java:768)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:754)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:720)
[16:50:42] [main/INFO]: [STDERR]:   at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:294)
[16:50:42] [main/INFO]: [STDERR]:   ... 24 more
[16:50:42] [main/INFO]: [STDERR]: Caused by: java.lang.ClassNotFoundException: net.optifine.util.LineBuffer
[16:50:42] [main/INFO]: [STDERR]:   ... 28 more
froyo4u commented 3 years ago

Update your OptiFine to G7, G6 is not supported

ry0shi commented 3 years ago

Update your OptiFine to G7, G6 is not supported

i have no optifine installed there, am i supposed to install it? if so, then please state it later in the actual curseforge article so people can avoid that problem

froyo4u commented 3 years ago

i have no optifine installed there

According to your logs you have both OptiFine and OptiFabric installed

froyo4u commented 3 years ago

Is the problem solved, if so I will close this issue

froyo4u commented 3 years ago

Closing