tmodloader crashing on start up
i can just launch tmod just fine a few days ago but now its just crashing on start up, i tried to verify files and it doesnt work
even with uninstalling to all mods
1 Reply
Automatic Hastebin for ruffyruffles
(client.log)
: https://hst.sh/iyitiseqak.cs
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.