hi
I am still writing my rFactor plugin using JVM invokation. And I get very strange VM crashes. When I run the game in fullscreen exclusive mode, everything works fine. But when I run it in windowed mode, the VM crashes every time, I execute createGraphics() on a BufferedImage object. This doesn’t happen on all systems, but at least on mine (WinXP 32-SP3) andon a friend’s (Win-XP-64-SP2). This didn’t always happen. I don’t know, if it is something in my code or a bug in the current Java version.
java.vm.vendor = "Sun Microsystems Inc."
java.vm.name = "Java HotSpot(TM) Client VM"
java.vm.version = "14.3-b01"
java.runtime.version = "1.6.0_17-b04"
java.awt.graphicsenv = "sun.awt.Win32GraphicsEnvironment"
Does anybody know a solution?
Marvin
