Jump to content

Releasing a Mod [ISSUES]


mar21

Recommended Posts

Hello, I'm creating a new technical mod, like IC2/TE.

I have some coding completed (Items, Blocks, some Machines).

In Eclipse SDK the mod works fine, no problems there. But when I try recompile and re-obfuscate the source with MCP and I look to the reobf folder in mcp, there is folder minecraft with my mod files compiled, but only half of the mod is there ...

There are not tools, machines, and some TileEntities compiled. Only main files(Core,RecipeSheet) and two folders with Block and Item classes. When I try to start this mod(comprimed .zip) it crash everytimes. First was an error with my custom CreativeTab and next error is saying something about rock (Material.rock I think).

Thanks for every response. Sry for bad English.     Mar21

Check out my m2cAPI: http://pastebin.com/SJmjgdgK [WIP! If something doesnt work or you have a better resolution, write me a PM]

If you want to use my API please give me a Karma/Thank you

Sorry for some bad words ´cause I am not a walkin´ library!

Link to comment
Share on other sites

No problem.

Recompiling log:

 

== MCP 7.51 (data: 7.51, client: 1.5.2, server: 1.5.2) ==

"scalac" is not found on the PATH.  Scala files will not be recompiled

# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, ast

yle, astyle config

== Recompiling client ==

> Cleaning bin

> Recompiling

'"F:\Program Files\Java\jdk1.7.0_21\bin\javac" -encoding UTF-8 -Xlint:-options -

deprecation -g -sourc...' failed : 1

 

== ERRORS FOUND in JAVA CODE ==

 

src\minecraft\net\minecraft\client\entity\EntityPlayerSP.java:21: warning: [depr

ecation] ISidedInventory in net.minecraftforge.common has been deprecated

import net.minecraft.client.particle.EntityPickupFX;

                        ^

 

src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:563: warning: [dep

recation] getSizeInventorySide(ForgeDirection) in ISidedInventory has been depre

cated

    public int getSizeInventorySide(ForgeDirection side)

              ^

 

src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:530: warning: [dep

recation] getStartInventorySide(ForgeDirection) in ISidedInventory has been depr

ecated

    public int getStartInventorySide(ForgeDirection side)

              ^

 

src\minecraft\net\minecraft\item\Item.java:1119: warning: [deprecation] IArmorTe

xtureProvider in net.minecraftforge.common has been deprecated

        return isArmorProvider ? ((IArmorTextureProvider)this).getArmorTextureFi

le(stack) : null;

                                  ^

 

  return type int is not compatible with Icon

src\minecraft\net\minecraft\src\ModLoader.java:633: warning: [deprecation] regis

terBlock(Block) in GameRegistry has been deprecated

        GameRegistry.registerBlock(block);

                    ^

 

src\minecraft\net\minecraft\src\ModLoader.java:644: warning: [deprecation] regis

terBlock(Block,Class<? extends ItemBlock>) in GameRegistry has been deprecated

        GameRegistry.registerBlock(block, itemclass);

                    ^

 

1 error

6 warnings

==================

 

!! Can not find server sources, try decompiling !!

Some of warning and the error I think is because I dont have completed one class... I´m trying to fix it.

 

Reobfuscating log:

 

> Outputted cpw/mods/fml/common/event/FMLInitializationEvent to reobf\minecraft

as cpw/mods/fml/common/event/FMLInitializationEvent.class

> Outputted cpw/mods/fml/common/modloader/ModLoaderEntitySpawnCallback to reobf\

minecraft as cpw/mods/fml/common/modloader/ModLoaderEntitySpawnCallback.class

> Outputted cpw/mods/fml/common/versioning/VersionRange to reobf\minecraft as cp

w/mods/fml/common/versioning/VersionRange.class

> Outputted cpw/mods/fml/common/LoaderState$ModState to reobf\minecraft as cpw/m

ods/fml/common/LoaderState$ModState.class

> Outputted cpw/mods/fml/common/discovery/JarDiscoverer to reobf\minecraft as cp

w/mods/fml/common/discovery/JarDiscoverer.class

> Outputted net/minecraftforge/common/ISpecialArmor$ArmorProperties to reobf\min

ecraft as net/minecraftforge/common/ISpecialArmor$ArmorProperties.class

