T
tModLoader13mo ago
fair-rose

unable to launch tmodloader

when launching it opens 2 windows of cmd.exe then launches terraria which immediatley crashes
14 Replies
tModLoader
tModLoader13mo ago
Welcome to #support-forum. Before someone helps you, please first consult the information in #TML Troubleshooting Guide and try all the suggestions that might fit your particular issue, especially in the linked FAQ page. If the information in the pinned thread does not solve your issue, please post all log files by dragging and dropping them into this chat. In Steam right click on tModLoader in the library, then hover over Manage and click on Browse local files. In the folder that appears find tModLoader-Logs and open that folder. Inside that folder are the logs files. Select them all except the Old folder and drag them into this chat. If you need a visual guide to this process watch this: https://github.com/tModLoader/tModLoader/assets/4522492/3f4efa43-753f-4733-b630-ba85e711340c
fair-rose
fair-roseOP13mo ago
logs provided launching nornal terraria works fine, it is just tmodloader checking the logs, it seems to be a file pathing issue? ? reinstalling both terraria and tmodloader does not fix the issue including switching hard drives boosting this i see an error '2024.5.3.1" is a newer version
Michaelsoftman
Michaelsoftman13mo ago
Nothing is in the logs you posted previously, can you post the new ones?
fair-rose
fair-roseOP13mo ago
its a problem with busybox, when i used procdump it loaded it just fine can you vc and watch this?
fair-rose
fair-roseOP13mo ago
fair-rose
fair-roseOP13mo ago
here is the minidump @jopojelly
cat
cat13mo ago
vcing doesnt magically clear up the issue and dont ping jopo he has better things to do
cat
cat13mo ago
GitHub
Basic tModLoader Usage FAQ
A mod to make and play Terraria mods. Supports Terraria 1.4 (and earlier) installations - tModLoader/tModLoader
fair-rose
fair-roseOP13mo ago
im just going to launch with procdump, it works fine busybox is whats messing it up
jopojelly
jopojelly13mo ago
What if you just launch using dotnet\dotnet.exe tModLoader.dll -console. You shouldn't need to involve procdump I looked at your dump file and nothing stood out except OldNewExplorer.dll. I don't know what that is but if running it through the bat file doesn't work but running it directly does, it sounds related
fair-rose
fair-roseOP13mo ago
oldnewexplorer re-adds the old info bar from windows 7 to explorer could i edit the bat to not use the busybox sh and use that instead? its 100% a problem with busybox what would i need to write in the bat for it to work?
jopojelly
jopojelly13mo ago
just change the 3rd line to dotnet\dotnet.exe tModLoader.dll %*

Did you find this page helpful?