Replies: 1 comment
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thought I'd drop in my experience installing on centos 7 since it's not as common. The install guide was pretty well put together, and the commands for install seemed to work (yum and script execution). I ran into few problems. The first was chome-sandbox installed in node_modules. I had to run
sudo chown root node_modules/electron/dist/chrome-sandbox
andsudo chmod 4755 node_modules/electron/dist/chrome-sandbox
. Not sure if there was something else I could have done to avoid that. The easiest problem was needing ffmpeg installed. I'm sure different installations have various missing libs depending on the centos installation options. This was just mine. :)The last was more user error (I laughed at myself after I found it out) related and lack of understanding of how the electron app worked. When calling
npm run electon
, you need access to the system gui (duh). I was trying it from putty and the logs weren't entirely helpful besides showing a SIGABRT. I didn't try it, but I'm sure if I had setup an xserver it might have worked. Anyways, great job! I'm excited to see how this goes.Beta Was this translation helpful? Give feedback.
All reactions