> Outputted net/minecraft/entity/EnumEntitySize to reobf\minecraft as mt.class

> Outputted net/minecraft/world/gen/layer/GenLayer to reobf\minecraft as ait.cla

ss

> Outputted cpw/mods/fml/common/functions/ArtifactVersionNameFunction to reobf\m

inecraft as cpw/mods/fml/common/functions/ArtifactVersionNameFunction.class

> Outputted cpw/mods/fml/common/discovery/asm/ModFieldVisitor to reobf\minecraft

as cpw/mods/fml/common/discovery/asm/ModFieldVisitor.class

> Outputted net/minecraft/client/renderer/Tessellator to reobf\minecraft as bgd.

class

> Outputted net/minecraft/entity/player/EntityPlayerMP to reobf\minecraft as jc.

class

> Outputted cpw/mods/fml/client/GuiSortingProblem to reobf\minecraft as cpw/mods

/fml/client/GuiSortingProblem.class

> Outputted cpw/mods/fml/common/asm/transformers/deobf/FMLRemappingAdapter to re

obf\minecraft as cpw/mods/fml/common/asm/transformers/deobf/FMLRemappingAdapter.

class

> Outputted cpw/mods/fml/client/TextureFXManager to reobf\minecraft as cpw/mods/

fml/client/TextureFXManager.class

> Outputted net/minecraft/entity/item/EntityMinecartContainer to reobf\minecraft

as rk.class

> Outputted cpw/mods/fml/client/modloader/ModLoaderKeyBindingHandler to reobf\mi

necraft as cpw/mods/fml/client/modloader/ModLoaderKeyBindingHandler.class

> Outputted net/minecraft/item/Item            to reobf\minecraft as wk.class

> Outputted net/minecraft/util/StringTranslate  to reobf\minecraft as bp.class

> Outputted cpw/mods/fml/common/asm/transformers/MCPMerger$MethodWrapper to reob

f\minecraft as cpw/mods/fml/common/asm/transformers/MCPMerger$MethodWrapper.clas

s

> Outputted mar21/omega/mar21/Mar21CraftingHandler to reobf\minecraft as ma

r21/omega/mar21/Mar21CraftingHandler.class

> Outputted net/minecraft/block/BlockPistonExtension to reobf\minecraft as aqu.c

lass

> Outputted net/minecraft/tileentity/TileEntity to reobf\minecraft as aqp.class

> Outputted cpw/mods/fml/common/event/FMLEvent  to reobf\minecraft as cpw/mods/f

ml/common/event/FMLEvent.class

> Outputted net/minecraft/server/dedicated/DedicatedServer to reobf\minecraft as

hz.class

> Outputted cpw/mods/fml/client/GuiIdMismatchScreen to reobf\minecraft as cpw/mo

ds/fml/client/GuiIdMismatchScreen.class

> Outputted ibxm/Instrument                    to reobf\minecraft as ibxm/Instr

ument.class

> Outputted net/minecraftforge/common/ForgeDirection to reobf\minecraft as net/m

inecraftforge/common/ForgeDirection.class

> Outputted cpw/mods/fml/common/TickType        to reobf\minecraft as cpw/mods/f

ml/common/TickType.class

> Outputted ibxm/FastTracker2                  to reobf\minecraft as ibxm/FastT

racker2.class

> Outputted cpw/mods/fml/common/modloader/ModLoaderCraftingHelper to reobf\minec

raft as cpw/mods/fml/common/modloader/ModLoaderCraftingHelper.class

> Outputted net/minecraft/client/renderer/texture/TextureStitched to reobf\minec

raft as bil.class

> Outputted ibxm/Module                        to reobf\minecraft as ibxm/Modul

e.class

> Outputted net/minecraftforge/event/ListenerList$ListenerListInst to reobf\mine

craft as net/minecraftforge/event/ListenerList$ListenerListInst.class

> Outputted cpw/mods/fml/common/asm/transformers/MCPMerger to reobf\minecraft as

cpw/mods/fml/common/asm/transformers/MCPMerger.class

> Outputted cpw/mods/fml/common/event/FMLInterModComms$IMCEvent to reobf\minecra

ft as cpw/mods/fml/common/event/FMLInterModComms$IMCEvent.class

