http://bugs.winehq.org/show_bug.cgi?id=1176
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-10-09 10:29 -------
Resolving ABANDONED
--
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=3028
------- Additional Comments From kelfe(a)gmx.de 2005-10-09 10:08 -------
Created an attachment (id=1019)
--> (http://bugs.winehq.org/attachment.cgi?id=1019&action=view)
patch to solve this problem but could break a lot other things
output from the testcase
wine-cvs:
FindFirstFile cache/*.*
failed with error 2: File not found
FindFirstFile cache/Browser/*.*
failed with error 3: Path not found
FindFirstFile cache/foo.bar
failed with error 2: File not found
CreateFile c:\foo\bar.txt
failed with error 3: Path not found
CreateFile c:\foo\
failed with error 2: File not found
CreateFile c:\foo\*.*
failed with error 123: Invalid name
Win XP:
FindFirstFile cache/*.*
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
FindFirstFile cache/Browser/*.*
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
FindFirstFile cache/foo.bar
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
CreateFile c:\foo\bar.txt
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
CreateFile c:\foo\
failed with error 2: Das System kann die angegebene Datei nicht finden.
CreateFile c:\foo\*.*
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
wine-cvs + patch:
FindFirstFile cache/*.*
failed with error 3: Path not found
FindFirstFile cache/Browser/*.*
failed with error 3: Path not found
FindFirstFile cache/foo.bar
failed with error 3: Path not found
CreateFile c:\foo\bar.txt
failed with error 3: Path not found
CreateFile c:\foo\
failed with error 2: File not found
CreateFile c:\foo\*.*
failed with error 3: Path not found
--
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=3279
------- Additional Comments From danny.milo(a)gmx.net 2005-10-09 05:15 -------
yes, it works now :)
yeah, guess looking at names instead of ever-changing hex addresses in the
backtrace is easier :)
anyways, this bug is fixed with the patch :)
now bug #3309 cropped up, too bad.
--
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=3309
------- Additional Comments From danny.milo(a)gmx.net 2005-10-09 05:15 -------
note that I hit "X" as much as I could in the screenshot, that is, one cannot
enter more characters than shown there. bad :)
--
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=3309
Summary: delphi 7 installer (i.e. installshield): product key
boxes are wrong sized
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny.milo(a)gmx.net
With wine cvs, the delphi 7 installer shows totally whack product key boxes in
the installer (see the screenshots)
the actual product key is like "XXXX-XXXXXX-XXXXXX-XXXX", and the auth key is
like "XXX-XXX"
will try to find a windows box to check how it looks 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=3279
------- Additional Comments From mike(a)codeweavers.com 2005-09-09 20:34 -------
Danny,
Please try the attached patch. Hopefully it should solve the problem. (btw. it
was much easier to find what was going wrong with the propper backtrace.)
thanks,
Mike
--
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.