Launch minecraft verbosely from the command line and pipe that into a text document. It will make the error much easier to find because it will be in the last line and the command line will tell you what went wrong. (Works every time for me and my father at least.)
Ooooh! IIRC, you can compile java into full machine code with GCC, and you can compile it into C code so that people can actually figure what what the hell went wrong. Use the -O3 -march=normal -mtune=normal extensions to optimize to your system. (Note: this will take forever to compile)
Ooooh! IIRC, you can compile java into full machine code with GCC, and you can compile it into C code so that people can actually figure what what the hell went wrong. Use the -O3 -march=normal -mtune=normal extensions to optimize to your system. (Note: this will take forever to compile)