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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello, I'm trying to modify the effects of native enchantments for bows and arrows in Minecraft. After using a decompilation tool, I found that the specific implementations of native bow and arrow enchantments (including `ArrowDamageEnchantment`, `ArrowKnockbackEnchantment`, `ArrowFireEnchantment`, `ArrowInfiniteEnchantment`, `ArrowPiercingEnchantment`) do not contain any information about the enchantment effects (such as the `getDamageProtection` function for `ProtectionEnchantment`, `getDamageBonus` function for `DamageEnchantment`, etc.). Upon searching for the base class of arrows, `AbstractArrow`, I found a function named setEnchantmentEffectsFromEntity`, which seems to be used to retrieve the enchantment levels of the tool held by a `LivingEntity` and calculate the specific values of the enchantment effects. However, after testing with the following code, I found that this function is not being called:   @Mixin(AbstractArrow.class) public class ModifyArrowEnchantmentEffects {     private static final Logger LOGGER = LogUtils.getLogger();     @Inject(         method = "setEnchantmentEffectsFromEntity",         at = @At("HEAD")     )     private void logArrowEnchantmentEffectsFromEntity(CallbackInfo ci) {         LOGGER.info("Arrow enchantment effects from entity");     } }   Upon further investigation, I found that within the onHitEntity method, there are several lines of code:               if (!this.level().isClientSide &amp;&amp; entity1 instanceof LivingEntity) {                EnchantmentHelper.doPostHurtEffects(livingentity, entity1);                EnchantmentHelper.doPostDamageEffects((LivingEntity)entity1, livingentity);             }   These lines of code actually call the doPostHurt and doPostAttack methods of each enchantment in the enchantment list. However, this leads back to the issue because native bow and arrow enchantments do not implement these functions. Although their base class defines the functions, they are empty. At this point, I'm completely stumped and seeking assistance. Thank you.
    • I have been trying to make a server with forge but I keep running into an issue. I have jdk 22 installed as well as Java 8. here is the debug file  
    • it crashed again     What the console says : [00:02:03] [Server thread/INFO] [Easy NPC/]: [EntityManager] Server started! [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfireixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} [00:02:03] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 41976 bytes (in 5 string chunks with the size of 10000) [00:02:03] [Server thread/INFO] [patchouli/]: Sending reload packet to clients [00:02:03] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0 [00:02:03] [Server thread/WARN] [ModernFix/]: Dedicated server took 22.521 seconds to load [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25565 [00:02:03] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager [00:02:03] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@2941ffd5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 0 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 1 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 2 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 3 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 4 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 6 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 7 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 8 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 9 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 10 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 11 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 12 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 13 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 14 [00:02:19] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@ebc7ef2 [00:02:19] [Server thread/INFO] [minecraft/PlayerList]: ZacAdos[/90.2.17.162:49242] logged in with entity id 1062 at (-1848.6727005281205, 221.0, -3054.2468255848935) [00:02:19] [Server thread/ERROR] [ModernFix/]: Skipping entity ID sync for com.talhanation.smallships.world.entity.ship.Ship: java.lang.NoClassDefFoundError: net/minecraft/client/CameraType [00:02:19] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos joined the game [00:02:19] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:19] [Server thread/INFO] [se.mi.te.da.DataManager/]: Sending data to client: ZacAdos [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of - Gloop - ZacAdos (17) [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to - Gloop - ZacAdos [00:02:21] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player - Gloop - ZacAdos (cc56befd-d376-3526-a760-340713c478bd) successfully connected to voice chat stop [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping the server [00:02:34] [Server thread/INFO] [mo.pl.ar.ArmourersWorkshop/]: stop local service [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [00:02:34] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ZacAdos lost connection: Server closed [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos left the game [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopping IO worker... [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopped IO worker! [00:02:34] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@7dc879e1 [MineStrator Daemon]: Checking server disk space usage, this could take a few seconds... [MineStrator Daemon]: Updating process configuration files... [MineStrator Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [MineStrator Daemon]: Pulling Docker container image, this could take a few minutes to complete... [MineStrator Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx6302M -Dterminal.jline=false -Dterminal.ansi=true -Djline.terminal=jline.UnsupportedTerminal -p libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.4.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.16.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.3/eventbus-6.0.3.jar:libraries/net/minecraftforge/forgespi/6.0.0/forgespi-6.0.0.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.8/modlauncher-10.0.8.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.16/JarJarSelector-0.3.16.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.16/JarJarMetadata-0.3.16.jar:libraries/net/minecraftforge/fmlloader/1.19.2-43.3.0/fmlloader-1.19.2-43.3.0.jar:libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.11.49/authlib-3.11.49.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/5.0.28/datafixerupper-5.0.28.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar:libraries/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar:libraries/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar:libraries/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar:libraries/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar:libraries/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar:libraries/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar:libraries/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [00:02:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [00:02:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection Latest log [29Mar2024 00:02:42.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [29Mar2024 00:02:42.805] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [29Mar2024 00:02:43.548] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [29Mar2024 00:02:43.876] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.878] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:44.033] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [29Mar2024 00:02:44.034] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [29Mar2024 00:02:44.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
    • I am unable to do that. Brigadier is a mojang library that parses commands.
  • Topics

×
×
  • Create New...

Important Information

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