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=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=14602
Summary: WinRAR clocks tells wrong time
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
When I extract files (for example, many small files in one big RAR archive),
WinRAR tells wrong time (3 sec, but in was 5 minutes)!
--
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=14584
Summary: GammonEmpire software crashes wine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)sxemacs.org
Created an attachment (id=14953)
--> (http://bugs.winehq.org/attachment.cgi?id=14953)
Backtrace etc.
I installed the GammonEmpire software for windows on wine running on Debian
x86-32. It started up quite fine, but after a while it crashed stating it had
hit an illegal instruction.
--
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=14582
Summary: Yoot Tower: hangs when selecting a tool
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hymie(a)lactose.homelinux.net
Yoot Tower runs fine on my desktop box running Linux 2.6.19 and wine 0.9.44
On my laptop (Linux 2.6.25 , wine 1.1.1) , Yoot Tower starts successfully.
However, when I try to select a building tool (such as the lobby or elevator),
the game appears to hang. The sound is still playing and the mouse moves
around the YT window, but the screen does not update in any way.
Please let me know what further information I can provide that would help get
this resolved.
Thanks.
--EbH
--
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=14581
Summary: TDU
Product: Wine
Version: unspecified
Platform: PC
URL: http://testdriveunlimited.co.uk
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ard(a)gpdnet.co.uk
TDU installed fine, finished ok, but when I try to run it, I get the "splash"
screen and then nothing, it basically dies.
Anyone else having the same problems, anyone got any fixes or idea?
Andrew
--
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=14546
Summary: Planescape: Torment-- installer will not load.
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dykeboarder(a)gmail.com
Created an attachment (id=14892)
--> (http://bugs.winehq.org/attachment.cgi?id=14892)
terminal output from crash
When attempting to load the installer for the CD version of Planescape:
Torment, Wine crashes. Terminal output attached.
Running:
Ubuntu Hardy 8.04, most recent kernel,
HP Pavilion dv6105 laptop,
AMD Turion 64 2.2Ghz.
--
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=14453
Summary: Crysis Does not Launch
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thebozo1(a)hotmail.com
Created an attachment (id=14772)
--> (http://bugs.winehq.org/attachment.cgi?id=14772)
Crysis Terminal Output
Crysis (1.0) Does not launch anymore. It would launch before though in 1.1.0.
Nothing, no black screen, no logo, just null feedback when launching the 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=14447
Summary: keyboard input decreases the framerate in gothic
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frag91(a)hotmail.it
While playing gothic keyboard input decrease a lot the framerate.
In fact, if i look around with the mouse, framerate is high, but if i press a
single key, the games slows from 60 and more fps to 15-20
--
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.