Jump to content

skipping entity id crash


007_lord1

Recommended Posts

so far i have been having a lot of trouble with my mod pack skipping an id sometimes corrupting the world for good.

applied energistics had the problem(they fixed it)

now having the problem with other mods on start up

and eventually if it doesn't crash at the start it will eventually crash with the same report

it may be the a mod's or my fault. But its happening a lot so maybe there's something in forge you can do to to make it happen less often

 

forge version:

forge-1.7.10-10.13.2.1343-1.7.10-universal.jar

 

I used the atlauncher to add forge so the must use the forge installer to post mite void this post

 

but here is the forge log

 

 

gist wouldn't display it so now using dropbox

 

well hopefully there is something you can do to make this kind of crash happen less often

Link to comment
Share on other sites

There was no crash there, and nothing to do with skipping entity ids.

You however do have a lot of stack traces in the log due to bad configurations of quite a few mods.

So.. What are you talking about?

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Time: 3/28/15 10:44 PM

Description: Unexpected error

 

java.lang.NullPointerException: Unexpected error

at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:745)

at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)

at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)

at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273)

at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1590)

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

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)

at net.minecraft.client.main.Main.main(SourceFile:148)

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:135)

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

 

there is the part of the crash and the minecraft log always says something like

skipping entity with id -30

when ever I get the crash

the number is different from time to time

 

all the entity ids from 1-226 are all used have over 160 mods in the pack

and yes the configs are probaly a bit messy

Link to comment
Share on other sites

Provide the actual log.

And for this trace it issue is that one of the mods you have installed is registering its mob ids incorrectly.

what are you configuring mob ids for? The mods no longer need to share the same ID space so there should not be any need to configure mob ids.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

well just freshly crashed minecraft with the same report put the entire log folder and crash report folders in my drop box for you to look at if the log you need is not ther then my game is just not making it.

the crash folder:

https://www.dropbox.com/sh/dexa3nusmy4kgx0/AAB3Yxf-5PwUiP7Mt5SxkmH9a?dl=0

the log folder:

https://www.dropbox.com/sh/czfd0sqo6jxa0oa/AAC0EyGkkGAytvpZsqL39oX1a?dl=0

 

if there is nothing in the links to help you then probably could just lock this topic.

 

and for the entity ids 8 of the mods share with vanilla minecraft heres the entity list from nei intergrations

 

https://www.dropbox.com/sh/0u670mu72sm7v1l/AADlQGgTBqVBgt6sTQzyBqRSa?dl=0

Link to comment
Share on other sites

AnimalBikes, Nopes NPCs, ToMuchTNT, 'fyresmodjam', thermalfoundation, and Flan's mod are ALL registering entities incorrectly.

Anything over the ID 128 will error.UNLESS they register their mobs correctly and use Forge's system.

Using Forge's system every mod gets its own ID range and nothing conflicts.

So, simple answer is you have to many 'bad' mods installed. Remove some or yell at the modder to update to the better system.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

was any entity in the data dump from mods registers incorrectly?

if so you need to make it clearer to mod makers about the better mob id system

 

railcraft

animalbikes

Reika

enderio

flansmod

headcrumbs

peripheralsplusplus

toomuchtnt

fyresmodjam(this one is the you will die mod)

thermalfoundation

noppes.npcs

 

because that's all the mods i found not using the good system

already trying to talk to some the mod makers about the problem

Link to comment
Share on other sites

I cant go and hold the hand of every mod maker there are PLENTY of tutorials on how to register entities as this system has been in place for over a year...

https://github.com/MinecraftForge/FML/blob/master/src/main/java/net/minecraftforge/fml/common/registry/EntityRegistry.java#L146

Point them at that.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Entities are saved to world by registered name NOT by ID. So if you do it correctly entities will NOT 'disappear'

We also have loading hooks you can use to translate things on chunk load. It's not difficult to do, just takes time.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Entities are saved to world by registered name NOT by ID. So if you do it correctly entities will NOT 'disappear'

We also have loading hooks you can use to translate things on chunk load. It's not difficult to do, just takes time.

Yea but they are disappearing when I register them by the same name.

Link to comment
Share on other sites

Find the loading code and take a look.

Logs should tell you if its a invalid entity with the whole "Skipping Entity with id <important information here>"

Looking at the csv dumps, yes you guys will have to manually register a 'alias' in the stringToClass map as Dies said.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

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

    • [main/WARN] [net.minecraft.server.Main/]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode 8400java.util.concurrent.ExecutionException: com.google.gson.JsonParseException: Error loading registry data: No key name in MapLike[{"elements":[{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"duneons:towns/village_creeperforest/town_center_01","processors":{"processors":[]},"projection":"rigid"},"weight":1}],"fallback":"minecraft:empty","forge:registry_name":"duneons:towns/village_creeperforest/town_centers"}] 8401at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?] 8402at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?] 8403at net.minecraft.server.Main.main(Main.java:182) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8404at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] 8405at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] 8406at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] 8407at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] 8408at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.3.13.jar%2367!/:?] 8409at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] 8410at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] 8411at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] 8412at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] 8413at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] 8414at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] 8415at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] 8416at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] 8417Caused by: com.google.gson.JsonParseException: Error loading registry data: No key name in MapLike[{"elements":[{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"duneons:towns/village_creeperforest/town_center_01","processors":{"processors":[]},"projection":"rigid"},"weight":1}],"fallback":"minecraft:empty","forge:registry_name":"duneons:towns/village_creeperforest/town_centers"}] 8418at net.minecraft.core.RegistryAccess.m_206152_(RegistryAccess.java:211) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8419at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] 8420at net.minecraft.core.RegistryAccess.m_206159_(RegistryAccess.java:210) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8421at net.minecraft.core.RegistryAccess.m_206171_(RegistryAccess.java:203) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8422at net.minecraft.resources.RegistryOps.m_206817_(RegistryOps.java:32) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8423at net.minecraft.resources.RegistryOps.m_206813_(RegistryOps.java:25) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8424at net.minecraft.server.Main.lambda$main$2(Main.java:160) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8425at net.minecraft.server.WorldLoader.m_214362_(WorldLoader.java:24) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8426at net.minecraft.server.WorldStem.m_214415_(WorldStem.java:18) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8427at net.minecraft.server.Main.lambda$main$3(Main.java:158) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8428at net.minecraft.Util.m_214652_(Util.java:775) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8429at net.minecraft.Util.m_214679_(Util.java:770) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8430at net.minecraft.server.Main.main(Main.java:157) ~[server-1.19.2-20220805.130853-srg.jar%23243!/:?] 8431... 13 more 8432  
    • Try using 1.20.6-50.0.5, it just fixed an issue related to enchanting: https://github.com/MinecraftForge/MinecraftForge/commit/0e829630da67c91d2b5a91ea4b65eb033f868e76
  • Topics

×
×
  • Create New...

Important Information

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