WIP Windows DirectX 11 upgrade test thread - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: WIP Windows DirectX 11 upgrade test thread (/showthread.php?tid=218274) |
RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-02-25 (2015-02-25, 21:51)thecYrus Wrote: drag & drop the kodi window from one GPU to another crashes it. (it's a 3 screens setup with 2 GPUs)Thanks but your log is not a Debug Log. Please enable debug logging then try to reproduce issue. (2015-02-25, 22:22)thecYrus Wrote: It's just that the current build doesn't handle GPU "remove" events. (DXGI_ERROR_DEVICE_REMOVED)It does but this scenario is not tested. I have no possibility to test it. RE: Windows DirectX 11 upgrade test thread - thecYrus - 2015-02-25 (2015-02-25, 23:01)afedchin Wrote:(2015-02-25, 21:51)thecYrus Wrote: drag & drop the kodi window from one GPU to another crashes it. (it's a 3 screens setup with 2 GPUs)Thanks but your log is not a Debug Log. Please enable debug logging then try to reproduce issue. yeah sorry, debug wasn't enabled anymore. file updated. (http://1drv.ms/1LEdiqP) 22:15:22 T:9124 DEBUG: CWinEventsWin32::WndProc: window move event 22:15:22 T:9124 DEBUG: Previous line repeats 54 times. 22:15:22 T:9124 ERROR: CGUIFontTTFDX::CreateVertexBuffer - Failed to create vertex buffer. 22:15:22 T:9124 ERROR: Previous line repeats 3 times. 22:15:22 T:9124 DEBUG: CRenderSystemDX:resentRenderImpl - device removed 22:15:22 T:9124 ERROR: DXGI_ERROR_DEVICE_REMOVED RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-02-26 New build: Fixed:
Download link in the first post. @thecYrus Please try reproduce issue with new build. Thanks. RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-02-26 Not so good http://pastebin.com/Rw2d2ama Quote:18:39:13 T:5004 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,809,482)->(228,241,1053,761) RE: Windows DirectX 11 upgrade test thread - thecYrus - 2015-02-26 (2015-02-26, 15:38)afedchin Wrote: New build: it works. No crash while changing the screen anymore. But it freezes for a couple of seconds. I've updated the logfile again. Maybe you can see something. But thanks anyway! http://1drv.ms/1LEdiqP RE: Windows DirectX 11 upgrade test thread - thecYrus - 2015-02-26 just found another thing. switching to fullscreen-mode (alt+enter on windows) moves kodi to the screen which is set as primary in windows. it doesn't stay on the screen where it's active. RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-02-26 @Martijn Strange. Nothing critical changed in this part. Does issue exist with prev build? @thecYrus In your log device was changing three times within three seconds: from initial 9800GT to GF210 (at 19:14:27), then back to 9800GT (at 19:14:28), then again to GF210 (at 19:14:30). I know what Kodi freezes during recreating all resources but I can do nothing with this. DX11 implementation uses much more resources (textures, buffers, states) which require recreating after changing adapter. Edit: (2015-02-26, 20:32)thecYrus Wrote: just found another thing. switching to fullscreen-mode (alt+enter on windows) moves kodi to the screen which is set as primary in windows. it doesn't stay on the screen where it's active.You can change monitor in fullscreen-mode in the Kodi settings. RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-02-26 Last one that worked was from 20th RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-02-26 @Martijn Can you try with current branch? If issue is resolved I'll publish new build. RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-02-26 All fine now. Playback on the one that wouldn't start before (and now does) http://pastebin.com/xc6BhMGF Playback on the one that had no video in fullscreen (and now has) http://xbmclogs.com/pzjmla4vs RE: Windows DirectX 11 upgrade test thread - afedchin - 2015-02-27 @Martijn, Not all so good. I saw in your first log what the dxva not works in general (decoding and rendering). Please can you check what your video driver is WDDM1.2? RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-02-27 (2015-02-27, 08:37)afedchin Wrote: @Martijn, If you can tell how, sure. Finding out seems a real bitch. RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-02-27 The win7 computer with NIVIA GTX275 using the \ key for switching fullscreen mode switches my screen to a lower res. http://pastebin.com/jTJcicqk CWinSystemWin32::SetFullScreen (windowed) on screen 0 with size 635x374, refresh 0.000000 Using new build from this morning RE: Windows DirectX 11 upgrade test thread - paavoris - 2015-02-27 (2015-02-27, 19:23)Martijn Wrote:(2015-02-27, 08:37)afedchin Wrote: Please can you check what your video driver is WDDM1.2? dxdiag.exe should be able to tell that. Check the second tab. http://i.imgur.com/WfHNfwI.png (image is from Finnish version) RE: Windows DirectX 11 upgrade test thread - Martijn - 2015-02-27 it's WDDM 1.1 (Seems like that's almost standaard for Win7). |