04:04:30 https://pastebin.com/fzfbV05J 04:42:16 * opal 🐔: im gonna throw up if you call this a dev channel 12:38:15 sech1: any idea? https://github.com/monero-project/monero-gui/issues/4254 12:38:52 3 different people now reoported monerod crashing while mining on Windows, since we didn't update monerod I don't really know what's going on 12:54:34 I'll check the error code from the screenshot. I think it's some 3rd party software or win11 itself interfering 13:03:50 That last post is interesting. Could be a locking bug (ie, unlock without a lock). If Windows has a strace equivalent, that could give a helpful log. 13:04:47 Or generic error causing a "free" type call for something that never got allocated due to early error out from the main code. 13:05:23 Log level 2 might show if the mining code bumps into any error path. 13:05:53 Maybe one is faulty since they're seldom tested much. 15:04:51 Or it might be a race condition in the mining code. Maybe older Windows versions (and Windows 11 up until recently) didn't care, but now they crash 15:25:53 Ah, there was a locking rewrite in rx-slow-hash.c some months ago. 15:26:41 * sech1 hides 15:27:40 Hey, I just remembered that, no idea if it's the reason :D 15:28:27 All locks in rx-slow-hash are statically allocated though 15:29:11 FWIW I don't have this patch in TF (it conflicted with my own changes too much). If someone gets the crash and can run both. 15:30:22 Though strace or similar would likely be my first choice to try out. 15:33:19 I don't have any node on Windows right now to test it. Having a callstack would be nice. 15:45:39 I can ask them to run an old version before the change 20:22:51 Does anyone know why the rpc-wallet is stuck at 20:22:51 "W Starting wallet RPC server" 20:22:52 I already had the blockchain synced and running with 20:22:52 ``` 20:22:53 monerod --stagenet --prune-blockchain 20:22:53 ``` 20:22:54 and the rpc command is 20:22:54 ``` 20:22:55 monero-wallet-rpc --wallet-dir /tmp --rpc-bind-port 38085 --disable-rpc-login --stagenet 20:22:55 ``` 20:26:09 Make sure firewall is letting RPC through, use the right port, try get_info if the port is using restricted rpc. 20:26:40 Try loopback first, then other ifs. Simplest cases first. 21:03:04 I used it in the past and it used do say something after "starting wallet", but now it just hangs there but actually doing the requests seems to work fine