Search found 4 matches

by will30uk
Sun Aug 20, 2023 11:14 am
Forum: macOS
Topic: compile wine8.0.1 error happened
Replies: 3
Views: 25529

Re: compile wine8.0.1 error happened

Might need to run this command if not already using

./configure CC="clang" CXX="clang++" --enable-win64
by will30uk
Sun Aug 20, 2023 11:13 am
Forum: macOS
Topic: Cannot use opengl 3 apps on MacOS
Replies: 1
Views: 26807

Re: Cannot use opengl 3 apps on MacOS

I can confirm I get the same error with openGL3 on an AMD mackintosh running Ventura 13.4

Thank you for those demo binaries, very useful to be aware of. They all worked for me except the openGL3 and Vulkan ( though Vulkan may be just because I haven't installed necessary wine trick)
by will30uk
Sun Aug 20, 2023 11:05 am
Forum: macOS
Topic: Installing Wine
Replies: 1
Views: 21209

Re: Installing Wine

I have compiled wine from source recently with the following steps on an AMD hackintosh Part 1 - Install and configure homebrew 1. Run in terminal /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 2. Run in terminal brew install --formula bison...
by will30uk
Sat Aug 19, 2023 6:21 pm
Forum: macOS
Topic: AudioGridder
Replies: 0
Views: 19733

AudioGridder

Is there a reason why an exe , let’s call it program.exe behaves differently when launched indirectly as opposed to directly? To clarify my terminology , by direct I mean eg wine64 program.exe and by indirect I mean wine64 cmd ( then type program.exe into this session). I find recently in two separa...