beninsteon Posted September 6, 2020 Posted September 6, 2020 Hi @io_guy Thought I'd let you know about an error upon update from 0.10.5 to 0.10.6. After the update, nodelink wouldn't start automatically at boot and from a shell I got the following error: pi@raspberrypi:~/node $ dotnet NodeLink.dll A fatal error was encountered. The library 'libhostpolicy.so' required to execute the application was not found in '/home/pi/node/'. Failed to run as a self-contained app. If this should be a framework-dependent app, add the /home/pi/node/NodeLink.runtimeconfig.json file specifying the appropriate framework. pi@raspberrypi:~/node $ I was able to fix it with the following command: pi@raspberrypi:~/node $ cp NodeLink.runtimeconfig.json.bak NodeLink.runtimeconfig.json as it seems NodeLink.runtimeconfig.json wasn't kept/generated following the update. Here is my dotnet info: Version: 3.1.0 Commit: 157910edee Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.