Jump to content

[1.7.10][SOLVED]detecting Item right click crash


thewaterwell

Recommended Posts

hello,

 

I want to operate a piece of code when a item is right clicked.

I get a crash from the following code:

@SubscribeEvent
public void ExpCatalyst (PlayerInteractEvent event)
{
//crash here
if(event.entityPlayer.getItemInUse().getItem().getUnlocalizedName().contains(ModItems.expCatalyst.getUnlocalizedName()) && ModItems.expCatalyst.getUnlocalizedName().contains(event.entityPlayer.getItemInUse().getItem().getUnlocalizedName()) )

 

the crash report is here

 

 

---- Minecraft Crash Report ----

// You should try our sister game, Minceraft!

 

Time: 16:05 03/08/14

Description: Unexpected error

 

java.lang.NullPointerException: Unexpected error

at com.thewaterwell.letsmodreboot.handler.EventHandler.ExpCatalyst(EventHandler.java:28)

at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_EventHandler_ExpCatalyst_PlayerInteractEvent.invoke(.dynamic)

at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)

at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)

at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:67)

at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1527)

at net.minecraft.client.Minecraft.runTick(Minecraft.java:2043)

at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1038)

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

at net.minecraft.client.main.Main.main(Main.java:164)

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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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 GradleStart.bounce(GradleStart.java:108)

at GradleStart.startClient(GradleStart.java:101)

at GradleStart.main(GradleStart.java:56)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at com.thewaterwell.letsmodreboot.handler.EventHandler.ExpCatalyst(EventHandler.java:28)

at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_EventHandler_ExpCatalyst_PlayerInteractEvent.invoke(.dynamic)

at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)

at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)

at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:67)

at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1527)

 

-- Affected level --

Details:

Level name: MpServer

All players: 1 total; [EntityClientPlayerMP['ForgeDevName'/105, l='MpServer', x=-703.45, y=5.62, z=-527.30]]

Chunk stats: MultiplayerChunkCache: 625, 625

Level seed: 0

Level generator: ID 01 - flat, ver 0. Features enabled: false

Level generator options:

Level spawn location: World: (-704,4,-540), Chunk: (at 0,0,4 in -44,-34; contains blocks -704,0,-544 to -689,255,-529), Region: (-2,-2; contains chunks -64,-64 to -33,-33, blocks -1024,0,-1024 to -513,255,-513)

Level time: 117721 game time, 7843 day time

Level dimension: 0

Level storage version: 0x00000 - Unknown?

Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

