edgar-mtz-e / slimdx

Automatically exported from code.google.com/p/slimdx
0 stars 0 forks source link

Changing monitors #298

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
it seams that when we move a window from one monitor to the other the
sample framework can not handle the recreation of the device (direct3d).
the Direct3D9 property of the DeviceSettings class is null at the time the
InitializeDevice method from the GraphicsDeviceManager class is called.  

Original issue reported on code.google.com by xdi...@gmail.com on 8 Jul 2008 at 2:33

GoogleCodeExporter commented 9 years ago
I'm unable to repro this....any other information that mighr help?

Original comment by promit....@gmail.com on 9 Jul 2008 at 10:26

GoogleCodeExporter commented 9 years ago
there is nothing more to tell... :( i was running the particles sample and when 
i
drag n drop the window from monitor 1 to monitor 2 the application crashed.. 
both
release and debug

Original comment by xdi...@gmail.com on 10 Jul 2008 at 2:32

Attachments:

GoogleCodeExporter commented 9 years ago
What hardware and driver?

Original comment by promit....@gmail.com on 10 Jul 2008 at 6:36

GoogleCodeExporter commented 9 years ago
Oh, and operating system version.

Original comment by promit....@gmail.com on 10 Jul 2008 at 6:36

GoogleCodeExporter commented 9 years ago
Win XP sp3 intel E6850 2.75Gb Ram nvidia 8800GTX

Original comment by xdi...@gmail.com on 10 Jul 2008 at 7:22

GoogleCodeExporter commented 9 years ago
driver version 6.14.11.7519

Original comment by xdi...@gmail.com on 10 Jul 2008 at 7:50

GoogleCodeExporter commented 9 years ago
i think that there is something here ... i was checking the 638(latest) 
revision from
the repository not the June 2008 release 

Original comment by xdi...@gmail.com on 10 Jul 2008 at 8:10

GoogleCodeExporter commented 9 years ago
Should be fixed now. Let me know if it isn't.

Original comment by Mike.Popoloski on 12 Jul 2008 at 5:09

GoogleCodeExporter commented 9 years ago
the settings are ok but the Direct3D9Object is null from the ReleaseDevice9 
method i
think that we soulld EnsureD3D9 is called before the creation of the device 
thanx for
the AdapterOrdinal and the Multithread flag

Original comment by xdi...@gmail.com on 13 Jul 2008 at 9:37

GoogleCodeExporter commented 9 years ago
Yes, I forgot about that one. It will be in my next commit.

Original comment by Mike.Popoloski on 13 Jul 2008 at 12:00