http://bugs.winehq.org/show_bug.cgi?id=5623
Oli <Vhann3000(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Vhann3000(a)gmail.com
--- Comment #27 from Oli <Vhann3000(a)gmail.com> 2009-07-22 08:08:05 ---
(In reply to comment #26)
> Is this still an issue in current (1.1.26 or newer) wine?
I'm currently building wine 1.1.26, will test in moments
--
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=10974
Summary: wine prefers loopback devices over regular files
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
Created an attachment (id=9920)
--> (http://bugs.winehq.org/attachment.cgi?id=9920)
fix loopback handling
When using a loopback device as a wine drive, wine will prefer to use the
loopback device (e.g. /dev/loop0) for volume access rather than the regular
file it's based on (e.g. ~/foo.iso).
>From dlls/ntdll/directory.c:
else if (!stat( entry->mnt_fsname, &st ) && S_ISREG(st.st_mode))
{
/* if device is a regular file check for a loop mount */
if ((device = strstr( entry->mnt_opts, "loop=" )))
{
char *p = strchr( device + 5, ',' );
if (p) *p = 0;
return device + 5;
}
}
I'm not sure if this has any advantage, but it has a big inconvenient. It's
almost certain that /dev/loop0 is owned by root and not world-readable, and
it's also mostly certain that wine isn't being run as root. If the image is
user-owned, by using the loop device we lose the ability to read it.
This typicaly causes breakage that is difficult to figure out. For example,
see
http://appdb.winehq.org/objectManager.php?sClass=version&iId=727&iTestingId…
Note: I'm filing this separate from bug 10957 because it's an unrelated issue.
The patch I'm attaching here collides with the one I sent for bug 10957, but
takes both situations into account.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5903
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|ABANDONED |
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-07-21 21:00:13 ---
Hmm, must be a new setting in bugzilla. Before the upgrade, you could reopen.
--
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=14230
Summary: Shadowbane err:ntdll:RtlpWaitForCriticalSection
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nurmius(a)gmail.com
Created an attachment (id=14514)
--> (http://bugs.winehq.org/attachment.cgi?id=14514)
console output
In game after a minute of playing (walking around) game crashes at error shown
in attached file. Using windows 2003 msvcrt.dll (native) in order to play. Game
wasn't installed, installation hangs at some java code execution, just
installed on a windows box and then copied to linux. Login screen works good,
game start and after a minute it crashes.
--
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=19409
Summary: Time.exe (TIME 2007, FS-Software, www.fsware.de)
crashes on startup
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin--o(a)web.de
Created an attachment (id=22511)
--> (http://bugs.winehq.org/attachment.cgi?id=22511)
console output of wine running Time.exe
After starting Time.exe (C:\Programme\FS-Software\TIME 2007\Time.exe), the
splash screen appears as it should and the program window is drawn correctly,
but immediately afterwards wine crashes with an "Anwendungsfehler" (German
version of wine):
Exception EAccessViolation in Modul Time.exe bei 00000000.
Zugriffsverletzung bei Adresse 00000000 in Modul 'Time.exe'. Lesen von Adresse
00000000.
I attached the output.
To reproduce this bug, do the following steps:
1. Download: http://www.fsware.de/Download/time2007-setup.exe
2. Activate Wine desktop (1024x768, if possible) using winecfg
3. Install:
a) wine time2007-setup.exe
b) select "Standardinstallation" (or whatever you like)
4. You may or may not deactivate Wine desktop againg
5. Run the program: wine C:\\Programme\\FS-Software\\TIME\ 2007\\Time.exe
--
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=19404
Summary: Always looping message, which is in attachment
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freeman85n(a)gmail.com
Created an attachment (id=22499)
--> (http://bugs.winehq.org/attachment.cgi?id=22499)
log
Always looping message, which is in attachment. Does not interfere with play.
--
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=5903
--- Comment #10 from EA Durbin <ead1234(a)hotmail.com> 2009-07-21 16:45:28 ---
Once it is closed I do not have the ability to re-open in bugzilla, not sure if
this is a permissions error or bug in bugzilla.
--
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.