I dual-booted Ubuntu on my laptop and set up Defold. Tried to launch the game in the editor, but came across the error noted here: https://github.com/britzl/steamworks-defold/issues/8
/home/klayton/Documents/Defold/projects/game-cx6/build/x86_64-linux/dmengine: error while loading shared libraries: libsdkencryptedappticket.so: cannot open shared object file: No such file or directory
@Mathias_Westerdahl Is there a known way to launch the game in the editor? If I can fix this, maybe that’ll solve the problem with the release build as well.
Regarding the release bundle, I followed the steps in the ticket then used ldd
on the binary, it found the library paths:
klayton@klayton-ubuntu:~/Downloads/x86_64-linux/Cx6$ ldd Cx6.x86_64
libsdkencryptedappticket.so => /home/klayton/Downloads/x86_64-linux/Cx6/./libsdkencryptedappticket.so (0x00007fe90bac1000)
libsteam_api.so => /home/klayton/Downloads/x86_64-linux/Cx6/./libsteam_api.so (0x00007fe90ba5a000)
However it still complains when trying to launch.