Open doomcup opened 2 months ago
I get the same error, the relevant part seems to be TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
. Somehow, not having the asset directory defined in the config file leads to the type error.
The workaround is to add the path to the asset pack in ~/.config/unofficial-homestuck-collection/config.json
as "assetDir": "/path/to/the/Asset Pack V2/"
.
I tried this with several releases both on Manjaro and on Linux Mint and they all seem to have this issue. Which is strange, since I remember not having this issue when first trying out the collection.
EDIT: Digging a bit deeper into the code: The TypeError is not the problem, it is caught and handled (the logging is just a bit too verbose). It seems that the crash is related somehow to the first run setup, but my JavaScript/Electron knowledge is not good enough to debug this further.
I had this same problem and the workaround worked for me! Before it crashed it would just show a grey screen for a while. I'm on EndeavourOS AMD64 and version 2.5.6 of the app.
When I try to run the program, the process crashes. I have tried both the appimage and the tar.gz package. I'm on Devuan daedalus on AMD64
Logs from running from command line below: