Unable to start Desktop Version

I tried reinstalling several times, but no luck…

Could you please help by checking this logfile excerpt?

[2025-10-17 22:44:06.056] [info] To see the GUI go to: http://127.0.0.1:8000

[2025-10-17 22:44:06.128] [error] Accept failed on a socket
socket: <asyncio.TransportSocket fd=2240, family=2, type=1, proto=6, laddr=(‘127.0.0.1’, 8000)>
Traceback (most recent call last):
File “C:\Users\Chef\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\proactor_events.py”, line 846, in loop
conn, addr = f.result()
^^^^^^^^^^
File “C:\Users\Chef\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py”, line 803, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Chef\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py”, line 561, in finish_accept
return conn, conn.getpeername()
^^^^^^^^^^^^^^^^^^
OSError: [WinError 10014] The system detected an invalid pointer address in attempting to use a pointer argument in a call

[2025-10-17 22:44:06.129] [error] Task exception was never retrieved
future: <Task finished name=‘Task-29’ coro=<IocpProactor.accept..accept_coro() done, defined at C:\Users\Chef\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py:563> exception=OSError(14, ‘The system detected an invalid pointer address in attempting to use a pointer argument in a call’, None, 10014, None)>
Traceback (most recent call last):
File “C:\Users\Chef\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py”, line 566, in accept_coro
await future
OSError: [WinError 10014] The system detected an invalid pointer address in attempting to use a pointer argument in a call

after that, it just pretends to continue to start loading, but nothing happens and i have to close.
No other process is using this port 8000 btw…

I tried portable version, same error:

To see the GUI go to: http://127.0.0.1:8188
Accept failed on a socket
socket: <asyncio.TransportSocket fd=1944, family=2, type=1, proto=6, laddr=(‘127.0.0.1’, 8188)>
Traceback (most recent call last):
File “asyncio\proactor_events.py”, line 845, in loop
File “asyncio\windows_events.py”, line 804, in _poll
File “asyncio\windows_events.py”, line 562, in finish_accept
OSError: [WinError 10014] The system detected an invalid pointer address in attempting to use a pointer argument in a call
Task exception was never retrieved
future: <Task finished name=‘Task-6’ coro=<IocpProactor.accept..accept_coro() done, defined at asyncio\windows_events.py:564> exception=OSError(14, ‘The system detected an invalid pointer address in attempting to use a pointer argument in a call’, None, 10014, None)>
Traceback (most recent call last):
File “asyncio\windows_events.py”, line 567, in accept_coro
OSError: [WinError 10014] The system detected an invalid pointer address in attempting to use a pointer argument in a call

Although I’m not sure, I think the error appears because the system detects that the server is busy. Close all windows, clear the cache, and restart ComfyUI in the terminal. Then, Ctrl + left-click on http://127.0.0.1:8000. I hope this helps.

unfortunately not :sleepy_face:

Does no one else have this pesky “Accept failed on a socket“ error or have a tipp about how to get rid of it, ideally without starting a complete fresh windows installation :stuck_out_tongue:
Weeks without comfyui are turning my life sad!