Как установить roblox на linux

Обновлено: 02.07.2024

Не спамьте
ищи в гугл
установи wine и запусти установщик
я так делал у меня ошибка

user49912 Оракул (51030) читай последнюю строчку ответа ставь шиндоус или жди, когда разрабам долбанёт моча в голову и они таки портируют на линукс

Егор Лимонов, Раньше ещё в 2014 году, Roblox поддерживали Linux, проблема была что читеры переходили на линукс и использовали Wine для использования читов а в Roblox на линуксе не имел анти-чита или блокировщика инджекторов. Это и есть причина почему теперь он не поддерживается.

Нажмите пункт меню «Приложения» на док-станции Ubuntu и нажмите «Ubuntu Software Center». Выберите «Редактировать источники программного обеспечения». Нажмите «Другое программное обеспечение» и выберите «Добавить».

Шаг 1

Введите «ppa: ubuntu-wine / ppa» в «APT Line» и нажмите «Добавить источник». Нажмите «Приложения», затем нажмите «Аксессуары». Выберите «Terminal».

Введите «sudo apt-get install wine1.3» в командной строке терминала и нажмите клавишу Enter. Дождитесь возврата командной строки и убедитесь, что в выводе командной строки нет ошибок.

Шаг 3

Запустите Mozilla. Введите URL-адрес загрузки Roblox в адресную строку браузера. Нажмите клавишу Enter. Сохраните установочный файл «Roblox» на компьютере и отметьте место, где будет сохранена загрузка.

Шаг 5

Запишите «вино» в отображаемое текстовое поле и нажмите «Ввод». Щелкните правой кнопкой мыши на «Roblox.exe» и нажмите «Открыть с» в появившемся меню. Выберите «Wine.»

Нажмите «Приложения» и выберите «Wine». Нажмите «Программы», а затем выберите «Roblox Studio». Нажмите «Инструменты» в появившемся окне и выберите «Настройки». Нажмите «ОК» в появившемся окне. Нажмите «Рендеринг» и выберите «graphicsMode». Нажмите раскрывающийся список. Выберите опцию «OpenGL». Нажмите «Закрыть», а затем нажмите «ОК», если появится окно.

While Roblox does not officially support Linux, the Wine compatibility layer for running Windows programs can run Roblox Player and Roblox Studio on Linux.

Fixing the mouse with prebuilt binaries

Arch Linux and Arch-based distributions

The pre-compiled patched version of wine is available here.

    Open the terminal and type the terminal command "cd

Other distributions

