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

    • https://drive.google.com/file/d/1fPISu1m5Ica8CKDWj3PWVYPNgn85w2dk/view?usp=drive_link
    • @TileEntity no, the problem must be somewhere else, yes, we know that it eats a lot of frames, but it must be caused by something else, probably a mod or something, because for the first 10 days I played this modpack without problems on 4gb of ram, no problem, 200 fps, suddenly now when I start minecraft, minecraft runs for the first 2 minutes to 200 fps and suddenly the frame starts to be stretched very much. I assigned 8, then 12, then 16, and 24 gb of ram is just one amount. I always assign it after a different time, usually within 5 minutes, the game crashes due to lack of frame. the problem must be somewhere else, not only in the frame but in some mode or something strange, but it worked for me before and it works normally for my friends.
    • If you are using AMD/ATI, get the latest drivers from their website - do not update via system
    • So I don't have any other mods and I try to install my first mod. At first I tried turning on Forge but it didn't work for me. I entered into these logs and this is what debug I found.   [05maj2024 19:29:16.383] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, kod00, --version, 1.20.1-forge-47.2.30, --gameDir, C:\Users\Tadeusz\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Tadeusz\AppData\Roaming\.minecraft\assets, --assetIndex, 5, --uuid, 0b6cb7d0d9794ea3995565e2c9e6961f, --accessToken, ????????, --clientId, ZmVhZDQ5MDEtODA2ZC00OTZhLTg1NWEtNDAzYzhmZGVhYzAx, --xuid, 2535448611541717, --userType, msa, --versionType, release, --quickPlayPath, C:\Users\Tadeusz\AppData\Roaming\.minecraft\quickPlay\java\1714930153126.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.2.30, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [05maj2024 19:29:16.393] [main/INFO] [cpw.mods.modlauncher.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 [05maj2024 19:29:16.557] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow [05maj2024 19:29:16.668] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6   -------------------------------------------------------------   [05maj2024 19:29:16.383] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, kod00, --version, 1.20.1-forge-47.2.30, --gameDir, C:\Users\Tadeusz\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Tadeusz\AppData\Roaming\.minecraft\assets, --assetIndex, 5, --uuid, 0b6cb7d0d9794ea3995565e2c9e6961f, --accessToken, ????????, --clientId, ZmVhZDQ5MDEtODA2ZC00OTZhLTg1NWEtNDAzYzhmZGVhYzAx, --xuid, 2535448611541717, --userType, msa, --versionType, release, --quickPlayPath, C:\Users\Tadeusz\AppData\Roaming\.minecraft\quickPlay\java\1714930153126.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.2.30, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [05maj2024 19:29:16.393] [main/INFO] [cpw.mods.modlauncher.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 [05maj2024 19:29:16.428] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev] [05maj2024 19:29:16.448] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp] [05maj2024 19:29:16.468] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner] [05maj2024 19:29:16.485] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services [05maj2024 19:29:16.495] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\Tadeusz\AppData\Roaming\.minecraft [05maj2024 19:29:16.495] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\Tadeusz\AppData\Roaming\.minecraft\mods [05maj2024 19:29:16.495] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\Tadeusz\AppData\Roaming\.minecraft\config [05maj2024 19:29:16.495] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\Tadeusz\AppData\Roaming\.minecraft\config\fml.toml [05maj2024 19:29:16.550] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services:  [05maj2024 19:29:16.557] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow [05maj2024 19:29:16.668] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6   Can you help me with this?
  • Topics

×
×
  • Create New...

Important Information

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