Forced entities: 55 total; [EntityCow['Cow'/30, l='MpServer', x=-768.28, y=4.00, z=-553.28], EntityCow['Cow'/31, l='MpServer', x=-770.69, y=4.00, z=-545.25], EntityCow['Cow'/32, l='MpServer', x=-774.06, y=4.00, z=-517.03], EntityChicken['Chicken'/33, l='MpServer', x=-766.47, y=4.00, z=-561.47], EntityCow['Cow'/34, l='MpServer', x=-762.28, y=4.00, z=-497.31], EntityChicken['Chicken'/35, l='MpServer', x=-765.38, y=4.00, z=-482.44], EntityChicken['Chicken'/36, l='MpServer', x=-759.59, y=4.00, z=-487.44], EntityChicken['Chicken'/37, l='MpServer', x=-764.56, y=4.00, z=-467.44], EntityCow['Cow'/38, l='MpServer', x=-748.97, y=4.00, z=-548.94], EntityChicken['Chicken'/39, l='MpServer', x=-739.35, y=4.00, z=-540.41], EntitySheep['Sheep'/40, l='MpServer', x=-738.97, y=4.00, z=-496.06], EntitySheep['Sheep'/41, l='MpServer', x=-737.25, y=4.00, z=-491.63], EntityChicken['Chicken'/42, l='MpServer', x=-737.53, y=4.00, z=-484.53], EntitySheep['Sheep'/43, l='MpServer', x=-735.94, y=4.00, z=-479.97], EntityCow['Cow'/44, l='MpServer', x=-744.34, y=4.00, z=-452.22], EntitySheep['Sheep'/45, l='MpServer', x=-735.13, y=4.00, z=-568.81], EntitySheep['Sheep'/46, l='MpServer', x=-726.69, y=4.00, z=-483.84], EntityCow['Cow'/47, l='MpServer', x=-730.19, y=4.00, z=-470.16], EntitySheep['Sheep'/48, l='MpServer', x=-719.22, y=4.00, z=-541.75], EntitySheep['Sheep'/49, l='MpServer', x=-717.09, y=4.00, z=-490.94], EntityChicken['Chicken'/50, l='MpServer', x=-710.44, y=4.00, z=-465.38], EntityChicken['Chicken'/51, l='MpServer', x=-712.44, y=4.00, z=-454.41], EntitySheep['Sheep'/53, l='MpServer', x=-689.25, y=4.00, z=-525.34], EntityClientPlayerMP['ForgeDevName'/105, l='MpServer', x=-703.45, y=5.62, z=-527.30], EntityCow['Cow'/54, l='MpServer', x=-684.97, y=4.00, z=-500.91], EntityChicken['Chicken'/55, l='MpServer', x=-700.47, y=4.00, z=-485.53], EntitySheep['Sheep'/56, l='MpServer', x=-689.22, y=4.00, z=-491.84], EntityChicken['Chicken'/60, l='MpServer', x=-672.66, y=4.00, z=-584.44], EntityChicken['Chicken'/61, l='MpServer', x=-687.53, y=4.00, z=-519.44], EntityCow['Cow'/62, l='MpServer', x=-676.03, y=4.00, z=-494.09], EntityCow['Cow'/63, l='MpServer', x=-679.69, y=4.00, z=-472.25], EntitySheep['Sheep'/68, l='MpServer', x=-655.63, y=4.00, z=-602.25], EntitySheep['Sheep'/69, l='MpServer', x=-662.81, y=4.00, z=-605.63], EntityCow['Cow'/70, l='MpServer', x=-661.84, y=4.00, z=-538.84], EntitySheep['Sheep'/71, l='MpServer', x=-662.69, y=4.00, z=-528.22], EntityCow['Cow'/72, l='MpServer', x=-671.25, y=4.00, z=-484.69], EntityPig['Pig'/73, l='MpServer', x=-658.78, y=4.00, z=-481.84], EntityChicken['Chicken'/74, l='MpServer', x=-664.53, y=4.00, z=-456.44], EntityChicken['Chicken'/82, l='MpServer', x=-649.44, y=4.00, z=-592.56], EntityChicken['Chicken'/83, l='MpServer', x=-651.38, y=4.00, z=-578.56], EntityChicken['Chicken'/84, l='MpServer', x=-653.38, y=4.00, z=-571.63], EntityChicken['Chicken'/85, l='MpServer', x=-642.47, y=4.00, z=-567.56], EntityPig['Pig'/86, l='MpServer', x=-652.56, y=4.00, z=-567.22], EntityPig['Pig'/87, l='MpServer', x=-645.13, y=4.00, z=-534.56], EntityCow['Cow'/88, l='MpServer', x=-650.91, y=4.00, z=-529.84], EntityPig['Pig'/89, l='MpServer', x=-646.19, y=4.00, z=-517.56], EntitySheep['Sheep'/90, l='MpServer', x=-654.13, y=4.00, z=-489.09], EntityCow['Cow'/91, l='MpServer', x=-649.25, y=4.00, z=-491.78], EntitySheep['Sheep'/92, l='MpServer', x=-642.38, y=4.00, z=-494.19], EntityCow['Cow'/93, l='MpServer', x=-660.06, y=4.00, z=-466.09], EntityChicken['Chicken'/94, l='MpServer', x=-658.34, y=4.00, z=-459.56], EntityChicken['Chicken'/97, l='MpServer', x=-622.53, y=4.00, z=-599.53], EntityPig['Pig'/98, l='MpServer', x=-632.78, y=4.00, z=-563.09], EntityCow['Cow'/99, l='MpServer', x=-635.22, y=4.00, z=-489.84], EntityChicken['Chicken'/100, l='MpServer', x=-638.56, y=4.00, z=-459.59]]

