Crash on Startup!
I currently have no clue what's going on, it worked as recently as 8:30AM today.
2 Replies
I need to unsubscribe from the Overhaul Music Resource pack, something in it is causing the game to crash on startup, I will also take this to the overhaul support
I fixed it by Uninstalled "Terraria Overhaul Music Pack" from the vanilla game.
Tag: badrp
You have a resource pack enabled that is not compatible with tModLoader. Follow this section of the FAQ to disable the resource packs from your
config.json
so you can open the game again https://github.com/tModLoader/tModLoader/wiki/Basic-tModLoader-Usage-FAQ#disable-all-resource-packs
Explanation: tModLoader is more strict about what files are in mods and in resource packs. The resource pack has two files with the same name, but with different file extensions. For Example: Item_1.png
and Item_1.xnb
or Music_1.wav
and Music_1.mp3
. Vanilla just ignores one of the duplicates, but tModLoader detects both and raises an error. To fix it, either remove one of the duplicate files or place one of the duplicate files in a non-standard folder so it won't be read by the resource pack system. If you are not the author of the resource pack, report it to the author so they can update the resource pack.