Some issue with Windows Wallet:
When i just start it with "dbixwall.exe" it complained about the path to old gdbix.exe, i changed it to new path but when i start dbixwall.exe again he cannot connect to IPC - if i start gdbix manually it works without any issues.
Could there be some issue with old config from previous client?
So starting "bin\gdbix.exe" and then "dbixwall.exe" works without issues, just the "dbixwall.exe" cannot start the "bin\gdbix.exe" somehow correctly or is still looking somewhere wrong (even if i changed path at settings).
EDIT: in log he complains about "-syncmode" parameter which doesn't exist, if i change "-syncmode=fast" to "--fast" in "Settings" of client he doesn't save it - where is the config file for this parameter to edit? i think thats the issue he doesn't start gdbix.exe with dbixwall.exe together
EDIT2:
workaround (at least working for me that way)
just create inside the wallet folder a file called "start.bat" with the content:
@echo off
start .\bin\gdbix.exe --fast --cache=512
start dbixwall.exe
then start the "start.bat" instead of starting the wallet directly - just leave the gdbix.exe command line window open in background - seems to work fine for me