как установить роблокс на линукс
Как установить и играть в Roblox с Ubuntu 17.10
Следуйте этим командам
3 ответа
Пожалуйста, выполните следующие действия.
Нажмите пункт меню «Приложения» на док-станции 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». Нажмите «Закрыть», а затем нажмите «ОК», если появится окно.
Шаг 7
Нажмите «Файл» и выберите «Новый», чтобы начните играть в Roblox.
Roblox on Linux
Roblox Player working on Arch Linux under Wine on June 13, 2021
While Roblox does not officially support Linux, the Wine compatibility layer for running Windows programs can run Roblox Player and Roblox Studio on Linux.
Running Roblox with Wine requires Wine 6.11 or a more recent version. As of July 22, 2021, this requires using a development release. Sufficiently recent versions of Wine are available in Arch Linux, Fedora Linux, nixpkgs unstable, openSUSE Tumbleweed, and Void Linux and WineHQ provides binary packages for development releases for Debian, Fedora, and Ubuntu. [1]
Contents
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.
During the RDC 2020 Q&A session, it was confirmed that there were currently no plans to bring Roblox to Linux due to its small desktop market share. However, Arseny Kapoulkine has said that there will be plans if «Linux becomes the platform of choice for gamers». [2] [3]
Roblox has been tested multiple times, with success until 2015. On May 15, 2015, Roblox received a «Gold» rating in the Wine App Database. [4]
From 2015 to 2021, it was not possible to run Roblox Player on Linux, as joining a game resulted in the connection being dropped with the error «This game has shut down.» [5] This was originally assumed to be due to anti-cheat software, but Kalen Alwardt later stated this «was not the cause of the issue.» [6]
On June 11, 2021, a user by the name of ImSlappy826 (Slappy826#0001 on Discord) created a one-line patch for Wine that allowed the Roblox Player to work again on a GNU/Linux or BSD system. The patch implements the ZwFilterToken function, which was supposed to be implemented along NtFilterToken, into ntdll. The patch has been committed to the Wine development tree [7] and is included in Wine 6.11. [8] User Brinker released a pre-patched version for Arch-based Linux distributions, while user robigan created a patch for Debian-based distros.
Tutorial:Using Roblox on Linux
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.
Contents
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;
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:
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:
Roblox Player and Roblox Studio can be launched like normal if the correct version is used. Roblox Studio has a gold rating in winedb. [1]
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.
Fixing the mouse with prebuilt binaries
Arch Linux and Arch-based distributions
The pre-compiled patched version of wine is available here.
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.
/.config/brinkervii/grapejuice/user_settings.json file with a text editor and put in the «wine_binary» field the full path to the wine binary that is in the extracted folder, It will be most likely at /home/username/Downloads/wine-tkg-staging-fsync-git-6.11.r0.g432c0b5a/bin/wine
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.
To verify the Graphics engine being used, press ⇧ Shift + F2 in game. Text will appear on screen, look for the line starting with «GPU:» and at the end of the line will be the name of the graphics engine being used (Ex. D3D11 for DirectX 11, and OpenGL for OpenGL)
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
/.config/brinkervii/grapejuice/user_settings.json, and edit the env line to «env»:
Running Roblox Player using Wine is not perfect, as it has some reported issues:
Running Roblox Studio using Wine is also not perfect, and you can encounter the following bugs:
When Roblox worked using Wine pre-2015, there were bugs present, including the following:
Как установить игру Roblox и играть в нее на Ubuntu
Главное меню » Linux » Как установить игру Roblox и играть в нее на Ubuntu
Хотя в игре есть покупки внутри приложения, большинство из них являются косметическими предметами и не мешают игровому процессу. Это означает, что вы можете наслаждаться всеми возможностями Roblox, не беспокоясь о каких-либо выигрышных преимуществах.
Хотя он был выпущен еще в 2006 году, он начал непрерывно набирать пользователей с 2015 года и стал известен. Поскольку люди вынуждены оставаться в своих домах, они обратили свое внимание на такие игры, как Roblox, чтобы развлечь их.
Roblox доступен для большинства платформ, но не для Linux. Однако не стоит разочаровываться, поскольку есть способы обойти это ограничение.
Вы можете испытывать некоторую дрожь, поскольку единственный способ заставить Roblox работать в Linux – это использовать программные слои, совместимые с Windows, такие как «Wine» и «Grapejuice». Эта статья проведет вас через шаги, которые необходимо выполнить для игры в Roblox на Ubuntu.
Загрузка Roblox в вашу систему
Скачать Roblox просто и легко. Вам необходимо получить версию Roblox, поддерживаемую Windows, поэтому загрузите ее из Microsoft Store. Вам также необходимо убедиться, что у вас уже есть учетная запись Microsoft и вы вошли в систему. Если нет, вам необходимо создать ее и затем загрузить Roblox.
После успешного создания учетной записи Microsoft выполните следующие действия, чтобы загрузить Roblox для Windows.
Откройте ваш любимый браузер в вашей системе. В строке поиска введите «Roblox для Windows». Вы должны увидеть эти результаты на своем экране.
После входа в Microsoft Store они попросят вас войти в свою учетную запись. Войдите в систему. После этого прокрутите вниз, пока не увидите опцию «Получить». Щелкните по нему, чтобы начать установку.
После завершения установки вы увидите установленный пакет в папке загрузки. Теперь мы приступим к загрузке и установке Wine в нашей системе.
Установите и играйте в Roblox с помощью Wine
Wine – это программное обеспечение, которое было разработано для запуска различных приложений и игр в Ubuntu, которые были доступны только в Windows. Это уровень совместимости программного обеспечения, который позволяет приложениям работать в Ubuntu без ошибок. Как указывалось ранее, Roblox доступен не только для Linux. Итак, лучше всего использовать Wine.
Если в вашей системе уже есть Wine, вы можете перейти к следующим шагам. Если у вас нет Wine, обратите внимание на следующее.
Wine можно установить его как через сайт, так и через «Терминал». Мы рассмотрим оба варианта, поэтому вы можете выбрать способ загрузки и установки.
Установка Wine с помощью WineHQ
Во-первых, откройте браузер в вашей системе. Затем введите «Wine» или «WineHQ» в строке поиска.
Нажмите на опцию Download. Вы попадете на страницу загрузки.
На следующей странице выберите пакет для Ubuntu. Загрузите пакет и запустите его, чтобы успешно установить Wine.
Установка Wine с помощью терминала
Давайте посмотрим, как мы можем установить Wine с помощью Терминала.
Откройте терминал в Ubuntu, нажав Ctrl + Alt + T. Затем добавьте ключ для Wine с помощью этой команды.
Далее наберите следующую команду:
Теперь добавьте репозиторий, набрав следующую команду:
Теперь мы добавим 32-битную архитектуру, используя следующую команду:
Наконец, установите Wine, набрав следующее:
Выполнив эти шаги, у вас не должно возникнуть проблем с загрузкой и установкой Wine для запуска Roblox в вашей системе Ubuntu.
Играем в Roblox с использованием Wine
Теперь, когда у нас уже загружен пакет Roblox и мы установили Wine в нашей системе, мы попытаемся запустить Roblox в Wine. Для этого выполните следующие действия.
Заключение
Roblox – это игра, в которую могут играть люди любого возраста. Количество игроков в последнее время росло в геометрической прогрессии. Он предлагает пользователям возможность создавать игры с их воображением и творчеством. Эта функция недоступна в большинстве игр, доступных прямо сейчас. В этой статье сделана попытка помочь вам успешно установить и запустить Roblox в Ubuntu. Как упоминалось ранее, Roblox недоступен в Linux, поэтому вам необходимо тщательно подготовиться к игре. Мы надеемся, что это руководство помогло вам, и надеемся, что теперь вам нравится Roblox.
Если вы нашли ошибку, пожалуйста, выделите фрагмент текста и нажмите Ctrl+Enter.
How to install Roblox Game on Ubuntu 20.04 LTS Linux
Roblox is not just a game but a whole universe that the Roblox community has created over time. Although it is officially available for Windows 10, macOS, Amazon store, Android, and Xbox One, is it possible to install Roblox on Linux such as Ubuntu somehow? Well, the answer is Yes. We can test it using Wine but some glitches would be there depending upon the system. Nevertheless, in our usage of Roblox on Ubuntu 20.04, it worked perfectly fine…
In Roblox, we can play one of the thousands of mini-games or create our own. There are no limits to your creativity. The graphic style of Roblox is based on Lego bricks o Minecraft, but in principle, Roblox is more similar to the module system of Gameglobe, a 3D game kit that has already been shut off by Square Enix just after few years of launch. The selection of games ranges from shooters and platformers to puzzles and RPGs. Design your own characters, conditions to win, challenges, in the short whole virtual world according to your own ideas.
Roblox is generally free to use but extra features need to be purchased such as avatar costumes and more…
Install Roblox Game on Ubuntu 20.04/18.04 LTS Linux
As it is a Windows program, thus to install it on Linux, we have only one option that is using Wine HQ, thus we won’t give any guarantee that it will work perfectly on your system, however, give it a shot just because it worked fine in our case.
The steps are given here will also work for the previous versions of Ubuntu such as 19.04/18.04/17.04/16.04 including Linux Mint.
1. Add Wine GPG key and repo
To install Wine HQ’s latest version on your Ubuntu 20.04 LTs Linux, first, add its GPG key, and then using the second command get the repository of Wine on your system.
Also, enable 32-bit Artchetecute support:
2. Run system update
To make sure our system has successfully recognized the newly added repository, run the system update command to rebuild the repo’s cache.
3. Install Wine HQ on Ubuntu Linux
Now, install Wine HQ, a Windows program loader for Linux operating systems.
4. Download Roblox Studio & Player launcher for Windows
We cannot download Roblox setup directly from the official website where it is available only in AppxBundle or UWP app format that only can be installed using the Microsoft store on Windows 10 or 8. Thus, here we will download Windows 7 version from some third-party websites such as Filehorse. (Don’t worry it will automatically get updated to the latest version once installed). You can use any other website as well. Here is the link to get the Roblox executable file on your Linux. Once the downloading is completed, you will get the RobloxLauncher.exe file in your Linux Download directory.
5. Install Roblox with Wine on Ubuntu 20.04 LTS
Now, simply right-click on the executable file and select “Open with Other Application” and then go for the app “Wine Windows Program Loader“.
6. Start the Studio installation Wizard
Before installing Roblox on Ubuntu Linux, the Wine will ask you to install Gecko and Mono installer for your system. Do that. Once the process is completed, the system will start the Roblox installation wizard and also upgrade the older version to the latest available one.
7. Allow Launching Roblox Linux Desktop icon
You will see the game icon on your Ubuntu desktop, to make it executable, right-click the icon and select the option “Allow Launching”.
8. Start this Virtual world Game
Double click on its shortcut icon to start the Roblox game on your Ubuntu 20.04 Linux.
9. Login
When it asks you to log in, do that to use it further, the new users can simply create a new account.
10. Uninstallation
In case you want to remove Roblox from Ubuntu then open the command terminal and type:
From GUI Wine Program removing window select Roblox and click the Modify/Remove button.