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 freezing when trying to open a game on x11 #439

Open
1 task done
adverbialsatz opened this issue Sep 30, 2024 · 10 comments
Open
1 task done

Studio freezing when trying to open a game on x11 #439

adverbialsatz opened this issue Sep 30, 2024 · 10 comments
Labels
bug Unexpected behavior of Vinegar

Comments

@adverbialsatz
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?

Like I said in the title, Roblox studio freezes when opening a game.
Studio-2024-09-30T21:35:21+02:00.log (note that I killed studio at the end in that log)

System information

* Vinegar: v1.7.5
* Distro: Freedesktop SDK 23.08 (Flatpak runtime)
* Processor: Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz
  * Supports AVX: true
  * Supports split lock detection: false
* Kernel: 6.10.10-arch1-1
* Wine (Player): v9.2 (Staging)
* Wine (Studio): v9.2 (Staging)
* Flatpak: [x]
* Cards:
  * Card 0: nvidia 0000:01:00.0 /sys/class/drm/card1
  * Card 1: i915 0000:00:02.0 /sys/class/drm/card2
@adverbialsatz adverbialsatz added the bug Unexpected behavior of Vinegar label Sep 30, 2024
@OverHash
Copy link

OverHash commented Oct 7, 2024

also been experiencing this. see #443 (comment) for my comments there.

This is on the latest vinegar published on Flathub:

$ flatpak info org.vinegarhq.Vinegar

Vinegar - A feature-packed small and fast bootstrapper for Roblox

          ID: org.vinegarhq.Vinegar
         Ref: app/org.vinegarhq.Vinegar/x86_64/stable
        Arch: x86_64
      Branch: stable
     Version: 1.7.6
     License: GPL-3.0-only
      Origin: flathub
  Collection: org.flathub.Stable
Installation: system
   Installed: 201.5 MB
     Runtime: org.freedesktop.Platform/x86_64/23.08
         Sdk: org.freedesktop.Sdk/x86_64/23.08

      Commit: 702c7e5c2611abd6d47e446e0cce9bd8f16bece91d9904acc998096cec2b1b7a
      Parent: 9ce652f1c9b75f0576cea55dd33d394d40cdc20a2c15d97f49c0068c56e9062d
     Subject: remove unused patches (256f23d0)
        Date: 2024-10-06 14:59:57 +0000

This happens when running dxvk.

@MatTrof
Copy link

MatTrof commented Oct 7, 2024

also been experiencing this. see #443 (comment) for my comments there.

This is on the latest vinegar published on Flathub:

$ flatpak info org.vinegarhq.Vinegar

Vinegar - A feature-packed small and fast bootstrapper for Roblox

          ID: org.vinegarhq.Vinegar
         Ref: app/org.vinegarhq.Vinegar/x86_64/stable
        Arch: x86_64
      Branch: stable
     Version: 1.7.6
     License: GPL-3.0-only
      Origin: flathub
  Collection: org.flathub.Stable
Installation: system
   Installed: 201.5 MB
     Runtime: org.freedesktop.Platform/x86_64/23.08
         Sdk: org.freedesktop.Sdk/x86_64/23.08

      Commit: 702c7e5c2611abd6d47e446e0cce9bd8f16bece91d9904acc998096cec2b1b7a
      Parent: 9ce652f1c9b75f0576cea55dd33d394d40cdc20a2c15d97f49c0068c56e9062d
     Subject: remove unused patches (256f23d0)
        Date: 2024-10-06 14:59:57 +0000

This happens when running dxvk.

also happening on ubuntu...


Vinegar - A feature-packed small and fast bootstrapper for Roblox

          ID: org.vinegarhq.Vinegar
         Ref: app/org.vinegarhq.Vinegar/x86_64/stable
        Arch: x86_64
      Branch: stable
     Version: 1.7.6
     License: GPL-3.0-only
      Origin: flathub
  Collection: org.flathub.Stable
Installation: system
   Installed: 201.5 MB
     Runtime: org.freedesktop.Platform/x86_64/23.08
         Sdk: org.freedesktop.Sdk/x86_64/23.08

      Commit: 702c7e5c2611abd6d47e446e0cce9bd8f16bece91d9904acc998096cec2b1b7a
      Parent: 9ce652f1c9b75f0576cea55dd33d394d40cdc20a2c15d97f49c0068c56e9062d
     Subject: remove unused patches (256f23d0)
        Date: 2024-10-06 14:59:57 +0000
tango@ubuntu-24-04:~$ 

@MatTrof
Copy link

MatTrof commented Oct 8, 2024

Interesting... I've set my studio renderer to "Vulkan" and it loads, one small problem: child windows buggy as helll

@gresm
Copy link

gresm commented Oct 9, 2024

Using Vulkan no longer freezes the studio, but the view port no longer shows anything from the place and the error [FLog::Graphics] VULKAN ERROR: vkAcquireNextImageKHR(device, windowData->swapChain, UINT64_MAX, acquireSemaphore, VK_NULL_HANDLE, &windowData->imageIndex) returned -1000001004 (VK_ERROR_OUT_OF_DATE_KHR) is constantly spat out.

@OverHash
Copy link

Using Vulkan no longer freezes the studio, but the view port no longer shows anything from the place and the error [FLog::Graphics] VULKAN ERROR: vkAcquireNextImageKHR(device, windowData->swapChain, UINT64_MAX, acquireSemaphore, VK_NULL_HANDLE, &windowData->imageIndex) returned -1000001004 (VK_ERROR_OUT_OF_DATE_KHR) is constantly spat out.

Refer to #444

@gresm
Copy link

gresm commented Oct 10, 2024

I did a bit more testing and:

  • D3D11 + dxvk - freezes on opening a place with Simulate crash with reason: RBXCRASH-ANRDetected
  • D3D11 - dxvk - opens a place, but there's a lot of flickering and after quitting the play test the studio crashes with err:esync:__esync_wait_objects Polling on fd 62 returned 0x20. (crash now fixed in v1.7.7)
  • OpenGL - opens a place, but there are weird visual artifacts and after quitting the play test the studio crashes with err:esync:__esync_wait_objects Polling on fd 72 returned 0x20. (crash now fixed in v1.7.7)
    image
  • Attempted to use Vulkan no datamodel shown #444, but proton builds are for 32, not 64 and I'm not going to build it from source at the moment.

@rosebytee
Copy link

when can we see a fix for this?

@MatTrof
Copy link

MatTrof commented Dec 5, 2024

when can we see a fix for this?

never probably
they're too busy on working on sober

unless some Chad makes a pull request that fixes everything

@tunis4
Copy link
Member

tunis4 commented Dec 5, 2024

they're too busy on working on sober

sober and vinegar are developed by different people smh

@apprehensions
Copy link
Member

true facts

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

7 participants