Giter Site home page Giter Site logo

tickcentral's People

Contributors

covers1624 avatar saibotu avatar terminatornl avatar thatgamerblue avatar

Stargazers

 avatar  avatar

Watchers

 avatar

tickcentral's Issues

[ANNOUNCEMENT] I need help

There's an issue with starting TickCentral with the following minimal collection of mods to reproduce:

CodeChickenLib-1.12.2-3.2.3.358-universal.jar
logisticspipes-0.10.2.216.jar
Forgelin-1.8.4.jar
ImmersiveEngineering-0.12-92.jar
TickCentral-2.4.jar

When launching the game, a class not found exception is thrown because it is unable to load the class: elucent.albedo.lighting.ILightProvider, seemingly coming from ImmersiveEngineering.

It originates here:
image

Note that Optional.Interface annotations tell forge what interfaces to strip if a mod is present to dynamically unimplement the interface at class load.

So this probably is a transformer issue, but where lies the problem?
If I remove either: Logistics Pipes, Immersive Engineering or TickCentral everything is fine.

The order of transformers WITHOUT TickCentral is as follows:
image

The order of transformers WITH TickCentral is as follows:
image

There's interesting stuff here:

  • Without TickCentral, there's no instances of ClassTransformers that have been registered twice.
  • With TickCentral, it appears that LogisticsPipesClassInjector is registered twice (the same object)

Why is LogisticsPipesClassInjector registered twice? Is this a problem on TickCentral's side at all?

[1.12.2] Server crash

At some point on a certain chunk, the server goes down.
Crash log is very mixed. Perhaps your mod was the cause.

[21:43:08] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking entity
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:915) ~[MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:472) ~[nz.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:778) ~[MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:632) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_221]
Caused by: java.lang.NullPointerException
	at net.minecraft.tileentity.TileEntityHopper.func_145898_a(TileEntityHopper.java:453) ~[avw.class:?]
	at net.minecraft.tileentity.TileEntityHopper.func_145891_a(TileEntityHopper.java:378) ~[avw.class:?]
	at mods.railcraft.common.carts.EntityCartHopper.transferAndNeedsCooldown(EntityCartHopper.java:191) ~[EntityCartHopper.class:?]
	at mods.railcraft.common.carts.EntityCartHopper.TickCentral_TrueOnUpdateTick(EntityCartHopper.java:145) ~[EntityCartHopper.class:?]
	at com.github.terminatornl.tickcentral.api.TickHub.trueOnUpdate(TickHub.java:56) ~[TickHub.class:?]
	at com.github.terminatornl.laggoggles.Main.redirectOnUpdate(Main.java:102) ~[LagGoggles-1.12.2-5.8-132.jar:?]
	at mods.railcraft.common.carts.EntityCartHopper.func_70071_h_(EntityCartHopper.java) ~[EntityCartHopper.class:?]
	at net.minecraft.world.World.func_72866_a(World.java:2294) ~[amu.class:?]
	at net.minecraft.world.World.func_72870_g(World.java:2248) ~[amu.class:?]
	at net.minecraft.world.World.func_72939_s(World.java:2022) ~[amu.class:?]
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:857) ~[oo.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:908) ~[MinecraftServer.class:?]
	... 4 more
[21:43:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server

[1.12.2] EnderIO not ticking

Latest TickCentral and latest EnderIO are not working together.

The game loads, but on SpongeForge server enderio machines are not ticking at all, so they don't react to anything.

[1.12.2] Duplicate Method Error on World Load

This bug report isn't going to be super useful because it's happening as part of a 286 mod pack.

The following error occurs when I try joining/creating a singleplayer world only when TickCentral is in the pack.

[Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net.minecraft.world.WorldServer$DummyBlock$b872838cc1324f09b2eeaf6503d8236c
	at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:132) ~[chd.class:?]
	at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:233) ~[chd.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:821) [?:1.8.0_252]
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.WorldServer$DummyBlock$b872838cc1324f09b2eeaf6503d8236c
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:953) ~[?:1.8.0_252]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:898) ~[?:1.8.0_252]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:881) ~[?:1.8.0_252]
	... 4 more
Caused by: java.lang.ClassFormatError: JVMCFRE106 duplicate method; class=net/minecraft/world/WorldServer$DummyBlock$b872838cc1324f09b2eeaf6503d8236c, offset=2075
	at java.lang.ClassLoader.defineClassImpl(Native Method) ~[?:1.8.0_252]
	at java.lang.ClassLoader.defineClassInternal(ClassLoader.java:398) ~[?:1.8.0_252]
	at java.lang.ClassLoader.defineClass(ClassLoader.java:359) ~[?:1.8.0_252]
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_252]
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:953) ~[?:1.8.0_252]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:898) ~[?:1.8.0_252]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:881) ~[?:1.8.0_252]
	... 4 more

