Skip to content

[Linux - AUR] Crashes on launch after showing a blank error #59

@KBD20

Description

@KBD20

This was using ChaoticAUR repository but I tested my own AUR build the issue is the same.

Graphically it shows a blank error window titled 'steam', the Terminal outputs a TypeError for join() on crashing:

Traceback (most recent call last):
  File "/opt/sme/main.py", line 46, in <module>
    main()
    ~~~~^^
  File "/opt/sme/main.py", line 35, in main
    main_window = MainWindow()
  File "/opt/sme/gui/main_window.py", line 78, in __init__
    self.create_main_window()
    ~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/sme/gui/main_window.py", line 333, in create_main_window
    self.mark_installed_games()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/sme/gui/main_window.py", line 358, in mark_installed_games
    install_path = os.path.join(
        library, "steamapps", "common", install_dir
    )
  File "<frozen posixpath>", line 90, in join
  File "<frozen genericpath>", line 188, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'int'

Here's the appinfo.vdf if it's needed.

I also tried it as root as a test and it did run but asked where steam was installed, then crashed once I pointed it there with the same error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions