Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I run an mushclient please #113

Open
RDeepak1 opened this issue Jul 12, 2021 · 1 comment
Open

How do I run an mushclient please #113

RDeepak1 opened this issue Jul 12, 2021 · 1 comment

Comments

@RDeepak1
Copy link

So I have mushclient installed under /home/wineuser/MUSHclient and I need to run /home/wineuser/MUSHclient/MUSHclient.exe. I am running docker on MACOS.
Could someone please help me run it?
sudo ./docker-wine wine MUSHclient\MUSHclient.exe
stable-5.0.1-20201203: Pulling from scottyhardy/docker-wine
Digest: sha256:580121f5096660c0d699768be51109bdc4d69377794619bae5f3c6247ad1b72e
Status: Image is up to date for scottyhardy/docker-wine:stable-5.0.1-20201203
docker.io/scottyhardy/docker-wine:stable-5.0.1-20201203
0009:err:module:__wine_process_init L"C:\windows\system32\MUSHclientMUSHclient.exe" not found

I have also tried with a copy of this under drive_c and then running

➜ tmp sudo ./docker-wine wine c:\MUSHclient\MUSHclient
stable-5.0.1-20201203: Pulling from scottyhardy/docker-wine
Digest: sha256:580121f5096660c0d699768be51109bdc4d69377794619bae5f3c6247ad1b72e
Status: Image is up to date for scottyhardy/docker-wine:stable-5.0.1-20201203
docker.io/scottyhardy/docker-wine:stable-5.0.1-20201203
wine: cannot find 'c:MUSHclientMUSHclient'
➜ tmp sudo ./docker-wine wine \MUSHclient\MUSHclient
stable-5.0.1-20201203: Pulling from scottyhardy/docker-wine
Digest: sha256:580121f5096660c0d699768be51109bdc4d69377794619bae5f3c6247ad1b72e
Status: Image is up to date for scottyhardy/docker-wine:stable-5.0.1-20201203
docker.io/scottyhardy/docker-wine:stable-5.0.1-20201203
0009:err:module:__wine_process_init L"C:\windows\system32\MUSHclientMUSHclient.exe" not found

It does run under RDP but RDP seems to like full screen. If possible I'd like to run this under quartz so its a window by itself.

Thanks

@scottyhardy
Copy link
Owner

scottyhardy commented Dec 6, 2021

Try using:

./docker-wine wine c:\\MUSHclient\\MUSHclient

You need double-backslash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants