Scott Hardy

Results 45 comments of Scott Hardy

Might be worth a try with Ventura or perhaps an M2 Mac when released. Qemu was the main sticking point as far as I can tell though so I'm not...

@brandonros here's what we tried and why: 1. amd64 image - this relied on using macOS Rosetta2 for emulation of the ARM processor (Docker doesn't do it's own QEMU implementation)...

The arm64 builds have been failing for months and I hadn't bothered fixing it since it has a limited use case. Just try the latest version in the repo for...

Try using: ``` ./docker-wine wine c:\\MUSHclient\\MUSHclient ``` You need double-backslash

Hi @sakurai-youhei Thanks for your interest in my project :) I've tested out that option but I find the newer virtualization framework just thrashes my CPU, whereas hyperkit doesn't chew...

I've actually just tested installing XQuartz 2.8.1 (was using 2.7.11) and found there's a much more noticeable improvement, especially when maximising the window to a full screen. It's still a...

Sound pretty much is disabled already on Mac - only the pulseaudio-utils package is installed which is the minimum so I can forward to a UNIX socket on Linux to...

@ds17f give the latest `./docker-wine` script and image a try. I've now added dummy pulseaudio as the default for macOS (for now, I may change to using TCP socket later)...

Hi @gonzalloe, I've tested with just a portion of your original config: ```yaml version: '3' services: #Wine wine: image: scottyhardy/docker-wine container_name: wine_PTV1 tty: true restart: always entrypoint: /bin/bash working_dir: /var/www...

Hi @raffaelespazzoli, I've never used .NET before, so the best I can do is to refer you to this gist I found: https://gist.github.com/jensmeder/34396a00ca96597f972983c06b06165b In particular, this line shows the path...