Jump to content

Recommended Posts

Posted

I have my server up and running, I can connect and online friends across the world can connect, but after a minute or two, the server just shuts down. Here is the most recent crash report:

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CTMCorePlugin (CTM-MC1.10.2-0.3.2.35.jar)
  LoadingPlugin (Quark-r1.1-70.jar)
  OpenModsCorePlugin (OpenModsLib-1.10.2-0.11.5.jar)
  ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 4/7/19 3:02 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at coldform.TTLBowAddon.modTTLBowAddon.onDeath(modTTLBowAddon.java:27)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_18_modTTLBowAddon_onDeath_LivingDeathEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:509)
    at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1051)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:970)
    at net.minecraft.entity.EntityLivingBase.func_180430_e(EntityLivingBase.java:1205)
    at net.minecraft.block.Block.func_180658_a(Block.java:807)
    at net.minecraft.entity.Entity.func_184231_a(Entity.java:1007)
    at net.minecraft.entity.EntityLivingBase.func_184231_a(EntityLivingBase.java:205)
    at net.minecraft.entity.Entity.func_70091_d(Entity.java:795)
    at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1795)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2217)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at net.minecraft.entity.monster.EntitySlime.func_70071_h_(EntitySlime.java:130)
    at net.minecraft.world.World.func_72866_a(World.java:1967)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
    at net.minecraft.world.World.func_72870_g(World.java:1937)
    at net.minecraft.world.World.func_72939_s(World.java:1750)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
    at java.lang.Thread.run(Unknown Source)


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

-- Head --
Thread: Server thread
Stacktrace:
    at coldform.TTLBowAddon.modTTLBowAddon.onDeath(modTTLBowAddon.java:27)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_18_modTTLBowAddon_onDeath_LivingDeathEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
    at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:509)
    at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1051)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:970)
    at net.minecraft.entity.EntityLivingBase.func_180430_e(EntityLivingBase.java:1205)
    at net.minecraft.block.Block.func_180658_a(Block.java:807)
    at net.minecraft.entity.Entity.func_184231_a(Entity.java:1007)
    at net.minecraft.entity.EntityLivingBase.func_184231_a(EntityLivingBase.java:205)
    at net.minecraft.entity.Entity.func_70091_d(Entity.java:795)
    at net.minecraft.entity.EntityLivingBase.func_70612_e(EntityLivingBase.java:1795)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2217)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2013)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    at net.minecraft.entity.monster.EntitySlime.func_70071_h_(EntitySlime.java:130)
    at net.minecraft.world.World.func_72866_a(World.java:1967)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:839)
    at net.minecraft.world.World.func_72870_g(World.java:1937)

-- Entity being ticked --
Details:
    Entity Type: tconstruct.blueslime (slimeknights.tconstruct.world.entity.EntityBlueSlime)
    Entity ID: 2322
    Entity Name: Blue Slime
    Entity's Exact location: -201.90, 69.00, -241.67
    Entity's Block location: World: (-202,69,-242), Chunk: (at 6,4,14 in -13,-16; contains blocks -208,0,-256 to -193,255,-241), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Entity's Momentum: -0.05, -2.82, 0.04
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1750)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)

