https://bugs.winehq.org/show_bug.cgi?id=40597
Bug ID: 40597
Summary: Caesar IV Demo: can't confirm license agreement during
the installation
Product: Wine
Version: 1.3.31
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Installer of Caesar IV Demo wants to confirm license agreement on the second
"next" step. You need to scroll to the bottom (100%) of the agreement to
continue. Than radio button "I accept..." becomes active and can be selected.
Everything worked fine until wine-1.3.29-240.
Actually there are two regression. Since wine-1.3.29-241-g17e72c8 the agreement
letters are replaced by mathematical symbols. It is enough, if you reach cca
95% of "agreement" and radio button "I accept..." becomes active.
Since wine-1.3.30-58-g3b96690, the agreement turns into proper letters, but
even if you reach 100% of the license agreement, the radio button "I accept..."
is still grayed out and you can't continue.
And this is still broken in wine-1.9.9.
wine-1.3.29-241-g17e72c8
commit 17e72c816b9cbc17aeaae1c2ecf2ba230083817d
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu Oct 6 16:26:07 2011 -0500
gdi32: Load the font properties from the cache if it exists.
wine-1.3.30-58-g3b96690
commit 3b9669017bc8425f04860f331d8a1f689c8d63e0
Author: Huw Davies <huw(a)codeweavers.com>
Date: Wed Oct 12 11:55:13 2011 +0100
gdi32: Add the liberation fonts to the default fallback lists.
--
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=24505
Summary: Plants vs Zombies: Low FPS on seeds menu
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
The seeds menu (presented at the start of each game) in Plants vs Zombies GOTY
edition (Steam) makes the game lag noticeably.
nvidia 9800gtx+ / 260.xx drivers (official binaries) / xorg 1.9
Happens both on fullscreen and windowed, only tested in virtual desktop. No
relevant 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=25426
Summary: King's Quest Collection Series (1997): KQ7, MGDX, and
King's Questions crash winevdm.exe
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tristan_schmelcher(a)alumni.uwaterloo.ca
Created an attachment (id=32360)
--> (http://bugs.winehq.org/attachment.cgi?id=32360)
Backtrace of the King's Quest 7 crash
After installing the game King's Quest Collection Series (the 1997 edition),
attempting to start the games King's Quest 7 or Mixed-Up Mother Goose Deluxe or
the bonus app King's Questions results in a winevdm.exe crash. The backtrace
for all three games is very similar so I'm filing a single bug for the crashes.
Note that you need a WINE version from commit
8fb6b02d946d751a9c26c20d94c71a83e1088349 or later in order for installation to
succeed.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40560
Bug ID: 40560
Summary: Its take a long time to exit game while using some
addons
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: mad_sam(a)bk.ru
Distribution: ---
Created attachment 54400
--> https://bugs.winehq.org/attachment.cgi?id=54400
Console output after exiting game
Its take a long time to exit game while using addons that are saving
information.
For example: GearScore, Getherer, Recount.
It was tested on two computers.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43585
Bug ID: 43585
Summary: Calling PageSetupDlgA with invalid default printer
leads to an unhandled exception
Product: Wine
Version: 2.15
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: kamil.hornicek(a)reactos.org
Created attachment 58997
--> https://bugs.winehq.org/attachment.cgi?id=58997
possible solution
This was tested in Windows XP with Wine's comdlg32.dll.
Steps to reproduce:
1. set Software\Microsoft\Windows NT\CurrentVersion\Windows\Device to a
non-existent printer
2. run comdlg32 printdlg test
Expected result:
PageSetupDlgA should fail with PDERR_NODEFAULTPRN
Acutal result:
test_PageSetupDlgA crashes after null pointer dereference in
GdiConvertToDevmodeW
Remarks:
If the value of the system default printer stored in Software\Microsoft\Windows
NT\CurrentVersion\Windows\Device gets corrupted or is not properly set upon
printer
removal, PageSetupDlgA called with the PSD_RETURNDEFAULT flag will cause an
unhandled exception in gdi32:GdiConvertToDevmodeW after calling it with a null
devmode.
At comdlg32:pagesetup_common@3862 get_default_printer will succeed but the
returned printer will be bogus. Then pagesetup_change_printer will fail trying
to get the default driver. When pagesetup_update_papersize is called few lines
below the devmode stored in the pagesetup_data struct passed to it will be
null, which will lead to the crash.
Solution:
Function comdlg32:pagesetup_common needs to check the return value of
comdlg32:pagesetup_change_printer and return if it fails. Attached is a
possible solution to this bug.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41654
Bug ID: 41654
Summary: Pokerstars crashes "pokerstarsbr.exe"
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bkfh6rztwq(a)upfid.anonbox.net
Distribution: ---
Created attachment 56041
--> https://bugs.winehq.org/attachment.cgi?id=56041
pokerstarsbr.exe
Linux Mint 18 Cinnamon
Lenovo T61 (Grafik: Nvidia Quadro NVS 140M), usin recommended proprietary
driver 340.98
All up to date incl. Kernel
Hello,
pokerstars shows "pokerstarsbr.exe doesnt work and has to be ended" at start of
pokerstars or when i want to pay in instead of payment-window. I cant pay in or
play. Look at attachment pls.
When i type winecfg it shows 3 times
"err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to
RandR 1.0. Please consider using the Nouveau driver instead"
before winecfg starts.
Install winetricks and run winetricks orm=backbuffer glsl=disable doesnt work
for me.
How can i fix this? Thx for your help
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43034
Bug ID: 43034
Summary: Starcraft 2 Legacy of the Void crash
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gabrielexy01(a)gmail.com
Distribution: ---
Created attachment 58187
--> https://bugs.winehq.org/attachment.cgi?id=58187
A window which says that cannot run Battlenet.exe (which is to start starcraft
2)
Starcraft 2 Legacy of the Void (the videogame) crashes even before it starts
(look at attachments, but they are in italian).
Some people on a website about Ubuntu told me that I need Windows 7 at least to
run Starcraft 2, but maybe you have a better solution, you, who know about the
program wine.
Ps: I've always played Starcraft 2 but on Wings of liberty and heart of the
swarm even if it sometimes crashed, but now I can't even run the Battlenet
program (which needs to run Starcraft 2).
And I can't even search for the error because when I press "mostra i dettagli"
(show details), it doesn't "upload" anything.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37630
Bug ID: 37630
Summary: Very fast audio & crackly (underruns) with PulseAudio
5, not with 4
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: emailofchris(a)gmail.com
Distribution: ---
In Wine, audio played at what seemed like triple speed, and it had horrible
quality to it. When I went to winecfg > Audio and did the test, it just sounded
as if I blew into a cheap microphone. I tried many things to fix it, but
nothing worked until I downgraded from PulseAudio 5 to 4.
I'm using Arch Linux. Sound was tested in foobar2000 (music was unintelligible)
and World of Warcraft (opening cutscene was intolerable).
Here's the error that occured with foobar2000, for example:
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
--
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=19439
Summary: Windows Media Player 9 works good only with native
jscript.dll
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: Zenitur(a)yandex.ru
Created an attachment (id=22567)
--> (http://bugs.winehq.org/attachment.cgi?id=22567)
WMP9 jscript bug
Some time ago Wine can't start Windows Media Player 9 without native
jscript.dll. Not it works. Bad. Watch screenshot.
--
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=30366
Bug #: 30366
Summary: Wing Commander 4 game doesn't run
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
I believe it to be video related due to the error message I get;
"DXMCI ERROR - Error loading video".
The +quartz log is thus;
http://pastebin.com/k9YP66tX
The video is a vob and mplayer reports the following;
http://pastebin.com/SESSUvNp
I have tried native for the following dll's (that in windows help the game work
in windows2000+;)
mpeg2.dll
dxmci.dll
As a side note, this is the GoG edition.
--
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.