1

I dunno what just happened here help

CupcakeWind's Avatar CupcakeWind8/25/18 6:00 pm
1 emeralds 604 6
8/25/2018 8:15 pm
Karrfis's Avatar Karrfis
To start off, I'm still new to minecraft mods and forge so pls don't kill me. >.<

Ok! So I had some trouble before but that was regarding some mods that gave me errors. I managed to find the mods.

But now I'm getting this...

The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: com/mia/craftstudio/IPackReaderCallback

Crash report - click to reveal
---- Minecraft Crash Report ----

WARNING: coremods are present:
CamPatchingLoader (Mine-Camera-Mod-1.12.2.jar)
ObfuscatePlugin (obfuscate-0.2.5-1.12.2.jar)
BetterFoliageLoader (Better-Foliage-Mod-1.12.2.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 8/25/18 5:45 PM
Description: Initializing game

java.lang.NoClassDefFoundError: com/mia/craftstudio/IPackReaderCallback
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529)
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:497)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:497)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.mia.craftstudio.IPackReaderCallback
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 39 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529)
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:497)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:497)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 233180496 bytes (222 MB) / 486539264 bytes (464 MB) up to 1073741824 bytes (1024 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2758 Optifine OptiFine_1.12.2_HD_U_E2 33 mods loaded, 33 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID | Version | Source | Signature |
|:----- |:-------------------- |:-------------------- |:------------------------------------- |:--------- |
| UC | minecraft | 1.12.2 | minecraft.jar | None |
| UC | mcp | 9.42 | minecraft.jar | None |
| UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2758.jar | None |
| UC | forge | 14.23.4.2758 | forge-1.12.2-14.23.4.2758.jar | None |
| UC | MineCameraDummy | 1.0.0 | minecraft.jar | None |
| UC | obfuscate | 0.2.5 | minecraft.jar | None |
| UC | securitycraft | v1.8.7 | [1.12.x]+SecurityCraft+v1.8.7.jar | None |
| UC | school | 1.0 | Another-School-Mod-1.12.2.jar | None |
| UC | astikoor | 1.1.1 | astikoor_horse-carts-1.1.1.jar | None |
| UC | betterfoliage | 2.1.10 | Better-Foliage-Mod-1.12.2.jar | None |
| UC | bibliocraft | 2.4.5 | BiblioCraft-Mod-1.12.2.jar | None |
| UC | cdm | 0.4.1 | cdm-0.4.1-mc1.12.2.jar | None |
| UC | cfm | 5.7.0 | cfm-5.7.0-mc1.12.2.jar | None |
| UC | cgm | 0.6.2 | cgm-0.6.2-mc1.12.2.jar | None |
| UC | cjcm | 1.0 | cjcm-1.0.jar | None |
| UC | coffeespawner | 1.0.2 | CoffeeSpawner-1.12-1.0.2.jar | None |
| UC | cookingforblockheads | 6.4.44 | Cooking-for-Blockheads-Mod-1.12.2.jar | None |
| UC | customnpcs | 1.12 | Custom-NPCs-Mod-1.12.2.jar | None |
| U | props | 2.6.1 | DecoCraft-Mod-1.12.2.jar | None |
| U | eyemod | 1.1.0 | eyemod_112_v6.3.jar | None |
| U | fairylights | 2.1.2 | fairylights-2.1.2-1.12.x.jar | None |
| U | foamflower | 1.12.2-1.0.0.0-beta1 | foamflower-1.12.2-1.0.0.0-beta1.jar | None |
| U | hidenames | 1.4 | HideNames-1.12-1.4.jar | None |
| U | jei | 4.12.0.215 | jei_1.12.2-4.12.0.215.jar | None |
| U | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
| U | landlust | 1.12.2-0.3.5 | Landlust-Furniture-Mod-1.12.2.jar | None |
| U | minecamera | 1.1.1 | Mine-Camera-Mod-1.12.2.jar | None |
| U | moreplayermodels | 1.12.2 | More-Player-Models-Mod-1.12.2.jar | None |
| U | harvestcraft | 1.12.2y | Pam's+HarvestCraft+1.12.2y.jar | None |
| U | placeableitems | 3.3 | placeableitems-3.3.jar | None |
| U | vehicle | 0.22.0 | vehicle-0.22.0-mc1.12.2.jar | None |
| U | vending | 1.12.2-3.0.0.0 | Vending-Block-Mod-1.12.2.jar | None |
| U | weeeflowers | 1.12.2a | Weee-Flowers-Mod-1.12.2.jar | None |

Loaded coremods (and transformers):
CamPatchingLoader (Mine-Camera-Mod-1.12.2.jar)
com.porpit.minecamera.transform.CamTransformer
ObfuscatePlugin (obfuscate-0.2.5-1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
BetterFoliageLoader (Better-Foliage-Mod-1.12.2.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 22.20.16.4836' Renderer: 'Intel(R) HD Graphics 630'
Launched Version: 1.12.2-forge1.12.2-14.23.4.2758
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 22.20.16.4836, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 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:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Continuum-§91.3-§f§2Low§f-§4Ultra§f.zip
OpenGlVersion: 4.5.0 - Build 22.20.16.4836
OpenGlRenderer: Intel(R) HD Graphics 630
OpenGlVendor: Intel
CpuCount: 8

Please tell me what is going on. Thank you! =3

***Sorry if I sound and look stupid. >.<
Posted by CupcakeWind's Avatar
CupcakeWind
Level 12 : Journeyman Skinner
3

Create an account or sign in to comment.

6

1
08/25/2018 8:15 pmhistory
Level 34 : Artisan Birb
Karrfis
Karrfis's Avatar
Decocraft needs PTRLib in order to work (it clearly says on the web page!! :p )
1
08/25/2018 6:07 pmhistory
Level 1 : New Miner
xCj112x
xCj112x's Avatar
Try loading the game in a vanilla client and goto video settings and disable VBO's.
1
08/25/2018 6:32 pm
Level 12 : Journeyman Skinner
CupcakeWind
CupcakeWind's Avatar
Same error. :c
1
08/25/2018 6:35 pm
Level 12 : Journeyman Skinner
CupcakeWind
CupcakeWind's Avatar
The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: com/mia/craftstudio/IPackReaderCallback



Spoiler - click to reveal
---- Minecraft Crash Report ----

WARNING: coremods are present:
CamPatchingLoader (Mine-Camera-Mod-1.12.2.jar)
ObfuscatePlugin (obfuscate-0.2.5-1.12.2.jar)
BetterFoliageLoader (Better-Foliage-Mod-1.12.2.jar)
Contact their authors BEFORE contacting forge

// But it works on my machine.

Time: 8/25/18 6:31 PM
Description: Initializing game

java.lang.NoClassDefFoundError: com/mia/craftstudio/IPackReaderCallback
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529)
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:497)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:497)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.mia.craftstudio.IPackReaderCallback
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 39 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529)
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:497)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:497)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 225203352 bytes (214 MB) / 436207616 bytes (416 MB) up to 1073741824 bytes (1024 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2758 Optifine OptiFine_1.12.2_HD_U_E2 33 mods loaded, 33 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID | Version | Source | Signature |
|:----- |:-------------------- |:-------------------- |:------------------------------------- |:--------- |
| UC | minecraft | 1.12.2 | minecraft.jar | None |
| UC | mcp | 9.42 | minecraft.jar | None |
| UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2758.jar | None |
| UC | forge | 14.23.4.2758 | forge-1.12.2-14.23.4.2758.jar | None |
| UC | MineCameraDummy | 1.0.0 | minecraft.jar | None |
| UC | obfuscate | 0.2.5 | minecraft.jar | None |
| UC | securitycraft | v1.8.7 | [1.12.x]+SecurityCraft+v1.8.7.jar | None |
| UC | school | 1.0 | Another-School-Mod-1.12.2.jar | None |
| UC | astikoor | 1.1.1 | astikoor_horse-carts-1.1.1.jar | None |
| UC | betterfoliage | 2.1.10 | Better-Foliage-Mod-1.12.2.jar | None |
| UC | bibliocraft | 2.4.5 | BiblioCraft-Mod-1.12.2.jar | None |
| UC | cdm | 0.4.1 | cdm-0.4.1-mc1.12.2.jar | None |
| UC | cfm | 5.7.0 | cfm-5.7.0-mc1.12.2.jar | None |
| UC | cgm | 0.6.2 | cgm-0.6.2-mc1.12.2.jar | None |
| UC | cjcm | 1.0 | cjcm-1.0.jar | None |
| UC | coffeespawner | 1.0.2 | CoffeeSpawner-1.12-1.0.2.jar | None |
| UC | cookingforblockheads | 6.4.44 | Cooking-for-Blockheads-Mod-1.12.2.jar | None |
| UC | customnpcs | 1.12 | Custom-NPCs-Mod-1.12.2.jar | None |
| U | props | 2.6.1 | DecoCraft-Mod-1.12.2.jar | None |
| U | eyemod | 1.1.0 | eyemod_112_v6.3.jar | None |
| U | fairylights | 2.1.2 | fairylights-2.1.2-1.12.x.jar | None |
| U | foamflower | 1.12.2-1.0.0.0-beta1 | foamflower-1.12.2-1.0.0.0-beta1.jar | None |
| U | hidenames | 1.4 | HideNames-1.12-1.4.jar | None |
| U | jei | 4.12.0.215 | jei_1.12.2-4.12.0.215.jar | None |
| U | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
| U | landlust | 1.12.2-0.3.5 | Landlust-Furniture-Mod-1.12.2.jar | None |
| U | minecamera | 1.1.1 | Mine-Camera-Mod-1.12.2.jar | None |
| U | moreplayermodels | 1.12.2 | More-Player-Models-Mod-1.12.2.jar | None |
| U | harvestcraft | 1.12.2y | Pam's+HarvestCraft+1.12.2y.jar | None |
| U | placeableitems | 3.3 | placeableitems-3.3.jar | None |
| U | vehicle | 0.22.0 | vehicle-0.22.0-mc1.12.2.jar | None |
| U | vending | 1.12.2-3.0.0.0 | Vending-Block-Mod-1.12.2.jar | None |
| U | weeeflowers | 1.12.2a | Weee-Flowers-Mod-1.12.2.jar | None |

Loaded coremods (and transformers):
CamPatchingLoader (Mine-Camera-Mod-1.12.2.jar)
com.porpit.minecamera.transform.CamTransformer
ObfuscatePlugin (obfuscate-0.2.5-1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
BetterFoliageLoader (Better-Foliage-Mod-1.12.2.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 22.20.16.4836' Renderer: 'Intel(R) HD Graphics 630'
Launched Version: 1.12.2-forge1.12.2-14.23.4.2758
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 22.20.16.4836, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 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: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chun
1
08/25/2018 6:38 pm
Level 12 : Journeyman Skinner
CupcakeWind
CupcakeWind's Avatar
Ok I looked online again and it turns out that it's my Decocraft. I removed it and it works now.
1
08/25/2018 6:02 pm
Level 2 : Apprentice Miner
DillWaters
DillWaters's Avatar
Same with me!
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome