by loftar » Sun Oct 11, 2015 1:56 am
Generally speaking, if the client "just closes" without a crash report or anything, that is indicative of Java crashing, rather than the client itself, and telling why that happens can be tricky. It is not seldom due to driver bugs, but there have been instances of other weird things as well, like corrupted Java installations or bad extensions or whatnot.
When a Java process crashes, it usually leaves behind a crash log-file which tells more about the crash, but it can be hard to know where it puts the file. You could try searching your hard drive for files containing "hs_err_pid" in their names.
"Object-oriented design is the roman numerals of computing." -- Rob Pike