http://bugs.winehq.org/show_bug.cgi?id=4221
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From dank(a)kegel.com 2006-28-06 01:51 -------
OK, I was an idiot. The right fix is to tell the script
to wait for the picasa window to appear. e.g.
<?xml version="1.0" ?>
<VistaTask>
<step>
<action>Start</action>
<text>c:\Program Files\Picasa2\Picasa2.exe</text>
</step>
<step>
<action>Wait for Window to Appear</action>
<text>Picasa2</text>
<timeout>60</timeout>
</step>
<step>
<action>Select Menu Item</action>
<text>&File; &Import From</text>
</step>
</VistaTask>
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5253
------- Additional Comments From the3dfxdude(a)gmail.com 2006-28-06 00:55 -------
oops, I subtracted wrong. In comment 8, 0x7d85bfff should actually be 0x7d85afff.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5184
------- Additional Comments From juan_lang(a)yahoo.com 2006-28-06 00:21 -------
What version of Wine? What is SPSS 10? Is there as a download link somewhere?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3254
------- Additional Comments From girlblossom(a)gmail.com 2006-27-06 22:29 -------
Created an attachment (id=2767)
--> (http://bugs.winehq.org/attachment.cgi?id=2767&action=view)
Logs with crypt32, msvcrt, and rpcrt4 forced native
Earlier I had made a spelling mistake in winecfg and so msvcrt wasn't loading
correctly. However, after correcting that and recopying mscvsrt.dll from my
winXP home edition, it seemed like it still was loading incorrectly (see the
log that ends in winsock3.txt).
I realized something else that may help you and I hope that my ignorance on
this issue hasn't wasted a lot of your time. When I was doing my DLL overrides
I was choosing "Native, Builtin", however I think the three dlls crypt32.dll,
rpcrt4.dll, and msvcrt.dll were not loading the native dll correctly and so
wine was falling back to it's builtin implementation - which might explain the
missing crypt32 functions.
When I force any of these three dlls to be native (by choosing "native" in
winecfg), googletalk crashes on startup. Attached is the log with only crypt32
forced to native and also the log if all three of crypt32, rpcrt4, and msvcrt
are forced to native. (In both cases googletalk just crashes - actually, after
forcing them to be native winecfg crashes too and I have to manually edit
user.reg).
Does this help?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5253
------- Additional Comments From the3dfxdude(a)gmail.com 2006-27-06 19:53 -------
Created an attachment (id=2766)
--> (http://bugs.winehq.org/attachment.cgi?id=2766&action=view)
ddraw log from Jesse Allen
This is a better log with WINEDEBUG=+ddraw,+d3d_surface and latest CVS. I can
reproduce a crash.
It shows an
Unhandled page fault on write access to 0x7d85b000 at address 0x7e4c01a4
Which follows a
trace:ddraw:IDirectDrawSurfaceImpl_Lock locked surface returning description :
- DDSD_CAPS : DDSCAPS_FRONTBUFFER DDSCAPS_PRIMARYSURFACE DDSCAPS_VIDEOMEMORY
DD
SCAPS_VISIBLE DDSCAPS_LOCALVIDMEM
- DDSD_HEIGHT : 480
- DDSD_WIDTH : 640
- DDSD_PITCH : 640
- DDSD_LPSURFACE : 0x7d810000
- DDSD_PIXELFORMAT : ( DDPF_PALETTEINDEXED8 DDPF_RGB , RGB bits: 8, R 00 G 00
B 00)
My guess is 640*480*bpp in hex is 0x4b000 plus the base address of 0x7d810000
equals 0x7d85b000. That is probably beyond the end of buffer -- should be at
0x7d85bfff? So the program is locking the main surface to set pixels directly
and goes beyond end of buffer. There has to be an explanation somewhere...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5516
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2006-27-06 19:33 -------
Marking as FIXED, because the original bug is fixed, and the install finishes
completely..you just have to wait a while for the EULA to show, but that's
another bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5258
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From the3dfxdude(a)gmail.com 2006-27-06 19:31 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5253
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |skadz(a)stigmata.org
------- Additional Comments From the3dfxdude(a)gmail.com 2006-27-06 19:31 -------
*** Bug 5258 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5258
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From the3dfxdude(a)gmail.com 2006-27-06 19:31 -------
Dupe
*** This bug has been marked as a duplicate of 5253 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5516
------- Additional Comments From truiken(a)gmail.com 2006-27-06 19:24 -------
Seems you were right Dan, it took about an hour, but the EULA finally showed up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.