Question / Help DirectX 10 failed to initialize?

negimized

New Member
Hey there you guys of the OBS community.

I am having this issue with the dx10 after clicking "preview stream" BUT, I never had this issue before. It just appeared suddenly when after I imported my settings to my current computer.

Here's the log:

Code:
20:02:24: CLR host plugin strings not found, dynamically loading 4 strings
20:02:24: CLRHost::Initialize() attempting to load and start the .NET runtime (null)
20:02:24: CLRHost::Initialize() Found version v2.0.50727 .NET runtime
20:02:24: CLRHost::Initialize() Found version v4.0.30319 .NET runtime
20:02:24: CLRHost::Initialize() attempting to use v4.0.30319 .NET runtime
20:02:24: CLRHost::LoadInteropLibrary() load the assembly plugins\CLRHostPlugin\CLRHost.Interop.dll
20:02:24: CLRHost::LoadPlugins() attempting to load the plugin assembly CLRBrowserSourcePlugin
20:02:24: CLRHost:: Could not find/load browser settings at location C:\Users\Wai Liam\AppData\Roaming\OBS\pluginData\browser.json
20:02:24: CLRHost:: Exception: System.IO.FileNotFoundException: Could not find file 'C:\Users\Wai Liam\AppData\Roaming\OBS\pluginData\browser.json'.
20:02:24: File name: 'C:\Users\Wai Liam\AppData\Roaming\OBS\pluginData\browser.json'
20:02:24:    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
20:02:24:    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
20:02:24:    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
20:02:24:    at CLRBrowserSourcePlugin.Shared.BrowserSettings.Reload()
20:02:24: CLRHost::LoadPlugins() successfully added CLR plugin [Type: CLRBrowserSourcePlugin.CLRBrowserSourcePlugin, Name: CLR Browser Source Plugin]
20:03:24: Open Broadcaster Software v0.651b - 32bit (´・ω・`)
20:03:24: -------------------------------
20:03:24: CPU Name: Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz
20:03:24: CPU Speed: 2666MHz
20:03:24: Physical Memory:  4095MB Total, 1307MB Free
20:03:24: stepping id: 5, model 26, family 6, type 0, extmodel 0, extfamily 0, HTT 1, logical cores 8, total cores 4
20:03:24: monitor 1: pos={0, 0}, size={1920, 1080}
20:03:24: monitor 2: pos={-1920, 0}, size={1920, 1080}
20:03:24: Windows Version: 6.1 Build 7601 S
20:03:24: Aero is Enabled
20:03:24: -------------------------------
20:03:24: OBS Modules:
20:03:24: Base Address     Module
20:03:24: 013D0000         OBS.exe
20:03:24: 0FC60000         OBSApi.dll
20:03:24: 59540000         CLRHostPlugin.dll
20:03:24: 0ABE0000         DShowPlugin.dll
20:03:24: 0F130000         GraphicsCapture.dll
20:03:24: 0F410000         NoiseGate.dll
20:03:24: 550D0000         PSVPlugin.dll
20:03:24: 77030000         scenesw.dll
20:03:24: ------------------------------------------
20:03:24: Adapter 1
20:03:24:   Video Adapter: NVIDIA GeForce GTX 560 Ti  
20:03:24:   Video Adapter Dedicated Video Memory: 1027014656
20:03:24:   Video Adapter Shared System Memory: 2948161536
20:03:24:   Video Adapter Output 1: pos={0, 0}, size={1920, 1080}, attached=true
20:03:24:   Video Adapter Output 2: pos={-1920, 0}, size={1920, 1080}, attached=true
20:03:24: =====Stream Start: 2015-07-07, 20:03:24===============================================
20:03:24:   Multithreaded optimizations: On
20:03:24:   Base resolution: 1920x1080
20:03:24:   Output resolution: 1280x720
20:03:24: ------------------------------------------
20:03:24: Loading up D3D10 on NVIDIA GeForce GTX 560 Ti (Adapter 1)...
20:03:24: D3D10CreateDeviceAndSwapChain1: Failed on NVIDIA GeForce GTX 560 Ti: 0x8007000e. Trying compatibility mode
20:03:24: D3D10CreateDeviceAndSwapChain1: Failed on NVIDIA GeForce GTX 560 Ti: 0x8007000e

Error: Could not initialize DirectX 10 on NVIDIA GeForce GTX 560 Ti.  This error can happen for one of the following reasons:

1.) Your GPU is not supported (DirectX 10 is required - note that many integrated laptop GPUs do not support DX10)
2.) You're running Windows Vista without the "Platform Update"
3.) Your video card drivers are out of date

If you are using a laptop with NVIDIA Optimus or AMD Switchable Graphics, make sure OBS is set to run on the high performance GPU in your driver settings.

Let me know what I have to do to get it working again, thanks!
 

negimized

New Member
Hey there, thanks for the reply.

I think I've fixed it now.. not sure if its because of the OBS update or the reinstalling of drivers and directx. Thanks btw!
 
Top