Search found 709 matches

by Gcenx
Sat Mar 09, 2024 1:58 am
Forum: macOS
Topic: How to fullscreen RPGVXAce game in latest version wine
Replies: 1
Views: 1188

Re: How to fullscreen RPGVXAce game in latest version wine

WineBottler, Wineskin, PlayOnMac, etc are not supported here.
by Gcenx
Wed Nov 29, 2023 1:24 am
Forum: macOS
Topic: Struggling as a noob
Replies: 2
Views: 21440

Re: Struggling as a noob

You need to use wine-devel and use the launch command provided by winetricks for Steam to launch successfully.
by Gcenx
Tue Nov 14, 2023 3:52 am
Forum: macOS
Topic: I'm creating a 32-bit prefix, but it's still 64-bit
Replies: 4
Views: 15977

Re: I'm creating a 32-bit prefix, but it's still 64-bit

it’s not currently possible to generate a 32Bit wineprefix using WoW64 mode But according to my terminal output, my Wine in fact IS in 32-bit mode..? Your own provided output shows the should have generated a 32Bit prefix but it actually a 64Bit prefix. CrossOver contains some additional hacks that...
by Gcenx
Mon Nov 13, 2023 1:08 am
Forum: macOS
Topic: I'm creating a 32-bit prefix, but it's still 64-bit
Replies: 4
Views: 15977

Re: I'm creating a 32-bit prefix, but it's still 64-bit

it’s not currently possible to generate a 32Bit wineprefix using WoW64 mode and that’s all that’s available for macOS Catalina & later.
by Gcenx
Fri Oct 27, 2023 9:31 pm
Forum: macOS
Topic: Open Gl 3+ support MacOS on Apple Silcon
Replies: 1
Views: 14753

Re: Open Gl 3+ support MacOS on Apple Silcon

macOS on Apple Silicon provides OpenGL over Metal, OpenGL has been depreciated for years on macOS.
by Gcenx
Tue Sep 19, 2023 9:35 am
Forum: macOS
Topic: Wine doesn't work on Mac Ventura 13.3.1
Replies: 1
Views: 13867

Re: Wine doesn't work on Mac Ventura 13.3.1

Installing Deprecated WineHQ packages
I’d though I’d made that section clear enough from the name alone, the current packages are installed via brew.
by Gcenx
Fri Sep 08, 2023 3:22 pm
Forum: macOS
Topic: Command line Win32 application can't access file system
Replies: 2
Views: 14930

Re: Command line Win32 application can't access file system

0510:err:environ:init_peb starting L"C:\\Program Files\\nqc-win-3-1-r6\\nqc.exe" in experimental wow64 mode That line suggests you don't have a 32-bit install of Wine to run 32-bit applications, so it's using the 64-bit one (which should work in theory but is not well-tested). macOS Catal...
by Gcenx
Mon Aug 21, 2023 11:46 am
Forum: macOS
Topic: compile wine8.0.1 error happened
Replies: 3
Views: 16590

Re: compile wine8.0.1 error happened

Might need to run this command if not already using ./configure CC="clang" CXX="clang++" --enable-win64 The problem OP was having was due to trying to compile for arm64, what you’ve provided won’t change this. There’s also no need to set CC & CXX from Mac OSX 10.9 onward unl...
by Gcenx
Wed Jun 21, 2023 9:02 am
Forum: macOS
Topic: compile wine8.0.1 error happened
Replies: 3
Views: 16590

Re: compile wine8.0.1 error happened

If you really want an arm64 wine build maybe try 8.10 or head. Just remember an arm64 build one wine will only support running arm64 windows binaries, if you want to run windows x86 binaires you’d need to build for x86_64. Alternatively wait for brew to bump the wine-devel/wine-staging casks to wine...
by Gcenx
Thu Apr 13, 2023 11:28 am
Forum: macOS
Topic: Steam on M1 Mac OSX 13.2
Replies: 5
Views: 19518

Re: Steam on M1 Mac OSX 13.2

@Gcenx Do you have a list of CLI programs that I known to work currently? I am running wine 8.5 from the binaries provided in the wine ubuntu repos and I get this error on all 32bit CLI and GUI programs 0158:err:environ:init_peb starting L"Z:\\tmp\\hh2d.golden.exe" in experimental wow64 m...
by Gcenx
Tue Apr 11, 2023 9:35 am
Forum: macOS
Topic: M1 Mac 12.6.3 error running apps
Replies: 3
Views: 18831

Re: M1 Mac 12.6.3 error running apps

The provided output shows the applications you’ve attempted to run are all 32Bit see the “in experimental wow64 mode”
by Gcenx
Mon Feb 20, 2023 2:45 pm
Forum: macOS
Topic: My screen keeps turning black when i play a fnaf game
Replies: 2
Views: 15811

Re: My screen keeps turning black when i play a fnaf game

i have xquartz installed but when i try to play Fnaf fan games like Jr's its just a black screen but i can still hear the sounds and i dont kno what to do. (Im on MacOS High Sierra Version 10.13.6) this is the build root Attempting to set gamepadcount to 12 0009:fixme:dwmapi:DwmEnableMMCSS (1) stub...
by Gcenx
Mon Feb 20, 2023 2:41 pm
Forum: macOS
Topic: Steam on M1 Mac OSX 13.2
Replies: 5
Views: 19518

