@yatagarasu try running with the --in-process-gpu
flag as vann suggests. From what I've seen it's sometimes needed just for the setup process, you should be able to leave it out on subsequent runs.
In case that doesn't work and you have to edit the config manually, the schema has slightly changed. You can add the assetDir
config key directly to the root of the json document, next to the __internal__
section, like this:
{
"assetDir": "/home/.../Asset Pack V2",
"__internal__": {
"migrations": {
"version": "2.5.2"
}
},
// etc.
}
Pinned Comments
AquilaIrreale commented on 2023-05-17 17:28 (UTC) (edited on 2023-05-17 17:29 (UTC) by AquilaIrreale)
README
When installing for the first time, remember to download the Asset Pack v2 from the original author's page https://bambosh.dev/unofficial-homestuck-collection/#download and unpack it anywhere you like on your system.
Broken asset pack selector workaround
The asset pack selector menu looks still broken, if
unofficial-homestuck-collection
fails to start after a fresh install, try manually editing~/.config/unofficial-homestuck-collection/config.json
, settinglocalData.assetDir
with the absolute path to your unpacked copy of the Asset Pack v2.