Docker - wine under emulation breaking on new builds

support
Docker - wine under emulation breaking on new builds james41337  2026-03-20 11:22
 

I can no longer run the newer Skyline docker builds, and I'm curious if there's a known workaround or setting change.

I am running on MacOS and Apple Silicon. So there's layers on layers of emulation going on, and I realize we're probably not even close to a "supported" workflow...but still hope someone else may have already been down this road.

The following works for me:
docker run --rm proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:skyline_25.1.0.142-7401c64 wine SkylineCmd --version

The following fails with segfault:
docker run --rm proteowizard/pwiz-skyline-i-agree-to-the-vendor-licenses:skyline_26.1.0.057-c07debd ine SkylineCmd --version

So far as I can tell, the issue started around here: skyline_25.1.0.224-519d29b; maybe there was an update to wine about the same time?