http://bugs.winehq.org/show_bug.cgi?id=26702
Summary: Desert Gunner crashes in the main menu
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://download.cnet.com/Baghdad-Central-Desert-Gunner
/3000-7563_4-10615037.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34005)
--> (http://bugs.winehq.org/attachment.cgi?id=34005)
console log
The game loads up to the main menu but clicking on any of the following menu
items (Options, Play, Weapons Chart) result in a crash.
I've tried the game with fullscreen and virtual desktop mode, w/o audio. By
default the game uses OpenGL renderer. The same problem happens if I change the
renderer to D3D.
The problem exists in Wine-0.9.33, 1.0.1 etc.
To reproduce the crash in the demo:
1. Install the demo.
2. winetricks ie6
3. Launch the demo. In the main menu click on <Options>... the game will crash.
Fedora 14
Nvidia GeForce 250 / driver 260.19.36
--
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=16121
Summary: Word 2003 Bold Face Type Bug
Product: Wine
Version: 1.1.8
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: morse.matt(a)gmail.com
Word 2003 in Wine doesn't show bold or face type properly when using Times New
Roman font. It just shows it like regular type but with the 'bold' toolbar
button depressed on the formatting toolbar. When I switched my document to
Arial Narrow font this problem seemed to disappear. It may just be an issue
with this font only. It could also be my video card playing tricks on me as
well but I'm not sure. Here are my hardware and software specs:
OS: Ubuntu 8.04 Hardy Heron
Wine version 1.1.8
Hardware: HP Pavilion dv600t laptop, NVIDIA GeForce Go 7400 graphics card,
Intel Core 2 Duo T5600 1.8ghz cpu, Intel 845GM chipset
--
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=21400
Summary: problem with powerpoint presentation 2007 when
changing slide in normal view (pptx file with many
shapes)
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kokojojobobo(a)gmail.com
I can view the presentation in slide show without problem, but in normal view
when paging down it never displays slides 2 or 3, though the page indicator and
slide sorter show that it's on those pages.
--
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=25923
Summary: UltraNitroRacers: Fails to launch with built-in quartz
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=33041)
--> (http://bugs.winehq.org/attachment.cgi?id=33041)
Terminal output
Upon game launch it freezes at a black screen looping this message with random
numbers in the terminal:
fixme:quartz:parse_header Not a valid header
Once given native quarts it fixes one bug, only to make another... :p
Attached is log.
--
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=19240
Summary: Unhandled exception running latest version of Full
Tilt Poker
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murpe79(a)gmail.com
Created an attachment (id=22259)
--> (http://bugs.winehq.org/attachment.cgi?id=22259)
strace wine FullTiltPoker.exe (Wine 1.1.24)
A new version of Full Tilt Poker was recently pushed, and this version causes
an unhandled exception when run:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc46c8d
I have tested on Ubuntu Jaunty (64-bit) with Wine 1.0.1 from Ubuntu and also
Wine 1.1.24 from WineHQ. Comments from "ray" in the AppDB indicate this is not
distribution or version specific. I have not been able to verify that this
version of FTP works in Windows, but I assume that is the case.
Attached is an strace with Wine version 1.1.24
--
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=17619
Summary: GetDriveTypeW says C: is a network share if /home is an
NFS share, breaking Steam installer
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lordhavoc(a)ghdigital.com
Created an attachment (id=19804)
--> (http://bugs.winehq.org/attachment.cgi?id=19804)
Patch to make C: always report as DRIVE_FIXED type
My /home is an NFS share, this means NtQueryVolumeInformationFile returns the
type of ~/.wine/drive_c as a network share, confusing installers (such as
Steam).
I tracked this down to a problem with GetDriveTypeW querying the volume
information and not even calling get_mountmgr_drive_type in some cases (such as
a network share), so any configuration in winecfg had no effect.
I have attached a patch that causes C: to always report as DRIVE_FIXED, which
fixes my problem, and should avoid any problems of this sort in the future.
However this still means that winecfg overrides have no effect on network
shares, this only fixes the most common problem of C: being considered a
network share.
--
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=25994
Summary: Process Hacker: Unimplemented function
ntdll.dll.NtCreateKeyedEvent
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33136)
--> (http://bugs.winehq.org/attachment.cgi?id=33136)
Terminal output on Wine 1.3.13
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install Process Hacker
4) copy winsta.dll to system32
5) wine ProcessHacker.exe
Behaviour:
There is Wine's error.
Expected behaviour:
There should be no error.
--
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=27052
Summary: winedbg and its man page should use "wpid"
consistently for Windows' process ID
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
I couldn't figure out why winedbg complained "Can't attach process 42db: error
87" when I typed "attach 17115". I know the PID of my Windows executable, as
provided by top, ps, System Activity, etc.
You need to supply the *Wine/Windows PID* of the process, e.g. using the "info
process" command to winedbg, and this *isn't* the UNIX pid. This is mentioned
further down in winedbg(1), but it would be so much clearer if the man page,
the "info process" command and other documentation consistently used "wpid", as
http://www.winehq.org/docs/winedev-guide/debugger does.
There is missing help that also needs to use "wpid":
* winedbg --help's usage output doesn't mention the --auto wpid usage (though I
couldn't get this to work).
* the help command within winedbg doesn't mention "attach wpid"
--
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=18744
Summary: Mp3Tag: Column headers in list view incorrectly
redrawn
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.mp3tag.de/en/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
See attachment.
When clicked, the column headers (Filename, Path, ...) change to a selected
state and get a new "pressed" style. When selecting another column, the next
column is successfully selected but the previous one's style is still left
untouched, instead of being reset.
No console output.
--
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=20395
Summary: Wolfenstein (2009): MP mouse input not handled
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nwarrenfl(a)gmail.com
The game runs fine (good framerates), however the game (MP part) is unplayable
because the game doesn't react at all to mouse movements. The mouse is however
working in the menu.
After debugging the user32 channel, i found this:
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x229eb74, uiNumDevices=1,
cbSize=12) stub!
Maybe this stub is the problem, i tried the patch from bug #10318, however it
didn't fix the problem.
I'll attach the 2 debug logs, the first one with +user32 and the second with
+x11drv.
--
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.