Retry entities: 0 total; []

Server brand: fml,forge

Server type: Integrated singleplayer server

Stacktrace:

at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:417)

at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2567)

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

at net.minecraft.client.main.Main.main(Main.java:164)

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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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 GradleStart.bounce(GradleStart.java:108)

at GradleStart.startClient(GradleStart.java:101)

at GradleStart.main(GradleStart.java:56)

 

-- System Details --

Details:

Minecraft Version: 1.7.10

Operating System: Windows Vista (amd64) version 6.0

Java Version: 1.8.0_05, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 912597232 bytes (870 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)

JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.05 FML v7.10.25.1188 Minecraft Forge 10.13.0.1188 4 mods loaded, 4 mods active

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

FML{7.10.25.1188} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1188.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Forge{10.13.0.1188} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1188.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

LetsModReboot{1.7.10-1.4} [learning from pahimar] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Launched Version: 1.7.10

LWJGL: 2.9.1

OpenGL: GeForce 9800 GT/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation

GL Caps: Using GL 1.3 multitexturing.

Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

Anisotropic filtering is supported and maximum anisotropy is 16.

Shaders are available because OpenGL 2.1 is supported.

 

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: []

Current Language: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Anisotropic Filtering: Off (1)

 

 

From what I tried, I saw the crash was caused because "getItemInUse()" returned null, but I right clicked the Item.

 

If anyone could help, I would highly appreciate.

Link to comment
Share on other sites

Wait, this is a custom Item, right?

Why don't you check if its right clicked inside the Item? like this:



public class ItemDust extends Item {

public ItemDust(int maxStackSize, String name) {
        setUnlocalizedName(name);
        setTextureName(DimensionShift.MODID + ":" + name);

}

@Override
    public boolean onItemUse(ItemStack itemstack, EntityPlayer player, World world, int x, int y, int z, int side, float px, float py, float pz){
	System.out.println("ON ITEM USE");

        return true;
    }

}

Here could be your advertisement!

Link to comment
Share on other sites

hi,

I tried it, but in the code I try to create and set NBT to the stack but it crashes with the following:

 

 

 

---- Minecraft Crash Report ----

// But it works on my machine.

 

Time: 17:27 03/08/14

Description: Unexpected error

 

java.lang.NullPointerException: Unexpected error

at com.thewaterwell.letsmodreboot.utility.NBTHelper.initNBTTagCompound(NBTHelper.java:29)

at com.thewaterwell.letsmodreboot.utility.NBTHelper.getInt(NBTHelper.java:125)

at com.thewaterwell.letsmodreboot.handler.EventHandler.ExpCatalyst(EventHandler.java:42)

at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_EventHandler_ExpCatalyst_PlayerInteractEvent.invoke(.dynamic)

at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)

at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)

at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:67)

at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1555)

at net.minecraft.client.Minecraft.runTick(Minecraft.java:2043)

at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1038)

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

at net.minecraft.client.main.Main.main(Main.java:164)

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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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 GradleStart.bounce(GradleStart.java:108)

at GradleStart.startClient(GradleStart.java:101)

at GradleStart.main(GradleStart.java:56)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at com.thewaterwell.letsmodreboot.utility.NBTHelper.initNBTTagCompound(NBTHelper.java:29)

at com.thewaterwell.letsmodreboot.utility.NBTHelper.getInt(NBTHelper.java:125)

at com.thewaterwell.letsmodreboot.handler.EventHandler.ExpCatalyst(EventHandler.java:42)

at cpw.mods.fml.common.eventhandler.ASMEventHandler_6_EventHandler_ExpCatalyst_PlayerInteractEvent.invoke(.dynamic)

at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)

at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)

at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:67)

at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1555)

 

-- Affected level --

Details:

Level name: MpServer

All players: 1 total; [EntityClientPlayerMP['ForgeDevName'/208, l='MpServer', x=-703.36, y=5.62, z=-526.23]]

Chunk stats: MultiplayerChunkCache: 625, 625

Level seed: 0

