diff options
author | Sven Gothel <[email protected]> | 2012-11-06 16:10:51 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-11-06 16:10:51 +0100 |
commit | b83b068c0f426f24a58e2bd9f52de9ebd0c7876d (patch) | |
tree | eba95025517c96d7adb83824dec247c77f506fdc /make/scripts/java-win64.bat | |
parent | 9e2563da5e40964d691fe9502de6c9178f98bee0 (diff) |
Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream before destruction of drawable
Lack of finishing the GL command stream lead to a SIGSEGV on Windows w/ Nvidia driver
where probably pending GL commands were still being processed concurrently.
Diffstat (limited to 'make/scripts/java-win64.bat')
-rwxr-xr-x | make/scripts/java-win64.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/java-win64.bat b/make/scripts/java-win64.bat index 99f9bdcef..9dc1113a7 100755 --- a/make/scripts/java-win64.bat +++ b/make/scripts/java-win64.bat @@ -17,3 +17,4 @@ echo CP_ALL %CP_ALL% set X_ARGS="-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true"
%J2RE_HOME%\bin\java -classpath %CP_ALL% "-Djava.library.path=%LIB_DIR%" %X_ARGS% %* > java-win64.log 2>&1
+tail java-win64.log
|