-
TheEpTic
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"
-
TheEpTic
Bare in mind, I'm on Windows
-
TheEpTic
I think it's the daemon actually
-
moneromoooo
Are you running with some kind of apparmor like thing ?
-
TheEpTic
Only malwarebytes
-
TheEpTic
er, I googled it and nah, I don't run this
-
TheEpTic
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
-
moneromoooo
Are you running another daemon already, which is already using that address ?
-
TheEpTic
negative, I checked my process list
-
moneromoooo
Did you run the daemon on that machine before without this issue ?
-
TheEpTic
yeah it's been fine
-
TheEpTic
I can't think of what could of changed in that time
-
moneromoooo
It's Windows, so it's tempting to say "reboot" but... :)
-
TheEpTic
yeahh I haven't tried that yet, I feel like a version of a lib has changed somewhere
-
TheEpTic
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
-
TheEpTic
yeah same issue
-
TheEpTic
well this sucks
-
TheEpTic
any recommendations for a wallet that supports ledger in the mean time?
-
plowsof
what version of windows are you using? have you downloaded a release binary from getmonero or selfcompiled?
-
TheEpTic
64-bit installer from the website, Windows 11 Pro 22H2
-
plowsof
or is this indeed a 'it was working -> windows did something -> now its not' ?
-
TheEpTic
It's coming from the daemon it seems cause I can't even run it manually
-
TheEpTic
yeah I think it's that
-
TheEpTic
cause I genuinely can't think of anything I've done that could cause the daemon to not boot
-
TheEpTic
idk why it says "/home/ubuntu", is it really using WSL or is that the home directory of the person who compiled the bin
-
plowsof
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?
-
TheEpTic
GUI version btw: 0.18.2.2-unknown (Qt 5.15.8)
-
plowsof
that 'should' work
-
TheEpTic
hmm, lemme try whitelist it on everything
-
plowsof
so i would try
downloads.getmonero.org/gui/win64 (which is the zip file)
-
plowsof
extract the zip from within an excluded folder
-
TheEpTic
alright I'll try that, I don't think windows defender is even running because it only shows MalwareBytez in the Windows Security window
-
TheEpTic
same error
-
plowsof
:(
-
TheEpTic
whitelisted, unzip in to it's own folder
-
TheEpTic
it's monerod ;-;
-
TheEpTic
looks like I'm gonna be stuck to my macbook for monero
-
TheEpTic
aaaaaaaaaaa
-
TheEpTic
the torture lmao
-
selsta
TheEpTic: do you use WSL for other things?
-
selsta
we do use cross compilation from Linux to Windows, maybe that's why it says Ubuntu
-
selsta
yes, just confirmed with `strings` that it says `ubuntu` due to cross compilation
-
TheEpTic
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
-
TheEpTic
if I was to remove it that is
-
selsta
did you try to fully restart your computer? when was the last time monerod worked?
-
TheEpTic
I'm not sure when it was last working, maybe a week ago? I don't open it often
-
TheEpTic
and yeah I rebooted my PC earlier
-
selsta
the monero code itself didn't change
-
selsta
did you install an update this week?
-
selsta
22h2 doesn't seem too new
-
selsta
starting monerod with `--no-zmq` might solve your issue