Skip to content

Instantly share code, notes, and snippets.

@Andromander
Created January 15, 2019 05:57
Show Gist options
  • Save Andromander/9a9dfc1d0cbf0fec5b5d94a832ba13fa to your computer and use it in GitHub Desktop.
Save Andromander/9a9dfc1d0cbf0fec5b5d94a832ba13fa to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
BedPatch (bedpatch-2.2-1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.145.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.4.10.6.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
Contact their authors BEFORE contacting forge
// Hey, that tickles! Hehehe!
Time: 1/15/19 3:54 PM
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tiquality (tiquality)
Caused by: java.lang.ExceptionInInitializerError
at cf.terminator.tiquality.tracking.TrackerManager.<clinit>(TrackerManager.java:174)
at cf.terminator.tiquality.api.Tracking.registerCustomTracker(Tracking.java:15)
at cf.terminator.tiquality.Tiquality.onPreServerStart(Tiquality.java:114)
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:624)
at sun.reflect.GeneratedMethodAccessor8.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.serverAboutToStart(Loader.java:854)
at net.minecraftforge.fml.common.FMLCommonHandler.handleServerAboutToStart(FMLCommonHandler.java:292)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:155)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\cathy\Desktop\MultiMC\instances\DoIAmCake-2.1\minecraft\server.properties (The system cannot find the file specified)
at cf.terminator.tiquality.util.PersistentData.extractLevelName(PersistentData.java:98)
at cf.terminator.tiquality.util.PersistentData.<clinit>(PersistentData.java:31)
... 37 more
Caused by: java.io.FileNotFoundException: C:\Users\cathy\Desktop\MultiMC\instances\DoIAmCake-2.1\minecraft\server.properties (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileReader.<init>(FileReader.java:72)
at cf.terminator.tiquality.util.PersistentData.extractLevelName(PersistentData.java:81)
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_151, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1106293728 bytes (1055 MB) / 1776812032 bytes (1694 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx3072m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2786 45 mods loaded, 45 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 |
|:------- |:-------------------- |:--------------------- |:------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2786-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | 14.23.5.2786 | forge-1.12.2-14.23.5.2786-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCHIJA | dsurroundcore | | minecraft.jar | None |
| LCHIJA | csb_armorstand | 1.0.4 | ArmorStandGUI-1.12-1.0.4.jar | None |
| LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LCHIJA | betteradvancements | 0.0.16.71 | BetterAdvancements-1.12.2-0.0.16.71.jar | None |
| LCHIJA | blockrenderer | 1.0.0 | BlockRenderer-1.0.0.jar | None |
| LCHIJA | jei | 4.14.4.250 | jei_1.12.2-4.14.4.250.jar | None |
| LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| LCHIJA | botania | r1.10-358 | Botania r1.10-358.jar | None |
| LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
| LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
| LCHIJA | chiselsandbits | 14.29 | chiselsandbits-14.29.jar | None |
| LCHIJA | cosmeticbeds | 1.12.2-1.0.2 | cosmeticbeds-1.12.2-1.0.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHIJA | cyclopscore | 0.11.11 | CyclopsCore-1.12.2-0.11.11.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
| LCHIJA | flopper | 1.0.2 | Flopper-1.12.2-1.0.2.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | foamfix | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar | None |
| LCHIJA | forestry | 5.8.2.380 | forestry_1.12.2-5.8.2.380.jar | None |
| LCHIJA | ftblib | 5.4.1.75 | FTBLib-5.4.1.75.jar | None |
| LCHIJA | ftbutilities | 5.3.0.71 | FTBUtilities-5.3.0.71.jar | None |
| LCHIJA | inventorytweaks | 1.64+dev.145.16d98f2 | InventoryTweaks-1.64+dev.145.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | ironchest | 1.12.2-7.0.55.839 | ironchest-1.12.2-7.0.55.839.jar | None |
| LCHIJA | itemscroller | 0.12.0 | itemscroller-1.12.2-0.12.0.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LCHIJA | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
| LCHIJA | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
| LCHIJA | nifty | 1.4 | nifty-1.12.2-1.4.jar | None |
| LCHIJA | nodami | 1.2 | nodami-1.12.2-1.2.jar | None |
| LCHIJA | nonvflash | 1.2.0 | NoNVFlash-1.12.2-1.2.0.3-universal.jar | None |
| LCHIJA | parry | 1.0 | parry-1.0-hotfix.jar | None |
| LCHIJA | patchouli | 1.0-16 | Patchouli-1.0-16.jar | None |
| LCHIJA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| LCHIJA | twilightforest | 3.9.851 | twilightforest-1.12.2-3.9.851-universal.jar | None |
| LCHIJA | tconstruct | 1.12.2-2.12.0.113 | TConstruct-1.12.2-2.12.0.113.jar | None |
| LCHIJA | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| LCHIJA | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.5.5-23.jar | None |
| LCHIJA | tcomplement | ${version} | TinkersComplement-1.12.2-0.3.0.jar | None |
| LCHIJAE | tiquality | FAT-1.12.2-BETA-0.9.3 | Tiquality-FAT-1.12.2-BETA-0.9.3.jar | None |
| LCHIJA | waystones | 4.0.67 | Waystones_1.12.2-4.0.67.jar | None |
| LCHIJA | dsurround | 3.4.10.6 | DynamicSurroundings-1.12.2-3.4.10.6.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHIJA | presets | 3.4.10.6 | DynamicSurroundings-1.12.2-3.4.10.6.jar | None |
| LCHIJA | immersiveengineering | 0.12-88 | ImmersiveEngineering-0.12-88.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
Loaded coremods (and transformers):
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.145.jar)
invtweaks.forge.asm.ContainerTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.4.10.6.jar)
org.blockartistry.DynSurround.asm.Transformer
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
Pulsar/tcomplement loaded Pulses:
- ModuleCommons (Enabled/Forced)
- ChiselPlugin (Enabled/Not Forced)
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment