uiytt 0 Report post Posted January 19 (edited) Please read all the post, i know that the base probleme concern a mod and not forge himself, but read all to undearstand why it's related to Forge So basicly i have OTG and Thermal Foundation, when i tried to go on my server (on a linux VPS) after restarting my server for a second time, i receive this from OTG: [com.pg85.otg.forge.asm.OTGHooks:countMissingRegistryEntries:201]: Items/Blocks/Biomes appear to be missing from the registry. Forge will show an error message about this and you will not be able to join the world. Forge will display a list of missing registry entries, you can ignore any otg biomes on that list as they do not actually need to be registered. The missing registries error is caused by other mods, not OTG. And just under : [16:34:26] [Client thread/ERROR] [FML]: Unidentified mapping from registry minecraft:recipes [16:34:26] [Client thread/ERROR] [FML]: thermalfoundation:material_145: 6756 [16:34:26] [Client thread/ERROR] [FML]: thermalfoundation:material_144: 6739 [16:34:26] [Client thread/ERROR] [FML]: thermalfoundation:material_141: 6724 [16:34:26] [Client thread/ERROR] [FML]: thermalfoundation:material_143: 6726 [16:34:26] [Client thread/ERROR] [FML]: thermalfoundation:material_142: 6725 [16:34:26] [Client thread/ERROR] [FML]: thermalfoundation:material_140: 6723 So, beacause OTG says it's not from him, i went on the discord of CoFH (creator of Thermal). And i receive an answer from a CoFH member saying that : Quote it's complaining about recipies there's no fix, you just ignroe it and report a bug to forge for telling you there's a problem where there has never been a problem recipies change, and forge needs to get along with it and i also receive this : Quote Thermal uses a single material but all different damage values So it's said that comme from forge, do you know how to solve it ? Forge Version : 14.23.5.2807 Java version : 1.8.0_201 Thermal Foundation : 2.6.1.22 Open Terrain generator : 1.12.2 v6 mc version : 1.12.2 Sorry for my english Edited January 19 by uiytt Share this post Link to post Share on other sites
Choonster 1593 Report post Posted January 19 It looks like Forge is complaining because there are recipe IDs saved in your world that no longer exist in Thermal Foundation. The strange thing is, the recipe registry is explicitly configured to not be saved to the disk; so there shouldn't be any saved recipe IDs in the first place (and there aren't in any of my worlds). Are you using any mods apart from Thermal Foundation/OTG? Could you please post your world's level.dat file? Share this post Link to post Share on other sites
uiytt 0 Report post Posted January 19 Yes i actually use a lot of mod apart from Thermal and OTG and i just figured that with only the two in don't have problem... i will test what other mod cause the error This my level.dat file with the level.dat_old under : https://gist.github.com/uiytt/25f7fc8d37245a0733c22c29ec33fc1e Share this post Link to post Share on other sites
quadraxis 17 Report post Posted January 19 level.dat is a data file. This means that, unlike logs and config files, uploading it to a service like Gist isn't very helpful. Just add it as a normal file attachement in these cases. Share this post Link to post Share on other sites
uiytt 0 Report post Posted January 19 1 minute ago, quadraxis said: level.dat is a data file. This means that, unlike logs and config files, uploading it to a service like Gist isn't very helpful. Just add it as a normal file attachement in these cases. Ok it's done thanks ^^ level.dat_old level.dat Share this post Link to post Share on other sites
Choonster 1593 Report post Posted January 20 I think I know what's going on now. The missing recipe IDs warning isn't from Forge loading the IDs saved with the world, it's from Forge loading the server's IDs into the client's registries. This means that the server has several recipes that the client doesn't know about, which is probably due to the client and server having different versions of Thermal Foundation installed. Share this post Link to post Share on other sites
uiytt 0 Report post Posted January 20 (edited) 3 hours ago, Choonster said: I think I know what's going on now. The missing recipe IDs warning isn't from Forge loading the IDs saved with the world, it's from Forge loading the server's IDs into the client's registries. This means that the server has several recipes that the client doesn't know about, which is probably due to the client and server having different versions of Thermal Foundation installed. No I checked and checked again, I have the same version on my server and on my client. I think that a third mod cause that since my server with only Thermal and OTG works fine I will continue to test and i will send a message as soon as i find ^^ Edited January 20 by uiytt Share this post Link to post Share on other sites
DaemonUmbra 144 Report post Posted January 20 Have you made sure the configs are identical as well? Share this post Link to post Share on other sites
uiytt 0 Report post Posted January 20 9 hours ago, DaemonUmbra said: Have you made sure the configs are identical as well? Yes i have tried to put my config of thermal from my server on my client and it doesn't work... This is my log : https://gist.github.com/uiytt/e45535b1077755aa9be734a7df40dd42 Share this post Link to post Share on other sites