You are not logged in.

#1 2022-05-20 06:44:11

860lacov
Member
Registered: 2020-05-02
Posts: 452

Blurry games on hidpi laptop

I have a hidpi laptop
It has  2254×1504.

I use KDE plasma with wayland with 200% scaling.

When I run the game it is blurry. For example terraria.
It seems that game thinks that my screen desolation is 1128x762 and I can't change it to higher resolution.

I tried to follow advices from this topic but without luck:

HiDPI

Offline

#2 2022-05-20 07:11:08

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,754

Re: Blurry games on hidpi laptop

Afaik par for the course with xwayland clients and HiDPI. FWIW what does xwayland see? Can you post/check

xrandr -q

? FWIW if a new enough SDL2 is being used by the game, potentially trying https://wiki.archlinux.org/title/Wayland#SDL2 in the launch options might be worth a shot.

Offline

#3 2022-05-20 07:49:45

860lacov
Member
Registered: 2020-05-02
Posts: 452

Re: Blurry games on hidpi laptop

V1del wrote:

Afaik par for the course with xwayland clients and HiDPI. FWIW what does xwayland see? Can you post/check

xrandr -q

? FWIW if a new enough SDL2 is being used by the game, potentially trying https://wiki.archlinux.org/title/Wayland#SDL2 in the launch options might be worth a shot.

V1del wrote:

Afaik par for the course with xwayland clients and HiDPI. FWIW what does xwayland see? Can you post/check

xrandr -q

? FWIW if a new enough SDL2 is being used by the game, potentially trying https://wiki.archlinux.org/title/Wayland#SDL2 in the launch options might be worth a shot.

xrandr -q
Screen 0: minimum 16 x 16, current 1128 x 752, maximum 32767 x 32767
XWAYLAND0 connected primary 1128x752+0+0 (normal left inverted right x axis y axis) 280mm x 190mm
   1128x752      59.91*+
   800x600       59.86  
   640x480       59.38  
   320x240       59.52  
   720x480       59.71  
   640x400       59.95  
   320x200       58.96  
   1024x576      59.90  
   864x486       59.92  
   720x400       59.55  
   640x350       59.77

And I've checked SDL2
It worked with Terraria, but I can't use mouse now. I can choose menu option (like new game, settings, etc.) with keyboard but when I move the mouse than mouse cursor disappears.

And it's not working with Pillars of Eternity II
There is:

Running Pillars of Eternity II: Deadfire
Set current directory to /home/jm/GOG Games/Pillars of Eternity II Deadfire/game
Found path: /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII
Mono path[0] = '/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Managed'
Mono path[1] = '/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Mono'
Mono config path = '/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Mono/etc'
Preloaded 'libdiscord-rpc.so'
Preloaded 'libAkFlanger.so'
Preloaded 'libAkHarmonizer.so'
Preloaded 'libAkPitchShifter.so'
Preloaded 'libAkSoundEngine.so'
Preloaded 'libAkStereoDelay.so'
Preloaded 'libAkTremolo.so'
Preloaded 'libMcDSP.so'
Preloaded 'libSDL2-2.0.so'
Preloaded 'libsteam_api.so'
Unable to preload the following plugins:
        ScreenSelector.so
Player data archive not found at `/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/data.unity3d`, using local filesystem./start.sh: line 15:  9782 Aborted                 (core dumped) ./"PillarsOfEternityII"

