Open KatTheFox opened 11 months ago
update: I just installed flatpak and tested the flatpak version. it has the same error as the AppImage.
Are you using any unusual hardware?
it's old, but nothing weird beyond that.
CPU: AMD A8-3520M APU (4) @ 1.6GHz GPU: AMD ATI Radeon HD 6620G
Ik i shouldnt just chime in like this but, have you checked for which version of x86-64 the app is built for, since your cpu seems really old and might not even support x86_64-v2 and maybe that electron build is tagretting x86_64-v2+
Describe the bug When attempting to run the collection (either through the AppImage downloaded from Releases or from the AUR package), it doesn't launch, and gives the error
illegal hardware instruction (core dumped)
. When building from source, there are slightly more helpful error messages, but still nothing coherent, although when manually given the path to the asset pack in config.json, it does launch a window, albeit an empty grey one that spams error messages. This presumably happens on both the main and develop branches, however the develop branch isn't able to read the asset pack directory, and therefore crashes outright.To Reproduce Just launching the collection, either with
make test
or the AppImage, triggers the errors.Expected behavior The collection should launch
Desktop :
Additional context
illegal hardware instruction (core dumped)
. This includes running with any combination of--no-sandbox
and--in-process-gpu
, as other issues suggested.node-gyp
running with Python 3.11, otherwise building failsmake test
, the important errors seem to bexdg-mime: application argument missing. Try 'xdg-mime --help' for more information.
(in the console) and[Vue warn]: Error in getter for watcher "theme": "TypeError: Cannot read property 'activeTabKey' of undefined"
(in the devtools of the window that opens).trying to updateAppIcon, but no uistyle (appheader/setup) element yet
until the process is killed.make publish
simply outputsmake: Nothing to be done for 'publish'.
No idea what's going on there. This is true on both develop and main branches.Screenshots The resulting window. note the several TypeErrors, the updateAppIcon warning (which repeats continuously), and the empty grey main window- console is resized for readability, but the entire window is otherwise the same solid grey.