Re: Sweet home not working anymore
same for me no differenceHi,Crash log in hs_err_pid*.log suggests this is a Direct3D issue:Code: Select all
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j sun.java2d.d3d.D3DGraphicsDevice.getDeviceCapsNative(I)I+0 j sun.java2d.d3d.D3DGraphicsDevice.access$000(I)I+1 j sun.java2d.d3d.D3DGraphicsDevice$1.run()V+8 v ~StubRoutines::call_stub j sun.awt.windows.WToolkit.eventLoop()V+0 j sun.awt.windows.WToolkit.run()V+58 j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub
So, according to http://docs.oracle.com/javase/7/docs/te ... flags.html
we can switch to OpenGL.
- Create empty file SweetHome3D.l4j.ini near SweetHome3D.l4j.exe
- Add "-Dsun.java2d.opengl=true" into that file.
After these steps SH3D works for me at latest Windows 10 1703.
Without effect for me ! [:(] [:((] [#-o]