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

I just got a bug when starting my game on steam #386

Closed
zouyonghe opened this issue Mar 24, 2021 · 4 comments
Closed

I just got a bug when starting my game on steam #386

zouyonghe opened this issue Mar 24, 2021 · 4 comments

Comments

@zouyonghe
Copy link

Your system information

  • Steam Runtime Version: 1.0.0.69-1(pacman--steam-native-runtime)
  • Distribution (e.g. Ubuntu 18.04): arch rolling
  • Link to your full system information (Help -> System Information) in a Gist: https://gist.github.com/zouyonghe/ff478f173cabefc8cf95ccee9d11e74c
  • Have you checked for system updates?: [Yes/No]Yes
  • Are you using the Steam Linux Runtime compatibility tool?: [Yes/No]Yes

Please describe your issue in as much detail as possible:

The game Sakuna Of Rice and Ruin did not start normally.It just showed it was running and then stopped.

Steps for reproducing this issue:

  1. Open the terminal
  2. Run: PRESSURE_VESSEL_VERBOSE=1 steam 2>&1 | tee ~/pressure-vessel.log
  3. Start the game
  4. It just stopped

Here is the log:
pressure-vessel.log
Thanks for your help

@RyuzakiKK
Copy link
Contributor

The Vulkan check is failing, even outside the container, with:

"ERROR at /usr/src/packages/BUILD/vulkaninfo/vulkaninfo.h:644:vkCreateInstance failed with ERROR_OUT_OF_HOST_MEMORY"

Which is quite odd. Is /usr/src/packages/BUILD/vulkaninfo something that you have manually added on your machine?

And then regarding the bwrap error, it seems to be caused by the fact that you are storing Steam games under the /usr/ directory. For more info #288 (comment)

You can try to move your game to another location, e.g. /home/ or /media/, and check if that solves your issue.

@kisak-valve
Copy link
Member

Hello @zouyonghe, it looks like the Vulkan render paths are broken on your system with vkCreateInstance failed with ERROR_OUT_OF_HOST_MEMORY. I think I've seen this before from a bad interaction with AMDVLK like Frogging-Family/nvidia-all#7.

Please uninstall the amdvlk and lib32-amdvlk system packages and retest.

@zouyonghe
Copy link
Author

I will try the method you provide. Thank you for your help.

@zouyonghe
Copy link
Author

Thanks a lot!
It was useful that just solved my bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants