Search found 33 matches

by Dewdman42
Sat Feb 03, 2018 8:22 pm
Forum: macOS
Topic: Wine OSX font locations??
Replies: 0
Views: 2313

Wine OSX font locations??

When installing an app with custom fonts into my wine prefix, I notice that its custom fonts were installed both into C:\windows\Fonts as well as into Mac's /Library/Fonts folder. Why did they get installed into both places? I had another situation come up when I ran winetricks allfonts and it happi...
by Dewdman42
Sat Feb 03, 2018 5:24 pm
Forum: macOS
Topic: homebrew vs Wine App
Replies: 0
Views: 1378

homebrew vs Wine App

I see that there are primarily two common ways to install and use wine on OSX. Homebrew, or else download the Application bundle that is now built and provided here through WineHQ. I have been using the Wine App for a while, but I am wondering if homebrew installs wine in a more traditional way unde...
by Dewdman42
Thu May 11, 2017 1:10 am
Forum: macOS
Topic: Putting exe on the dock?
Replies: 3
Views: 4244

Re: Putting exe on the dock?

its not the wine executable you put in the dock. you create an applescript with the code above, save the applescript as an applet and drag that to the dock.
by Dewdman42
Mon May 08, 2017 1:59 pm
Forum: macOS
Topic: Putting exe on the dock?
Replies: 3
Views: 4244

Re: Putting exe on the dock?

This is more or less what I am doing now.

applescript:

Code: Select all

tell application "Finder"
	open POSIX file "/Users/me/.wine/drive_c/Program Files/xyz.exe"
end tell
assign whatever icon you want to the applescript applet and add to the dock.
by Dewdman42
Mon May 08, 2017 12:38 pm
Forum: macOS
Topic: Putting exe on the dock?
Replies: 3
Views: 4244

Putting exe on the dock?

I am wondering if anyone has figured out a good way to put icons on the doc for each exe that I want to launch with wine. I have a feeling this needs to be done with applescript so that it can be saved as an "applet", which can be placed in the dock, with a unique icon even. I love that Wi...
by Dewdman42
Mon May 08, 2017 12:28 pm
Forum: macOS
Topic: How to uninstall if used .pkg?
Replies: 4
Views: 4485

Re: How to uninstall if used .pkg?

I am also wondering the same thing. From what I can tell there is nothing else to remove, other than perhaps your wine prefixes (ie, ~/.wine/), and you may or may not want to actually do that.
by Dewdman42
Mon Feb 15, 2016 4:27 pm
Forum: macOS
Topic: How to distribute add on XXXX.dll.so ?
Replies: 1
Views: 1611

Re: How to distribute add on XXXX.dll.so ?

so I see that wineboot.exe --init is somehow used to init a new prefix... Its not entirely clear where that is run from when a PREFIX doesn't exist yet. Presumably this copies a bunch of stuff from somewhere, not sure where..to create a registry and builds a drive_c with all the basic stuff that com...
by Dewdman42
Mon Feb 15, 2016 2:39 pm
Forum: macOS
Topic: How to distribute add on XXXX.dll.so ?
Replies: 1
Views: 1611

How to distribute add on XXXX.dll.so ?

I am trying to find the best way to distribute a XXXX.dll.so for general use on wine on OSX. (more specifically the OSX version of wineasio). Right now there is no clean distribution of this very helpful add-on for wine on OSX. There is some src and a binary on github, with manual install instructio...
by Dewdman42
Sun Jun 02, 2013 12:37 pm
Forum: macOS
Topic: wine+wineasio under mac os x 10.6
Replies: 7
Views: 42482

Re: wine+wineasio under mac os x 10.6

JackOSX 0.90 update JackOSX 0.90 has again broken compatibility with Meskalina's wineasio for OSX. In the OS update to Snow Leopard, the location of the sym links changed, as detailed earlier in this thread. JackOSX 0.90 did not change the location of the sym links, but it changed where they are po...
by Dewdman42
Sat Jun 02, 2012 10:35 pm
Forum: macOS
Topic: DirecTV2PC gives errors on install & attempt to open
Replies: 3
Views: 3389

did you ever get this working? I really want to do it too.
by Dewdman42
Sat Jun 02, 2012 10:35 pm
Forum: macOS
Topic: DirecTV2PC gives errors on install & attempt to open
Replies: 3
Views: 3389

did you ever get this working? I really want to do it too.
by Dewdman42
Tue May 29, 2012 10:20 pm
Forum: macOS
Topic: Error running an app on a Mac
Replies: 27
Views: 55784

ok well I really have no idea. A couple weeks ago I built 1.5.4 using the build script without any problems and I didn't do anything to my system since then. I deleted my wine dir to make some room and tried to rebuild it now, as 1.5.5 and now I'm getting this error. I am not a wine dev so I have no...
by Dewdman42
Tue May 29, 2012 8:21 pm
Forum: macOS
Topic: Error running an app on a Mac
Replies: 27
Views: 55784

I have no idea. Is it related to the fact i'm using XQuartz?
by Dewdman42
Tue May 29, 2012 3:40 pm
Forum: macOS
Topic: Error running an app on a Mac
Replies: 27
Views: 55784

I guess we really aren't supposed to discuss the osxwinebuilder script here on this forum, but I thought the whole point of that script is that it downloads everything necessary, including SDL, and builds it in a self contained directory, it does not install anything into /usr for example. So if I s...
by Dewdman42
Tue May 29, 2012 2:06 pm
Forum: macOS
Topic: Error running an app on a Mac
Replies: 27
Views: 55784

no that line I copied from their webpage, not the script. Thanks for pointing that out. My script is latest. The script does output some text at the very end with the env vars you need to set.

I don't know what you mean by "refresh SDL". ??
by Dewdman42
Sun May 27, 2012 6:43 pm
Forum: macOS
Topic: Error running an app on a Mac
Replies: 27
Views: 55784

I've had the most success on OSX by using the build script from google code: http://code.google.com/p/osxwinebuilder/ It just kind of worked when I did it. Don't forget to set a couple of ENV vars before trying to run wine: export DYLD_FALLBACK_LIBRARY_PATH="${HOME}/wine/wine-1.2.1/lib:/usr/X11...
by Dewdman42
Tue May 15, 2012 3:34 pm
Forum: macOS
Topic: wineasio compile problems on OSX - COM work arounds
Replies: 8
Views: 5642

the COM work around code above was borrowed from wine, so I hope someone knowledgable about it can show how to make it compile on osx. thanks
by Dewdman42
Tue May 15, 2012 3:33 pm
Forum: macOS
Topic: wineasio compile problems on OSX - COM work arounds
Replies: 8
Views: 5642

wine does not produce low latency audio through coreaudio. Perhaps you can tell me something I don't know about, but everyone I know using wine with audio production apps has to use wineasio in order to get low latency audio out of reaper, etc. If you know another way to try, please advise and I wil...
by Dewdman42
Tue May 15, 2012 3:24 pm
Forum: macOS
Topic: wineasio compile problems on OSX - COM work arounds
Replies: 8
Views: 5642

the reason I asked here is because this code said it was "borrowed from wine", so i'm hoping a wine expert will still be able to shed some light
by Dewdman42
Tue May 15, 2012 3:16 pm
Forum: macOS
Topic: wineasio compile problems on OSX - COM work arounds
Replies: 8
Views: 5642

the reason I asked here is because this code said it was "borrowed from wine", so i'm hoping a wine expert will still be able to shed some light
by Dewdman42
Tue May 15, 2012 3:15 pm
Forum: macOS
Topic: wineasio compile problems on OSX - COM work arounds
Replies: 8
Views: 5642

apparantly its not supported anywhere
by Dewdman42
Tue May 15, 2012 2:50 pm
Forum: macOS
Topic: wineasio compile problems on OSX - COM work arounds
Replies: 8
Views: 5642

wineasio compile problems on OSX - COM work arounds

I dont know if this is the right place to post this question. I've tried already on the wineasio sourceforge forum, but no response. I think this particular question is something wine experts would know about since it looks to be borrowed code from wine. Most of the wineasio folks seem to be linux f...
by Dewdman42
Mon May 14, 2012 10:46 pm
Forum: macOS
Topic: Windows frame decoration
Replies: 2
Views: 5118

thanks doh
by Dewdman42
Mon May 14, 2012 10:23 pm
Forum: macOS
Topic: Windows frame decoration
Replies: 2
Views: 5118

Windows frame decoration

Hi all. I am using vanilla wine 1.5.4 on OSX, with XQuartz for X11. Does anyone know if its possible or how I can configure it so that when my app runs, the actual win32 window frame will display instead of the X11 looking one with the MacOS close and minimize buttons? I want to see the actual windo...
by Dewdman42
Sat Apr 21, 2012 2:20 pm
Forum: Wine Help
Topic: Program No Longer Can Save
Replies: 13
Views: 4269

Did you ever get this working? I'm using crossover games 10.3 and trying to get it work also. I immediately run into problems opening any file due to comdlg32 problem, I tried a comdlg32 from my xp install, but that didn't work either.

Really want to get this working on my mac somehow.