How to run roblox studio at arch linux

I will start with that I dont know where it should be (post)

Is there a way to run roblox studio at linux?

I can’t run it using Wine, it permanently stuck at black screen in log in window and I can’t log in because of this

Grapejuice is not working since it just gives error when trying to launch with it

I couldn’t find anything that will work

Additional info (and useless): I’d like to use windows, but my disk with its installed have died and I had arch linux installed on my other disk, so I could run it and use it

I used vinegar and it works, I could log in and now in main studio’s menu

(For ppl who have same issue and need studio too here is Link to vinegar. After you installed it, search vinegar in search bar and there should be studio icon with name “Roblox Studio”, launch it and it will do all for you)

A small heads-up: Grapejuice hasn’t been updated for quite a while and in fact is in the process of being fully deprecated.

Vinegar should be a good replacement as you have stated.

2 Likes

I know that grapejuice haven’t been updated, but it wasn’t working for me 1 year ago too

(Vinegar have it flaws (I think its that word), like auto-fill don’t work as intended (when you write game:Get it should put GetService, but it dont, so I have to write additional), sometimes it also just don’t show it when it should, but thats ok)

you might find it useful to use the proton version:

extract the tarball somewhere and tell vinegar to use it by doing the following:

  • open a terminal & run
vinegar edit

you should see something like this

#See how to configure Vinegar on the documentation website:
# https://vinegarhq.github.io/Configuration

[player]
dxvk = false
renderer = "OpenGL"

[player.fflags]
DFIntTaskSchedulerTargetFps = 75
  • then, add studio’s wineroot to the configuraton
[studio]
wineroot = "replace this with the path that leads up to  /GE-Proton9-4/files/, use a file manager to help you"
  • you should have something like this (my example)
#See how to configure Vinegar on the documentation website:
# https://vinegarhq.github.io/Configuration

[player]
dxvk = false
renderer = "OpenGL"

[player.fflags]
DFIntTaskSchedulerTargetFps = 75

[studio]
wineroot = "/home/me/extras/Wine/GE-Proton9-4/files/"
  • save by doing ctrl + x, then y, then enter
2 Likes

no command vinegar found

изображение

I have this though

They mean in the terminal, what’s the issue with Studio in your current setup?

Nothing, only roblox’s auto-fill works not as on windows

But I have no command “vinegar” at command line

I just wanted to test if it have any changes (the version they suggest)

Oh yeah also plugins tab wasn’t working for a while (I wanted to say that it dont work but checked again right now and it works)

Do you know how to add rich presence to studio using vinegar

apologies, you have the flatpak version

run this instead & follow the previous instructions

flatpak run org.vinegarhq.Vinegar edit

and no, i don’t know how to enable rich rich presence

Also what is difference between the one I’m using and one you recommend

i find the proton version to be faster & less buggy than using regular wine

you said you have a bug where the autocomplete disappears, which i haven’t gotten (yet) when i switched to the proton version for a few months now

Autocomplete works not same as windows

For example
I have variable called Test

If I write Te, autocomplete will disappear
but if I just write T, it will be there

(its example and I think it works normal with Test,but something like that happens)

Question not related to roblox that I could ask in private messages (Would be better if we go there)

Do you happen to know why wine can’t load unreal engine 4 games,

When I open them with wine, it just won’t render which leads to automatically crash after 2 minutes (built-in at unreal engine)

If I use steam thing, it will say that my GPU doesn’t supports DX11 or something, even tho I have played these games on windows easily and without problems

Answer at direct messages (So we do not talk here)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.