> Outputted net/minecraft/client/renderer/texture/TextureManager to reobf\minecr

aft as biq.class

> Outputted net/minecraft/client/gui/FontRenderer to reobf\minecraft as awv.clas

s

> Outputted net/minecraft/entity/player/EntityPlayer to reobf\minecraft as sq.cl

ass

> Outputted net/minecraft/client/renderer/EntityRenderer to reobf\minecraft as b

fq.class

> Outputted cpw/mods/fml/common/modloader/ModLoaderChatListener to reobf\minecra

ft as cpw/mods/fml/common/modloader/ModLoaderChatListener.class

> Outputted mar21/omega/block/BlockWolframiteOre to reobf\minecraft as mar2

1/omega/block/BlockWolframiteOre.class

> Outputted net/minecraft/block/BlockFlower    to reobf\minecraft as alh.class

> Outputted cpw/mods/fml/common/versioning/Restriction to reobf\minecraft as cpw

/mods/fml/common/versioning/Restriction.class

> Outputted net/minecraft/nbt/NBTBase          to reobf\minecraft as cf.class

> Outputted net/minecraft/entity/passive/EntityVillager to reobf\minecraft as sm

.class

> Outputted net/minecraft/world/gen/structure/StructureComponent to reobf\minecr

aft as agw.class

> Outputted cpw/mods/fml/common/LoaderState    to reobf\minecraft as cpw/mods/f

ml/common/LoaderState.class

> Outputted cpw/mods/fml/common/versioning/ComparableVersion$StringItem to reobf

\minecraft as cpw/mods/fml/common/versioning/ComparableVersion$StringItem.class

> Outputted cpw/mods/fml/client/CopySubimageTextureHelper to reobf\minecraft as

cpw/mods/fml/client/CopySubimageTextureHelper.class

> Outputted cpw/mods/fml/relauncher/RelaunchLibraryManager$1 to reobf\minecraft

as cpw/mods/fml/relauncher/RelaunchLibraryManager$1.class

> Outputted cpw/mods/fml/common/FMLModContainer to reobf\minecraft as cpw/mods/f

ml/common/FMLModContainer.class

> Outputted mar21/omega/item/ItemAdvancedChip to reobf\minecraft as mar21/p

owercraft/item/ItemAdvancedChip.class

> Outputted net/minecraft/util/WeightedRandomChestContent to reobf\minecraft as

lp.class

> Outputted cpw/mods/fml/common/DummyModContainer to reobf\minecraft as cpw/mods

/fml/common/DummyModContainer.class

> Outputted mar21/omega/item/ItemPlantAsh  to reobf\minecraft as mar21/powe

rcraft/item/ItemPlantAsh.class

> Outputted mar21/omega/block/BlockBeryliumOre to reobf\minecraft as mar21/

omega/block/BlockBeryliumOre.class

> Outputted cpw/mods/fml/common/network/ModIdentifiersPacket to reobf\minecraft

as cpw/mods/fml/common/network/ModIdentifiersPacket.class

> Outputted mar21/omega/RecipeSheet        to reobf\minecraft as mar21/powe

rcraft/RecipeSheet.class

> Outputted cpw/mods/fml/relauncher/ReflectionHelper$UnableToFindFieldException

to reobf\minecraft as cpw/mods/fml/relauncher/ReflectionHelper$UnableToFindField

Exception.class

> Outputted cpw/mods/fml/common/asm/transformers/DeobfuscationTransformer to reo

bf\minecraft as cpw/mods/fml/common/asm/transformers/DeobfuscationTransformer.cl

ass

> Outputted net/minecraft/item/ItemShears      to reobf\minecraft as xe.class

> Outputted net/minecraft/world/gen/feature/WorldGenForest to reobf\minecraft as

adc.class

> Outputted cpw/mods/fml/common/toposort/ModSorter to reobf\minecraft as cpw/mod

s/fml/common/toposort/ModSorter.class

> Outputted mar21/omega/block/BlockCopperOre to reobf\minecraft as mar21/po

wercraft/block/BlockCopperOre.class

> Outputted cpw/mods/fml/common/ILanguageAdapter$JavaAdapter to reobf\minecraft

as cpw/mods/fml/common/ILanguageAdapter$JavaAdapter.class

> Outputted net/minecraft/entity/EntityLiving  to reobf\minecraft as ng.class

