Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Built-in windows in Roblox Studio flicker. #423

Open
1 task
ytrytio opened this issue Jul 12, 2024 · 4 comments
Open
1 task

Built-in windows in Roblox Studio flicker. #423

ytrytio opened this issue Jul 12, 2024 · 4 comments
Labels
bug Unexpected behavior of Vinegar wine Wine needs to fix this issue

Comments

@ytrytio
Copy link

ytrytio commented Jul 12, 2024

Acknowledgement of preliminary instructions

  • I have read the preliminary instructions, and I am certain that my problem has not already been addressed.

What problem did you encounter?

Built-in windows, such as the Toolbox or Terrain Editor, go beyond the limits and blink quickly. You can interact with them by clicking on the black field, but this is extremely inconvenient.

I use EndeavourOS Linux, Vinegar v1.7.4 and Roblox Studio d662de9eda0c4cec.

2024-07-12.23-04-12.mp4

System information

#after enabling toolbox viewing

2024-07-12T21:07:12.946Z,567.946167,0024,6,Debug [FLog::StudioPluginRelay] PluginDockWidgetRelay::onShowEvent: edit_builtin_Toolbox.rbxm_Toolbox - Success
2024-07-12T21:07:12.946Z,567.946167,0024,6,Debug [FLog::StudioPluginRelay] PluginDockWidgetRelay::scheduleUpdateOfPluginGuiEnabled: edit_builtin_Toolbox.rbxm_Toolbox - Success
2024-07-12T21:07:12.946Z,567.946167,0024,6,Debug [FLog::StudioDocking] StudioDockPanelManager::onDockPanelAboutToShow: arrived - edit_builtin_Toolbox.rbxm_Toolbox
2024-07-12T21:07:12.958Z,567.958191,0024,6,Debug [FLog::StudioPluginRelay] PluginWidgetRelay::updateGuiWithOgreWidgetSize: edit_builtin_TerrainEditor.rbxm_TerrainEditor - Success
2024-07-12T21:07:12.962Z,567.962158,0024,6,Debug [FLog::StudioPluginRelay] PluginWidgetRelay::updateGuiWithOgreWidgetSize: edit_builtin_Toolbox.rbxm_Toolbox - Success
2024-07-12T21:07:13.076Z,568.076843,0024,6,Debug [FLog::StudioPluginRelay] PluginDockWidgetRelay::onUpdatePluginGuiEnabledTimeout: edit_builtin_Toolbox.rbxm_Toolbox
2024-07-12T21:07:13.076Z,568.076843,0024,6,Debug [FLog::StudioPluginRelay] PluginWidgetRelay::setPluginGuiEnabled: edit_builtin_Toolbox.rbxm_Toolbox Enabled: true
2024-07-12T21:07:13.077Z,568.077881,0024,6,Debug [FLog::StudioPluginRelay] PluginDockWidgetRelay::propagateWindowFocused: edit_builtin_Toolbox.rbxm_Toolbox - Success
2024-07-12T21:07:15.832Z,570.832520,0024,6,Debug [FLog::StudioPluginRelay] PluginDockWidgetRelay::propagateWindowFocusReleased: edit_builtin_Toolbox.rbxm_Toolbox - Success
2024-07-12T21:07:16.773Z,571.773682,0024,6,Info [FLog::StudioApplicationState] State: Qt::ApplicationInactive
@ytrytio ytrytio added the bug Unexpected behavior of Vinegar label Jul 12, 2024
@km9l
Copy link

km9l commented Jul 12, 2024

Built-in windows, such as the Toolbox or Terrain Editor, go beyond the limits and blink quickly. You can interact with them by clicking on the black field, but this is extremely inconvenient.

very likely a bug in wine's childwindow code. we attempted to update the wine, but it had more serious bugs.
wait for the next release of vinegar with an updated wine, and if the issue persists report.

@km9l
Copy link

km9l commented Jul 15, 2024

i forgot to mention, which renderer were you using? try the vulkan renderer:

[studio]
dxvk = false
renderer = "Vulkan"

@alejandro-alzate
Copy link

i forgot to mention, which renderer were you using? try the vulkan renderer:

[studio]
dxvk = false
renderer = "Vulkan"

This did not worked for me.

@alejandro-alzate
Copy link

This did the trick for me since my i5 4th gen has partial Vulkan support:

[env]
WINEESYNC = "1"
multiple_instances =  true

[studio]
renderer = "OpenGL"
DXVK = false
fflags.DFIntTaskSchedulerTargetFps = 75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior of Vinegar wine Wine needs to fix this issue
Projects
None yet
Development

No branches or pull requests

4 participants