Random things not working on server
Kwesty4658 opened this issue ยท 6 comments
Bug Description
Some crafting recipes don't work, ones that we have found so far are: Stone mallet, cauldron, hopper, Builders wand
Some materials won't smelt in the tinkers smeltery (we have two and they both don't work) materials we've found so far are: Glowstone and Redstone
Crashing when looking at a coresample (Fixed this by deleted everything to do with immersive petroleum, may be relevant to the issue however)
when attempting to chisel a block, it attempts to chisel it but doesn't (Only found to happen with basalt)
Some crafting recipes will show a stack of diamonds, but when taking out it will be the right item
note: Mcprohosting used to host server before it was terminated, had to get them to download a backup and after that these issues started to appear
Did this behaviour use to work in the previous version?
Haven't played a previous version
Steps to Reproduce (for bugs)
Try and craft/smelt the items listed
Bugs started after a server backup was loaded
Logs
Client log: 2021-02-11-1.log
Server log: latest.log
Client Information
- Modpack Version: 3.1.8
- Java Version: 1.8.0_281
- Launcher Used: Curseforge
- Memory Allocated: 8gb
- Server/LAN/Single Player: Server
- Optifine Installed: Yes
- Shaders Enabled: Yes, Internal (all players use internal)
World Information
- Modpack Version world created in: 3.1.7
- Additional Content Installed: Server has helpfixer
Server Information
- Java Version: 1.8.0_281
- Operating System: Windows 10 home
- Hoster/Hosting Solution: home hosted
- Sponge (Non-Vanilla Forge) Server: No
I have had a very similar issue where yesterday on the 8th I noticed that some recipes such as the hopper recipe were not working and some recipes that were still working such as some with machines would either give an unknown item or a seemly random item. For example, a 4 bronze in the plate press would usually produce a bronze gear is now producing a modularium plate and iron gear produces and invar rod and modular plates produce and unknown item which is untextured. Some other strange occurrences is some of the ore deposits are now displaying the incorrect textures, the silicon ore despite display as Mars Iron Ore. I have tried reverting to a previous state of the world from the multiple backups I have kept but the issues persist in backups of the world which at the time were working fine with no issues. I have tried reinstalling the pack server side but this did not fix the issue. I tried disabling foam fix in case there was a slim possibility that this was causing the issue, it was not. I also took the liberty to update ContentTweaker and CraftingTweak2 but this also did not fix the issue.
Log: https://gist.github.com/JensenButton9/f0ddfcb243cfd96e5cd55a63f7dda270
The issue doesn't occur with the world on singleplayer. Is this the case with your Server?
@JensenButton9 This looks like what happens when contenttweaker part and block IDs do not match between server and client (stored at ./config/acronym/saved/
) - often a result of not including the config directory when setting up the server, but equally could be a result of the recent problems with the Curseforge launcher. Can you revert the changes you've made to the pack, and then attach your crafttweaker logs for both server and client.
I think your theory may be correct considering all the changes I made but I was able to fix the problem by copying the client side files to the server and combining with the server setting forge jar, Minecraft jar as well as the bat files to start the server and server JVM argument and memory settings. What gave me the idea is I took the server world and opened it up in single player, where the issue disappears, which at that point, I was certain it was something to do with the files for the server config most likely as the mods are the same bar the disabled client-side mods server side.
I tested your idea by copying over the mentioned client-side config and it produced the same results as copy over all the client side files.
Log Before:
CraftingTweaks Server: https://gist.github.com/JensenButton9/4d4fdfccdf7b09b6caaef5086426ad9e
CraftingTweaks Client: https://gist.github.com/JensenButton9/11ce04572638b0845902199d60af9f19
Client Log: https://gist.github.com/JensenButton9/b51b63db872cb04693b67cc208d2bc13
Log After:
CraftingTweaks Server: https://gist.github.com/JensenButton9/1fba472dd1fb60574016d3ef40de7859
CraftingTweaks Client: https://gist.github.com/JensenButton9/49f9993ff3e90760ec9784c0fabe820c
Client Log: https://gist.github.com/JensenButton9/497e801ed96e3bf75c794cce2915dcab
Sever Log: https://gist.github.com/JensenButton9/7d555e16fefaaaa1c17c9412365f96c8
Hopefully this information provides useful.