> Outputted net/minecraft/inventory/Container  to reobf\minecraft as tj.class

> Outputted cpw/mods/fml/common/discovery/asm/ASMModParser$AnnotationType to reo

bf\minecraft as cpw/mods/fml/common/discovery/asm/ASMModParser$AnnotationType.cl

ass

> Outputted cpw/mods/fml/relauncher/FMLRelaunchLog$ConsoleLogWrapper to reobf\mi

necraft as cpw/mods/fml/relauncher/FMLRelaunchLog$ConsoleLogWrapper.class

> Outputted cpw/mods/fml/common/modloader/ModLoaderHelper to reobf\minecraft as

cpw/mods/fml/common/modloader/ModLoaderHelper.class

> Outputted net/minecraft/world/WorldType      to reobf\minecraft as aal.class

> Outputted net/minecraft/server/MinecraftServer to reobf\minecraft as net/minec

raft/server/MinecraftServer.class

> Outputted cpw/mods/fml/common/event/FMLPreInitializationEvent to reobf\minecra

ft as cpw/mods/fml/common/event/FMLPreInitializationEvent.class

> Outputted net/minecraft/world/gen/feature/WorldGenBigTree to reobf\minecraft a

s adb.class

> Outputted cpw/mods/fml/client/GuiModsMissingForServer to reobf\minecraft as cp

w/mods/fml/client/GuiModsMissingForServer.class

> Outputted mar21/omega/item/ItemChip      to reobf\minecraft as mar21/powe

rcraft/item/ItemChip.class

> Outputted net/minecraftforge/common/ForgeChunkManager to reobf\minecraft as ne

t/minecraftforge/common/ForgeChunkManager.class

> Outputted ibxm/Pattern                        to reobf\minecraft as ibxm/Patte

rn.class

> Outputted net/minecraftforge/common/ChestGenHooks to reobf\minecraft as net/mi

necraftforge/common/ChestGenHooks.class

> Outputted cpw/mods/fml/common/registry/ItemData to reobf\minecraft as cpw/mods

/fml/common/registry/ItemData.class

> Outputted cpw/mods/fml/relauncher/Downloader  to reobf\minecraft as cpw/mods/f

ml/relauncher/Downloader.class

> Outputted net/minecraft/crash/CrashReportCategory to reobf\minecraft as m.clas

s

> Outputted mar21/omega/item/ItemEmptySocket to reobf\minecraft as mar21/po

wercraft/item/ItemEmptySocket.class

> Outputted cpw/mods/fml/common/discovery/asm/ModAnnotation$EnumHolder to reobf\

minecraft as cpw/mods/fml/common/discovery/asm/ModAnnotation$EnumHolder.class

> Outputted net/minecraft/item/ItemInWorldManager to reobf\minecraft as jd.class

 

> Outputted cpw/mods/fml/common/MCPDummyContainer to reobf\minecraft as cpw/mods

/fml/common/MCPDummyContainer.class

> Outputted net/minecraft/client/gui/GuiIngame  to reobf\minecraft as aww.class

> Outputted cpw/mods/fml/client/registry/KeyBindingRegistry$KeyHandler to reobf\

minecraft as cpw/mods/fml/client/registry/KeyBindingRegistry$KeyHandler.class

> Outputted mar21/omega/item/ItemIronDust  to reobf\minecraft as mar21/omega/item/ItemIronDust.class

> Outputted net/minecraftforge/event/entity/living/LivingEvent$LivingJumpEvent t

o reobf\minecraft as net/minecraftforge/event/entity/living/LivingEvent$LivingJu

mpEvent.class

> Outputted cpw/mods/fml/common/Loader$2        to reobf\minecraft as cpw/mods/f

ml/common/Loader$2.class

> Outputted cpw/mods/fml/relauncher/DummyDownloader to reobf\minecraft as cpw/mo

ds/fml/relauncher/DummyDownloader.class

> Outputted cpw/mods/fml/common/MissingModsException to reobf\minecraft as cpw/m

ods/fml/common/MissingModsException.class

> Outputted cpw/mods/fml/common/registry/TickRegistry to reobf\minecraft as cpw/

mods/fml/common/registry/TickRegistry.class