Re: Steam on M1 Mac OSX 13.2

WoW64 isn’t fully functional yet, 8.2 had resolved a Rosetta2 specific issue but currently only CLI application will function.

wine-devel-8.2 packages will be completed shortly.
by Gcenx
Thu Jan 05, 2023 11:06 am
Forum: macOS
Topic: Run Windows ARM binaries on m1 macOS
Replies: 1
Views: 13231

Re: Run Windows ARM binaries on m1 macOS

I’ve not tested building for arm64 but I’ve seen many commits related to this so might as well give it a try, just note that Apple Silicon chips only support arm64 there’s no arm32 support. The minimum requirements are as follows; - Xcode Command Line Tools - bison-3.0 - freetype2 - pkgconf bison3 n...
by Gcenx
Fri Nov 11, 2022 10:36 am
Forum: macOS
Topic: Usb ports
Replies: 3
Views: 35465

Re: Usb ports

ELIOGARGIULO wrote: Tue Nov 08, 2022 1:45 am libusb? whati is this?
It’s the libusb is the library that wine uses to communicate with usb devices. You’d need to compile wine from source and configure needs to find it.
by Gcenx
Mon Nov 07, 2022 2:11 pm
Forum: macOS
Topic: Usb ports
Replies: 3
Views: 35465

Re: Usb ports

You’d need to compile with against libusb, however this doesn’t guarantee your application will now see the USB key.

When running wine built against libusb wine will end up claiming all usb devices until all wine processes exit.
by Gcenx
Sun Nov 06, 2022 11:19 pm
Forum: macOS
Topic: Trying to run SIMS3
Replies: 1
Views: 12477

Re: Trying to run SIMS3

You've obviously downloaded a pirated game

EA have re-released Sim3 https://help.ea.com/en/help/the-sims/th ... t-version/
by Gcenx
Mon Oct 31, 2022 4:09 pm
Forum: macOS
Topic: Wine 7.x on El Capitan (Mac OS 10.11) ?
Replies: 23
Views: 76367

Re: Wine 7.x on El Capitan (Mac OS 10.11) ?

Oh yeah I’d forgotten to include the LDFLAGS setting.. It seems I do have a legacy build I’d forgotten about https://github.com/Gcenx/macOS_Wine_builds/releases/download/7.0/wine-stable-legacy-7.0-osx64.tar.xz Make sure to remove the quarantine flag and launch directly with launch a terminal session...
by Gcenx
Mon Oct 31, 2022 10:28 am
Forum: macOS
Topic: Wine 7.x on El Capitan (Mac OS 10.11) ?
Replies: 23
Views: 76367

Re: Wine 7.x on El Capitan (Mac OS 10.11) ?

Forgot a configure flag for win32

Code: Select all

--with-wine64=../win64
by Gcenx
Mon Oct 31, 2022 8:18 am
Forum: macOS
Topic: Wine 7.x on El Capitan (Mac OS 10.11) ?
Replies: 23
Views: 76367

Re: Wine 7.x on El Capitan (Mac OS 10.11) ?

You should have done roughly the following, the source dir needs to be clean so trash and re extract might be in order. cd <wine sources dir here> mkdir win32 mkdir win64 cd win64 ../configure --enable-win64 make sudo make install cd ../win32 ../configure make sudo make install Once that's all done ...
by Gcenx
Sun Oct 30, 2022 4:19 pm
Forum: macOS
Topic: Wine 7.x on El Capitan (Mac OS 10.11) ?
Replies: 23
Views: 76367

Re: Wine 7.x on El Capitan (Mac OS 10.11) ?

Let's just forget about gstreamer for the moment as technically you can use winetricks verbs for codecs it's preferable to use FOSS implementations when possible.
by Gcenx
Thu Oct 27, 2022 10:14 am
Forum: macOS
Topic: Wine 7.x on El Capitan (Mac OS 10.11) ?
Replies: 23
Views: 76367

Re: Wine 7.x on El Capitan (Mac OS 10.11) ?

For the moment just skip gstreamer
by Gcenx
Wed Oct 26, 2022 11:35 pm
Forum: macOS
Topic: Wine 7.x on El Capitan (Mac OS 10.11) ?
Replies: 23
Views: 76367

Re: Wine 7.x on El Capitan (Mac OS 10.11) ?

1) This happens with Intel GPUs on some games. 2) that’s upto you but the patch would need to be altered to have the Macports install path instead of a placeholder. 3) I’d only recently pulled this one in to avoid needing to explain how to enable WineD3D Vulkan. I’d assume you didn’t install Xcode c...
by Gcenx
Wed Oct 26, 2022 5:31 pm
Forum: macOS
Topic: Wine 7.x on El Capitan (Mac OS 10.11) ?
Replies: 23
Views: 76367

Re: Wine 7.x on El Capitan (Mac OS 10.11) ?

I’d think that’s fine it would have said a hunk failed if it failed. Here’s the explanations for each patch # https://bugs.winehq.org/show_bug.cgi?id=34166#c103 patchfiles-append \ 0001-winemac.drv-No-Flicker-patch.diff # This allows wine to use curl-ca-bundle.crt patchfiles-append \ 0002-crypt32-ex...