Rob Woodgate
Rob Woodgate
Hi Creepsky - the run.sh will not run, regardless of whether lib files are in the lib folder or in main. Creepminer exits as above if lib subfolder is in...
@nitr8 - I did, before raising issue... sadly not such a trivial fix.
The locale selection in run.sh is also problematic... it looks like C.UTF-8 is Debian specific. Running `locale -a` shows there isn't a C.UTF-8 on my mac. Changing line 4 to...
I was using self-compiled previously, but thought I'd try the pre-compiled update for POC2 compatibility. I currently have pre-compiled 1.7.18.0 chugging away happily, with lib files moved back to same...
@nitr8 - it also fails to start because of missing library. `$ ./creepMiner dyld: Library not loaded: libPocoMongoDB.60.dylib Referenced from: /Volumes/Macintosh HD/Users/xxx/Downloads/creepMiner/./creepMiner Reason: image not found Abort trap: 6 `...
Been doing some testing, so just to clarify... The latest development build (v1.9.0.15) compiles and runs using run.sh or executable *IF* the /lib files are moved back to same level...
This may be off base, but did you try running ./creepMiner directly?
Assuming you don't want to force PHP8 at his stage, I'd recommend using the `#[\ReturnTypeWillChange]` attribute on all the affected methods to suppress. Otherwise, if you update the declarations, it...
Seems to be a problem with the Catalina installer auto-downloaded by the v1.4.4 patcher. I downloaded a copy of the latest Catalina installer direct from Apple Store and created working...
The issue, as the error suggests, is that the Normalizer::normalize($field, $data) method is expecting the $data parameter to sent in as a string, but the calling class is sending it...