Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doom (2016) (379720) crashes at start with Intel HD 530 #5932

Closed
2 tasks done
kbasaran opened this issue Jun 25, 2022 · 3 comments
Closed
2 tasks done

Doom (2016) (379720) crashes at start with Intel HD 530 #5932

kbasaran opened this issue Jun 25, 2022 · 3 comments
Labels
Game compatibility Games that have been whitelisted

Comments

@kbasaran
Copy link

Compatibility Report

  • Name of the game with compatibility issues: Doom
  • Steam AppID of the game: 379720

System Information

  • GPU: Intel HD 530
  • Driver/LLVM version: Intel Mesa Intel(R) HD Graphics 530 (SKL GT2), 4.6 (Compatibility Profile) Mesa 22.0.1
  • Kernel version: 5.15.0-40-generic
  • Link to full system information report as [Gist]: https://gist.github.com/kbasaran/8ea8b8c045b0836fa9c70d06091d96e0
  • Proton version: Proton experimental (Steam is up-to-date. I had the same behavior with Proton 7.0.3 selected.)

I confirm:

  • that I haven't found an existing compatibility report for this game.
  • that I have checked whether there are updates for my system available.

steam-379720.log

Symptoms

  • Game does not start at all.
  • Launch option "+r_renderapi 1" did not make a difference.
  • I did not find a log file in either of these folders:
    • /steamapps/common/DOOM/base/
    • steamapps/compatdata/379720/pfx/drive_c/users/steamuser/Saved Games/id Software/DOOM/base/
@kisak-valve kisak-valve added the Game compatibility Games that have been whitelisted label Jun 25, 2022
@kisak-valve kisak-valve changed the title Doom (2016) crashes at start with Intel HD 530 Doom (2016) (379720) crashes at start with Intel HD 530 Jun 25, 2022
@kisak-valve
Copy link
Member

Hello @kbasaran, a header only Proton log hints that something went wrong early in Proton's startup, before the actual game is started. Can you completely close Steam, then run steam from a terminal and check the terminal spew for any hints around the time you tell the game to start?

Also, what filesystem are you using with /media/kerem/HDD500/Steam?

@kbasaran
Copy link
Author

kbasaran commented Jun 25, 2022

Hello kisak and thank you for the response.

There is this error:

Traceback (most recent call last):
  File "/home/kerem/.local/share/Steam/steamapps/common/Proton - Experimental/proton", line 1461, in <module>
    g_session.init_session(sys.argv[1] != "runinprefix")
  File "/home/kerem/.local/share/Steam/steamapps/common/Proton - Experimental/proton", line 1263, in init_session
    g_compatdata.setup_prefix()
  File "/home/kerem/.local/share/Steam/steamapps/common/Proton - Experimental/proton", line 790, in setup_prefix
    os.symlink("../drive_c", self.prefix_dir + "/dosdevices/c:")
OSError: [Errno 22] Invalid argument: '../drive_c' -> '/media/kerem/HDD500/Steam/steamapps/compatdata/379720/pfx//dosdevices/c:'
Game process removed: AppID 379720 "/home/kerem/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=379720 -- '/home/kerem/.local/share/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/home/kerem/.local/share/Steam/steamapps/common/Proton - Experimental'/proton waitforexitandrun  '/media/kerem/HDD500/Steam/steamapps/common/DOOM/DOOMx64.exe'", ProcID 35583

The HDD500 media is formatted with NTFS. It is an external drive connected to an hot-swappable SATA port.

@kisak-valve
Copy link
Member

Proton interacting with NTFS is known to be finicky, and the general recommendation is to use a linux native filesystem instead.

This particular failure case OSError: [Errno 22] Invalid argument: '../drive_c' -> '/media/kerem/HDD500/Steam/steamapps/compatdata/379720/pfx//dosdevices/c:' is already being tracked at #5168.

If you really need to use NTFS with that Steam library and Proton, then give https://github.com/ValveSoftware/Proton/wiki/Using-a-NTFS-disk-with-Linux-and-Windows a read.

Closing in favor of #5168.

@kisak-valve kisak-valve closed this as not planned Won't fix, can't repro, duplicate, stale Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Game compatibility Games that have been whitelisted
Projects
None yet
Development

No branches or pull requests

2 participants