09:26:12 hi guys, so I loaded up my client today and for some reason it keeps saying this. "Exception in main! Unable to create ZMQ context (thrown at /home/ubuntu/build/monero/src/rpc/zmq_server.cpp:104): Bad address" 09:26:23 Bare in mind, I'm on Windows 09:26:33 I think it's the daemon actually 09:27:05 Are you running with some kind of apparmor like thing ? 09:27:18 Only malwarebytes 09:27:45 er, I googled it and nah, I don't run this 09:28:09 I'm on Windows, I run the .exe and it's spitting out a home ubuntu directory so it looks like it's trying to use wsl 09:28:14 Are you running another daemon already, which is already using that address ? 09:28:28 negative, I checked my process list 09:28:48 Did you run the daemon on that machine before without this issue ? 09:28:57 yeah it's been fine 09:29:10 I can't think of what could of changed in that time 09:29:13 It's Windows, so it's tempting to say "reboot" but... :) 09:29:58 yeahh I haven't tried that yet, I feel like a version of a lib has changed somewhere 09:30:27 I'll give it a reboot a try and run to the shop. I'll let you know if it happens again after, thank you for trying to help 10:13:51 yeah same issue 10:13:54 well this sucks 10:14:05 any recommendations for a wallet that supports ledger in the mean time? 10:14:49 what version of windows are you using? have you downloaded a release binary from getmonero or selfcompiled? 10:15:37 64-bit installer from the website, Windows 11 Pro 22H2 10:15:45 or is this indeed a 'it was working -> windows did something -> now its not' ? 10:15:52 It's coming from the daemon it seems cause I can't even run it manually 10:15:59 yeah I think it's that 10:16:23 cause I genuinely can't think of anything I've done that could cause the daemon to not boot 10:16:54 idk why it says "/home/ubuntu", is it really using WSL or is that the home directory of the person who compiled the bin 10:17:15 windows defender in all its wisdom must have done something then.... have you tried re-downloading the zip file of gui (not installer) to an excluded-from-defender folder? 10:17:15 GUI version btw: 0.18.2.2-unknown (Qt 5.15.8) 10:17:30 that 'should' work 10:17:54 hmm, lemme try whitelist it on everything 10:18:42 so i would try https://downloads.getmonero.org/gui/win64 (which is the zip file) 10:19:40 extract the zip from within an excluded folder 10:20:12 alright I'll try that, I don't think windows defender is even running because it only shows MalwareBytez in the Windows Security window 10:23:24 same error 10:23:30 :( 10:23:35 whitelisted, unzip in to it's own folder 10:23:43 it's monerod ;-; 10:24:40 looks like I'm gonna be stuck to my macbook for monero 10:24:42 aaaaaaaaaaa 10:24:52 the torture lmao 10:32:02 TheEpTic: do you use WSL for other things? 10:33:08 we do use cross compilation from Linux to Windows, maybe that's why it says Ubuntu 10:35:34 yes, just confirmed with `strings` that it says `ubuntu` due to cross compilation 10:36:32 I used to but I don't really touch WSL nowadays. I know a lot of programs like to use it though, I think my dev stuff might get upset 10:36:38 if I was to remove it that is 10:37:57 did you try to fully restart your computer? when was the last time monerod worked? 10:50:16 I'm not sure when it was last working, maybe a week ago? I don't open it often 10:50:25 and yeah I rebooted my PC earlier 11:12:45 the monero code itself didn't change 11:12:56 did you install an update this week? 11:13:36 22h2 doesn't seem too new 11:20:40 starting monerod with `--no-zmq` might solve your issue