bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
604 stars 64 forks source link

Wine on stratum that is not the init stratum fails #153

Open fosslinux opened 4 years ago

fosslinux commented 4 years ago

I'm running Void Linux as my init. Wine on Void Linux is pretty broken, so I installed debian sid's wine. Running it gives first this error: wine: chdir to /tmp/wine-12RJlV/server-fe02-6d0371 : No such file or directory. Sure, I'll create that directory.

Then, it gives wine: for some mysterious reason, the wine server never started.. I tried wineserver -k to kill it then wineserver to start it again. I tried running wineserver restricted to the debian stratum, then running wine, but this did not work either.

Any ideas?

paradigm commented 4 years ago

I can't reproduce it locally. In a quick and dirty test with a fresh $WINEPREFIX, Debian Sid's wine seems to work fine for me.

Any chance whatever is broken about Void Linux's wine resulted in it creating a broken $WINEPREFIX, and that Debian Sid's wine is confused by it? Maybe try with a fresh $WINEPREFIX?

Titaniumtown commented 4 years ago

I cant reproduce this error either.