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

Issue Starting Winetricks #2113

Open
ejbrownsd opened this issue Aug 30, 2023 · 4 comments
Open

Issue Starting Winetricks #2113

ejbrownsd opened this issue Aug 30, 2023 · 4 comments
Labels
osx Bugs affecting OS X question User questions/support

Comments

@ejbrownsd
Copy link

I cannot start Winetricks on my Mac. It is an intel Mac and I have wine 8.0.1 installed, however when I go to run winetricks, I get this error: "warning: taskset/cpuset not available on your platform!

warning: Your version of wine is no longer supported upstream. You should upgrade to 6.x"

What can I do?

@austin987
Copy link
Contributor

Where did you install wine from?

Hard to say what went wrong here without a log (winetricks -v); but my guess is that you're using some wrapper for wine, or wine is not on your path and winetricks can't find it.

@austin987 austin987 added question User questions/support osx Bugs affecting OS X labels Sep 3, 2023
@jessereynolds
Copy link

I have this issue as well. I've installed winetricks and wine-stable using homebrew on macOS 13.5.2.

Homebrew install commands:

brew install winetricks
brew install wine-stable

Output of winetricks command:

% winetricks
warning: taskset/cpuset not available on your platform!
------------------------------------------------------
warning: Your version of wine  is no longer supported upstream. You should upgrade to 6.x
------------------------------------------------------
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20230212 - sha256sum: 524c3cd602ef222da3dc644a0a741edd8bca6dfb72ba3c63998a76b82f9e77b2 with  and WINEARCH=win64
No arguments given, so tried to start GUI, but neither zenity
nor kdialog were found. Please install one of them if you want
a graphical interface, or run with --help for more options.

Output of winetricks -v > winetricks.log 2>&1: winetricks.log

@zxenon555
Copy link

I cannot start Winetricks on my Mac. It is an intel Mac and I have wine 8.0.1 installed, however when I go to run winetricks, I get this error: "warning: taskset/cpuset not available on your platform!

warning: Your version of wine is no longer supported upstream. You should upgrade to 6.x"

What can I do?

Hello, you should preface the command with the Wine prefix. Example if I want to install mfc42 I should run this in the terminal:
WINE=wine64 winetricks install mfc42

@Chiitoo
Copy link
Collaborator

Chiitoo commented Dec 30, 2023

No arguments given, so tried to start GUI, but neither zenity
nor kdialog were found. Please install one of them if you want
a graphical interface, or run with --help for more options.

This one is pretty self-explanatory I think?

Hello, you should preface the command with the Wine prefix. Example if I want to install mfc42 I should run this in the terminal: WINE=wine64 winetricks install mfc42

The WINE variable is not about the prefix, but the Wine executable.

There's probably something odd going here, and as mentioned initially, more log output will probably be needed to figure out this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
osx Bugs affecting OS X question User questions/support
Projects
None yet
Development

No branches or pull requests

5 participants