PortsMaster / PortMaster-New

New PortMaster repo
https://www.portmaster.games
MIT License
70 stars 74 forks source link

Port Issue: Balatro missing libs #310

Closed etienne72230 closed 5 months ago

etienne72230 commented 5 months ago

Device Type

Firmware

Port: Balatro

Description

Missing lib in folder balatro/libs.aarch64 :

- ./bin/love.aarch64: error while loading shared libraries: libcairo.so.2: cannot open shared object file: No such file or directory

list of missing libs :

after adding this libs a new error occure : ./bin/love.aarch64: symbol lookup error: /mnt/SDCARD/ports/balatro/libs.aarch64/libcairo.so.2: undefined symbol: FT_Get_Var_Design_Coordinates

Reproduction Steps

  1. In file Balatro.sh uncomment line 31

exec > >(tee "$GAMEDIR/log.txt") 2>&1

  1. run balatro
  2. check log file in ports/balatro/log.txt
  3. I try to add missing libs from an others port (ports/sonic.cd/soniccd/libs)
JanTrueno commented 5 months ago

Try removing libtheoradec instead of adding libs.

Cebion commented 5 months ago

TrimUI is not officially supported as of yet. There is a WIP build out there.

etienne72230 commented 5 months ago

problem solved by removing lib libtheoradec in folder libs.aarch64.