complete_async_poll: Assertion `output->count == signaled_count' failed

Questions about Wine on Linux
Locked
omerlg
Newbie
Newbie
Posts: 1
Joined: Sat Oct 21, 2023 7:42 am

complete_async_poll: Assertion `output->count == signaled_count' failed

Post by omerlg »

Hi,

I'm using Wine to run an ASP.NET 4.8 application on top of Mono/XSP.

After an irregular period of time (it can be 1 hour 2 hours, 24 hours, etc.), the application stops responding.
When it happens, I see this error in the terminal:
wineserver: server/sock.c:1122: complete_async_poll: Assertion `output->count == signaled_count' failed.

Generally, it happens in idle mode (as far as I know).

Even the watchdog that I set (to keep Mono up and running) under the same Wine process, stops responding.

No matter what I tried, I couldn't fix this and understand what causes to this issue.
Does anybody have a clue why it happens?

Platform: AWS.
OS: Linux Ubuntu 22.04.4 or SUSE (under LB).
Wine: 8.0.2 stable
Mono: 6.12.0.199

Of course, I tried a variety of different versions.
Only when I used a local VM of Ubuntu 22.04.3, everything worked perfect..

Thanks,
Omer.
Locked