Forum
The Official Mumble Overlay Fix!
Created 14th September 2012 @ 19:39
Add A Reply Pages: 1
You need 3 launch options. 2 Launch option which enabling alt+tab cus the first launch option breaks it.
-window -noborder -dxlevel 81
It has worked for me and alot of other people.
So i want to share the fix and hope it fixes your overlay :)
Full screen dxlevel 80
mat_supports_d3d9ex “0”
mat_disable_d3d9ex “1”
and overlay works fine without any problems… (mumble v. 1.2.3)
Last edited by MARIANO,
obvious question: what is the dx9 fix?
The real solution is that mumble makes an extremely simple fix to support d3d9ex. All they have to do is change D3DPOOL_MANAGED to D3DPOOL_DEFAULT & use D3DUSAGE_DYNAMIC. Now your directx hook is d3d9ex compatible.
-nod3d9ex only doesnt work for some, Mark.
In my case it started working again after putting chris’ cfg and adding -nod3d9ex to all the others launch options, it doesnt really matter wchich config you use and whether you’re using window mode.
Last edited by Leif,
nod3d doesn’t work for me in windowed/noborder dx9
not a huge deal, would be nice to have my overlay back though.
Quoted from Casual
The real solution is that mumble makes an extremely simple fix to support d3d9ex. All they have to do is change D3DPOOL_MANAGED to D3DPOOL_DEFAULT & use D3DUSAGE_DYNAMIC. Now your directx hook is d3d9ex compatible.
why don’t you type that Chinese over on some mumble support forum or something?
Quoted from Casual
The real solution is that mumble makes an extremely simple fix to support d3d9ex. All they have to do is change D3DPOOL_MANAGED to D3DPOOL_DEFAULT & use D3DUSAGE_DYNAMIC. Now your directx hook is d3d9ex compatible.
https://github.com/mumble-voip/mumble/blob/master/overlay/d3d9.cpp#L184 ?
Doesnt work for me :/
Still:
Mumble Overlay = No Steam-Overlay
Steam Overlay = No Mumble-Overlay
Add A Reply Pages: 1