Forkk / MultiMC

(Note: MultiMC 3 is no longer being maintained. See https://github.com/Forkk/MultiMC4 instead.) A Minecraft tool that allows you to manage multiple installations as well as install and uninstall mods by simply dragging and dropping them. (This is the C# version)
http://forkk.net/MultiMC/
22 stars 9 forks source link

Update to Launcher to print full stacktrace #75

Closed ShaRose closed 12 years ago

ShaRose commented 12 years ago

Replaced the original error printing code with e.printStackTrace(); which includes not only e.toString(), but the full backtrace, meaning you can actually find out what is going on. It already prints to System.err.

ShaRose commented 12 years ago

Oh, and since I just did this in Github's edit thing, you'll need to actually recompile the launcher class. I'm lazy, what can I say.