With Amber and the other clients that use java.exe (instead of javaws.exe), you need to mod the batch file so that it pauses after execution. You can do this by simply editing the batch file and adding the command "Pause" on a new line at the end. The error gets dumped to the console and may not necessarily be saved to the hard drive. If it is saved to the hard drive, you can try searching for "hs_err_pid.log," typically found in the Java installation directories, but can be put elsewhere depending on system settings.
Lalaxx wrote:Is there debug mode in haven so i can track error at the moment when game freezes?
You can always enable to console to display as a separate window. It has some limited features to give information about the current running app. Enable via the control panel>Advanced>"Java console." There are also options built in that you can enable for all apps (though it may significantly slow your app, even system, down) for logging and tracing. Other debug tools should be available with the JDK, but may require implementation in code to be used.
LostJustice wrote: You can do dxdiag in the search bar to tell computer specs and also if possible, get the current java version you are using. If you guys are running something similar in your computers than maybe that can help resolve the issue.
It'll get the hardware information, but won't report the correct driver information... since it's directx. We'll want the OpenGL and other related driver information.
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.