> Outputted cpw/mods/fml/common/versioning/DefaultArtifactVersion to reobf\minec

raft as cpw/mods/fml/common/versioning/DefaultArtifactVersion.class

> Outputted net/minecraft/block/BlockTallGrass  to reobf\minecraft as aow.class

> Outputted cpw/mods/fml/common/discovery/ModDiscoverer to reobf\minecraft as cp

w/mods/fml/common/discovery/ModDiscoverer.class

> Outputted net/minecraft/entity/DataWatcher    to reobf\minecraft as ns.class

> Outputted cpw/mods/fml/common/asm/FMLSanityChecker to reobf\minecraft as cpw/m

ods/fml/common/asm/FMLSanityChecker.class

> Outputted cpw/mods/fml/common/asm/transformers/deobf/ZipInputSupplier to reobf

\minecraft as cpw/mods/fml/common/asm/transformers/deobf/ZipInputSupplier.class

> Outputted cpw/mods/fml/common/network/PacketDispatcher to reobf\minecraft as c

pw/mods/fml/common/network/PacketDispatcher.class

> Outputted cpw/mods/fml/common/MinecraftDummyContainer to reobf\minecraft as cp

w/mods/fml/common/MinecraftDummyContainer.class

> Outputted mar21/omega/item/ItemWoodHarvestUpgrade to reobf\minecraft as m

ar21/omega/item/ItemWoodHarvestUpgrade.class

> Outputted net/minecraft/world/gen/feature/WorldGenTrees to reobf\minecraft as

aef.class

> Outputted mar21/omega/item/ItemEnhancedChip to reobf\minecraft as mar21/p

omega/item/ItemEnhancedChip.class

> Outputted ibxm/ScreamTracker3                to reobf\minecraft as ibxm/Screa

mTracker3.class

> Outputted mar21/omega/item/ItemEnergyUpgrade to reobf\minecraft as mar21/

omega/item/ItemEnergyUpgrade.class

> Outputted cpw/mods/fml/common/ProxyInjector  to reobf\minecraft as cpw/mods/f

ml/common/ProxyInjector.class

> Outputted cpw/mods/fml/relauncher/ReflectionHelper$UnableToAccessFieldExceptio

n to reobf\minecraft as cpw/mods/fml/relauncher/ReflectionHelper$UnableToAccessF

ieldException.class

> Outputted cpw/mods/fml/common/event/FMLStateEvent to reobf\minecraft as cpw/mo

ds/fml/common/event/FMLStateEvent.class

> Outputted net/minecraft/block/BlockFlowerPot  to reobf\minecraft as amm.class

> Outputted net/minecraft/entity/item/EntityMinecartHopper to reobf\minecraft as

rm.class

> Outputted net/minecraft/scoreboard/Scoreboard to reobf\minecraft as arj.class

> Outputted cpw/mods/fml/common/versioning/VersionParser to reobf\minecraft as c

pw/mods/fml/common/versioning/VersionParser.class

> Outputted mar21/omega/item/ItemCarbonizedIngot to reobf\minecraft as mar2

1/omega/item/ItemCarbonizedIngot.class

> Outputted cpw/mods/fml/client/FMLClientHandler to reobf\minecraft as cpw/mods/

fml/client/FMLClientHandler.class

> Outputted cpw/mods/fml/server/FMLServerHandler to reobf\minecraft as cpw/mods/

fml/server/FMLServerHandler.class

> Outputted mar21/omega/item/ItemSilkTouchUpgrade to reobf\minecraft as mar

21/omega/item/ItemSilkTouchUpgrade.class

> Outputted net/minecraft/block/BlockLeaves    to reobf\minecraft as ana.class

> Outputted cpw/mods/fml/common/discovery/asm/ModAnnotation to reobf\minecraft a

s cpw/mods/fml/common/discovery/asm/ModAnnotation.class

> Outputted mar21/omega/item/ItemWolframiteDust to reobf\minecraft as mar21

/omega/item/ItemWolframiteDust.class

> Outputted cpw/mods/fml/client/TextureFXManager$TextureHolder to reobf\minecraf

t as cpw/mods/fml/client/TextureFXManager$TextureHolder.class

> Outputted net/minecraft/client/renderer/texture/TextureMap to reobf\minecraft

as bir.class

