I had identified that the error can also be caused due to two DEPRECIATED OPTIONS in JVM Arguments for launching the game!
A possible fix including enabling experimental development versions, is to remove these options in the arguments of JVM: "+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:", I had detected the error because of a warning that was shown at the Game Output telling that the JVM couldn't be started as result of the depreciated option.
I had identified that the error can also be caused due to two DEPRECIATED OPTIONS in JVM Arguments for launching the game!
A possible fix including enabling experimental development versions, is to remove these options in the arguments of JVM: "+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:", I had detected the error because of a warning that was shown at the Game Output telling that the JVM couldn't be started as result of the depreciated option.