theMadStork

Results 14 comments of theMadStork

OK. should I post it here or is there a preferred site for that? If I am running on a synology nas, how can I enable debugging? I've tried logging...

Well it seems HTPC manager doesn't like starting from the command line in synology. It resets the port to 8085. I noticed on install the port was using 8087 but...

Yes everything works without SSL and HTPC manager, sickbeard, couchpotato work with ssl. It's just when HTPC manager tries to access sickbeard and couchpotato which is the issue. wget/curl discovered...

I installed Qt 5.15.2 (there is now a Qt5Zlib folder) and cleared the quazip build directory and built with MSVC2019 32-bit and received the same message: Could NOT find ZLIB...

using master it finds it now but there is a linking issue (many non-defined externals). I also get this warning: C:\Qt\5.15.2\msvc2019\lib\Qt5Core.lib : warning LNK4272: library machine type 'x86' conflicts with...

I selected x86 environment by opening the command prompt for Qt 5.15.2 MSVC 2019 32-bit then vcvarsall.bat amd64_x86 or vcvars32.bat and finally removed all 64-bit msvc from qt but cmake...

Yes! I was trying to use CMAKE_GENERATOR to select the right platform compiler and wasn't having any luck but that's all I needed. One last note, to include in my...