-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Context
Odin: dev-2023-11-nightly:ef5eb4b6
OS: Windows 10 Home Basic (version: 22H2), build 19045.3636
CPU: AMD Ryzen 5 3600 6-Core Processor
RAM: 32712 MiB
Odin-http: Commit f3c5d1a
Firewall rules for Inbound are set to Any for the exe. Network type is public for both rule & network.
Expected Behavior
Server should run & I assume there shouldn't be any events running right at the start.
Current Behavior
I think there's an event, or at least Windows thinks there is. Windows doesn't populate events with it but entries_removed get set to 1.
Exists on nbio_windows.odin(99) runtime assertion, because the event is still the default set by Odin.
Steps to Reproduce
I'm not sure it can be reproduced outside of my system but:
Build & run any project that makes a server. (Used the examples minimal & complete todo so.)
Notes
It works on my other system which is Windows 11 Home Basic (version: 22H2), build 22621.2428.
Using netstat -a -f -q -o -b there's nothing else using, nor listing to the default endpoint. Nor an old ghost/hanging process bound to it.
I could start a server before nbio was introduced.