-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing Only When This Mod Is Loaded #165
Comments
Using other mods, especially ones that modify rendering in some way, alongside fp2 is generally a bad idea (hence why its the pre-pre-pre-alpha version) |
Even when those mods have been cut out, the game still crashes. |
---- Minecraft Crash Report ---- WARNING: coremods are present: // I let you down. Sorry :( Time: 7/11/22 12:01 AM net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from FarPlaneTwo (fp2) A detailed walkthrough of the error, its code path and all known details is as follows:-- System Details --
wings (wings-1.1.6-1.12.2.jar) ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar) Born in a Barn (Born+In+A+Barn+V1.8-1.12-1.1.jar) ClsPlugin (CustomLoadingScreen-1.12.2-1.5.7.jar) JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) CorePlugin (ForgeEndertech-1.12.2-4.5.6.0-build.0619.jar) DoubleSlabs Plugin (DoubleSlabs-1.12-0.12.2.jar)
|
Ok, I tried this on a Windows, and it didn't suffer any issues. It seems to only be my Mac that gives me the problems. |
All other mods worked just fine once on Windows too. Maybe it's an issue with Mac's graphics drivers? Oh well, I'll just have to wait a bit longer. |
currently (as you can see if you just look at the commits), the main thing matrix is working on is abstracting APIs away (this might help with the compatibility issue you encountered?) - if you want you can simply build that branch, there you have your "release", if that's what you meant? Keep in mind though that this is still in an extremely early state, it is, as i said, not a production ready mod, and if youre having trouble with it, chances are some other mod is incompatible |
there is something called "opengl" that apple hasnt updated since like 2006 |
That’s not quite right, OpenGL is used to control hardware but it’s not hardware in itself. The hardware Apple uses is capable of running newer OpenGL versions but they don’t allow you to do that in Mac OS, in theory there are workarounds though |
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 2022-07-01 14:05:36 EDT
Description: Initializing game
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from FarPlaneTwo (fp2)
Caused by: java.lang.ExceptionInInitializerError
at net.daporkchop.fp2.client.FP2Client.preInit(FP2Client.java:58)
at net.daporkchop.fp2.FP2.preInit(FP2.java:73)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:4431)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalStateException: Function is not supported
at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58)
at org.lwjgl.opengl.GL30.glGetInteger(GL30.java:1400)
at net.daporkchop.fp2.client.gl.OpenGL.(OpenGL.java:106)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details --
Minecraft Version: 1.12.2
Operating System: Mac OS X (x86_64) version 10.16
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 111058528 bytes (105 MB) / 1375731712 bytes (1312 MB) up to 34359738368 bytes (32768 MB)
JVM Flags: 7 total; -Xmx32G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 202 mods loaded, 201 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Loaded coremods (and transformers): wings (wings-1.1.6-1.12.2.jar)
me.paulf.wings.server.asm.WingsRuntimePatcher
me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.4.0.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1 ATI-4.8.54' Renderer: 'AMD Radeon Pro 580X OpenGL Engine'
Suspected Mods: FarPlaneTwo (fp2)
Launched Version: 1.12.2-forge-14.23.5.2860
LWJGL: 2.9.2
OpenGL: AMD Radeon Pro 580X OpenGL Engine GL version 2.1 ATI-4.8.54, ATI Technologies Inc.
GL Caps: VboRegions not supported, missing: OpenGL 1.3, ARB_copy_buffer
Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: EmissiveWizardryV4.0, LowbobAddonV4.0, TZP+1.12.2_2.1, Songs to Regirock To 1.12.2, 1.14+Glass
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 6x Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
The text was updated successfully, but these errors were encountered: