ValveSoftware / ValveSoftware/Proton

Samorost 3 (421120)

Open
#1,888 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Game compatibility - Unofficial
Dominant language
C++
Stars
32.8k
Forks
1.6k
PR merge metrics
PR metrics pending

Description

Compatibility Report

  • Name of the game with compatibility issues: Samorost 3
  • Steam AppID of the game: 421120

System Information

  • GPU: Intel HD Graphics 630 (i7-7700K)
  • Driver/LLVM version: mesa 18.2.3
  • Kernel version: 4.18.16
  • Proton version: 3.16-4
  • ArchLinux

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.

Symptoms

Game doesn't start, an application window reports that an Adobe AIR installation is required for the game.

Solution

Assure lcms2 and lib32-lcms2 are installed in your system. The bundled Adobe AIR used by the game requires it.

Former Solution

  • Download winetricks script, put it on your PATH and set execution permission for it
  • Have lcms2 and lib32-lcms2 installed on your system (pacman -S lcms2 lib32-lcms2 on ArchLinux)
  • Add a new override for library mscms in the winecfg "Libraries" tab
    WINEPREFIX="/mnt/seagate/Steam/steamapps/compatdata/421120/pfx" \
    WINEARCH=win64 \
    "/mnt/seagate/Steam/steamapps/common/Proton 3.16/dist/bin/wine" winecfg
    
  • Use the winetricks script to install Adobe AIR on the Samarost 3's WINE prefix
    WINE="/mnt/seagate/Steam/steamapps/common/Proton 3.16/dist/bin/wine" \
    WINEPREFIX="/mnt/seagate/Steam/steamapps/compatdata/421120/pfx" \
    WINEARCH=win64 \
    winetricks adobeair
    

After installing Adobe AIR successfully on Semarost 3's WINE prefix by using the WINE that comes with Proton, the game runs without issues.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Symptoms and Solution sections of issue #1888 and review the reported Proton 3.16 behavior on ArchLinux. No source file, test, or entry point is named; a contribution would need a defined Proton-side change and a reproducible test showing that Samorost 3 starts without the Adobe AIR error.

Written by the indexing model from the issue text.

Assessment

Tech stack
arch-linux, linux
Domain
operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.