-- Affected level --
Details:
    Level name: world
    All players: 1 total; [EntityPlayerMP['Soap_Dragon'/2148, l='world', x=-175.79, y=70.00, z=-192.39]]
    Chunk stats: ServerChunkCache: 445 Drop: 0
    Level seed: -7637337551967642402
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (-172,64,-188), Chunk: (at 4,4,4 in -11,-12; contains blocks -176,0,-192 to -161,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Level time: 1724 game time, 1724 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 136213 (now: false), thunder time: 82441 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
    at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.10.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_101, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1011439752 bytes (964 MB) / 1335885824 bytes (1274 MB) up to 3799515136 bytes (3623 MB)
    JVM Flags: 0 total; 
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP 9.32 Powered by Forge 12.18.3.2511 26 mods loaded, 26 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA    mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAAAA    FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2511-universal.jar) 
    UCHIJAAAA    Forge{12.18.3.2511} [Minecraft Forge] (forge-1.10.2-12.18.3.2511-universal.jar) 
    UCHIJAAAA    openmodscore{0.11.5} [OpenModsLib Core] (minecraft.jar) 
    UCHIJAAAA    aether_legacy{1.10.2-v1.6} [Aether Legacy] (aether_legacy-1.10.2-v1.6.jar) 
    UCHIJAAAA    arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar) 
    UCHIJAAAA    AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.jar) 
    UCHIJAAAA    Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar) 
    UCHIJAAAA    AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
    UCHIJAAAA    Baubles{1.3.13} [Baubles] (Baubles-1.10.2-1.3.13.jar) 
    UCHIJAAAA    betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar) 
    UCHIJAAAA    BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar) 
    UCHIJAAAA    Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar) 
    UCHIJAAAA    chisel{MC1.10.2-0.2.1.47} [Chisel] (Chisel-MC1.10.2-0.2.1.47.jar) 
    UCHIJAAAA    cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar) 
    UCHIJAAAA    mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) 
    UCHIJAAAA    mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar) 
    UCHIJAAAA    netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.10.2-3.3.7.jar) 
    UCHIJAAAA    openmods{0.11.5} [OpenModsLib] (OpenModsLib-1.10.2-0.11.5.jar) 
    UCHIJAAAA    openblocks{1.7.6} [OpenBlocks] (OpenBlocks-1.10.2-1.7.6.jar) 
    UCHIJAAAA    StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar) 
    UCHIJAAAA    tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar) 
    UCHIJAAAA    tinkersaether{1.0.3-1.10.2} [Tinker's Aether] (tinkersaether-1.0.3-1.10.2.jar) 
    UCHIJAAAA    tinkersdefense{1.4.0.8a} [Tinkers' Defense] (tinkersdefense-1.4.0.8a.jar) 
    UCHIJAAAA    tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) 
    UCHIJAAAA    TTLBowAddon{1.0.0} [Tinkers Tool Leveling Bow addon] (TTLBowAddon-1.10.2-1.0.0.jar) 
    Loaded coremods (and transformers): 
CTMCorePlugin (CTM-MC1.10.2-0.3.2.35.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.1-70.jar)
  vazkii.quark.base.asm.ClassTransformer
OpenModsCorePlugin (OpenModsLib-1.10.2-0.11.5.jar)
  openmods.core.OpenModsClassTransformer
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  am2.asm.Transformer
    OpenModsLib class transformers: [pre_world_render_hook:ENABLED],[movement_callback:ENABLED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)

    Profiler Position: N/A (disabled)
    Player Count: 1 / 20; [EntityPlayerMP['Soap_Dragon'/2148, l='world', x=-175.79, y=70.00, z=-192.39]]
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

 

Any help is apreciated!

Posted (edited)
1 hour ago, MabelBea said:

java.lang.NullPointerException: Ticking entity
    at coldform.TTLBowAddon.modTTLBowAddon.onDeath(modTTLBowAddon.java:27)

Try updating the mod. If that does not work, try removing the mod or reporting to the mod's author.

 

EDIT: Just checked CurseForge. The author of the mod stopped updating, and the latest version of the mod has problems. You should remove the mod.

Edited by DavidM

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

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

    • Yep I did upgrade just because it showed me a new version available.  I'll redownload the mod list and make sure anything works.  Thanks!
    • The latest log was taken down by pastebin for some reason. Did you try removing the mods you added? The mods you updated, was there a specific reason you updated, or just because? It's possible the updates introduced incompatibilitie, or even need a newer build of forge. If you didn't need the updates for a specific reason, you could also try downgrading those mods.
    • Please read the FAQ, and post logs as described there. https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/
    • I am using forge 1.20.1 (version 47.3.0). My pc has an RTX 4080 super and an i9 14900 KF, I am on the latest Nvidia graphics driver, latest windows 10 software, I have java 23, forge 1.12.2 works and so does all vanilla versions but for some reason no version of forge 1.20.1 works and instead the game just crashes with the error code "-1." I have no mods in my mods fodler, I have deleted my options.txt and forge.cfg files in case my settings were causing a crash and have tried removing my forge version from the installations folder and reinstalling but no matter what I still crash with the same code and my log doesn't tell me anything: 18:34:53.924 game 2025-02-06 18:34:53,914 main WARN Advanced terminal features are not available in this environment 18:34:54.023 game [18:34:54] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, mrmirchi, --version, 1.20.1-forge-47.3.0, --gameDir, C:\Users\aryam\AppData\Roaming\.minecraft, --assetsDir, C:\Users\aryam\AppData\Roaming\.minecraft\assets, --assetIndex, 5, --uuid, 2db00ea8d678420a8956109a85d90e9d, --accessToken, ????????, --clientId, ZWI3NThkNzMtNmNlZS00MGI5LTgyZTgtYmZkNzcwMTM5MGMx, --xuid, 2535436222989555, --userType, msa, --versionType, release, --quickPlayPath, C:\Users\aryam\AppData\Roaming\.minecraft\quickPlay\java\1738838092785.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] 18:34:54.027 game [18:34:54] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Microsoft; OS Windows 10 arch amd64 version 10.0 18:34:54.132 game [18:34:54] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow 18:34:54.191 game [18:34:54] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 18:34:54.303 game [18:34:54] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 18:34:54.367 monitor Process Monitor Process crashed with exit code -1     screenshot of log: https://drive.google.com/file/d/1WdkH88H865XErvmIqAKjlg7yrmj8EYy7/view?usp=sharing
    • I am currently working on a big mod, but I'm having trouble with my tabs, I want to find a way to add tabs inside tabs, like how in mrcrayfishes furniture mod, his furniture tab has multiple other sub tabs to them, so i know it is possible but i just don't know how it is possible, any help would be appreciated, thanks
  • Topics

×
×
  • Create New...

Important Information

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