Bug -- wine staging 3.5 csmt error
Closed this issue · 2 comments
ryanmusante commented
- Rebuilding 3.4 staging from GIT works fine.
- Unticking CSMT in Settings fixes it, but I'm not sure if that entirely disables CSMT or not.
0031:fixme:module:load_dll Loader redirect from L"wined3d.dll" to L"wined3d-csmt.dll"
0031:err:module:import_dll Library wined3d.dll (which is needed by L"C:\\windows\\system32\\d3d9.dll") not found
0031:err:module:import_dll Library d3d9.dll (which is needed by L"C:\\Program Files (x86)\\Steam\\bin\\cef\\cef.win7\\libcef.dll") not found
0031:fixme:module:load_dll Loader redirect from L"wined3d.dll" to L"wined3d-csmt.dll"
0031:err:module:import_dll Library wined3d.dll (which is needed by L"C:\\windows\\system32\\dxgi.dll") not found
0031:err:module:import_dll Library dxgi.dll (which is needed by L"C:\\windows\\system32\\d3d11.dll") not found
0031:fixme:module:load_dll Loader redirect from L"wined3d.dll" to L"wined3d-csmt.dll"
0031:err:module:import_dll Library wined3d.dll (which is needed by L"C:\\windows\\system32\\d3d11.dll") not found
0031:err:module:import_dll Library d3d11.dll (which is needed by L"C:\\Program Files (x86)\\Steam\\bin\\cef\\cef.win7\\libcef.dll") not found
0031:fixme:module:load_dll Loader redirect from L"wined3d.dll" to L"wined3d-csmt.dll"
0031:err:module:import_dll Library wined3d.dll (which is needed by L"C:\\windows\\system32\\dxgi.dll") not found
0031:err:module:import_dll Library dxgi.dll (which is needed by L"C:\\Program Files (x86)\\Steam\\bin\\cef\\cef.win7\\libcef.dll") not found
0031:err:module:import_dll Library libcef.dll (which is needed by L"C:\\Program Files (x86)\\Steam\\bin\\cef\\cef.win7\\steamwebhelper.exe") not found
0031:err:module:attach_dlls Importing dlls for L"C:\\Program Files (x86)\\Steam\\bin\\cef\\cef.win7\\steamwebhelper.exe" failed, status c0000135
005c:err:module:import_dll Library wined3d.dll (which is needed by L"C:\\windows\\system32\\d3dx9_42.dll") not found
0009:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program Files (x86)\\Steam\\bin\\cef\\cef.win7\\steamwebhelper.exe"
0009:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program Files (x86)\\Steam\\bin\\cef\\cef.win7\\steamwebhelper.exe"
0009:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program Files (x86)\\Steam\\logs\\cef_log.txt"
0009:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program Files (x86)\\Steam\\logs\\cef_log.txt"
005c:fixme:module:load_dll Loader redirect from L"wined3d.dll" to L"wined3d-csmt.dll"
005c:err:module:import_dll Library wined3d.dll (which is needed by L"C:\\windows\\system32\\d3d9.dll") not found
005c:err:module:import_dll Library d3d9.dll (which is needed by L"C:\\Program Files (x86)\\Steam\\steamapps\\common\\Sid Meier's Civilization V\\CivilizationV.exe") not found
005c:err:module:attach_dlls Importing dlls for L"C:\\Program Files (x86)\\Steam\\steamapps\\common\\Sid Meier's Civilization V\\CivilizationV.exe" failed, status c0000135
Deleted user commented
staging's CSMT was removed in 3.5 ( upstream wine has its own implementation, it was turned on by default in 3.3 )
that dll redirect error is fixed in current git, in fact all missing dll redirects will fall back to default.
ryanmusante commented
Roger that. Issue solved.