Fexcraft Common Library (short-name 'FCL')
FCL is a library mod containing various utils used across my Mods.
Some Features:
- AutoRegistry - annotation based, register things with just one line of code, like:
- Blocks (with or without variants)
- TileEntities (together with the block)
- Items (with or without variants)
- Entities (untested)
- TileEntity Special Renderers
- Recipes (deprecated)
- Models
- FCLItemModelLoader - custom model loader to customly render item models
- FCLBlockModelLoader - custom model loader for (static) blocks using TMT Models
- TMT - official distribution of the Fexcraft TMT Branch
- including latest Cylinder, Voxel and other polygon types
and ofcourse the default rectangles and boxes too!
- GUI lib/wrapper
- Update Checker for Mods
- Notifications - be notified about important events or valuable information
You're free to use this library as dependency for your mod/s too!
Discord: https://discord.gg/AkMAzaA
occasional crash while using this mod along with Saracalia's City Mod https://pastebin.com/2rYQRbLD
In reply to teagan75:
Unsure what could cause that, on google there are other mods with that issue too.
I could try to make it escape the error next version.
In reply to FEX___96:
as far as I can tell nothing is going on with the models rendering in. Everything looks fine in game. I even made sure my Java was up to date as that was a suggestion I saw online. Its a rather vague error :P
Wait, how does gibberish get noted as spam?
1. I didn't spam it on other creations.
2. It's gibberish, cmon man.
3. Bug? I don't even know.
In reply to g0r5:
?
Is it Fexcraft Common Library that is giving this output on my server? If it is, can I disable it, I can't find a config?
In reply to PJGHangouts:
it's from another mod that used the FCL logger,
I'll see about adding a config for that in the other mod or remove the message.
In reply to FEX___96:
Thank you, while it's not something that is make or break, it's a little annoying when your talking to people via the console and all those messages fly by and push their replies waaaaay up. ;)
Hope you find the bug.
hi,
have a bug found. I have all 4 Mods from you what Update today in my Mods folder.
Crash Report:
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present: CCLoadingPlugin (cloudcontrol_v1.0.0formc1.12.2.jar) LoadingPlugin (Quark-r1.5-146.jar) CamPatchingLoader (1.12.2.minecamera-1.1.2.jar) FMLModule (mdxlib-3.0.0.20.jar) AppleCore (AppleCore-mc1.12.2-3.2.0.jar) FMLPlugin (albedo-1.12.2-1.1.0.jar) clothesline-hooks (clothesline-hooks-1.12.2-0.0.1.2.jar) CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar) ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar) McLib core mod (mclib-1.0.3-1.12.2.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) CosmicLibFakeCoreMod (CosmicLib-1.12.2-0.4.0.BETA.jar) Extended Reach core mod (extendedreach-1.0-1.12.2.jar) Snow! Real Magic! Core Mod (SnowRealMagic-0.3.2-coremod.jar) BlurPlugin (Blur-1.0.4-14.jar) CamPatchingLoader (CMDCam+v1.4.3+mc1.12.2.jar) TickrateChanger (TickrateChanger-1.0.14.jar) llibrary (llibrary-core-1.0.6-1.12.2.jar) Oxygen Core Plugin (oxygen-core-1.12.2-0.8.2.jar) HCASM (HammerCore-1.12.2-2.0.5.0.jar) DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar) CorePlugin (SmoothFont-mc1.12.2-2.1.jar) NWRTweak (redstonepaste-mc1.12-1.7.5.jar) CharmLoadingPlugin (Charm-1.12.2-1.3.5.jar) JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar) ForgelinPlugin (Forgelin-1.8.3.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar) Players List Core Plugin (oxygen-players-list-1.12.2-0.8.1.jar) LoadingPlugin (LoadingTips-1.12.2-1.1.0.jar) SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar) weaponlib (mw-1.11.7.7_mc1.12.2.jar) Currency Provider Core Plugin (oxygen-cp-grand-economy-1.12.2-0.8.2.jar)Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 8/27/19 9:20 PMDescription: Initializing game
java.lang.NullPointerException: Initializing game at net.fexcraft.mod.fvtm.util.Resources.onAttachEntityCapabilities(Resources.java:414) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1303_Resources_onAttachEntityCapabilities_AttachCapabilitiesEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:668) at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:638) at net.minecraft.entity.Entity.<init>(Entity.java:219) at net.minecraft.entity.item.EntityItem.<init>(EntityItem.java:73) at com.github.mnesikos.lilcritters.client.render.entity.RenderTreeSquirrel$LayerTreeSquirrel.<init>(RenderTreeSquirrel.java:78) at com.github.mnesikos.lilcritters.client.render.entity.RenderTreeSquirrel.<init>(RenderTreeSquirrel.java:32) at com.github.mnesikos.lilcritters.init.ModEntities$$Lambda$1565/1760944500.createRenderFor(Unknown Source) at net.minecraftforge.fml.client.registry.RenderingRegistry.register(RenderingRegistry.java:77) at net.minecraftforge.fml.client.registry.RenderingRegistry.loadEntityRenderers(RenderingRegistry.java:70) at net.minecraft.client.renderer.entity.RenderManager.<init>(RenderManager.java:230) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:517) 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)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Client threadStacktrace: at net.fexcraft.mod.fvtm.util.Resources.onAttachEntityCapabilities(Resources.java:414) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1303_Resources_onAttachEntityCapabilities_AttachCapabilitiesEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:668) at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:638) at net.minecraft.entity.Entity.<init>(Entity.java:219) at net.minecraft.entity.item.EntityItem.<init>(EntityItem.java:73) at com.github.mnesikos.lilcritters.client.render.entity.RenderTreeSquirrel$LayerTreeSquirrel.<init>(RenderTreeSquirrel.java:78) at com.github.mnesikos.lilcritters.client.render.entity.RenderTreeSquirrel.<init>(RenderTreeSquirrel.java:32) at com.github.mnesikos.lilcritters.init.ModEntities$$Lambda$1565/1760944500.createRenderFor(Unknown Source) at net.minecraftforge.fml.client.registry.RenderingRegistry.register(RenderingRegistry.java:77) at net.minecraftforge.fml.client.registry.RenderingRegistry.loadEntityRenderers(RenderingRegistry.java:70) at net.minecraft.client.renderer.entity.RenderManager.<init>(RenderManager.java:230) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:517)
-- 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: 1184541104 bytes (1129 MB) / 10066329600 bytes (9600 MB) up to 13958643712 bytes (13312 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx13G -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.2768 253 mods loaded, 251 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
In reply to titoo8899:
try 3.0.36b, just uploaded.
I don't know what to do..
---- Minecraft Crash Report -------- Minecraft Crash Report ----// Daisy, daisy...
Time: 8/14/19 8:59 PMDescription: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Fexcraft Common Library (fcl)Caused by: java.lang.NoSuchMethodError: net.fexcraft.lib.tmt.ModelRendererTurbo.addShapeBox(FFFIIIFFFFFFFFFFFFFFFFFFFFFFFFF)Lnet/fexcraft/lib/tmt/ModelRendererTurbo; at net.fexcraft.mod.fvtm.model.block.ModelConstructorCenter.<init>(ModelConstructorCenter.java:27) at net.fexcraft.mod.fvtm.render.block.ConstructorCenterRenderer.<clinit>(ConstructorCenterRenderer.java:20) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at net.fexcraft.lib.mc.registry.FCLRegistry.registerTESRs(FCLRegistry.java:344) at net.fexcraft.lib.mc.registry.FCLRegistry.prepare(FCLRegistry.java:62) at net.fexcraft.lib.mc.FCL.preInit(FCL.java:54) 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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) 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: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: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:136) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) 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:378) 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)
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_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 545043168 bytes (519 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.2838 7 mods loaded, 7 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 | |:----- |:--------- |:------------ |:------------------------------------ |:---------------------------------------- | | LCH | minecraft | 1.12.2 | minecraft.jar | None | | LCH | mcp | 9.42 | minecraft.jar | None | | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCE | fcl | 1.XII.44 | Fexcraft+Common+Library-1.XII.44.jar | None | | LC | tmt | 1.0 | Fexcraft+Common+Library-1.XII.44.jar | None | | LC | fvtm | 2.9.35 | FVTM-2.9.35-1.12.x.jar | None |
Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13559 Compatibility Profile Context 26.20.12001.7006' Renderer: 'AMD Radeon R7 200 Series'
In reply to trulyhannah:
try XII.45
In reply to FEX___96:
thanks
help! my game crashed
It says:The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Fexcraft Common Library (fcl)
Crash report:
---- Minecraft Crash Report -------- Minecraft Crash Report ----// You're mean.
Time: 6/12/19 11:16 PMDescription: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Fexcraft Common Library (fcl)Caused by: java.lang.NoSuchMethodError: net.fexcraft.lib.tmt.ModelRendererTurbo.addBox(FFFFFFF)Lnet/fexcraft/lib/tmt/ModelRendererTurbo; at net.fexcraft.mod.frsm.models.ModelPizzaOven.<init>(ModelPizzaOven.java:70) at net.fexcraft.mod.frsm.models.ModelPizzaOven$Renderer.<init>(ModelPizzaOven.java:285) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:422) at java.lang.Class.newInstance(Class.java:442) at net.fexcraft.lib.mc.registry.FCLRegistry.registerTESRs(FCLRegistry.java:344) at net.fexcraft.lib.mc.registry.FCLRegistry.prepare(FCLRegistry.java:62) at net.fexcraft.lib.mc.FCL.preInit(FCL.java:54) 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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) 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.preinitializeMods(Loader.java:627) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) 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)
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_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 570947176 bytes (544 MB) / 805306368 bytes (768 MB) up to 3221225472 bytes (3072 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -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.5.2768 8 mods loaded, 8 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 | |:----- |:--------- |:------------ |:------------------------------------ |:---------------------------------------- | | UCH | minecraft | 1.12.2 | minecraft.jar | None | | UCH | mcp | 9.42 | minecraft.jar | None | | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCH | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCEE | fcl | 1.XII.44 | Fexcraft+Common+Library-1.XII.44.jar | None | | UC | tmt | 1.0 | Fexcraft+Common+Library-1.XII.44.jar | None | | UC | frsm | 4.2.0 | FRSM-4.2.1.jar | None | | UC | fvtm | 2.9.35 | FVTM-2.9.35-1.12.x.jar | None |
Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 650 Ti/PCIe/SSE2'
In reply to yoyo4eye:
update FCL?
In reply to FEX___96:
hello,what version should i update to?
In reply to yoyo4eye:
on a second look I see you have FVTM and FRSM, currently there is no FCL version on which both those mods work.
Either FRSM 4.2.0 on FCL 44, FVTM on FCL 45, or FRSM 4.2.1 on FCL 46
This issue is fixed as soon as there is a new FVTM release, then it will work with 46 too.
In reply to FEX___96:
ok,thank you
Hi,
your newest FCL 1.XII46 crash by start of minecraft.
Link Google Drive to Crash Report.
https://docs.google.com/document/d/1cv4acyb3Jo-Vtb-H7oqlU9RxdVhZ_YBzAfci0YkQMb8/edit?usp=sharing