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
Hey I wrote a plugin for northstar to allow using websockets in squirrel (link). The plugin runs fine on my windows 10 installation but crashes when using your dedicated container.
After looking into it, I found out that the underlying rust library tokio-rs/mio doesn't support anything below wine 7.13. I have little experience with either rust or wine and as far as I can understand, the problem is that wine doesn't correctly implement \Device\Afd until 7.13.
Since you stated in the readme.md file that your wine build is custom, my question are?
Would it be possible to update wine to at least 7.13?
I saw in the wine-upgrade branch that you wrote that it has performance issues with everything from 7.8 until 8. Then perhaps just jump to 8?
Or
Since it's a custom wine build to somehow to take the \Device\Afd implementation from 7.13 and add it to the current version?
The text was updated successfully, but these errors were encountered:
Hey I wrote a plugin for northstar to allow using websockets in squirrel (link). The plugin runs fine on my windows 10 installation but crashes when using your dedicated container.
After looking into it, I found out that the underlying rust library
tokio-rs/mio
doesn't support anything below wine 7.13. I have little experience with either rust or wine and as far as I can understand, the problem is that wine doesn't correctly implement\Device\Afd
until 7.13.Since you stated in the readme.md file that your wine build is custom, my question are?
Would it be possible to update wine to at least 7.13?
Or
Since it's a custom wine build to somehow to take the
\Device\Afd
implementation from 7.13 and add it to the current version?The text was updated successfully, but these errors were encountered: