Re: Wine+Java+Nvidia crashes

2009-03-13 Thread Ben Klein
2009/3/14 Rick Jones : > I'm running a Java app built for Windows (therefore needs Wine), and on a > machine with Nvidia graphics it crashes when it tries to draw the main > window. The exact same application and OS configuration on a different > machine with Intel graphics works fine. OS-specific

Re: Wine+Java+Nvidia crashes

2009-03-13 Thread Stefan Dösinger
Am Samstag, 14. März 2009 00:35:25 schrieb Rick Jones: > Sometimes the simplest things can be the least obvious. I've just tried > disabling d3d9 in Configure Wine and it works! I just hadn't thought of > doing that - I guess I assumed that because it was calling d3d9 it needed > it. I guess Java i

Re: Wine+Java+Nvidia crashes

2009-03-13 Thread Rick Jones
--On Friday, March 13, 2009 23:24:56 +0100 StefanDösinger wrote: ¦ It is next to impossible to tell what is going wrong here. I'm afraid someone ¦ will have to dig into the GL calls and try to reproduce the crash in a ¦ stand-alone app and report it to Nvidia. That can be a quite nasty task.

Re: Wine+Java+Nvidia crashes

2009-03-13 Thread Stefan Dösinger
It is next to impossible to tell what is going wrong here. I'm afraid someone will have to dig into the GL calls and try to reproduce the crash in a stand-alone app and report it to Nvidia. That can be a quite nasty task. You might be able to get your app running by disabling d3d9.dll(d3d9="" in

Wine+Java+Nvidia crashes

2009-03-13 Thread Rick Jones
I'm running a Java app built for Windows (therefore needs Wine), and on a machine with Nvidia graphics it crashes when it tries to draw the main window. The exact same application and OS configuration on a different machine with Intel graphics works fine. It crashes in wined3d, although the ap