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

Studio Docking broken #474

Open
1 task done
SamuraiDestroy opened this issue Dec 17, 2024 · 5 comments
Open
1 task done

Studio Docking broken #474

SamuraiDestroy opened this issue Dec 17, 2024 · 5 comments
Labels
bug Unexpected behavior of Vinegar

Comments

@SamuraiDestroy
Copy link

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?

Trying to dock Studio windows (Explorer, Properties, etc.) causes the screen to flicker and does nothing. Using DXVK as is shown in troubleshooting has no effect on the issue.

System information

* Vinegar: v1.7.8 
* Distro: Freedesktop SDK 23.08 (Flatpak runtime)
* Processor: AMD Ryzen 7 7735HS with Radeon Graphics
  * Supports AVX: true
  * Supports split lock detection: false
* Kernel: 6.8.0-50-generic
* Wine (Player): wine-9.22 (Staging)
* Wine (Studio): wine-9.22 (Staging)
* Flatpak: [x]
* Cards:
  * Card 0: nvidia 0000:01:00.0 /sys/class/drm/card1
  * Card 1: amdgpu 0000:35:00.0 /sys/class/drm/card2
@SamuraiDestroy SamuraiDestroy added the bug Unexpected behavior of Vinegar label Dec 17, 2024
@reflexran
Copy link

reflexran commented Dec 17, 2024

install umu launcher then launch studio using this command:

WINEPREFIX="~/.var/app/org.vinegarhq.Vinegar/data/vinegar/prefixes/studio" GAMEID=0 PROTONPATH=GE-Proton umu-run "$(find ~/.var/app/org.vinegarhq.Vinegar/data/vinegar/versions/ -name "RobloxStudioBeta.exe")"

@reflexran
Copy link

From the kernel version I can figure out you're using ubuntu or an ubuntu-based distro, since ubuntu doesn't have an umu-launcher package in their repos I'm gonna make a quick guide on how to install it.

Get the ubuntu zip file here and extract it.

Before you install you might need some dependencies first, run sudo dpkg --add-architecture i386 && sudo apt update then run sudo apt install python3-xlib python3-filelock apparmor-profiles libgl1-mesa-dri:i386 libglx-mesa0:i386

then cd into the extracted folder and run sudo dpkg -i *.deb

Then look at the comment above on how to run studio.

@SamuraiDestroy
Copy link
Author

This did not change anything.

@reflexran
Copy link

reflexran commented Dec 18, 2024

This did not change anything.

alright then run flatpak run org.vinegarhq.Vinegar studio exec winecfg and enable emulate virtual desktop also change the resolution to the one of your screen

then run studio using flatpak run org.vinegarhq.Vinegar studio run

@SamuraiDestroy
Copy link
Author

It still flickers any time I do stuff with the windows but now I can at least dock them.

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

No branches or pull requests

2 participants