[HELP] Failed to load dependency sourceentity for procedure

Started by MyAngelKoishiChan on

Topic category: Help with modding (Java Edition)

Last seen on 03:46, 2. Dec 2020
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[HELP] Failed to load dependency sourceentity for procedure
Fri, 09/18/2020 - 20:08 (edited)

:c
My Procedures don't work may be because of this issue
"Dependency Provided By" has a SourceEntity in it. But This error happens :c
Event Trigger: Entity Attacked
https://pastebin.pl/view/70c9216e
Logs in MCreator

This happened When Player(me) Attacking Some entity for test
 

Edited by MyAngelKoishiChan on Fri, 09/18/2020 - 20:08
Last seen on 22:29, 27. Mar 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
does it crash before getting…
Fri, 10/02/2020 - 00:05

does it crash before getting into mcreator, if so, remove the thing you made (if its blocks remove the blocks from the trigger, so you wont have to restart) and if its when an entity gets attacked that crashes your game, check if ranged items trigger it as well, if it is then try and changing it, since this also happened to me, i found a way to fix it 

Last seen on 22:29, 27. Mar 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
32:58.49 [Server thread/INFO…
Fri, 10/02/2020 - 00:10
  1. 32:58.49 [Server thread/INFO] [minecraft/MinecraftServer]: Dev joined the game

  2. 36:58.49 [Server thread/DEBUG] [FMLLoginWrapper/FMLHANDSHAKE]: Recieved login wrapper packet event for channel fml:handshake with index -1

  3. 1;31:58.49 [Server thread/ERROR] [IndexedMessageCodec/SIMPLENET]: Received empty payload on channel fml:handshake

  4. 32:58.49 [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...

  5. 32:58.49 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/minecraft:overworld

it seems when you joined what ever handshake was is what crashed your game 

Last seen on 22:29, 27. Mar 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
33:58.51 [Client thread/WARN…
Fri, 10/02/2020 - 00:11
  1. 33:58.51 [Client thread/WARN] [minecraft/SoundEngine]: Unable to play empty soundEvent: minecraft:entity.slime.jump_small

  2. 33:58.51 [Client thread/WARN] [minecraft/SoundEngine]: Unable to play empty soundEvent: minecraft:entity.slime.squish_small

  3. 32:58.52 [Client thread/INFO] [STDERR/]: [net.mcreator.moem.procedures.AdvanceAttackingpProcedure:executeProcedure:34 Failed to load dependency sourceentity for procedure AdvanceAttackingp!

  4. 32:58.53 [Client thread/INFO] [STDERR/]: [net.mcreator.moem.procedures.AdvanceAttackingpProcedure:executeProcedure:34 Failed to load dependency sourceentity for procedure AdvanceAttackingp!

  5. 32:58.55 [Client thread/INFO] [STDERR/]: [net.mcreator.moem.procedures.AdvanceAttackingpProcedure:executeProcedure:34 Failed to load dependency sourceentity for procedure AdvanceAttackingp!

  6. 32:58.56 [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game...

  7. 32:58.56 [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/minecraft:overworld

  8. 36:58.56 [Server thread/DEBUG] [FMLWorldPersistenceHook/WP]: Gathering id map for writing to world save New World

 

also it shows another line saying that a advanced attacking procedure might also have crashed your game

Last seen on 03:46, 2. Dec 2020
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
idk but minecraft did not…
Mon, 10/05/2020 - 08:57

idk but minecraft did not shutdown or shutting down the world
it just didnt do anything 
but thanks

Last seen on 22:29, 27. Mar 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
? when you mean did nothing…
Mon, 10/05/2020 - 15:52

? when you mean did nothing how so? did it close the java tab for minecraft, or did it freeze and make you close it your self, if so disable whatever you recently added since that' what is crashing your game

Last seen on 03:46, 2. Dec 2020
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it just didnt do anything…
Mon, 10/05/2020 - 23:46

it just didnt do anything. minecraft itself didnt freeze or close minecraft itself didnt affected
i didnt thought it was crashing. because minecraft itself didnt have any issues. just my mod didnt work and did nothing.

Last seen on 22:29, 27. Mar 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh that's what you meant, no…
Tue, 10/06/2020 - 17:15

oh that's what you meant, no so what's happening is that when your mod is building and about to open the java minecraft it stops and gives you your log, and the light in the top corner turns red, it just means something you made is the problem, maybe you updated and something glitched while it was transitioning, like attack speed on a tool, or something else

Last seen on 03:46, 2. Dec 2020
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks! :D ill try fix them…
Wed, 10/07/2020 - 03:43

thanks! :D ill try fix them later!