Level generator: ID 01 - flat, ver 0. Features enabled: false

Level generator options:

Level spawn location: World: (-704,4,-540), Chunk: (at 0,0,4 in -44,-34; contains blocks -704,0,-544 to -689,255,-529), Region: (-2,-2; contains chunks -64,-64 to -33,-33, blocks -1024,0,-1024 to -513,255,-513)

Level time: 122613 game time, 57 day time

Level dimension: 0

Level storage version: 0x00000 - Unknown?

Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

Forced entities: 57 total; [EntityCow['Cow'/133, l='MpServer', x=-765.69, y=4.00, z=-561.75], EntityCow['Cow'/134, l='MpServer', x=-771.31, y=4.00, z=-552.75], EntityCow['Cow'/135, l='MpServer', x=-775.19, y=4.00, z=-519.84], EntityChicken['Chicken'/136, l='MpServer', x=-758.56, y=4.00, z=-552.56], EntityCow['Cow'/137, l='MpServer', x=-756.84, y=4.00, z=-555.03], EntityCow['Cow'/138, l='MpServer', x=-757.94, y=4.00, z=-502.88], EntityChicken['Chicken'/139, l='MpServer', x=-765.38, y=4.00, z=-482.44], EntityChicken['Chicken'/140, l='MpServer', x=-759.59, y=4.00, z=-487.44], EntityChicken['Chicken'/141, l='MpServer', x=-759.66, y=4.00, z=-469.56], EntityCow['Cow'/142, l='MpServer', x=-760.31, y=4.00, z=-468.66], EntitySheep['Sheep'/143, l='MpServer', x=-743.97, y=4.00, z=-578.03], EntityChicken['Chicken'/144, l='MpServer', x=-738.56, y=4.00, z=-541.44], EntitySheep['Sheep'/145, l='MpServer', x=-736.81, y=4.00, z=-535.19], EntitySheep['Sheep'/146, l='MpServer', x=-738.53, y=4.00, z=-489.25], EntitySheep['Sheep'/147, l='MpServer', x=-744.91, y=4.00, z=-496.19], EntityChicken['Chicken'/148, l='MpServer', x=-737.53, y=4.00, z=-484.53], EntitySheep['Sheep'/149, l='MpServer', x=-737.13, y=4.00, z=-478.09], EntityChicken['Chicken'/150, l='MpServer', x=-724.59, y=4.00, z=-527.59], EntitySheep['Sheep'/151, l='MpServer', x=-724.81, y=4.00, z=-500.41], EntitySheep['Sheep'/152, l='MpServer', x=-724.16, y=4.00, z=-491.16], EntityCow['Cow'/153, l='MpServer', x=-730.19, y=4.00, z=-470.16], EntitySheep['Sheep'/154, l='MpServer', x=-720.94, y=4.00, z=-533.06], EntityChicken['Chicken'/155, l='MpServer', x=-704.53, y=4.00, z=-466.47], EntityChicken['Chicken'/156, l='MpServer', x=-710.66, y=4.00, z=-459.81], EntityChicken['Chicken'/158, l='MpServer', x=-691.44, y=4.00, z=-604.56], EntityCow['Cow'/159, l='MpServer', x=-698.13, y=4.00, z=-513.09], EntityChicken['Chicken'/160, l='MpServer', x=-693.94, y=4.00, z=-480.72], EntitySheep['Sheep'/161, l='MpServer', x=-688.16, y=4.00, z=-496.34], EntityClientPlayerMP['ForgeDevName'/208, l='MpServer', x=-703.36, y=5.62, z=-526.23], EntityChicken['Chicken'/165, l='MpServer', x=-677.38, y=4.00, z=-583.56], EntityCow['Cow'/166, l='MpServer', x=-682.03, y=4.00, z=-487.06], EntityCow['Cow'/167, l='MpServer', x=-682.22, y=4.00, z=-477.75], EntitySheep['Sheep'/170, l='MpServer', x=-662.81, y=4.00, z=-605.63], EntityChicken['Chicken'/171, l='MpServer', x=-656.38, y=4.00, z=-581.44], EntityPig['Pig'/172, l='MpServer', x=-657.72, y=4.00, z=-566.91], EntityCow['Cow'/173, l='MpServer', x=-654.75, y=4.00, z=-549.75], EntitySheep['Sheep'/174, l='MpServer', x=-662.69, y=4.00, z=-528.22], EntityCow['Cow'/175, l='MpServer', x=-652.94, y=4.00, z=-542.84], EntityCow['Cow'/176, l='MpServer', x=-671.25, y=4.00, z=-484.69], EntityPig['Pig'/177, l='MpServer', x=-670.88, y=4.00, z=-474.63], EntityChicken['Chicken'/178, l='MpServer', x=-664.53, y=4.00, z=-457.38], EntityChicken['Chicken'/179, l='MpServer', x=-649.56, y=4.00, z=-451.56], EntityChicken['Chicken'/188, l='MpServer', x=-649.44, y=4.00, z=-592.56], EntitySheep['Sheep'/189, l='MpServer', x=-645.06, y=4.00, z=-606.03], EntityChicken['Chicken'/190, l='MpServer', x=-633.59, y=4.00, z=-571.44], EntityChicken['Chicken'/191, l='MpServer', x=-653.38, y=4.00, z=-571.63], EntityPig['Pig'/192, l='MpServer', x=-645.13, y=4.00, z=-534.56], EntityPig['Pig'/193, l='MpServer', x=-644.19, y=4.00, z=-516.75], EntitySheep['Sheep'/194, l='MpServer', x=-656.97, y=4.00, z=-497.94], EntityCow['Cow'/195, l='MpServer', x=-647.75, y=4.00, z=-496.03], EntitySheep['Sheep'/196, l='MpServer', x=-635.09, y=4.00, z=-488.91], EntityCow['Cow'/197, l='MpServer', x=-659.13, y=4.00, z=-477.81], EntityPig['Pig'/200, l='MpServer', x=-627.94, y=4.00, z=-557.97], EntityCow['Cow'/201, l='MpServer', x=-638.88, y=4.00, z=-492.91], EntityChicken['Chicken'/202, l='MpServer', x=-639.34, y=4.00, z=-463.53], EntityChicken['Chicken'/203, l='MpServer', x=-627.44, y=4.00, z=-454.53], EntitySheep['Sheep'/206, l='MpServer', x=-624.38, y=4.00, z=-456.75]]