These instructions use a portable build of Wine that can be used on most distributions, including Arch Linux (which you may want to do if you would like to keep Arch Linux's official Wine builds and only use the patched build for Roblox). Some distributions may not work if their glibc version is too low.

The installation is quite different than the Arch Linux one, due to using a portable build rather than installing with a package manager.

  1. Open your file manager and go to the downloads directory and extract the compressed file.
  2. Open the

Changing the graphical engine on the Roblox Player and Roblox Studio

Before starting the guide, make sure you can run the terminal command "vkcube", and make sure you have all Vulkan and OpenGL drivers. Requires Grapejuice version 3.4.1 or above.

  1. Open Grapejuice
  2. Open the "Roblox FFlag editor" (If the FFlag editor won't open, try running Roblox Studio once, and then it should work.)
  3. If a warning shows up, click "Open editor"
  4. To use D3D9, search up "d3d9" and enable FFlagDebugGraphicsPreferD3D9 (This is scraping the barrel for performance, use it if all else fails)
  5. To use Vulkan, search "vulkan" and enable FFlagDebugGraphicsPreferVulkan (GPU must support Vulkan, otherwise use Direct3D11)
  6. To use OpenGL, search "opengl", and enable FFlagDebugGraphicsPreferOpenGL
  7. Click save on the top left corner

History

On July 28, 2012, John Shedletsky confirmed that progress on Roblox on Linux was 97% complete. Shedletsky claimed that the problem with Linux is the poor driver support. Another blog post by Shedletsky claimed that they could spend months on Linux or they could work on a highly requested feature.

We’re probably 97% of the way to a Linux port, now that we’ve all the work necessary to port ROBLOX to OSX – which, as you probably know, is based on the UNIX kernel. I think the problem that we would likely run into on Linux is poor video driver support. I’ve heard horror stories from other developers. However, as Linux becomes more popular, I expect this hurdle to disappear.

We could spend six months porting ROBLOX to Linux, or we could deliver other highly requested features. If we’re going to be porting ROBLOX to another platform, Android is definitely next in line. Consoles are a close second–maybe that would involve a Linux port, particularly if the Steam OS takes off. We’ll see.

Roblox can be installed on Linux with Wine 6.11 or a more recent version.

The Grapejuice wrapper, though not necessary to run Roblox on Linux, fixes some issues. For help installing Roblox on Linux, the Grapejuice Discord server can be consulted. Users with some knowledge of the terminal and software compilation should not have much trouble with the install process.

Using Roblox on Linux

To build Roblox with the mouse patch on Linux, simply follow the guide below, if you have a weaker CPU, I'd recommend scrolling down to use the prebuilt binaries.

Note: you'll need to set your wine-tkg staging version to v6.11 if you wanna use Studio (some report that v6.12 has issues), and v6.9 if you want to use Studio without much hassle.

Wine-tkg build process on pacman/makepkg distros (Arch-based distros)

To get started on building wine-tkg, simply read the guide below;

  1. Clone the git repository: git clone --depth=1 https://github.com/Frogging-Family/wine-tkg-git.git
  2. CD into the cloned repository: cd wine-tkg-git/wine-tkg-git
  3. Open the customization.cfg file with an editor of your choice
  4. Find _community_patches="" and change it to _community_patches="roblox_mouse_fix.mypatch"
  5. Run makepkg: makepkg -si
  6. Launch Grapejuice and Install Roblox
  7. Launch Roblox like how you would, through the website

If any message appears saying "becareful with that", simply respond with "y".

Wine-tkg build process on dpkg distros (Debian-based distros)

This will differ from the pacman build process due to a variety of reasons, but it's mostly the same, let's get started:

  1. Clone the git repository: git clone --depth=1 https://github.com/Frogging-Family/wine-tkg-git.git
  2. CD into the cloned repository: cd wine-tkg-git/wine-tkg-git
  3. Open the customization.cfg file with an editor of your choice
  4. Find _community_patches="" and change it to _community_patches="roblox_mouse_fix.mypatch"
  5. Change the _nomakepkg_dep_resolution_distro line to _nomakepkg_dep_resolution_distro="debuntu"
  6. Save and close customization.cfg
  7. On the terminal, run: sudo dpkg --add-architecture i386
  8. Afterwards, run: sudo apt update
  9. Now, you can start actually building wine-tkg, run this in your terminal: ./non-makepkg-build.sh
  10. Once the build finishes, CD into non-makepkg-builds: cd non-makepkg-builds
  11. Type "ls" in the terminal, and then cd into the directory it responds with
  12. Type "realpath bin/wine" to get the path to the Wine program:

If any message appears saying "becareful with that", simply respond with "y".

Wine-tkg build process on Fedora

This is mostly similar to the dpkg guide, but some steps are gonna differ. This has a high probability of not working on other DNF-based distros:

  1. Clone the git repository: git clone --depth=1 https://github.com/Frogging-Family/wine-tkg-git.git
  2. CD into the cloned repository: cd wine-tkg-git/wine-tkg-git
  3. Edit the customization.cfg file with an editor of your choice
  4. Change the _nomakepkg_dep_resolution_distro line to _nomakepkg_dep_resolution_distro="fedora"
  5. Change the _community_patches line to _community_patches="roblox_mouse_fix.mypatch"
  6. Save and close customization.cfg
  7. Now, you can start actually building wine-tkg, run this in your terminal: ./non-makepkg-build.sh
  8. Once the build finishes, CD into non-makepkg-builds: cd non-makepkg-builds
  9. Type "ls" in the terminal, and then cd into the directory it responds with
  10. Type "realpath bin/wine" to get the path to the WINE program:

Using DXVK

Some report that DXVK runs better than OpenGL or Vulkan (it will generally run noticeably better than Wine's built in DirectX implementation). Installing DXVK

  1. Go to DXVK's github page and download the latest version.
  2. Go to your downloads folder and extract the DXVK zip.
  3. Open the terminal, cd into the DXVK folder, and type "WINEPREFIX=

Running Roblox Player using Wine is not perfect, as it has some reported issues:

  • Using your distro's default wine build may not have the mouse patch, Which may lead to the mouse getting stuck after doing any sort of clicking.
  • Due to recent regressions loading a game may hang for a while, This can be fixed by turning off DFFlagClientVisualEffectRemote , It is unclear what this FFlag does.
  • Recording with F12 cannot be stopped, or the frame's stuck.
  • Graphical errors on maximum settings on some GPUs
  • Intense lag for some users
  • Roblox Player maxing out all CPU cores at 100% usage for some people
  • Roblox Player might not have working sound (this may be fixed by installing 32-bit audio packages, e.g. lib32-alsa-plugins, lib32-libpulse, lib32-openal on Arch)
  • Using Vulkan/OpenGL might tell you the drivers are outdated, this is fixable by installing your Vulkan or OpenGL drivers.
  • Sometimes, on Chromium and some other Chromium-based browsers, playing Roblox from the website might open a new Chromium instance, this won't happen on Firefox

Running Roblox Studio using Wine is also not perfect, and you can encounter the following bugs:

  • Various Unicode characters (such as emojis, for example) cause Roblox Studio to crash
  • Login authentication errors
  • Shadows flickering when using DirectX 11, unless EagerBulkExecution is turned on in the Studio settings
  • Anti-aliasing doesn't work on graphics 8 and above when using DirectX 11
  • Flickering occurs on plugin GUIs and recently updated UI elements (such as Toolbox, Game Settings and Publish to Roblox screen for example) when using OpenGL
  • Studio crashes on startup when using Vulkan

When Roblox worked using Wine pre-2015, there were bugs present, including the following:

Setting up a FPS unlocker

The Roblox FPS Unlocker is also compatible and can be used to reach higher framerates. Requires Grapejuice.

This will not ban your account, as it doesn't inject anything into Roblox.

Contents

Contents

Читайте также: