question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MacOS Startup error (1.1.0, 1.1.1)

See original GitHub issue

Chia cli crashes on start. Error:

Chia.app/Contents/MacOS
❯ ./Chia
/Applications/Chia.app/Contents/Resources/app.asar.unpacked/daemon
true
Error loading config - using defaults
startUrl file:///Applications/Chia.app/Contents/Resources/app.asar/build/renderer/index.html
/Applications/Chia.app/Contents/Resources/app.asar.unpacked/daemon
true
/Applications/Chia.app/Contents/Resources/app.asar.unpacked/daemon
true
Running python executable:
child process success
(node:26640) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron.  See https://github.com/electron/electron/issues/23506 for more information
GVA encoder info: AMD performance mode : 2
No cert
Have cert
stderr: Traceback (most recent call last):
  File "chia/daemon/server.py", line 962, in <module>
  File "chia/daemon/server.py", line 958, in main
  File "chia/daemon/server.py", line 952, in run_daemon
stderr:   File "asyncio/base_events.py", line 642, in run_until_complete
  File "chia/daemon/server.py", line 944, in async_run_daemon
  File "chia/daemon/server.py", line 138, in start
  File "websockets/server.py", line 965, in __await_impl__
  File "asyncio/base_events.py", line 1494, in create_server
OSError: [Errno 49] error while attempting to bind on address ('192.168.99.100', 55400): can't assign requested address
[26645] Failed to execute script server
closing code: 255
GVA encoder info: deleteSCDMetalContext : texture cache hits: 0, misses: 0

I’m not sure how it’s getting that IP address (192.168.99.100). It’s not the IP of my machine, it is however the IP of the VirtualBox/Docker Machine installation I have - that’s not currently running.

  • OS: MacOS 10.15
  • CPU: AMD Ryzen 3600
  • RAM: 32GB

I’m happy to debug further, just let me know how best to help.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
hoffmang9commented, Apr 22, 2021

Try deleting the peer dbs in db/ and wallet/db

1reaction
jayMcBeecommented, Apr 22, 2021

OS: MacOS 10.15 CPU: AMD Ryzen 3600

That’s not a valid Mac configuration.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Macbook Air crashes very frequently with … - Apple Community
Hello,. My Mac has been crashing very frequently. This has been going on for a while now and the crashes can be 3-4...
Read more >
[Bug] MacOS crash at startup all the time (critical) · Issue #7482
It seems to be a problem with your QT library, check if you have it installed somewhere in your system and is loading...
Read more >
Troubleshooting | OpenCore Legacy Patcher - Dortania
What this error signifies is that the OS detects that the boot volume's hash does not match what the OS is expecting, this...
Read more >
macOS 10.12 brew install openssl issue - Stack Overflow
I managed to resolve it by editing formula ( brew edit openssl ) and adding -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/ ...
Read more >
[BUG] MacOS at startup crash (critical) - FreeCAD Forum
I'm using MacOS 12.5.1 (MacIntel) and just installed last Downloadable ... CPU: 2 Error Code: 0x00000000 Trap Number: 3 Thread 0 instruction ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found