Roblox is not installing on Arch Linux (Lutris-Grapejuice)

So I’m installing Roblox with Grapejuice. I’m on x86_64 Manjaro Xfce Linux (Arch), and the game is not installing. Here is my output from Lutris try:

** (Grapejuice:12861): WARNING **: 20:01:18.299: Failed to load shared library 'libgtk-3.so.0' referenced by the typelib: /usr/lib/libatk-bridge-2.0.so.0: undefined symbol: atk_component_scroll_to
Traceback (most recent call last):
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/cli/cli_common.py", line 79, in wrapper
    return_value = fn(*args, **kwargs)
                   ^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/cli/main.py", line 49, in app
    gtk_boot(player_main, gtk_main=False)
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice_common/gtk/gtk_util.py", line 20, in gtk_boot
    from gi.repository import Gtk
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 676, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 573, in module_from_spec
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/importer.py", line 147, in create_module
    dynamic_module = load_overrides(introspection_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/overrides/__init__.py", line 118, in load_overrides
    override_mod = importlib.import_module(override_package_name)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/overrides/Gtk.py", line 100, in <module>
    class Widget(Gtk.Widget):
                 ^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/module.py", line 173, in __getattr__
    interfaces = tuple(interface for interface in get_interfaces_for_object(info)
                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/module.py", line 95, in get_interfaces_for_object
    interfaces.append(getattr(module, name))
                      ^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/overrides/__init__.py", line 32, in __getattr__
    return getattr(self._introspection_module, name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/module.py", line 213, in __getattr__
    wrapper = metaclass(name, bases, dict_)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/types.py", line 247, in __init__
    register_interface_info(cls.__info__.get_g_type())
TypeError: must be an interface

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/cli/main.py", line 143, in main
    cli()
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/cli/cli_common.py", line 82, in wrapper
    handle_fatal_error(e)
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/cli/cli_common.py", line 17, in handle_fatal_error
    gtk_boot(make_exception_window)
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice_common/gtk/gtk_util.py", line 20, in gtk_boot
    from gi.repository import Gtk
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 676, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 573, in module_from_spec
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/importer.py", line 147, in create_module
    dynamic_module = load_overrides(introspection_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/overrides/__init__.py", line 118, in load_overrides
    override_mod = importlib.import_module(override_package_name)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/overrides/Gtk.py", line 100, in <module>
    class Widget(Gtk.Widget):
                 ^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/module.py", line 173, in __getattr__
    interfaces = tuple(interface for interface in get_interfaces_for_object(info)
                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/module.py", line 95, in get_interfaces_for_object
    interfaces.append(getattr(module, name))
                      ^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/overrides/__init__.py", line 32, in __getattr__
    return getattr(self._introspection_module, name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/module.py", line 213, in __getattr__
    wrapper = metaclass(name, bases, dict_)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/types.py", line 247, in __init__
    register_interface_info(cls.__info__.get_g_type())
TypeError: must be an interface

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/__main__.py", line 36, in <module>
    main()
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/__main__.py", line 32, in main
    real_main()
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/__main__.py", line 30, in real_main
    module_invocation_main()
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/cli/main.py", line 156, in module_invocation_main
    main()
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/cli/main.py", line 146, in main
    handle_fatal_error(e)
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice/cli/cli_common.py", line 17, in handle_fatal_error
    gtk_boot(make_exception_window)
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/grapejuice_common/gtk/gtk_util.py", line 20, in gtk_boot
    from gi.repository import Gtk
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 676, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 573, in module_from_spec
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/importer.py", line 147, in create_module
    dynamic_module = load_overrides(introspection_module)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/overrides/__init__.py", line 118, in load_overrides
    override_mod = importlib.import_module(override_package_name)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/overrides/Gtk.py", line 100, in <module>
    class Widget(Gtk.Widget):
                 ^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/module.py", line 173, in __getattr__
    interfaces = tuple(interface for interface in get_interfaces_for_object(info)
                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/module.py", line 95, in get_interfaces_for_object
    interfaces.append(getattr(module, name))
                      ^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/overrides/__init__.py", line 32, in __getattr__
    return getattr(self._introspection_module, name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/module.py", line 213, in __getattr__
    wrapper = metaclass(name, bases, dict_)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/franciszek/.local/share/grapejuice/venv/lib/python3.11/site-packages/gi/types.py", line 247, in __init__
    register_interface_info(cls.__info__.get_g_type())
TypeError: must be an interface
Fatal error: must be an interface
Fatal error: must be an interface
Monitored process exited.
Initial process has exited (return code: 256)
All processes have quit
Exit with return code 256

And that is the second try:

2023-10-05 20:01:19,064: Command exited with code 256
2023-10-05 20:01:19,065: Command exited with code 256
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/lutris/exceptions.py", line 61, in wrapper
    return function(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/lutris/installer/commands.py", line 446, in _monitor_task
    raise ScriptingError(_("Command exited with code %s") % command.return_code)
lutris.installer.errors.ScriptingError: Command exited with code 256
2023-10-05 20:01:22,219: All files remain available
2023-10-05 20:01:22,220: All files are available, continuing install
lutris-wrapper: /usr/bin/bash
Started initial process 12867 from /usr/bin/bash -c ln -s /home/franciszek/.local/bin/grapejuice /home/franciszek/Games/roblox/roblox
Start monitoring process.
Monitored process exited.
Initial process has exited (return code: 0)
All processes have quit
Exit with return code 0

And that’s the code from one that installation “succeeded” (I tried launching Roblox):

lutris-wrapper: ROBLOX
Started initial process 12421 from ./roblox app
Start monitoring process.
[INFO] grapejuice/root:- Log level was set to 'INFO'
[INFO] grapejuice/root:- The log file is stored at '~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-56-56_grapejuice.log'
[INFO] grapejuice/common_prepare:- Using locale directory ~/.local/share/locale
[INFO] grapejuice/root:- Log level was set to 'INFO'
[INFO] grapejuice/root:- Log level was set to 'INFO'
[INFO] grapejuice/root:- The log file is stored at '~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-56-57_grapejuice.log'
[INFO] grapejuice/root:- The log file is stored at '~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-56-57_grapejuice.log'
[INFO] grapejuice/common_prepare:- Using locale directory ~/.local/share/locale
[INFO] grapejuice/common_prepare:- Using locale directory ~/.local/share/locale
[INFO] grapejuice/grapejuice_common.wine.wine_functions:- Finding app prefix
[INFO] grapejuice/grapejuice_common.wine.wine_functions:- Finding app prefix
[INFO] grapejuice/grapejuice_common.recipes.delete_edge_update_service_recipe:- Edge update: None
[INFO] grapejuice/grapejuice_common.recipes.delete_edge_update_service_recipe:- Edge update: None
[INFO] grapejuice/grapejuice_common.recipes.delete_edge_update_service_recipe:- Edge update M: None
[INFO] grapejuice/grapejuice_common.recipes.delete_edge_update_service_recipe:- Edge update M: None
[INFO] grapejuice/grapejuice_common.wine.wineprefix_roblox:- Writing flags for RobloxProduct.app to: ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-9fd31cae[REDACTED][REDACTED]3e4d53/ClientSettings/ClientAppSettings.json
[INFO] grapejuice/grapejuice_common.wine.wineprefix_roblox:- Writing flags for RobloxProduct.app to: ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-9fd31cae[REDACTED][REDACTED]3e4d53/ClientSettings/ClientAppSettings.json
[INFO] grapejuice/grapejuice_common.wine.wineprefix_roblox:- Writing flags for RobloxProduct.app to: ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-510663c9d33e4fd8/ClientSettings/ClientAppSettings.json
[INFO] grapejuice/grapejuice_common.wine.wineprefix_roblox:- Writing flags for RobloxProduct.app to: ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-510663c9d33e4fd8/ClientSettings/ClientAppSettings.json
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Prepared environment for wine
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Prepared environment for wine
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolved exe path to ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-9fd31cae[REDACTED][REDACTED]3e4d53/RobloxPlayerLauncher.exe
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolved exe path to ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-9fd31cae[REDACTED][REDACTED]3e4d53/RobloxPlayerLauncher.exe
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- PRIME environment variables: {}
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- PRIME environment variables: {}
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Using Wine home '/usr'
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Using Wine home '/usr'
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolving wine binary for prefix ~/.local/share/grapejuice/prefixes/player
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolving wine binary for prefix ~/.local/share/grapejuice/prefixes/player
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Using Wine home '/usr'
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Using Wine home '/usr'
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolved wine binary path: /usr/bin/wine
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolved wine binary path: /usr/bin/wine
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Running exe RobloxPlayerLauncher.exe
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Running exe RobloxPlayerLauncher.exe
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Opening log fds
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Opening log fds
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Running process synchronously
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Running process synchronously
lutris-wrapper: ROBLOX
Started initial process 12499 from ./roblox app
Start monitoring process.
[INFO] grapejuice/root:- Log level was set to 'INFO'
[INFO] grapejuice/root:- The log file is stored at '~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-57-00_grapejuice.log'
[INFO] grapejuice/common_prepare:- Using locale directory ~/.local/share/locale
[INFO] grapejuice/root:- Log level was set to 'INFO'
[INFO] grapejuice/root:- Log level was set to 'INFO'
[INFO] grapejuice/root:- The log file is stored at '~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-57-00_grapejuice.log'
[INFO] grapejuice/root:- The log file is stored at '~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-57-00_grapejuice.log'
[INFO] grapejuice/common_prepare:- Using locale directory ~/.local/share/locale
[INFO] grapejuice/common_prepare:- Using locale directory ~/.local/share/locale
[INFO] grapejuice/grapejuice_common.wine.wine_functions:- Finding app prefix
[INFO] grapejuice/grapejuice_common.wine.wine_functions:- Finding app prefix
[INFO] grapejuice/grapejuice_common.recipes.delete_edge_update_service_recipe:- Edge update: None
[INFO] grapejuice/grapejuice_common.recipes.delete_edge_update_service_recipe:- Edge update: None
[INFO] grapejuice/grapejuice_common.recipes.delete_edge_update_service_recipe:- Edge update M: None
[INFO] grapejuice/grapejuice_common.recipes.delete_edge_update_service_recipe:- Edge update M: None
[INFO] grapejuice/grapejuice_common.wine.wineprefix_roblox:- Writing flags for RobloxProduct.app to: ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-9fd31cae[REDACTED][REDACTED]3e4d53/ClientSettings/ClientAppSettings.json
[INFO] grapejuice/grapejuice_common.wine.wineprefix_roblox:- Writing flags for RobloxProduct.app to: ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-9fd31cae[REDACTED][REDACTED]3e4d53/ClientSettings/ClientAppSettings.json
[INFO] grapejuice/grapejuice_common.wine.wineprefix_roblox:- Writing flags for RobloxProduct.app to: ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-510663c9d33e4fd8/ClientSettings/ClientAppSettings.json
[INFO] grapejuice/grapejuice_common.wine.wineprefix_roblox:- Writing flags for RobloxProduct.app to: ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-510663c9d33e4fd8/ClientSettings/ClientAppSettings.json
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Prepared environment for wine
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Prepared environment for wine
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolved exe path to ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-9fd31cae[REDACTED][REDACTED]3e4d53/RobloxPlayerLauncher.exe
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolved exe path to ~/.local/share/grapejuice/prefixes/player/drive_c/Program Files (x86)/Roblox/Versions/version-9fd31cae[REDACTED][REDACTED]3e4d53/RobloxPlayerLauncher.exe
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- PRIME environment variables: {}
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- PRIME environment variables: {}
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Using Wine home '/usr'
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Using Wine home '/usr'
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolving wine binary for prefix ~/.local/share/grapejuice/prefixes/player
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolving wine binary for prefix ~/.local/share/grapejuice/prefixes/player
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Using Wine home '/usr'
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Using Wine home '/usr'
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolved wine binary path: /usr/bin/wine
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Resolved wine binary path: /usr/bin/wine
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Running exe RobloxPlayerLauncher.exe
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Running exe RobloxPlayerLauncher.exe
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Opening log fds
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Opening log fds
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Running process synchronously
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Running process synchronously
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Closing fds
[INFO] grapejuice/grapejuice_common.wine.wineprefix_core_control:- Closing fds
[INFO] grapejuice/grapejuice_common.logs.log_vacuum:- Removing empty log file: ~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-57-01_RobloxPlayerLauncher.exe_stderr.log
[INFO] grapejuice/grapejuice_common.logs.log_vacuum:- Removing empty log file: ~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-57-01_RobloxPlayerLauncher.exe_stderr.log
[INFO] grapejuice/grapejuice_common.logs.log_vacuum:- Removing empty log file: ~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-56-57_RobloxPlayerLauncher.exe_stderr.log
[INFO] grapejuice/grapejuice_common.logs.log_vacuum:- Removing empty log file: ~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-56-57_RobloxPlayerLauncher.exe_stderr.log
[INFO] grapejuice/grapejuice_common.logs.log_vacuum:- Removing empty log file: ~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-56-57_RobloxPlayerLauncher.exe_stdout.log
[INFO] grapejuice/grapejuice_common.logs.log_vacuum:- Removing empty log file: ~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-56-57_RobloxPlayerLauncher.exe_stdout.log
[INFO] grapejuice/grapejuice_common.logs.log_vacuum:- Removing empty log file: ~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-57-01_RobloxPlayerLauncher.exe_stdout.log
[INFO] grapejuice/grapejuice_common.logs.log_vacuum:- Removing empty log file: ~/.local/share/grapejuice/logs/[REDACTED]0[REDACTED]3-10-05_19-57-01_RobloxPlayerLauncher.exe_stdout.log
Monitored process exited.
Initial process has exited (return code: 0)

Somebody can help?