Safari 4 - anyone got this working?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
David Gerard

Safari 4 - anyone got this working?

Post by David Gerard »

Tried under 1.1.15, installed but wouldn't start. Tried under 1.1.16,
did a backtrace and hung:

fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:GetCurrentHwProfileA (0x32fcdc) semi-stub
fixme:dwmapi:DwmIsCompositionEnabled 0x32fe30
fixme:service:EnumServicesStatusW 0x149cc8 type=30 state=3 (nil) 0
0x32fdf4 0x32fdf0 0x32fde8
fixme:win:EnumDisplayDevicesW ((null),0,0x32f4f8,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation
support to SetDepthStencilSurface
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
wine: Unhandled exception 0xc06d007f at address 0x7b8450f0 (thread
002c), starting debugger...
Unhandled exception: 0xc06d007f in 32-bit code (0x7b845163).
Register dump:
...

Has anyone tickled it into working?

I see no bug reports for Safari 4 ...


- d.
David Gerard

Safari 4 - anyone got this working?

Post by David Gerard »

2009/2/28 David Gerard <[email protected]>:
Tried under 1.1.15, installed but wouldn't start. Tried under 1.1.16,
did a backtrace and hung:
Has anyone tickled it into working?
I see someone's done horrible things to get it working:

http://alicious.com/2009/safari-4-on-li ... ne-update/

- including copying an XP DLL.

Bug with backtrace filed as http://bugs.winehq.org/show_bug.cgi?id=17554


- d.
David Gerard

Safari 4 - anyone got this working?

Post by David Gerard »

2009/2/28 David Gerard <[email protected]>:
Apparently it's this one:

http://bugs.winehq.org/show_bug.cgi?id=14574

- which also affects a pile of .NET apps. This one appears to be in progress.


- d.
David Gerard

Safari 4 - anyone got this working?

Post by David Gerard »

2009/2/28 David Gerard <[email protected]>:
2009/2/28 David Gerard <[email protected]>:
Apparently it's this one:
http://bugs.winehq.org/show_bug.cgi?id=14574
- which also affects a pile of .NET apps. This one appears to be in progress.
I can confirm that the patch in this bug (which just creates a single
stub function) and doing "winetricks corefonts" makes Safari 4 start
and run and browse. w00t!

Problems:

* crash and backtrace without corefonts
* still doesn't do SSL
* fonts are more than a little weird (lack of some Apple-specific font?)
* some amusing rubbish in the terminal, e.g. "2009-03-01 19:04:03.166
Safari.exe[8:9] [WARNING] Compatibility::Utils::printStack() is not
available on Windows"

Here's to this patch being accepted ...


- d.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Safari 4 - anyone got this working?

Post by austin987 »

On Sun, Mar 1, 2009 at 2:56 PM, David Gerard <[email protected]> wrote:
* some amusing rubbish in the terminal, e.g. "2009-03-01 19:04:03.166
Safari.exe[8:9] [WARNING] Compatibility::Utils::printStack() is not
available on Windows"
Some windows applications write to stdout. Try running it windows from
a command prompt...


--
-Austin
Locked