http://bugs.winehq.org/show_bug.cgi?id=8922
Jonatas Miguel <wiseallec(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wiseallec(a)gmail.com
--- Comment #2 from Jonatas Miguel <wiseallec(a)gmail.com> 2008-03-11 18:54:22 ---
I was using Dreamweaver for a project the other day and I noticed some ways
that this bug can be reproduced... It's a bit difficult for me to explain so I
created a screen capture of both instances of the bug... Here is the link:
http://ifile.it/36vcid4
Notice that when the cursor is in some parts of the window the redraw problem
does not occur whilst in others it does. Good Luck.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8945
--- Comment #60 from Dan Kegel <dank(a)kegel.com> 2008-03-11 17:58:13 ---
Correction: I forgot to mention setting winxp. The recipe now is:
Apply AF's msi fix from #33
rm -rf .wine
sh winetricks -q corefonts vcrun6 wsh56 msxml3 winver=winxp
wine ADBEPHSPCS3_WWE.exe
The installer then just sort of sits there without a window
after having done a bunch of mshtml and shdocvw fixmes.
Still, that's progress!
What's the accepted recipe for getting native
mshtml, shdocvw, shlwapi, urlmon as suggested in #30 ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8945
--- Comment #59 from Anastasius Focht <focht(a)gmx.net> 2008-03-11 17:34:59 ---
Hello,
just look at 2nd part of my comment #33 for possible fix (UserName is allowed
to be null/empty -> per-machine installation case not correctly handled).
No need for -O0 ... even on -O2 is pretty obvious.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7189
--- Comment #31 from James Hawkins <truiken(a)gmail.com> 2008-03-11 17:14:42 ---
Minimal scenario that works for me:
$ proper setup (winxp, mfc42)
$ wine setup.exe
* custom install, only pick the following (+) (- means deselect)
* VS->Language Tools->Visual C++
+ Visual C++*
* .NET Framework SDK
- Quickstart samples
- Tools
Takes about 20 minutes but it's successful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7643
--- Comment #61 from Lei Zhang <thestig(a)google.com> 2008-03-11 17:12:06 ---
No, you can use native gdiplus. I'll file a bug for the missing function.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8945
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|msxml3 |msi
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8945
--- Comment #58 from Dan Kegel <dank(a)kegel.com> 2008-03-11 16:48:25 ---
Seems to get further, but installing Photoshop CS3 still crashes for me
in advapi32 from msi.
Here's my recipe:
rm -rf .wine
sh winetricks -q corefonts vcrun6 wsh56 msxml3
wine ADBEPHSPCS3_WWE.exe
The installer unpacks to ~/Desktop/Adobe CS3/Photoshop/Adobe CS3
and you can repeat the problem by cd'ing there and running Setup.exe.
To get a better stack dump, recompile advapi32 with -O0, then do
$ WINEDEBUG=+msi,+security,+relay wine Setup.exe
0025:Call msi.MsiSourceListAddSourceW(008c8868
L"{D1BB4446-AE9C-4256-9A7F-4D46604D2462}",00000000,00000000,0133eb88
L"Z:\\home\\dkegel\\Desktop\\Adobe CS3\\Photoshop\\Adobe CS3") ret=00432e4a
trace:msi:MsiSourceListAddSourceW L"{D1BB4446-AE9C-4256-9A7F-4D46604D2462}"
(null) L"Z:\\home\\dkegel\\Desktop\\Adobe CS3\\Photoshop\\Adobe CS3"
0025:Call
advapi32.LookupAccountNameW(00000000,00000000,00000000,7cbcdf04,00000000,7cbcdf00,00000000)
ret=7ca897d3
fixme:advapi:LookupAccountNameW (null) (null) (nil) 0x7cbcdf04 (nil) 0x7cbcdf00
(nil) - stub
...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0xb7eda0b8).
...
=>1 0xb7eda0b8 strcmpW+0xa(str1=0x0, str2=0x7e39af08)
[include/wine/unicode.h:230] in libwine.so.1 (0x7cbcddb8)
2 0x7e3893b6 LookupAccountNameW+0xe4(lpSystemName=0x0, lpAccountName=0x0,
Sid=0x0, cbSid=0x7cbcdf04, ReferencedDomainName=0x0,
cchReferencedDomainName=0x7cbcdf00, peUse=0x0) [advapi32/security.c:2488]
3 0x7bc51c20 call_entry_point+0x20() in ntdll (0x7cbcde48)
4 0x7bc52b85 relay_call_from_32+0x1a1(descr=0x7e3a281c, idx=<?>,
stack=0x7cbcdecc) [ntdll/relay.c:372]
5 0x7e36dbe1 in advapi32 (+0xdbe1) (0x7cbcdf18)
6 0x7bc51c20 call_entry_point+0x20() in ntdll (0x7cbcdf3c)
7 0x7bc52b85 relay_call_from_32+0x1a1(descr=0x7cab5618, idx=<?>,
stack=0x7cbcdfc0) [ntdll/relay.c:372] in ntdll (0x7cbcdfac)
8 0x7ca36109 in msi (+0x6109) (0x7cbce10c)
0xb7eda0b8 strcmpW+0xa
...
[include/wine/unicode.h:230] in libwine.so.1: movzwl 0x0(%ecx),%eax
230 while (*str1 && (*str1 == *str2)) { str1++; str2++; }
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7643
--- Comment #60 from Andy Brook <javahollic(a)gmail.com> 2008-03-11 16:44:13 ---
(In reply to comment #59)
> 1.1.3280
>
I upgraded from 3220 to 3223 (still crashes), tried upgrading from 3223 (in
wine) but the updater barfed (3223->3251) gives:
./supcom_patch_1.0.3223_to_1.1.3251.exe
wine: Call from 0x7b841ae0 to unimplemented function
gdiplus.dll.GdipCreateFontFamilyFromName, aborting
err:seh:setup_exception stack overflow 0 bytes in thread 003d eip 68f236d5 esp
00411000 stack 0x411000-0x620000
given this isn't fixed in current wine, assuming the only way to get to 3280 is
to update via windows?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8945
--- Comment #57 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-03-11 16:11:27 ---
And here's Flash CS3 running in current git:
http://appdb.winehq.org/appimage.php?bThumbnail=true&iId=16487
So basically the installation of Photoshop CS3 and Flash CS 3 seems to be ok
with native shdocvw/mshtml etc. Apparently no msi bugs or so.
Indesign CS3 install was apparently wrong, so there's still another bug to
solve there i guess
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7189
--- Comment #30 from Dan Kegel <dank(a)kegel.com> 2008-03-11 16:04:30 ---
Can you give me a minimal install scenario that
completes properly for you? I'll see if it works for me, too.
This thing takes so long I'd rather not experiment too much!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.