diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index 79da9c17156..7ed9739d703 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -2472,6 +2472,9 @@ static HRESULT WINAPI IWineD3DImpl_CheckDeviceFormat(IWineD3D *iface, UINT Adapt return WINED3DERR_NOTAVAILABLE; } } + } else { + TRACE_(d3d_caps)("[FAILED] - No volume texture support\n"); + return WINED3DERR_NOTAVAILABLE; } /* Filter formats that need conversion; For one part, this conversion is unimplemented,