You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RCA: we don't see the logs because AllocConsole() fails.
This is expected under Linux, since AllocConsole() is Windows-specific.
However, even with Wine, it is not working: https://bugs.winehq.org/show_bug.cgi?id=10941
So, to make it work, the Console library should be improved:
the lib should still be able to log into html file even if AllocConsole() fails;
AllocConsole() failure should NOT be initialization failure, since we should still be able to log to stdout. I tried it and it worked. So I recommend allow initialization success even if this function fails.
We could not see neither the console window nor any log file appearing during testing of v0.1.4.
Wine was used.
This needs to be further investigated.
The text was updated successfully, but these errors were encountered: