http://bugs.winehq.org/show_bug.cgi?id=59778 --- Comment #5 from Stian Low <wineryyyyy@gmail.com> --- (In reply to dominikgx from comment #4)
Created attachment 81016 [details] Logfile of VOCALOID6 after changing to GL and DXVK disabled
Looks like DirectX dlls are missing based on these err for your log: 20:24:15 [VOCALOID VSTi-FOWlmpux] [Wine STDERR] 01f4:err:module:import_dll Library d3d10core.dll (which is needed by L"C:\\windows\\system32\\d3d10_1.dll") not found 20:24:15 [VOCALOID VSTi-FOWlmpux] [Wine STDERR] 01f4:err:module:import_dll Library dxgi.dll (which is needed by L"C:\\windows\\system32\\d3d10_1.dll") not found 20:24:15 [VOCALOID VSTi-FOWlmpux] [Wine STDERR] 01f4:err:module:import_dll Library d3d10_1.dll (which is needed by L"C:\\windows\\system32\\d2d1.dll") not found How did you go about "changing to GL and DXVK disabled"? I'm less familiar with bottles than vanilla wine but dxvk typically replaces those directx dlls with its own copies which act as 3rd party alternatives to wine's versions of those dlls. Therefore it seems as if however you disabled DXVK removed it's copy of those dlls and may not have restore wine's original versions of those files. Also, how did you enable GL? I switch between gl and vulkan for vanilla wine via command line such as: WINE_D3D_CONFIG=renderer=gl WINEPREFIX=/home/any/wine_stianlow_wow64_old_pfx ~/Downloads/bitwig-studio-6.0.6/opt/bitwig-studio/bitwig-studio For DXGI, I use winetricks which overwrites wine's dlls so I typically create a separate WINEPREFIX that separates DXVK or nuke the DXVK WINEPREFIX and recreate which initializes it back to wine's original dlls. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.