-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Bug Summary
Some VSTs (in particular, Genny and YM2612) will not display a GUI.
Steps to reproduce
- Download Genny
- Add VeSTige instrument
- Open Genny.dll (or Genny_x64.dll, identical behavior)
Expected behavior
A GUI should show up
Actual behavior
No such GUI shows up
Screenshot
LMMS version used
LMMS v1.2.0.527 on Linux Mint, built from master branch... a while ago. Will update and see if anything changes.
Logs
Click to expand
rdrpenguin@rdrpenguin-Mint-2018:~/lmms/projects$ lmms
qt5ct: using qt5ct plugin
qt5ct: palette support is disabled
qt5ct: custom style sheet is disabled
VST sync support disabled in your configuration
000f:err:service:process_send_command receiving command result timed out
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 1053
Starting using X11Embed protocol.
RemotePluginClient::shmget: No such file or directory
RemoteVstPlugin.cpp::shmget: No such file or directory
RemoteVstPlugin.cpp: Failed to initialize shared memory for VST synchronization.
(VST-host synchronization will be disabled)
0009:fixme:ntdll:EtwEventRegister ({5eec90ab-c022-44b2-a5dd-fd716a222a15}, 0x3f27f0, 0x400030, 0x400048) stub.
0009:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x3f2560, 43) stub
unique ID: GENY
RemotePlugin::DebugMessage: inputs: 0 output: 2
RemotePlugin::DebugMessage: creating editor
0009:fixme:d2d:d2d_factory_init Ignoring factory type 0x1.
RemotePlugin::DebugMessage: editor successfully created
QObject::connect: Cannot connect (null)::subWindowActivated( QMdiSubWindow* ) to SubWindow::focusChanged( QMdiSubWindow* )
0009:fixme:win:EnumDisplayDevicesW ((null),0,0x33efb4,0x00000000), stub!
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:err:d3d:wined3d_adapter_find_polyoffset_scale PolygonOffset scale factor detection failed, using fallback value 2^23.
0009:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x20.
0009:fixme:winediag:wined3d_select_feature_level None of the requested D3D feature levels is supported on this GPU with the current shader backend.
0009:fixme:dwrite:get_name_record_codepage encoding 20 not handled, platform 1.
0009:fixme:dwrite:get_name_record_codepage encoding 20 not handled, platform 1.
0009:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
rdrpenguin@rdrpenguin-Mint-2018:~/lmms/projects$
Additional notes
I noticed several errors from WineD3D saying that some things aren't supported on my GPU. I recognize that my GPU is very, very old. Is there a way to tell Wine from LMMS to use software rendering, since VSTs are not usually something that are very graphics-heavy?
Also, this post was edited because I botched formatting the first time. Sorry about that.
Abdull