Retry entities: 0 total; []

Server brand: fml,forge

Server type: Integrated singleplayer server

Stacktrace:

at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:417)

at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2567)

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

at net.minecraft.client.main.Main.main(Main.java:164)

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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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 GradleStart.bounce(GradleStart.java:108)

at GradleStart.startClient(GradleStart.java:101)

at GradleStart.main(GradleStart.java:56)

 

-- System Details --

Details:

Minecraft Version: 1.7.10

Operating System: Windows Vista (amd64) version 6.0

Java Version: 1.8.0_05, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 970087712 bytes (925 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)

JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.05 FML v7.10.25.1188 Minecraft Forge 10.13.0.1188 4 mods loaded, 4 mods active

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

FML{7.10.25.1188} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.0.1188.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available

Forge{10.13.0.1188} [Minecraft Forge] (forgeSrc-1.7.10-10.13.0.1188.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available

LetsModReboot{1.7.10-1.4} [learning from pahimar] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available

Launched Version: 1.7.10

LWJGL: 2.9.1

OpenGL: GeForce 9800 GT/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation

GL Caps: Using GL 1.3 multitexturing.

Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

Anisotropic filtering is supported and maximum anisotropy is 16.

Shaders are available because OpenGL 2.1 is supported.

 

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: []

Current Language: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Anisotropic Filtering: Off (1)

[spoiler/]

 

Link to comment
Share on other sites

ok here it is... this is what is in the item's code regarding this not working. I registered it and maybe added a crafting recipe, that is all.

 

public class ItemExpCatalyst extends ItemMyMod
{
public ItemExpCatalyst()
{
super();
this.setUnlocalizedName("expCatalyst");
this.setMaxStackSize(1);


}
@Override
    public boolean onItemUse(ItemStack itemstack, EntityPlayer player, World world, int x, int y, int z, int side, float px, float py, float pz)
{
	System.out.println("ON ITEM USE");
	if (player.experienceLevel>0 && player.isSneaking())
	{
		NBTHelper.setInteger(itemstack,"exp stored", (NBTHelper.getInt(itemstack,"exp stored")+1));
		System.out.println("EXP Stored: "+NBTHelper.getInt(itemstack,"exp stored"));
		if(!player.capabilities.isCreativeMode)
		{
			player.addExperienceLevel(-1);
		}
	}
	if (!player.isSneaking())
	{
		System.out.println("not crouching");
		System.out.println(NBTHelper.getInt(itemstack,"exp stored"));
		if (NBTHelper.getInt(itemstack, "exp stored")>0)
		{
			System.out.println("outputing levels...");
			player.addExperienceLevel(1);
			if(!player.capabilities.isCreativeMode)
			{
			NBTHelper.setInteger(itemstack,"exp stored", NBTHelper.getInt(itemstack,"exp stored")-1);
			}
		}
	}

        return true;
}
}

Link to comment
Share on other sites

Did you create a NBTHelper class in an utility package?

 

@coolboy4531 looks like the item class is not the problem:

java.lang.NullPointerException: Unexpected error
   at com.thewaterwell.letsmodreboot.utility.NBTHelper.initNBTTagCompound(NBTHelper.java:29)
   at com.thewaterwell.letsmodreboot.utility.NBTHelper.getInt(NBTHelper.java:125)
   at com.thewaterwell.letsmodreboot.handler.EventHandler.ExpCatalyst(EventHandler.java:42)

 

 

 

EDIT: Please remove everything from your ExpCatalyst event handler.

Here could be your advertisement!

Link to comment
Share on other sites

why don't you use onItemRhightClick Method (used in snow balls/eggs)?

I did not really understand how to. I would be greatful if you would show me how

 

What is in your ItemMyMod class?

Please try to expand "Item"

 

here is the code for ItemMyMod

 

public class ItemMyMod extends Item
{
    public ItemMyMod()
    {
        super();
        this.setCreativeTab(CreativeTabLMRB.LMRB_TAB);
    }

    @Override
    public String getUnlocalizedName()
    {
        return String.format("item.%s%s", Reference.MOD_ID.toLowerCase() + ":", getUnwrappedUnlocalizedName(super.getUnlocalizedName()));
    }

    @Override
    public String getUnlocalizedName(ItemStack itemStack)
    {
        return String.format("item.%s%s", Reference.MOD_ID.toLowerCase() + ":", getUnwrappedUnlocalizedName(super.getUnlocalizedName()));
    }

    @Override
    @SideOnly(Side.CLIENT)
    public void registerIcons(IIconRegister iconRegister)
    {
        itemIcon = iconRegister.registerIcon(this.getUnlocalizedName().substring(this.getUnlocalizedName().indexOf(".") + 1));
    }

    protected String getUnwrappedUnlocalizedName(String unlocalizedName)
    {
        return unlocalizedName.substring(unlocalizedName.indexOf(".") + 1);
    }
}

this is from pahimar's tutorial.

Link to comment
Share on other sites

Yeah, that should work. If i am right onItemUse is only triggered if you right click a block in the world.(and gives you the coords of that block)

If you want to trigger it always you should use the rightClick method.

 

Sry, i should have mentioned that earlier.

Here could be your advertisement!

Link to comment
Share on other sites

Try to use

 

    /**
     * Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer
     */
    public ItemStack onItemRightClick(ItemStack par1ItemStack, World par2World, EntityPlayer par3EntityPlayer)
    {
        //YOUR CODE HERE
        return par1ItemStack;
    }

 

instead of the onItemUse thing.

Here could be your advertisement!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello, I want to add more memory to the RunClient gradle task. I added VM options into the configurations and put in "-Xms256m -Xmx2048m" but it doesn't work.
    • 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 && 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
  • Topics

×
×
  • Create New...

Important Information

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