http://bugs.winehq.org/show_bug.cgi?id=12047
Summary: Railroad Tycoon 2: crashes frequently
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Created an attachment (id=11405)
--> (http://bugs.winehq.org/attachment.cgi?id=11405)
console log
Tested with RT2 retail 1.06.
When I click sometimes a button game just freeze.
--
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=11323
Summary: New screenshot notification is misleading
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
The notification says:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3731
This screenshot has been submitted by <user>.
The link above does not link to the actual submitted screenshot but to the app
page. I'd prefer to have it link to the actual added content, not the app,
which already has more then a dozen screenshots.
--
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=10292
Summary: showing unicode charecters
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mhdbnoimi(a)gmail.com
CC: mhdbnoimi(a)gmail.com
Created an attachment (id=8943)
--> (http://bugs.winehq.org/attachment.cgi?id=8943)
Arabic folder shown by wine
I want to browse Arabic characters with Wine, but i noticed that wine
don't show them perfectly, although i installed extra font to it (i
copied windows fonts and put them in .wine folder in home path).
--
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=11780
Summary: fr-08 .the .product pagefaults immediately on execution
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.pouet.net/prod.php?which=1221
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Blocks: 8340
Created an attachment (id=11037)
--> (http://bugs.winehq.org/attachment.cgi?id=11037)
Full terminal log
Application page-faults immediately after execution now with a few other issue
messages before hand.
--
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=13553
Summary: Selecting a drive results in Please Insert Disk dialog
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karllinuxtest.relton(a)ntlworld.com
Created an attachment (id=13491)
--> (http://bugs.winehq.org/attachment.cgi?id=13491)
The graphic file selector dialog
In Greetings Card Factory, a typical operation is to add a graphic from a file.
The application has its own dialog box for this which previews a range of
graphics built into the installation. At the top it has a box to allow you to
specify other drives or folders. This pulldown list includes the 'drive_c' and
the Linux users' home folder - populating sensibly from .wine/dosdevices it
would seem.
However clicking on one of these to navigate the folder now brings up a dialog
box with the message 'Please insert disk' with buttons 'Retry' and 'Cancel'. Of
course there is no disk to insert (this is not a CD-Drive we are selecting),
and so neither of the two buttons do anything useful. Accordingly the user
cannot navigate either drive_c or their Linux home folder.
This use to work fine in the wine-0.9.x series. It is in the recent 1.0-rcX
releases that it has 'broke' - and thus seems a regression.
I'll add a couple of screenshots. Unfortunately there is no easy demo installer
for this app, but I'm happy to help debug.
I guess there is a certain module that it is likely to be?
--
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=13267
Summary: Autodesk SketchBook Pro 2009/3.0 crashes on startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=12050
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: panagiotis(a)gmail.com
Created an attachment (id=13112)
--> (http://bugs.winehq.org/attachment.cgi?id=13112)
Back trace of SketchBook Pro crashing on Wine
Starting Autodesk SketchBook Pro 2009 leads to an immediate crash.
--
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=12207
Summary: taxcut 2007 does not install
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: funmaker_11(a)att.net
Created an attachment (id=11628)
--> (http://bugs.winehq.org/attachment.cgi?id=11628)
wine debug output from attempted install of taxcut 2007.
Taxcut 2007 will not install. Please see attachment.
Another matter: My email address is wrong but I can not figuree out how to
update it. Would someone please tell me how to do this?
--
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=11183
Summary: Sam and Max doesn't start
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michele.scandura(a)gmail.com
This should be a regression of bug n°8601. Tried to start sam'n max culture
shock (not the demo, the full game without fixed exe) and says it's been
modified by a virus.
Wine is ubuntu hardy's latest version
--
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=11125
Summary: s.t.a.l.k.e.r does not start
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asdmin(a)gmail.com
Created an attachment (id=10163)
--> (http://bugs.winehq.org/attachment.cgi?id=10163)
printout
Is there anybody who has a clue on this error message? This appears whenever i
want to start stalker, installed and started as the appdb howto spefifies.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.