http://bugs.winehq.org/show_bug.cgi?id=5433
Summary: Wine fails to copy a readable file when installing Sims
2
Product: Wine
Version: 0.9.15.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
When using wine to install the Sims 2, the installer complains that it is unable
to copy the file "TSData/Res/UserData/groups.cache" from the DVD, and prompts
the user to retry or abort the installation. Continuous retries have no effect.
The same behavior occurs if the user dumps the disc to an ISO file and attempts
to install it. The file itself is perfectly readable, and in fact, when the
installer prints this error, it has already copied the file to the destination
directory on the hard drive. Removing the already-copied copy has no effect on
the process.
This behavior has been present since at least wine 0.9.13, and it is unknown if
this was ever not the case.
dmesg reports no read errors when this error is printed out. wine prints out no
debug messages when this error occurs.
--
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=5314
------- Additional Comments From the3dfxdude(a)gmail.com 2006-14-06 00:17 -------
Well let me explain. On my slack system what I originally did was reversed the
original patch on the include file. It looks like the same patch happened to
cause two problems, which I didn't remember. I'll leave it closed since patching
the header does fix it.
--
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=5314
------- Additional Comments From mike(a)codeweavers.com 2006-13-06 23:53 -------
This bug isn't a Wine bug. My patch fixed dual definition of SW_MAX by this
file and winuser.h, but that is a different problem. This problem was caused
because an #ifdef __KERNEL__ is missing around the declaration of "struct
input_device_id".
This has been fixed in Debian unstable as follows:
#ifdef __KERNEL__
struct input_device_id {
kernel_ulong_t flags;
...
};
#endif /* __KERNEL__ */
--
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=5314
------- Additional Comments From the3dfxdude(a)gmail.com 2006-13-06 23:49 -------
Oops, I may have spoken too soon. But I'm pretty sure the error reported here
was caused by SW_MAX. I'll check the patch + headers real fast.
--
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=5314
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From the3dfxdude(a)gmail.com 2006-13-06 23:45 -------
A patch to fix this just went in by 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.
http://bugs.winehq.org/show_bug.cgi?id=5432
------- Additional Comments From Rincebrain(a)gmail.com 2006-13-06 23:41 -------
Yes, but if securom is disabled by cracking it, it crashes in a DIFFERENT place,
which means there's probably a problem beyond SecuROM.
--
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=5431
------- Additional Comments From tony.lambregts(a)gmail.com 2006-13-06 23:36 -------
What happens when you run wineboot in a terminal? it looks like you have a
broken package where did you get your wine from?
--
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=219
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Rincebrain(a)gmail.com
------- Additional Comments From tony.lambregts(a)gmail.com 2006-13-06 23:32 -------
*** Bug 5432 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5432
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-13-06 23:32 -------
SECDRV.SYS == safedisc protection
*** This bug has been marked as a duplicate of 219 ***
--
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.