Re: Help me get a patch into Wine -> Mac cdrom issue

2009-10-14 Thread Emmanuel Maillard
Hi, For peoples interested with cd-rom support on Mac OS X, i think that you need to investigated in IOKit, especially in SCSITaskDeviceInterface and MMCDeviceInterface. Emmanuel Le 14 oct. 2009 à 17:50, Roderick Colenbrander a écrit : Hi, I don't know much about the cd-rom stuff on osx

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-20 Thread Emmanuel Maillard
Le 20 juil. 09 à 15:34, Steven Edwards a écrit : On Sun, Jul 19, 2009 at 12:23 PM, Emmanuel Maillard wrote: But it's an external appplication, your desktop environment, that handle *.desktop file; wine just generate them... As per the private email I sent. I could see that working

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-19 Thread Emmanuel Maillard
Le 19 juil. 09 à 17:03, Steven Edwards a écrit : On Sun, Jul 19, 2009 at 8:10 AM, Emmanuel Maillard wrote: Just few remarks about your patch : - why you didn't use CoreFoundation API (plain C and already used in Wine) insteed of fprintf to generate Info.plist ? I didn't

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-16 Thread Emmanuel Maillard
Le 15 juil. 09 à 20:06, Steven Edwards a écrit : On Wed, Jul 15, 2009 at 11:11 AM, Emmanuel Maillard wrote: Since OS X does not provide some of the libraries that we need, should we have a dependency build script that installs those libraries to a standard location (so the users don't

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-15 Thread Emmanuel Maillard
Le 14 juil. 09 à 22:28, Steven Edwards a écrit : On Tue, Jul 14, 2009 at 4:17 PM, Juan Lang wrote: I agree with Alexandre on this one: it's just an error in your configuration. You can address it by adding /usr/X11/lib to LD_LIBRARY_PATH or DYLD_FALLBACK_LIBRARY_PATH in your ~/.bash_profile

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-15 Thread Emmanuel Maillard
Le 15 juil. 09 à 05:04, James McKenzie a écrit : Steven Edwards wrote: On Tue, Jul 14, 2009 at 4:17 PM, Juan Lang wrote: I agree with Alexandre on this one: it's just an error in your configuration. You can address it by adding /usr/X11/lib to LD_LIBRARY_PATH or DYLD_FALLBACK_LIBRARY_PAT

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-13 Thread Emmanuel Maillard
Le 11 juil. 09 à 04:36, James McKenzie a écrit : Emmanuel Maillard wrote: Emmanuel: What is the status of winequartz.drv? It looks like your last patch was for 1.1.2. James McKenzie Hi, I didn't really work on winequartz.drv since this patch, start a new version at the begi

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-10 Thread Emmanuel Maillard
Emmanuel: What is the status of winequartz.drv? It looks like your last patch was for 1.1.2. James McKenzie Hi, I didn't really work on winequartz.drv since this patch, start a new version at the beginning of October, but more or less waiting for DIB engine. Emmanuel Emmanuael: A

Re: why is Kronenberg's Wine/Mac work blacklisted on winehq?

2009-06-26 Thread Emmanuel Maillard
Hi, Darwine tools WineHelper and create_darwine_distrib script are not GPL but LGPL. Don't know for Mike Kronenberg patches or other stuffs, but we never change Wine licensing in Darwine. Emmanuel Le 26 juin 09 à 05:19, Dmitry Timoshkov a écrit : wrote: Yesterday I edited http://wiki.

Re: Does wine handle virtual midi ports correct on OSX?

2009-05-28 Thread Emmanuel Maillard
I think Doom use the MIDI Synth not an external MIDI instrument. so no log about MOD_MIDIPORT but eventually MOD_MIDISYNTH (or something like that) Emmanuel Le 26 mai 09 à 02:08, James McKenzie a écrit : Emmanuel Maillard wrote: Does notes play well when playing ? Correct duration

Re: Does wine handle virtual midi ports correct on OSX?

2009-05-28 Thread Emmanuel Maillard
o get Wine to work with JackOSX. Emmanuel Maillard-3 wrote: Does notes play well when playing ? Correct duration, correct tempo or other kind of timing issue ? Have you see fixme about MOD_MIDIPORT in log ? Emmanuel Le 25 mai 09 à 17:59, Steve Schow a écrit : Thanks for responding. I

Re: Does wine handle virtual midi ports correct on OSX?

2009-05-25 Thread Emmanuel Maillard
ure. I'm not a wine developer, so I will just note your comments about MIDIClientCreate and keep testing from my end. Emmanuel Maillard-3 wrote: Hi, Sorry for the late answer. The MIDI driver is very rudimentary : (by memory) it doesn't handle SysEx, doesn't handle notification

Re: Does wine handle virtual midi ports correct on OSX?

2009-05-25 Thread Emmanuel Maillard
Hi, Sorry for the late answer. The MIDI driver is very rudimentary : (by memory) it doesn't handle SysEx, doesn't handle notification from MIDIServer, and poorly tested : just testing by reading few MIDI files, and few In/ Out tests with 2 virtuals application. I think you first need is to a

Re: winequartz.drv Mac OS X UI discontinued?

2009-01-07 Thread Emmanuel Maillard
Le 3 janv. 09 à 04:14, James McKenzie a écrit : > Emmanuel Maillard wrote: >> Hi, >> >> Le 4 juil. 08 à 12:37, Adam Strzelecki a écrit : >> >> >>> Hi Emmanuel, hello Wine developers, >>> >>> Latest WineQuartz.drv patch is 0.9.58. Is t

Re: winequartz.drv Mac OS X UI discontinued?

2008-07-04 Thread Emmanuel Maillard
for > Mac OS X is against their business with CrossOver and this is the > real reason they reject winequartz.drv from Emmanuel Maillard. > Frankly I'd really pay for CrossOver or Wine, if it was what 1.0-1 > is but with native Mac UI, so each wine process has it's own dock > icon, and no X11 is needed and native Mac font system. > > Regards, > -- > Adam Strzelecki |: nanoant.com :| > Cheers Emmanuel

Re: winequartz.drv Mac OS X UI discontinued?

2008-03-06 Thread Emmanuel Maillard
e quartzdrv will go even if its > not accepted in to Winehq. I have been from time to time bringing in > infrastructure changes from the old winequartzdrv however the current > tree is empty as the developer of the prior editions, Emmanuel > Maillard, is in the process of overhauling i

Re: add rule for the .m suffix

2008-02-20 Thread Emmanuel Maillard
Hi, Did you convince Alexandre Julliard to include Objective-C on wine tree ?? Because you need to if you want to submit my patches to winehq, or rewrite it in plain C with Carbon. Emmanuel Le 20 févr. 08 à 13:31, Steven Edwards a écrit : > This is needed for quartzdrv patch. Trying to reduce

Re: Initial Mixer support on Mac OS X (1/7)

2007-05-07 Thread Emmanuel Maillard
Hi, I will see whether I have time this week to check this on winecoreaudio.drv. Emmanuel Le 6 mai 07 à 13:37, Dmitry Timoshkov a écrit : "Emmanuel Maillard" <[EMAIL PROTECTED]> wrote: Changelog : - inital Mixer support on Mac OS X - find all lines and initialize cont

Re: www.winehq.org resolves to smth strange.

2007-04-11 Thread Emmanuel Maillard
Hi, I have almost the same problem, I cannot perfom 'git fetch' for 2/3 weeks now, failed with timeout error. (git-clone too) Any tricks ? Thanks Emmanuel Le 10 avr. 07 à 21:17, Kirill K. Smirnov a écrit : Hi, I've noticed very strange thing today: www.winehq.org resolves to http://se

Initial MIDI Out support on Mac OS X

2007-01-26 Thread Emmanuel Maillard
Hi, anything wrong with this patch : http://www.winehq.org/pipermail/wine- patches/2007-January/035027.html thanks Emmanuel

Winecfg add CoreAudio to audio drivers list

2006-06-01 Thread Emmanuel Maillard
Changelog : Winecfg add CoreAudio to audio drivers list thanks Emmanuel winecfg_add_coreaudio.diff Description: Binary data

Quartz driver

2006-05-31 Thread Emmanuel Maillard
Hi all, Quartz driver is up to date on Darwine CVS. Winemine is playable on both PPC and x86 but it look fine only on PPC, x86 driver suffer strange rendering bugs. See wiki for building the driver : http://wiki.opendarwin.org/ index.php/Darwine:quartzdrv I will update wiki soon with issu

Re: [Darwine] Re: Mac OS X Audio driver

2006-05-25 Thread Emmanuel Maillard
Le 25 mai 06 à 20:27, Alexandre Julliard a écrit : Emmanuel Maillard <[EMAIL PROTECTED]> writes: Sadly no, i can't, Wine debug channels relays on NtCurrentTeb which can't be call in AudioUnit IO thread, make it crash or worse. But I can remove them all. Is the audio librar

Re: Mac OS X Audio driver

2006-05-25 Thread Emmanuel Maillard
Emmanuel Maillard <[EMAIL PROTECTED]> writes: Authors: Ken Thomases Emmanuel Maillard Changelog: Initial Audio Driver for Mac OS X. Could you please replace the fprintfs by the proper Wine debug macros? Sadly no, i can't, Wine debug channel

Re: [WINEDOCS] add question on Intel MacOS X

2006-03-21 Thread Emmanuel Maillard
Hi, The plan for porting Darwine/ppc is to use qemu either Bochs. Thanks Emmanuel Le 21 mars 06 à 06:48, Brian Vincent a écrit : Are there any other FAQ additions anyone wants to see? There's at least one other one I was thinking of adding but have since forgotten. Changelog: Brian Vince

Re: [Darwine] Re: Preliminary CD-Rom support on MacOS X #2

2005-12-31 Thread emmanuel maillard
Thanks, i will take a look at git. Emmanuel Le 31 déc. 05 à 13:38, Pierre d'Herbemont a écrit : emmanuel maillard wrote: On 30 déc. 05, at 13:08, Robert Shearman wrote: I appreciate you splitting up your patches for easier review, but patches are meant to be independent atomic ch

Re: Preliminary CD-Rom support on MacOS X #2

2005-12-30 Thread emmanuel maillard
Hi, Thanks for the comment, i agree with it but i was thinking than keeping separated patches was better than (in this case) merging #2 + #3 + #5 in a big patch. Any tricks are welcome. Thanks Emmanuel Le 30 déc. 05 à 13:08, Robert Shearman a écrit : emmanuel maillard wrote

Re: Preliminary CD-Rom support on MacOS X #5 (take 2)

2005-12-30 Thread emmanuel maillard
Hi, Le 30 déc. 05 à 01:39, Markus Amsler a écrit : Hi, I took a look at your patches, here's what i've found: ntdll_cdrom.diff: # @ cdecl MODULE_DllThreadAttach(ptr) @ cdecl MODULE_GetLoadOrderW(ptr wstr wstr) +@ cdecl CDROM_InitCDDevices() +@ cdecl CDROM_FoundDevices() +@ cdecl CDROM_BSDP

Re: [Darwine] Re: Building wine on darwin (resend) (3/6)

2004-05-22 Thread emmanuel maillard
Hi, -- elif defined(__powerpc__) && defined(__APPLE__) 136 __ASM_GLOBAL_FUNC( wine_switch_to_stack, 137"mtctr r3\n\t" /* func -> ctr */ 138"mr r3,r4\n\t" /* args -> function param 1 (r3) */ 139"mr r1,r5\n\t" /* stack */ +139

Re: Running NT PPC with wine

2004-04-30 Thread emmanuel maillard
return BINARY_PE_EXE; } return BINARY_DOS; } Le 29 avr. 04, à 23:04, emmanuel maillard a écrit : Hi all, I'm looking for people using wine on linuxPPC who want try my patches to run a NT PPC exe. (i plan to reinstall linux/ppc to make my tests but i

Re: [Darwine] compiling wine on Darwin/MacOS X 4/10

2004-04-28 Thread emmanuel maillard
ts good to see that someone takes time to send those patches and work ;) So thanks for that. On 15 avr. 04, at 23:36, emmanuel maillard wrote: Hi, an other patch for darwin/ppc changelog Add darwin/ppc support in THREAD_InitStack emmanuel

Re: [Darwine] Re: Re Winebuild : Fix spec32 file generation for Darwin

2004-04-19 Thread emmanuel maillard
Le 20 avr. 04, à 02:16, Alexandre Julliard a écrit : emmanuel maillard <[EMAIL PROTECTED]> writes: init() fini() and end are not part of mach-o. Initialisation are already call by dlopen and previous version from pierre make recall initialisation stuff for all dlls each time you load o

Re: [Darwine] Re: Re Winebuild : Fix spec32 file generation for Darwin

2004-04-19 Thread emmanuel maillard
fImage += segmentCmd->vmsize; offset += loadCmd->cmdsize; } } __wine_dll_register( &nt_header, %s ); if you want i'll add this for computing image size. emmanuel Le 19 avr. 04, à 23:35, Alexandre Julliard a écrit : emmanuel maillard <[EMAIL PROTECTED]>

Re: compiling wine on Darwin/MacOS X 8/10

2004-04-16 Thread emmanuel maillard
, à 01:37, Alexandre Julliard a écrit : emmanuel maillard <[EMAIL PROTECTED]> writes: Changelog Fix a lstat problem on darwin I don't think you want to remove the check. What error does lstat return in that case? -- Alexandre Julliard [EMAIL PROTECTED]