Mod List

forge-1.12.2-14.23.5.2847.jar, OpenEye-1.12.2-0.8.jar, TickCentral-2.6.jar, randompatches-1.12.2-1.21.0.3.jar, AdditionalBanners-1.12.2-1.1.76.jar, CTM-MC1.12.2-1.0.2.31.jar, appliedenergistics2-rv6-stable-7.jar, bdlib-1.14.3.12-mc1.12.2.jar, ae2stuff-0.7.0.4-mc1.12.2.jar, Baubles-1.12-1.5.2.jar, EnderCore-1.12.2-0.5.76.jar, CraftTweaker2-1.12-4.1.20.577.jar, MTLib-3.0.6.jar, modtweaker-4.0.18.jar, jei_1.12.2-4.15.0.296.jar, BiomeTweaker-1.12.2-3.2.354.jar, BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar, chiselsandbits-14.33.jar, FancyBlockParticles-1.12.x-2.4.1.jar, ProportionalDestructionParticles-1.12.2-1.2.4.jar, RedstoneFlux-1.12-2.1.1.1-universal.jar, CoFHCore-1.12.2-4.6.6.1-universal.jar, CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar, Pam's+HarvestCraft+1.12.2zg.jar, twilightforest-1.12.2-3.10.1013-universal.jar, animania-1.12.2-1.7.3.jar, CodeChickenLib-1.12.2-3.2.3.358-universal.jar, BrandonsCore-1.12.2-2.4.18.210-universal.jar, CoFHWorld-1.12.2-1.4.0.1-universal.jar, ThermalFoundation-1.12.2-2.6.7.1-universal.jar, Draconic-Evolution-1.12.2-2.3.25.351-universal.jar, ThermalExpansion-1.12.2-5.5.7.1-universal.jar, EnderIO-1.12.2-5.2.59.jar, Mantle-1.12-1.3.3.55.jar, ProjectE-1.12.2-PE1.4.1.jar, Chisel-MC1.12.2-1.0.2.45.jar, EnderIO-1.12.2-5.2.59.jar, Quark-r1.6-179.jar, Forgelin-1.8.4.jar, librarianlib-1.12.2-4.21.jar, AutoRegLib-1.3-32.jar, Psi-r1.1-78.jar, rpsideas-2.4.2.jar, TinkersExtras-1.12.2-1.1.0.jar, TConstruct-1.12.2-2.13.0.183.jar, p455w0rdslib-1.12.2-2.3.161.jar, AE2WTLib-1.12.2-1.0.34.jar, alcatrazcore-1.0.4.jar, AppleCore-mc1.12.2-3.4.0.jar, AppleSkin-mc1.12-1.0.14.jar, Aroma1997Core-1.12.2-2.0.0.2.b165.jar, AromaBackup-1.12.2-2.1.1.4.jar, AromaBackup-1.12.2-2.1.1.4.jar, AttributeFix-1.12.2-1.0.4.jar, Avaritia-1.12.2-3.3.0.33-universal.jar, base-1.12.2-3.13.0.jar, bettercaves-1.12.2-2.0.3.jar, BetterFoliage-MC1.12-2.2.0.jar, BetterInvalidSession-1.12.2-1.0.3.jar, betternether-0.1.8.6.jar, BetterWaterSplash-1.0.jar, blockdrops-1.12.2-1.4.0.jar, Bookshelf-1.12.2-2.3.589.jar, Caliper-1.12.2-1.1.46.jar, CarryOn+MC1.12.2+v1.12.3.jar, Chameleon-1.12.2-4.1.3-CUSTOM.jar, Chunk+Pregenerator+V1.12-2.3.jar, ChunkAnimator-MC1.12-1.2.jar, ClientTweaks_1.12.2-3.1.11.jar, StorageDrawers-1.12.2-5.4.2.jar, CompactDrawers-1.12.2-1.0.5.125.jar, industrialcraft-2-2.8.220-ex112.jar, CompositeGear-1.12.2-1.7.1.jar, ContainerFix+MC1.12.2+v1.0.jar, ContentTweaker-1.12.2-4.9.1.jar, Controlling-3.0.7.jar, CookingForBlockheads_1.12.2-6.4.71.jar, coroutil-1.12.1-1.2.32.jar, coroutil-1.12.1-1.2.32.jar, coroutil-1.12.1-1.2.32.jar, corpse-1.12.2-1.0.5.jar, CraftPresence-1.12.2-1.6.5.jar, CraftTweaker2-1.12-4.1.20.577.jar, CraftTweaker2-1.12-4.1.20.577.jar, GalacticraftCore-1.12.2-4.0.2.280.jar, Galacticraft-Planets-1.12.2-4.0.2.280.jar, Crops++[1.12.2]1.12.2-0.0.1-1.12.2-0.0.1.jar, Crops++[1.12.2]1.12.2-0.0.1-1.12.2-0.0.1.jar, CsokiCraftUtil-1.3.6.jar, CsokiCraftUtil-1.3.6.jar, Cucumber-1.12.2-1.1.3.jar, CustomMainMenu-MC1.12.2-2.0.9.1.jar, PTRLib-1.0.4.jar, Decocraft-2.6.3_1.12.2.jar, SereneSeasons-1.12.2-1.2.18-universal.jar, OreLib-1.12.2-3.6.0.1.jar, DynamicSurroundings-1.12.2-3.6.1.0.jar, RecurrentComplex-1.4.8.2.jar, DynamicTrees-1.12.2-0.9.8.jar, DynamicTreesBOP-1.12.2-1.4.1e.jar, DynamicTreesPHC-1.12.2-1.4.2.jar, effortlessbuilding-1.12.2-2.16.jar, EnderIO-1.12.2-5.2.59.jar, EnderIO-1.12.2-5.2.59.jar, EnderIO-1.12.2-5.2.59.jar, OpenComputers-MC1.12.2-1.7.5.192.jar, EnderIO-1.12.2-5.2.59.jar, EnderIO-1.12.2-5.2.59.jar, EnderIO-1.12.2-5.2.59.jar, EnderIO-1.12.2-5.2.59.jar, EnderIO-1.12.2-5.2.59.jar, EnderIO-1.12.2-5.2.59.jar, EnderIO-endergy-1.12.2-5.2.59.jar, EnderIO-zoo-1.12.2-5.2.59.jar, EnderStorage-1.12.2-2.4.5.136-universal.jar, environmentalcreepers-1.12.2-1.4.0.jar, Exotic+Birds+1.12.2-3.2.0.jar, ExtendedCrafting-1.12.2-1.5.6.jar, Hwyla-1.8.26-B41_1.12.2.jar, ExtraCells-1.12.2-2.6.5.jar, MJRLegendsLib-1.12.2-1.1.9.jar, FastFurnace-1.12.2-1.3.1.jar, FastWorkbench-1.12.2-1.7.3.jar, Slab_Machines-1.0.6.jar, MCMultiPart-2.5.3.jar, Mekanism-1.12.2-9.8.3.390.jar, Numina-1.12.2-1.0.0-CUSTOM.jar, railcraft-12.0.0.jar, ModularPowersuits-1.12.2-1.0.46.jar, ExtraPlanets-1.12.2-0.6.4.jar, FantasticLib-1.12.2.034.jar, FastLeafDecay-v14.jar, flatcoloredblocks-mc1.12-6.8.jar, FloodLights-1.12.2-1.4.1-17.jar, foamfix-0.10.10-1.12.2.jar, ForgeMultipart-1.12.2-2.6.2.83-universal.jar, ForgeMultipart-1.12.2-2.6.2.83-universal.jar, ForgeMultipart-1.12.2-2.6.2.83-universal.jar, fortuity_1.12.2-0.3.0.0.jar, GalacticraftTweaker-1.12.2-1.0.3.jar, GasConduits-1.12.2-1.2.3.jar, generators-0.9.20.12-mc1.12.2.jar, Gravitation+Suite-3.1.1.jar, Guide-API-1.12-2.1.8-63.jar, HardcoreDarkness-MC1.12.2-2.0.jar, hardercoolant_1.12.2-1.0.0.0.jar, HungerInPeace-mc1.12-1.0.0.jar, HungerOverhaul-1.12.2-1.3.4.DEV.b2316cd.jar, IC2CropBreeding+Plugin+V1.12-1.1.jar, ic2magma-1.0.jar, ICBM-classic-1.12.2-4.0.1b75.jar, industrialprograms-1.0.jar, industrialprograms-1.0.jar, InventoryTweaks-1.64+dev.151.jar, ironchest-1.12.2-7.0.72.847.jar, itemzoom_1.12.2-1.11.jar, JAOPCASingularities-1.12.2-2.2.0.9.jar, JAOPCA-1.12.2-2.2.8.103.jar, JAOPCA-1.12.2-2.2.8.103.jar, jeiintegration_1.12.2-1.5.1.36.jar, jepb-1.12-1.2.1.jar, jetif-1.12.2-1.5.2.jar, journeymap-1.12.2-5.7.1.jar, Pam's+BrewCraft+1.12.2-1.0.1.jar, just-enough-brewcraft-1.12.2-1.0.1.jar, just-enough-harvestcraft-1.12.2-1.6.6.jar, JustEnoughCalculation-1.12.2-3.2.2.jar, JustEnoughEnergistics-1.12.2-1.0.8.jar, JustEnoughIDs-1.0.3-55.jar, LootTweaker-0.1.2+MC1.12.2.jar, JustEnoughResources-1.12.2-0.9.2.60.jar, keywizard-1.12.2-1.7.3.jar, KleeSlabs_1.12.2-5.4.12.jar, logisticspipes-0.10.3.46.jar, LogisticsBridge-1.3.6.jar, malisiscore-1.12.2-6.5.1.jar, malisisblocks-1.12.2-6.1.0.jar, mcjtylib-1.12-3.5.4.jar, MekanismGenerators-1.12.2-9.8.3.390.jar, mekatweaker-1.12-1.2.0.jar, NuclearCraft-2.18l-1.12.2.jar, mekores-2.0.12.jar, MFFS-1.12.2-4.0.1.0_1.12_cc3a5aa.jar, MineMenu-1.12.2-1.6.11-universal.jar, minicoal-1.12.2-1.0.jar, moartinkers-0.6.0.jar, ModernLights-1.0.3_1.12.jar, MoreTweaker-1.0.2.jar, MouseTweaks-2.10-mc1.12.2.jar, MPUtils-1.12.2-1.5.7.jar, mpbasic-1.12.2-1.4.11.jar, MrTJPCore-1.12.2-2.1.4.43-universal.jar, MultiMine-1.12.2.jar, ProjectRed-1.12.2-4.9.4.120-Base.jar, plustic-7.1.6.1.jar, ProjectRed-1.12.2-4.9.4.120-world.jar, Wawla-1.12.2-2.6.275.jar, Netherending-Ores-1.12.2-1.4.1.jar, NoAdvancements-1.12.2.002.jar, nolancheating-1.12.2-v1.0.jar, NoNVFlash-1.12.2-1.2.0.3-universal.jar, notreepunching-2.0.21.jar, omlib-1.12.2-3.1.4-249.jar, ompd-1.12.2-3.1.0-73.jar, openmodularturrets-1.12.2-3.1.11-372.jar, OpenPrinter-1.12.2-0.1.0.9.jar, OpenSecurity-1.12.2-1.0-41.jar, overloadedarmorbar-1.0.4g.jar, PackagedAuto-1.12.2-1.0.2.9.jar, PackagedExCrafting-1.12.2-1.0.1.1.jar, packcrashinfo-1.0.1.jar, parry-1.0-hotfix.jar, PassthroughSigns-1.12.2-2.1.5.jar, Patchouli-1.0-20.jar, PickBlockPlus-1.12-1.1.1.jar, PickUpNotifier-v1.1.4-1.12.2.jar, Placebo-1.12.2-1.6.0.jar, PlanetProgression-1.12.2-0.4.4.jar, pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar, ProjectEIntegration-1.12.2-2.3.1.jar, ProjectIntelligence-1.12.2-1.0.9.28-universal.jar, ProjectRed-1.12.2-4.9.4.120-compat.jar, ProjectRed-1.12.2-4.9.4.120-integration.jar, ProjectRed-1.12.2-4.9.4.120-integration.jar, ProjectRed-1.12.2-4.9.4.120-fabrication.jar, ProjectRed-1.12.2-4.9.4.120-lighting.jar, ProjectRed-1.12.2-4.9.4.120-mechanical.jar, ProjectRed-1.12.2-4.9.4.120-mechanical.jar, ProjectRed-1.12.2-4.9.4.120-mechanical.jar, RealisticItemDrops-1.2.14.jar, RedstoneArsenal-1.12.2-2.6.6.1-universal.jar, repose_1.12.2-0.2.0.0.jar, rflux-1.12-0.4.0.jar, rftools-1.12-7.73.jar, ShoulderSurfing-1.12.2-1.15.1.jar, sodiumcraft-1.3.5.jar, Sound-Physics-1.12.2-1.0.9.jar, spatialservermod-1.3.jar, SpiceOfLife-mc1.12-1.3.12.jar, stg-1.12.2-1.2.3.jar, StorageDrawersExtras-1.12-3.1.2-CUSTOM.jar, Surge-1.12.2-2.0.79.jar, Tatw-1.12.2-1.0.1.2.b27.jar, ThermalCultivation-1.12.2-0.3.6.1-universal.jar, ThermalDynamics-1.12.2-2.5.6.1-universal.jar, ThermalInnovation-1.12.2-0.3.6.1-universal.jar, TinkersComplement-1.12.2-0.4.3.jar, tinkersjei-1.2.jar, tinkersoc-0.6.jar, Tips-1.12.2-1.0.7.jar, UndergroundBiomesConstructs-1.12-1.3.8.jar, UnlimitedChiselWorks-0.3.4.jar, VanillaFix-1.0.10-150.jar, volumetricflask-0.16.jar, WailaHarvestability-mc1.12-1.1.12.jar, WAIM-1.0.0.jar, WanionLib-1.12.2-2.4.jar, WatchDog-AntiCheat-1.12.2-1.0.3.jar, WirelessCraftingTerminal-1.12.2-3.12.97.jar, WirelessFluidTerminal-1.12.2-1.0.4.jar, WirelessInterfaceTerminal-1.12.2-1.0.2.jar, WirelessPatternTerminal-1.12.2-1.0.3.jar, World-Stripper-1.6.0-1.12.2.jar, World-Tooltips-1.12.2-1.3.0-111.jar, zombieawareness-1.12.1-1.11.16.jar, zzz_old_mixin_betterportals-0.3.7.7.jar, capabilityadapter-1.1.0.jar, Commons0815-1.12.2-1.3.7.jar, Commons0815-1.12.2-1.3.7.jar, Commons0815-1.12.2-1.3.7.jar, DenseMetals-1.12.2-2.0.0.30.jar, DynamicSurroundingsHuds-1.12.2-3.6.0.0.jar, ocdevices-MC1.12.2-1.0.0-44.jar, OpenGlasses-MC1.12.2-2.2-50.jar, phosphor-forge-mc1.12.2-0.2.7-universal.jar, reauth-3.6.0.jar, RTG-1.12.2-6.1.0.0-snapshot.2-custom.jar, librarianlib-1.12.2-4.21.jar, UniDict-1.12.2-2.9.6.jar, WrapUp-1.12-1.1.3.jar

