You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Thanks to the fine work of @thallada, I was able to get edex-ui compile on Raspberry Pi under both ARM64 and ARMV7L. Under either architecture, when I execute the 'AppImage' I get to the status "pending Creating new terminal process on port 3000". Shortly thereafter, it segfaults.
Apart from some path changes and having to "#include <sys/sysmacros.h>" in both mksquashfs.c and unsquashfs.c, I followed their instructions to the T.
I understand @GitSquared is very busy (no doubt bringing their awesomeness to more important problems ;-) and does not have such a platform to work from. Please let me know what information I can extract from the system regarding the segfault to aid in more easily debugging this problem.
▶ start Starting eDEX-UI v3.0.0-pre ℹ info With Node 12.14.1 and Electron 9.3.1 ℹ info Renderer is Chrome 83.0.4103.122 ▶ Startup Initialized timer... ℹ info Base config dir is /home/pi/.config/eDEX-UI ☐ pending Mirroring internal assets... ☐ pending Loading settings file... ☐ pending Resolving shell path... ℹ info Shell found at /bin/bash ✔ success Settings loaded! ☐ pending Creating new terminal process on port 3000 Segmentation fault pi@raspberrypi:~/build/edex-ui/dist $
The text was updated successfully, but these errors were encountered:
Technical information
Using version:
master
(running from GitHub-published source code, currentlyv3.0.0-pre
)latest
(latest release, currentlyv2.2.2
)vX.X.X
(specify other version)Running on:
How comfortable you are with your system and/or IT in general:
Problem
Thanks to the fine work of @thallada, I was able to get edex-ui compile on Raspberry Pi under both ARM64 and ARMV7L. Under either architecture, when I execute the 'AppImage' I get to the status "pending Creating new terminal process on port 3000". Shortly thereafter, it segfaults.
Apart from some path changes and having to "#include <sys/sysmacros.h>" in both mksquashfs.c and unsquashfs.c, I followed their instructions to the T.
I understand @GitSquared is very busy (no doubt bringing their awesomeness to more important problems ;-) and does not have such a platform to work from. Please let me know what information I can extract from the system regarding the segfault to aid in more easily debugging this problem.
▶ start Starting eDEX-UI v3.0.0-pre ℹ info With Node 12.14.1 and Electron 9.3.1 ℹ info Renderer is Chrome 83.0.4103.122 ▶ Startup Initialized timer... ℹ info Base config dir is /home/pi/.config/eDEX-UI ☐ pending Mirroring internal assets... ☐ pending Loading settings file... ☐ pending Resolving shell path... ℹ info Shell found at /bin/bash ✔ success Settings loaded! ☐ pending Creating new terminal process on port 3000 Segmentation fault pi@raspberrypi:~/build/edex-ui/dist $
The text was updated successfully, but these errors were encountered: