http://bugs.winehq.org/show_bug.cgi?id=4119
------- Additional Comments From infyquest(a)gmail.com 2005-25-12 22:49 -------
you have to use the windows path not the unix path.
just check to what, your wine drives are mapped to.
Do not use absolute drives like c:\? there is a regression i think.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4118
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From infyquest(a)gmail.com 2005-25-12 22:45 -------
Can you please tell us what the other app is? (is it a ms win app or a linux
app)
I have tested with 0.9.4 it works fine for linux apps, i dont know for the
windows apps.
I am closing this one as works for me.
If u have any concerns re-open the bug
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4159
Summary: Regression: Wine Spins When Starting InstallShield
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: selover(a)speakeasy.net
Prior to 0.9.4 it was possible to start the installation of the Garmin Trip and
Waypoint Manager. Wine now spins before the installation starts.
I have isolated the cause of the problem. It is due to the change in
dlls/ole32/storage32.c file, specifically the SmallBlockChainStream_ReadAt()
function. The spin occurs in the first do/while loop in the function
SmallBlocksToBigBlocks().
SmallBlockChainStream_ReadAt() function previously checked if the bytes read
equal the requested bytes. The function was modified not to perform this check.
Without the check the do loop in SmallBlocksToBigBlocks() never exits.
I corrected the problem by adding:
if (size == 0)
rc = E_FAIL;
before the ending return in SmallBlockChainStream_ReadAt() function.
--
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=2939
------- Additional Comments From inverseparadox(a)comcast.net 2005-25-12 18:47 -------
I haven't been playing the game in a while, but having tried to get back to it
in recent days, I have likewise encountered this bug again - although it
definitely had stopped appearing for me after the commit of the previously
posted patch. Weirdly, even reverting CVS to immediately after the commit which
fixed it before ('cvs update -dPA -D "2005-05-08 00:00 CDT"') still gives the
failure... I'd be more than willing to track down the exact commit which caused
the problem, if I could manage to get back to a version which didn't *have* the
problem. Even the version I originally reported as "working", last time around,
now fails for me.
I am at present still running XFree86 (4.3.0.dfsg.1-14sarge1), but have upgraded
to X.org (6.8.2.dfsg.1-11) although I haven't restarted X yet. Any information I
can provide which would be helpful in tracking down this problem may be had upon
request - for that matter, any advice as to how best to track the problem down
myself would be welcome.
--
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=4141
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-ole
------- Additional Comments From dank(a)kegel.com 2005-25-12 18:33 -------
Thanks, Louis. Changing category to ole. I'll attach
a log with wine-0.9.4 and +ole,+dialog.
--
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=4141
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-25-12 17:27 -------
Works with native oleaut32, so probably a bug in there
--
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=3095
------- Additional Comments From us(a)edmeades.me.uk 2005-25-12 16:44 -------
Yes, fixing this solves both problems... Patch attahced (includes fix for bug
4004 which is also in my tree and relates to menus though). I'll work on
getting it into cvs, but you can use it to prove it solves the problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.