HasseM
HasseM
No matter what I try, I keep getting ECONNREFUSED.  I'm running this on Docker for windows and I am using Bitcoin QT on my win10 host. I have edited...
I try to run the docker image (that I created with the included dockerfile) but nothing happens when I run it. I was hoping that someone could tell me a...
I noticed that there is a crash when using t=0 as parameter. It crashes on line 188 in LostCoins.cpp (this->nbit = n / nbit2;) because nbit2 = 0. nbit2 is...
Error on Ln 18367 in LostCoins.cpp: char* cstr77 = cstr77 + 1; Error: The variable 'cstr77' is being used without being initialized. You are indeed initializing a variable with itself.........
**Describe the bug** Most hardwaremode render functions are not working. **To Reproduce** Set hardwaremode (e.g. lock your screen in windows) and see that staticcolor, color pulse, color shift are not...
When compiling in VS2019 I get: Error C2712 Cannot use __try in functions that require object unwinding On line 31 in invoker.cpp. (I just removed the try/catch to fix it...
I am following these (https://github.com/OpenShot/libopenshot/wiki/Windows-Build-Instructions) instructions to build libopenshot on Windows. My number one problem that I cannot fix is: In file included from X:/libs/libopenshot/libopenshot/src/Clip.cpp:23: X:/libs/libopenshot/libopenshot/src/ZmqLogger.h:22:10: fatal error: zmq.hpp: No...
Not a lot of support here, right? Why? It's really really complicated to get it to work on Windows. I spend already many many hours on it and finally I...
I am following this guide to get libopensource working on Windows 64 bit: https://www.openshot.org/static/files/libopenshot/md__home_gitlab-runner_builds_d0022447_0_OpenShot_libopenshot_doc_INSTALL-WINDOWS.html I am going down the rabbit hole and I am currently stuck at the following: "pacman...
On the sonoff basic example, line 108: Should be: previousButtonState = currentButtonState; and not the other way around!