• Dragon Ball Online Omega is currently under public Alpha Phase

How to play DBO Omega in Linux?

Erinnyes

Administrator
Joined
Jul 8, 2025
Messages
60

🐧Play DBO Omega on Linux​

Runs via Wine. Tested on Ubuntu 22.04 / 24.04, Debian 12, Fedora 39+, Arch. Any distro with apt / dnf / pacman should work.

📦Requirements​

  • 13 GB free disk
  • `sudo` access (the install script installs Wine)
  • A working GPU — Intel / AMD / NVIDIA with up-to-date drivers

⚙️Install​

bash install-wine.sh

🚀First launch​

  1. Open **Omega DBO** from your app menu (or run `omega-dbo` if you have a shortcut).
  2. Launcher opens , click **Install**
  3. Select the folder in which you want to download the game.
  4. Complete the download.
  5. click **Play**.

🔄Upgrade​

Re-run `bash install-wine.sh`. Auto-update is disabled on purpose — silent in-launcher upgrades break under Wine, so upgrades always go through this script (which re-applies the Linux patches).

🗑️Uninstall​

bash install-wine.sh --uninstall

🛠️Troubleshooting​

ProblemFix
Launcher window is blank / whiteRe-run install-wine.sh — it installs winehq-staging(needed; stable doesn't render Electron/Chromium)
Install / Play buttons do nothingRe-run install-wine.sh — it patches the launcher to catch the button clicks
omega-dbo: command not found~/.local/bin isn't on your PATH. Run ~/.local/bin/omega-dbo or launch Omega DBO from your app menu
Game crashes entering the worldMake sure you launched via omega-dbo(or the menu entry) — it sets the OpenMP env vars that Wine needs
Download stuck at 97%Just click Play — the install is actually finished, the progress bar UI bug doesn't update the last 3% before flipping to "@READY"
Anything elseCheck ~/.wine-dbo/drive_c/DBOOmega/Client/dbolog.txt

🙏Credits​

Big thanks to Kuroma for making this work on Linux and putting in the effort to make the game accessible outside of Windows.
 

Attachments

Back
Top