Skip to content

Instantly share code, notes, and snippets.

@boq
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save boq/d0a0ee3d57083f929cb5 to your computer and use it in GitHub Desktop.

Select an option

Save boq/d0a0ee3d57083f929cb5 to your computer and use it in GitHub Desktop.
All java.lang.NoClassDefFoundError with openmods.* in message (second column is number of all reports)
openmods/utils/NetUtils 276
openmods/block/OpenBlock$1 139 // autogenerated switch map
openmods/config/game/ModStartupHelper 132 // probably OpenModsLib and OpenBlocks mismatch
Could not initialize class openmods.utils.NetUtils 82
openmods/utils/ByteUtils 47
openmods/config/game/ConfigurableFeatureManager$CustomFeatureRule 33
openmods/utils/OpenModsFakePlayer 26
openmods/integration/IIntegrationModule 17
openmods/utils/InventoryUtils 16
Could not initialize class openmods.block.OpenBlock$1 12
openmods/utils/VanillaAnvilLogic 9
openmods/utils/BlockUtils 8
openmods/sync/SyncMap$HandlerType 6
openmods/gui/component/BaseComponent 6
openmods/gui/DummyContainer 5
openmods/gui/component/GuiComponentLabel 5
openmods/api/INeighbourAwareTile 4
openmods/inventory/legacy/ItemDistribution 4
openmods/sync/SyncMap$HandlerType$1 4
openmods/sync/SyncableString 3
openmods/utils/Diagonal 2
openmods/sync/SyncableSides 2
openmods/sync/SyncableDirs 2
openmods/gui/component/GuiComponentPanel 2
openmods/gui/component/GuiComponentStandardRecipePage 2
openmods/utils/render/FakeIcon 2
openmods/utils/EnchantmentUtils 2
openmods/utils/render/RenderUtils 2
openmods/gui/component/GuiComponentBook 2
openmods/gui/misc/SidePicker$1 1
openmods/ItemInventory 1
Lopenmods/proxy/IOpenModsProxy; 1
openmods/container/ContainerBase$RestrictedSlot 1
openmods/gui/component/GuiComponentYouTube 1
openmods/utils/render/GeometryUtils 1
openmods/network/PacketDirection 1
openmods/utils/PlayerUtils 1
openmods/gui/misc/Trackball$TrackballWrapper 1
openmods/utils/TagUtils 1
openmods/utils/StringUtils 1
openmods/sync/SyncMap$HandlerType$2 1
openmods/gui/component/GuiComponentItemStackSpinner 1
openmods/gui/component/GuiComponentCraftingGrid 1
openmods/gui/component/GuiComponentSprite 1
openmods/block/OpenBlock$[user] 1
openmods/utils/TextureUtils 1
Lopenmods/sync/SyncableManager; 1
java.lang.TypeNotPresentException
Type openblocks.common.tileentity.TileEntityCanvas not present 141
Type openblocks.common.tileentity.TileEntityGuide not present 141
Type openblocks.common.tileentity.TileEntityTank not present 91
Type openblocks.common.tileentity.TileEntityGrave not present 45
Type openblocks.common.tileentity.TileEntityAutoAnvil not present 9
Type openblocks.common.tileentity.TileEntityVacuumHopper not present 4
Type openblocks.common.tileentity.TileEntityAutoEnchantmentTable not present 4
Type openblocks.common.tileentity.TileEntitySprinkler not present 4
Type openblocks.common.tileentity.TileEntityBlockBreaker not present 3
Type openblocks.common.tileentity.TileEntityPaintMixer not present 2
Type openblocks.common.tileentity.TileEntityXPBottler not present 2
Type openblocks.common.tileentity.TileEntityCannon not present 1
Type openblocks.common.tileentity.TileEntityFan not present 1
Type openblocks.common.item.ItemTankBlock not present 1
Type openblocks.common.tileentity.TileEntitySky not present 1
Type openblocks.common.tileentity.TileEntityElevator not present 1
Type openblocks.common.tileentity.TileEntityBigButton not present 1
Type openblocks.common.tileentity.TileEntityXPDrain not present 1
Type openblocks.common.tileentity.TileEntityItemDropper not present 1
Type openblocks.common.tileentity.TileEntityHealBlock not present 1
Type openblocks.common.tileentity.TileEntityDonationStation not present 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment