Sorry this is the good patch :
Changelog
Adjust stack pointer in wine_switch_to_stack to prevent segmentation
fault on darwin/ppc.
wine_port.diff
Description: Binary data
emmanuel
Le 22 mai 04, à 15:33, emmanuel maillard a écrit :
Hi,
--
elif defined(__powerpc__) && defined(__APPL
* Eric Pouech (Sun, 16 May 2004 08:20:01 +0200) wrote:
| Andrà Johansen a Ãcrit :
| > Hi!
| > While trying to get Anarchy Online working with Wine, I discovered
| > that dynamically getting symbols from the running program does not
| > work properly in Wine.
| what doesn't work is that toolhelp (in
I am sorry I meant:
Le 22 mai 04, à 13:20, Pierre d'Herbemont a écrit :
libs/wine/port.c
--
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" /* arg
Emmanuel,
Can you try the following fix and if it works send a patch for it?
libs/wine/port.c
--
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" /
I tried running the demo of Picasa from
http://www.lifescapeinc.com/picasa/
under Wine-20040213 and Wine-20040505, but the installer
just put up "Out of Memory" boxes :-(
This progam uses some unusual installer app
(it announces which one early on when you run
it under Windows).
Anyone seen this be
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
Thanks Steven,
However - just a thought here.. Do we want to simply work with the '.ttf' file, or should we keep the 'source' in CVS also? The 'source' file is a '.sfd' file created with PfaEdit [http://pfaedit.sourceforge.net/oldindex.html] now called FontForge [http://fontforge.sourceforge.net/]