And line 15 is start.sh is:

  14   │ # Actions
  15   │ run_game() {
  16   │  echo "Running ${GAME_NAME}"
  17   │  export LC_ALL=C
  18   │  cd game
  19   │  chmod +x "PillarsOfEternityII"
  20   │  ./"PillarsOfEternityII

Offline

#4 2022-05-20 12:54:32

seth
Member
Registered: 2012-09-03
Posts: 51,471

Re: Blurry games on hidpi laptop

https://bugs.kde.org/show_bug.cgi?id=389191
https://keithp.com/blogs/window-scaling/
https://gitlab.freedesktop.org/xorg/xse … quests/111

stat '/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/data.unity3d'
find '/home/jm/GOG Games/Pillars of Eternity II Deadfire' -iname '*data.unity3d*'

Online

#5 2022-05-22 21:29:24

860lacov
Member
Registered: 2020-05-02
Posts: 452

Re: Blurry games on hidpi laptop

stat '/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/data.unity3d'
stat: cannot statx '/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/data.unity3d': No such file or directory

find gives nothing

Offline

#6 2022-05-23 05:36:45

seth
Member
Registered: 2012-09-03
Posts: 51,471

Re: Blurry games on hidpi laptop

"Finds nothing" or tells you that the "Pillars of Eternity II Deadfire" dir doesn't exist?
The absence of data.unity3d might simply not be the fatal condition, though.

Online

#7 2022-05-25 21:05:07

860lacov
Member
Registered: 2020-05-02
Posts: 452

Re: Blurry games on hidpi laptop

seth wrote:

"Finds nothing" or tells you that the "Pillars of Eternity II Deadfire" dir doesn't exist?
The absence of data.unity3d might simply not be the fatal condition, though.

There is no output.
I have directory Pillars of Eternity II Deadfire.

It seems that there is no data.unity3d file.

Offline

#8 2022-05-26 05:40:29

seth
Member
Registered: 2012-09-03
Posts: 51,471

Re: Blurry games on hidpi laptop

seth wrote:

The absence of data.unity3d might simply not be the fatal condition, though.

ine 15:  9782 Aborted                 (core dumped) ./"PillarsOfEternityII"

https://wiki.archlinux.org/title/Core_d … _core_dump

Online

#9 2022-05-26 13:33:53

860lacov
Member
Registered: 2020-05-02
Posts: 452

Re: Blurry games on hidpi laptop

coredump info:

PID: 9294 (PillarsOfEterni)
           UID: 1000 (jm)
           GID: 1000 (jm)
        Signal: 6 (ABRT)
     Timestamp: Fri 2022-05-20 09:38:32 CEST (6 days ago)
  Command Line: ./PillarsOfEternityII
    Executable: /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII
 Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-konsole-9a99964ab524421b84a70633eb190021.scope
          Unit: user@1000.service
     User Unit: app-konsole-9a99964ab524421b84a70633eb190021.scope
         Slice: user-1000.slice
     Owner UID: 1000 (jm)
       Boot ID: c2e4a140800649d5952e2754701d82c4
    Machine ID: 63f2eccaa9cf4b0099113cc4caf3920b
      Hostname: spin
       Storage: /var/lib/systemd/coredump/core.PillarsOfEterni.1000.c2e4a140800649d5952e2754701d82c4.9294.1653032312000000>
       Message: Process 9294 (PillarsOfEterni) of user 1000 dumped core.
                
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII with build-id 27358176a>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/lib>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/lib>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/lib>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/lib>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/lib>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/lib>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/lib>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/lib>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/lib>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/libdiscord>
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Mono/x86_64/libmon>
                Module linux-vdso.so.1 with build-id c4fab7a7ee86e62a6272cb22354ad5a06fbf1a5d
                Module libgpg-error.so.0 with build-id f9aaa96d5ddf6f6872051ed7abcdfe6bdaff9b1c
                Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                Module libcap.so.2 with build-id 21b00ab76bb16fde56fd741f07233c78069f0579
                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                Module libzstd.so.1 with build-id 3bccb8fe08e48d5ea135b1d0f99de0d771dd752f
                Module liblzma.so.5 with build-id 28b40c7af8098a66af6ee093b6986b91cad7694d
                Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                Module libvorbis.so.0 with build-id f4e086347f6c1a66eb73cfe13974a29bd39aabca
                Module libopus.so.0 with build-id 35fafc4024675e9cfe57c7d50c3965eac6bac358
                Module libFLAC.so.8 with build-id d3c01b1bab8e878ff3928ba64a5817506bad1aa6
                Module libvorbisenc.so.2 with build-id 2b1ce7fcdcc925bc663ebe2c1c008c0dd96e5bd0
                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                Module libasyncns.so.0 with build-id 3ed7e52f247b08f1dff19aef6a253ee4c5c785c0
                Module libsystemd.so.0 with build-id cdfc45d8f96e3af51b3d041c32f7899a93b86706
                Module libsndfile.so.1 with build-id 407b2376cac1726631e3f7360a9337901be04ec0
                Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                Module libxcb.so.1 with build-id 13d677412a71468381b11092915d231f664d18d3
                Module libdbus-1.so.3 with build-id 7f4b16b4b407cbae2d7118d6f99610e29a18a56a
                Module libpulsecommon-15.0.so with build-id 1ff39f66b974fdf20be485f556b48ff4e6c33868
                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                Module libwayland-cursor.so.0 with build-id 647d92328111682fb15bff1c20a4c9368414857c
                Module libwayland-client.so.0 with build-id 95e7368b400dd57e3db2a5c385de71c7dca08879
                Module libwayland-egl.so.1 with build-id ac45e227422559ff92c4d04851fffb8452874713
                Module libXxf86vm.so.1 with build-id 01e8243d0c6c971fa9e743e6e53d606b1cb76f6e
                Module libXss.so.1 with build-id baa7abf56d3c688475068639478b07b508149f7a
                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                Module libXcursor.so.1 with build-id f0525ae3715ac95f96a8cdb44795b03f831334b0
                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                Module libX11.so.6 with build-id d8e0be8e0323aa421366f19065ecd1c76405c130
                Module libpulse.so.0 with build-id b145e13bdb30c8327de7882ec9976fab38bc3e4a
                Module libpulse-simple.so.0 with build-id 9d64e75bf1b71bac618a44d284d84bbd2397fff9
                Module libasound.so.2 with build-id b17fc1317a484842433c772360376623b64ec3d8
                Module libSDL2-2.0.so.0 with build-id cba6c53c5ddd013305ddc4af0939a977b2fa5251
                Module ld-linux-x86-64.so.2 with build-id fc93487393eea02b5bc6e76e48976fc325294c24
                Module libc.so.6 with build-id 388993b6ef62f964bc7bf473c069fbfe957b9e44
                Module libgcc_s.so.1 with build-id 0e3de903950e35ae59a5de8c00b1817a4a71ca01
                Module libm.so.6 with build-id 210ec9905e41825671210f8f7d0b24d6c371196a
                Module libstdc++.so.6 with build-id b3eaebcb5369487562e52dd8d016c9cd77f80c54
                Module librt.so.1 with build-id f696f0167950c759f9ea43d46167fae35d43dded
                Module libpthread.so.0 with build-id 95ae4f30a6f12ccbff645d30f8e1a3ee23ec7d36
                Module libdl.so.2 with build-id 94198b268228074fa9f405bbedbbae94112593ed
                Stack trace of thread 9294:
                #0  0x00007f8658d6536c n/a (libc.so.6 + 0x8e36c)
                #1  0x00007f8658d15838 raise (libc.so.6 + 0x3e838)
                #2  0x00007f8658cff535 abort (libc.so.6 + 0x28535)
                #3  0x00007f8656892012 n/a (/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Da>
                ELF object binary architecture: AMD x86-64

coredump gdb:

PID: 9294 (PillarsOfEterni)
           UID: 1000 (jm)
           GID: 1000 (jm)
        Signal: 6 (ABRT)
     Timestamp: Fri 2022-05-20 09:38:32 CEST (6 days ago)
  Command Line: ./PillarsOfEternityII
    Executable: /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII
 Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-konsole-9a99964ab524421b84a70633eb190021.scope
          Unit: user@1000.service
     User Unit: app-konsole-9a99964ab524421b84a70633eb190021.scope
         Slice: user-1000.slice
     Owner UID: 1000 (jm)
       Boot ID: c2e4a140800649d5952e2754701d82c4
    Machine ID: 63f2eccaa9cf4b0099113cc4caf3920b
      Hostname: spin
       Storage: /var/lib/systemd/coredump/core.PillarsOfEterni.1000.c2e4a140800649d5952e2754701d82c4.9294.1653032312000000.zst (missing)
       Message: Process 9294 (PillarsOfEterni) of user 1000 dumped core.
                
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII with build-id 27358176a301ad52479af28ad6dfeecc6a4310b1
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/libsteam_api.so with build-id 111902389643b15beee454d61fecc94ed68a83a7
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/libSDL2-2.0.so with build-id d0ea2e2436a31ee35551e20aa35b604b4c8bb2e6
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/libMcDSP.so with build-id cdcf96e70ae9c2230981d09d41370d07928df02f
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/libAkTremolo.so with build-id 9b4a504e86aa2c7df0690d8083345f16fd90f751
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/libAkStereoDelay.so with build-id 95d0ab44da006ba8e14c26a5ab714f6cc5b8bed9
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/libAkSoundEngine.so with build-id caa945bccf3a4243c283684311044f593f28e1c5
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/libAkPitchShifter.so with build-id 2b072dbb62374475c7f6ff6750f8da80deebd5d7
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/libAkHarmonizer.so with build-id 290421f9d11359154c5cc12642f8972a0d8eddd3
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/x86_64/libAkFlanger.so with build-id 4deeae5583fc47c4b9e5889d5157b2cc0a04907d
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Plugins/libdiscord-rpc.so without build-id.
                Module /home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Mono/x86_64/libmono.so with build-id 1fc5a021edccdd557e8225fcfbeea653d0fdf78b
                Module linux-vdso.so.1 with build-id c4fab7a7ee86e62a6272cb22354ad5a06fbf1a5d
                Module libgpg-error.so.0 with build-id f9aaa96d5ddf6f6872051ed7abcdfe6bdaff9b1c
                Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                Module libcap.so.2 with build-id 21b00ab76bb16fde56fd741f07233c78069f0579
                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                Module libzstd.so.1 with build-id 3bccb8fe08e48d5ea135b1d0f99de0d771dd752f
                Module liblzma.so.5 with build-id 28b40c7af8098a66af6ee093b6986b91cad7694d
                Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                Module libvorbis.so.0 with build-id f4e086347f6c1a66eb73cfe13974a29bd39aabca
                Module libopus.so.0 with build-id 35fafc4024675e9cfe57c7d50c3965eac6bac358
                Module libFLAC.so.8 with build-id d3c01b1bab8e878ff3928ba64a5817506bad1aa6
                Module libvorbisenc.so.2 with build-id 2b1ce7fcdcc925bc663ebe2c1c008c0dd96e5bd0
                Module libXdmcp.so.6 with build-id 8ca0792d23c8b8b4c0864297512349292bea5955
                Module libXau.so.6 with build-id 1c67764663e07bec24d8951e5fd93f4d165979ff
                Module libasyncns.so.0 with build-id 3ed7e52f247b08f1dff19aef6a253ee4c5c785c0
                Module libsystemd.so.0 with build-id cdfc45d8f96e3af51b3d041c32f7899a93b86706
                Module libsndfile.so.1 with build-id 407b2376cac1726631e3f7360a9337901be04ec0
                Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                Module libXrender.so.1 with build-id 97e0b9ab6ba96ebc86527cc2b3c3078aad8616b3
                Module libxcb.so.1 with build-id 13d677412a71468381b11092915d231f664d18d3
                Module libdbus-1.so.3 with build-id 7f4b16b4b407cbae2d7118d6f99610e29a18a56a
                Module libpulsecommon-15.0.so with build-id 1ff39f66b974fdf20be485f556b48ff4e6c33868
                Module libxkbcommon.so.0 with build-id 3a9338b2085f0af41217bc0a90ffcc941938a16e
                Module libwayland-cursor.so.0 with build-id 647d92328111682fb15bff1c20a4c9368414857c
                Module libwayland-client.so.0 with build-id 95e7368b400dd57e3db2a5c385de71c7dca08879
                Module libwayland-egl.so.1 with build-id ac45e227422559ff92c4d04851fffb8452874713
                Module libXxf86vm.so.1 with build-id 01e8243d0c6c971fa9e743e6e53d606b1cb76f6e
                Module libXss.so.1 with build-id baa7abf56d3c688475068639478b07b508149f7a
                Module libXrandr.so.2 with build-id d4e869b5c72541e1de8f96b456248987ea52d51b
                Module libXi.so.6 with build-id 16603be937a02a7e61b0b0395d064be7efd86f49
                Module libXinerama.so.1 with build-id dbb6adece34ea2766d3efcd628af8f9757344dd6
                Module libXcursor.so.1 with build-id f0525ae3715ac95f96a8cdb44795b03f831334b0
                Module libXext.so.6 with build-id d70f24beb4fad748d6becffdcc13e51be0a2ebfa
                Module libX11.so.6 with build-id d8e0be8e0323aa421366f19065ecd1c76405c130
                Module libpulse.so.0 with build-id b145e13bdb30c8327de7882ec9976fab38bc3e4a
                Module libpulse-simple.so.0 with build-id 9d64e75bf1b71bac618a44d284d84bbd2397fff9
                Module libasound.so.2 with build-id b17fc1317a484842433c772360376623b64ec3d8
                Module libSDL2-2.0.so.0 with build-id cba6c53c5ddd013305ddc4af0939a977b2fa5251
                Module ld-linux-x86-64.so.2 with build-id fc93487393eea02b5bc6e76e48976fc325294c24
                Module libc.so.6 with build-id 388993b6ef62f964bc7bf473c069fbfe957b9e44
                Module libgcc_s.so.1 with build-id 0e3de903950e35ae59a5de8c00b1817a4a71ca01
                Module libm.so.6 with build-id 210ec9905e41825671210f8f7d0b24d6c371196a
                Module libstdc++.so.6 with build-id b3eaebcb5369487562e52dd8d016c9cd77f80c54
                Module librt.so.1 with build-id f696f0167950c759f9ea43d46167fae35d43dded
                Module libpthread.so.0 with build-id 95ae4f30a6f12ccbff645d30f8e1a3ee23ec7d36
                Module libdl.so.2 with build-id 94198b268228074fa9f405bbedbbae94112593ed
                Stack trace of thread 9294:
                #0  0x00007f8658d6536c n/a (libc.so.6 + 0x8e36c)
                #1  0x00007f8658d15838 raise (libc.so.6 + 0x3e838)
                #2  0x00007f8658cff535 abort (libc.so.6 + 0x28535)
                #3  0x00007f8656892012 n/a (/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Mono/x86_64/libmono.so + 0x92012)
                ELF object binary architecture: AMD x86-64

File "/var/lib/systemd/coredump/core.PillarsOfEterni.1000.c2e4a140800649d5952e2754701d82c4.9294.1653032312000000.zst" is not readable: No such file or directory

Offline

#10 2022-05-26 14:12:47

seth
Member
Registered: 2012-09-03
Posts: 51,471

Re: Blurry games on hidpi laptop

File "/var/lib/systemd/coredump/core.PillarsOfEterni.1000.c2e4a140800649d5952e2754701d82c4.9294.1653032312000000.zst" is not readable: No such file or directory

Is there a newer dump?

        Signal: 6 (ABRT)
 #3  0x00007f8656892012 n/a (/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/Mono/x86_64/libmono.so + 0x92012)

Aborts out of the game provided libmono. I guess it indeed is the missing "/home/jm/GOG Games/Pillars of Eternity II Deadfire/game/PillarsOfEternityII_Data/data.unity3d" but I've no idea what that is or why it's not there

Online

Board footer

Powered by FluxBB