Here is the OpenEye report.

I'm opening this issue just to document that this crash happens. Maybe the author of TickCentral might have an idea how this crash is possible. I spent 2 hours binary searching to find which mod was causing this crash, and I'll probably have to do just as much to find which mod or combination of mods TickCentral is interacting with to cause this crash. Thus, I'm just removing TickCentral from the pack for now.

Project Ozone 3 Server Launch Error with TickCentral 2.6

Hey,

i was adding laggoogles and TickCentral to the PO3 client and server. The Client starts fine, but the server crashes seconds after starting.

Here is the full debug log: https://pastebin.com/Zm0xH8bd

Maybe this line indicates something for you:
Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: modsDir.listFiles() returned null! Attempted to index: \Users\admin\Downloads\PO3 - 3.2.54server.\mods

Is it because i have spaces in the server directory name?

Thanks in advance.
Best regards
Zippoking

[1.12.2] TickCentral + Logistic Pipes Issues

Issue

Hi, I've found that when TickCentral is present with LogisticPipes it will cause for other mods a NoClassDefFoundError crashing the game.

The game work perfectly if you just have LogisticPipes and TickCentral. Or any other combination of 2 of these 3 mods.

In this case i used thermal. But it also occur with SimplyJetpacks, bewitchment and some others.

I think that's also the reason why #7 have a problem

I hope you may help to found the reason behind that ๐Ÿ˜ƒ

Note

I'm using the fixed TickCentral version from #13

Files:

MC Lunch crush (compat with ExNihilo)

With or without Lag Goggles mod, bit after loading this error appear and crush MC

java.lang.NoClassDefFoundError: exnihilocreatio/tiles/TileCrucibleStone
	at exnihilocreatio.ModBlocks.<clinit>(ModBlocks.java:33)
	at exnihilocreatio.proxy.CommonProxy.registerBlocks(CommonProxy.java:32)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_853_CommonProxy_registerBlocks_Register.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
	at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845)

debug.log

[Client thread/WARN] [TickCentral]: Unable to get superclass as resource

1.12.2
TickCentral-2.6

Have several similar lines in Debug.log:

[Client thread/WARN] [TickCentral]: Unable to get superclass as resource: org/xml/sax/helpers/DefaultHandler (org/xml/sax/helpers/DefaultHandler) Do you have a broken installation? It is referenced in ic2/core/profile/ProfileParser$SaxHandler (ic2/core/profile/ProfileParser$SaxHandler)

Full log

What this warning means for me and my world? It says something about broken installation, but my MC working fine enough.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.