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

Drinks With Abbey (1201870) #3757

Open
Simmonz opened this issue Apr 12, 2020 · 2 comments
Open

Drinks With Abbey (1201870) #3757

Simmonz opened this issue Apr 12, 2020 · 2 comments
Labels
Game compatibility - Unofficial Games not expected to work without issues

Comments

@Simmonz
Copy link

Simmonz commented Apr 12, 2020

I tried running Drinks With Abbey using Proton but it crashes at launch. The Steam AppID of the game is 1201870. I added PROTON_LOG=1 %command% to the game's launch and got the following log:

steam-1201870.log

I have checked whether there are updates for my system available and I am up to date

System Information:

Distro: Manjaro

GPU: RX 5700 XT 8GB

Driver/LLVM version: Mesa 20.0.4/9.0.1

Kernel version: 5.6.3-2-MANJARO

Proton version: 5.0-5

https://gist.github.com/Simmonz/f8c7ce3dabb552707a00d44c5004602e

@kisak-valve kisak-valve added the Game compatibility - Unofficial Games not expected to work without issues label Apr 12, 2020
@kisak-valve
Copy link
Member

These look like the lines of interest from the log:

512.751:0037:0038:err:module:import_dll Library SDL2_ttf.dll (which is needed by L"Z:\\home\\matthew\\.local\\share\\Steam\\steamapps\\common\\Drinks With Abbey\\lib\\windows-i686\\lib\\pygame_sdl2\\font.pyd") not found
512.755:0037:0038:err:module:import_dll Library libjpeg-62.dll (which is needed by L"Z:\\home\\matthew\\.local\\share\\Steam\\steamapps\\common\\Drinks With Abbey\\lib\\windows-i686\\lib\\pygame_sdl2\\image.pyd") not found
512.758:0037:0038:err:module:import_dll Library libpng-3.dll (which is needed by L"Z:\\home\\matthew\\.local\\share\\Steam\\steamapps\\common\\Drinks With Abbey\\lib\\windows-i686\\lib\\pygame_sdl2\\image.pyd") not found
512.760:0037:0038:err:module:import_dll Library SDL2_image.dll (which is needed by L"Z:\\home\\matthew\\.local\\share\\Steam\\steamapps\\common\\Drinks With Abbey\\lib\\windows-i686\\lib\\pygame_sdl2\\image.pyd") not found
[...]
512.787:0037:0038:err:module:import_dll Library libpng-3.dll (which is needed by L"Z:\\home\\matthew\\.local\\share\\Steam\\steamapps\\common\\Drinks With Abbey\\lib\\windows-i686\\lib\\_renpy.pyd") not found
Could not import _renpy. Please ensure that this program has been built
and unpacked properly.

You may be using a system install of python. Please run Drinks-With-Abbey.sh,
Drinks-With-Abbey.exe, or Drinks-With-Abbey.app instead.

Traceback (most recent call last):
  File "Z:\home\matthew\.local\share\Steam\steamapps\common\Drinks With Abbey\Drinks-With-Abbey.py", line 198, in <module>
    main()
  File "Z:\home\matthew\.local\share\Steam\steamapps\common\Drinks With Abbey\Drinks-With-Abbey.py", line 195, in main
    renpy.bootstrap.bootstrap(renpy_base)
  File "Z:\home\matthew\.local\share\Steam\steamapps\common\Drinks With Abbey\renpy\bootstrap.py", line 277, in bootstrap
    import _renpy; _renpy
ImportError: DLL load failed: Module not found.

@Simmonz
Copy link
Author

Simmonz commented Apr 12, 2020

These look like the lines of interest from the log:

512.751:0037:0038:err:module:import_dll Library SDL2_ttf.dll (which is needed by L"Z:\\home\\matthew\\.local\\share\\Steam\\steamapps\\common\\Drinks With Abbey\\lib\\windows-i686\\lib\\pygame_sdl2\\font.pyd") not found
512.755:0037:0038:err:module:import_dll Library libjpeg-62.dll (which is needed by L"Z:\\home\\matthew\\.local\\share\\Steam\\steamapps\\common\\Drinks With Abbey\\lib\\windows-i686\\lib\\pygame_sdl2\\image.pyd") not found
512.758:0037:0038:err:module:import_dll Library libpng-3.dll (which is needed by L"Z:\\home\\matthew\\.local\\share\\Steam\\steamapps\\common\\Drinks With Abbey\\lib\\windows-i686\\lib\\pygame_sdl2\\image.pyd") not found
512.760:0037:0038:err:module:import_dll Library SDL2_image.dll (which is needed by L"Z:\\home\\matthew\\.local\\share\\Steam\\steamapps\\common\\Drinks With Abbey\\lib\\windows-i686\\lib\\pygame_sdl2\\image.pyd") not found
[...]
512.787:0037:0038:err:module:import_dll Library libpng-3.dll (which is needed by L"Z:\\home\\matthew\\.local\\share\\Steam\\steamapps\\common\\Drinks With Abbey\\lib\\windows-i686\\lib\\_renpy.pyd") not found
Could not import _renpy. Please ensure that this program has been built
and unpacked properly.

You may be using a system install of python. Please run Drinks-With-Abbey.sh,
Drinks-With-Abbey.exe, or Drinks-With-Abbey.app instead.

Traceback (most recent call last):
  File "Z:\home\matthew\.local\share\Steam\steamapps\common\Drinks With Abbey\Drinks-With-Abbey.py", line 198, in <module>
    main()
  File "Z:\home\matthew\.local\share\Steam\steamapps\common\Drinks With Abbey\Drinks-With-Abbey.py", line 195, in main
    renpy.bootstrap.bootstrap(renpy_base)
  File "Z:\home\matthew\.local\share\Steam\steamapps\common\Drinks With Abbey\renpy\bootstrap.py", line 277, in bootstrap
    import _renpy; _renpy
ImportError: DLL load failed: Module not found.

What stood out to me in that was the fact there is a .sh executible. It means that they compiled a Linux version without even knowing it. I opened up the game folder and manually ran the .sh file and it opened a native Linux version. If you can force Steam to do that automatically it would allow people to run the game without any tinkering or even having to use Proton. Just an idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Game compatibility - Unofficial Games not expected to work without issues
Projects
None yet
Development

No branches or pull requests

2 participants