> Outputted mar21/omega/block/BlockMachineCasing to reobf\minecraft as mar2

1/omega/block/BlockMachineCasing.class

> Outputted net/minecraft/client/renderer/RenderEngine to reobf\minecraft as bge

.class

> Outputted net/minecraft/entity/Entity        to reobf\minecraft as mp.class

> Outputted net/minecraft/client/renderer/WorldRenderer to reobf\minecraft as bf

m.class

> Outputted ibxm/ProTracker                    to reobf\minecraft as ibxm/ProTr

acker.class

> Outputted cpw/mods/fml/common/LoadController  to reobf\minecraft as cpw/mods/f

ml/common/LoadController.class

> Outputted cpw/mods/fml/common/asm/transformers/SideTransformer to reobf\minecr

aft as cpw/mods/fml/common/asm/transformers/SideTransformer.class

> Outputted cpw/mods/fml/common/discovery/asm/ASMModParser to reobf\minecraft as

cpw/mods/fml/common/discovery/asm/ASMModParser.class

> Outputted cpw/mods/fml/common/modloader/ModLoaderGuiHelper to reobf\minecraft

as cpw/mods/fml/common/modloader/ModLoaderGuiHelper.class

> Outputted cpw/mods/fml/common/network/FMLNetworkException to reobf\minecraft a

s cpw/mods/fml/common/network/FMLNetworkException.class

> Outputted net/minecraft/client/renderer/RenderGlobal to reobf\minecraft as bfy

.class

> Outputted cpw/mods/fml/common/DuplicateModsFoundException to reobf\minecraft a

s cpw/mods/fml/common/DuplicateModsFoundException.class

> Outputted cpw/mods/fml/common/network/NetworkModHandler to reobf\minecraft as

cpw/mods/fml/common/network/NetworkModHandler.class

> Outputted net/minecraft/world/gen/structure/ComponentVillage to reobf\minecraf

t as ahp.class

> Outputted mar21/omega/item/ItemBlankUpgrade to reobf\minecraft as mar21/p

omega/item/ItemBlankUpgrade.class

> Outputted cpw/mods/fml/common/event/FMLPostInitializationEvent to reobf\minecr

aft as cpw/mods/fml/common/event/FMLPostInitializationEvent.class

> Outputted cpw/mods/fml/common/modloader/ModLoaderPickupNotifier to reobf\minec

raft as cpw/mods/fml/common/modloader/ModLoaderPickupNotifier.class

> Outputted net/minecraft/creativetab/CreativeTabs to reobf\minecraft as ve.clas

s

> Outputted cpw/mods/fml/common/event/FMLServerStartedEvent to reobf\minecraft a

s cpw/mods/fml/common/event/FMLServerStartedEvent.class

> Outputted mar21/omega/item/ItemMagnetiteCrystal to reobf\minecraft as mar

21/omega/item/ItemMagnetiteCrystal.class

> Outputted cpw/mods/fml/common/discovery/asm/ModClassVisitor to reobf\minecraft

as cpw/mods/fml/common/discovery/asm/ModClassVisitor.class

> Outputted net/minecraft/tileentity/TileEntityFurnace to reobf\minecraft as aqg

.class

> Outputted net/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent

to reobf\minecraft as net/minecraftforge/event/entity/living/LivingEvent$Living

UpdateEvent.class

> Outputted cpw/mods/fml/common/discovery/ModCandidate to reobf\minecraft as cpw

/mods/fml/common/discovery/ModCandidate.class

> Outputted net/minecraftforge/common/Configuration to reobf\minecraft as net/mi

necraftforge/common/Configuration.class

> Outputted cpw/mods/fml/common/Loader$1        to reobf\minecraft as cpw/mods/f

ml/common/Loader$1.class

> Outputted net/minecraftforge/common/ForgeChunkManager$Type to reobf\minecraft

as net/minecraftforge/common/ForgeChunkManager$Type.class

> Outputted net/minecraft/world/storage/SaveHandler to reobf\minecraft as ajt.cl

ass

> Outputted cpw/mods/fml/common/asm/transformers/MarkerTransformer to reobf\mine

craft as cpw/mods/fml/common/asm/transformers/MarkerTransformer.class

- Done in 39.16 seconds

!! Can not find server md5s !!

 

And finaly the error log from minecraft when I start the mod:

 

2013-06-17 21:14:42 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue

2013-06-17 21:14:42 [sEVERE] [ForgeModLoader]

mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

FML{5.2.17.716} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

Forge{7.8.0.716} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

omega{1.02.0001} [Omega] (mar21.zip) Unloaded->Constructed->Pre-initialized->Errored

2013-06-17 21:14:42 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2013-06-17 21:14:42 [sEVERE] [ForgeModLoader] Caught exception from omega

java.lang.NoSuchFieldError: rock

at mar21.omega.OmegaCore.load(OmegaCore.java:202)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)

at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)

at net.minecraft.client.Minecraft.run(Minecraft.java:733)

at java.lang.Thread.run(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: rock

2013-06-17 21:14:53 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)

2013-06-17 21:14:53 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

2013-06-17 21:14:53 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)

2013-06-17 21:14:53 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)

2013-06-17 21:14:53 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)

2013-06-17 21:14:53 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] Caused by: java.lang.NoSuchFieldError: rock

2013-06-17 21:14:53 [iNFO] [sTDERR] at mar21.omega.OmegaCore.load(OmegaCore.java:202)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-06-17 21:14:53 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-06-17 21:14:53 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

2013-06-17 21:14:53 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-06-17 21:14:53 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-06-17 21:14:53 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-06-17 21:14:53 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-06-17 21:14:53 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

2013-06-17 21:14:53 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-06-17 21:14:53 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-06-17 21:14:53 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)

2013-06-17 21:14:53 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)

2013-06-17 21:14:53 [iNFO] [sTDERR] ... 5 more

2013-06-17 21:14:53 [iNFO] [sTDERR] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: component argument pData

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.Component.getGraphics(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.awt.RepaintArea.paint(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.Component.dispatchEventImpl(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.Container.dispatchEventImpl(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.Component.dispatchEvent(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventQueue.access$200(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventQueue$3.run(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventQueue$3.run(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventQueue$4.run(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventQueue$4.run(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventQueue.dispatchEvent(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

2013-06-17 21:14:53 [iNFO] [sTDERR] at java.awt.EventDispatchThread.run(Unknown Source)

 

Check out my m2cAPI: http://pastebin.com/SJmjgdgK [WIP! If something doesnt work or you have a better resolution, write me a PM]

If you want to use my API please give me a Karma/Thank you

Sorry for some bad words ´cause I am not a walkin´ library!

Link to comment
Share on other sites

You're returning the type int for icon from a register block code for starters.

 

  return type int is not compatible with Icon

src\minecraft\net\minecraft\src\ModLoader.java:633: warning: [deprecation] regis

terBlock(Block) in GameRegistry has been deprecated

        GameRegistry.registerBlock(block);

I took over Hunting Traps Mod and work on helping the forge community as much as I can. View my work here: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/1443756-1-7-2-1-6-4-1-5-2-1-4-7-hunting-traps-mod-v-0-4-0

Link to comment
Share on other sites

You're returning the type int for icon from a register block code for starters.

 

  return type int is not compatible with Icon

src\minecraft\net\minecraft\src\ModLoader.java:633: warning: [deprecation] regis

terBlock(Block) in GameRegistry has been deprecated

        GameRegistry.registerBlock(block);

That's a vanilla warning...

BEWARE OF GOD

---

Co-author of Pentachoron Labs' SBFP Tech.

Link to comment
Share on other sites

Please use

[spoiler][/spoiler]

tags when posting GIANT error logs. It helps those of us who read the non-error log part of the post immensely.

 

 

I think you should try updating your forge before you do anything, as it seems MC is using deprecated methods...

 

And if it works in eclipse, it should work fine after you run recompile.bat and then reobfuscate.bat.

 

 

So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.

Link to comment
Share on other sites

OK, Thanks...

Sorry for no spoilers. I don't found the icon  ;)

I am going to try repair the code and I write there if something goes wrong.

 

/added

Thanks, very much. It worked perfectly. Closing this issue...

Check out my m2cAPI: http://pastebin.com/SJmjgdgK [WIP! If something doesnt work or you have a better resolution, write me a PM]

If you want to use my API please give me a Karma/Thank you

Sorry for some bad words ´cause I am not a walkin´ library!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.