http://bugs.winehq.org/show_bug.cgi?id=20134
Summary: Latest wine crashes WoW update downloader
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)ch.tudelft.nl
Created an attachment (id=23715)
--> (http://bugs.winehq.org/attachment.cgi?id=23715)
Console output of the command
With wine 1.1.29 the downloader for the last update of World of Warcraft
crashes on startup. The errors occur with earlier downloaders.
As soon as it's started a popup occurs fro Microsoft Visual C++ Runtime stating
the program has requested termination and in the console a failed assertion is
reported by the downloader.
How to reproduce:
(If you have WoW installed, skip the installation bit.)
1. Download and install WoW (free client)
2. Try to start the game, you should find that it's out of date after which a
downloader for updates will be downloaded
3. Run that downloader
Works with executing downloaders as well, i.e. those of which the patches have
been downloaded and even installed.
This bug was introduced in wine-1.1.29, so obviously a regression bug.
--
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=20106
Summary: Grim Fandago Launcher: Invalid floating point
operation error
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://quick.mixnmojo.com/grim-fandango-launcher
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Starting Grim Fandango Launcher gives Invalid floating point operation error
message window.
If Windows version is set to xp then there is no terminal output.
If Windows version is set to vista then there is many
fixme:dwmapi:DwmIsCompositionEnabled 0x32f818
Every line appear when i click ok in error message window.
--
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=20072
Summary: Incorrectly written in Notepad in italian
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: massimiliano.braglia(a)gmail.com
the command undo in italian is Annulla with double n not anulla! :)
--
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=20070
Summary: Wine applications can't set an gamma value
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eiffel56(a)gmail.com
While testing for regressions in "The Sims 3" I noticed that the screen is
darker than usual. It seems like X_XF86VidModeSetGamma and
X_XF86VidModeSetGammaRamp are not defined anymore. They get defined in
X11/extensions/xf86vmproto.h on my system, including it in
dlls/winex11.drv/xvidmode.c enables "The Sims 3" and other games to set a gamma
value again.
I don't know exactly why it doesn't get defined anymore. Maybe some
restructuring in xf86vidmodeproto? Or maybe a bug in my distribution?
Running an up-to-date Arch Linux x86_64 installation here, latest Wine from
GIT.
--
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=20049
Summary: Path Problems with SaveDialog
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: studioragcortelli(a)tiscali.it
Hello, I have a problem with SaveDialog. I wrote a software with Lazarus (vers.
0.9.26.2) and if I use the component SaveDialog to choose the path where saving
a file I have a problem: the path fails a character.
For example: C:\MyErp\Source\myfile.exe is:
C:\MyErp\Sourc\myfile.exe
(Source is now only 'Sourc')...
Under Windows everything runs ok.
Even installing Lazarus and wanting to load a component, there is the same path
error: a character is missing.
With the SelectDirectory component there are no problmes.
I apologize for my bad English.
Best regards,
Stefano
(Preferred languages: Italiano, Français, Deutsch)
--
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=20040
Summary: After sending EM_SETREADONLY to change edit controls
the screen does not get updated
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Created an attachment (id=23588)
--> (http://bugs.winehq.org/attachment.cgi?id=23588)
Window image showing "White" (RW) edit controls what should be "Grey" (RO)
While running SIV (http://rh-software.com/) with an updating [Volumes] page the
screen does not get repainted when I send an EM_SETREADONLY to change R/W to
R/O. I discovered I can work-a-round this by doing an InvalidateRect() on the
child window as follows:
SendMessage( chl, EM_SETREADONLY, FALSE, 0 );
if( mode & MODE_WINE ) InvalidateRect( chl, NULL, TRUE );
This is the case for both Set and Clear of EM_SETREADONLY. Note that SIV is
just changing the EM_SETREADONLY property, it is not changing the text.
It would probably be less effort for me to actually change SIV to add the
work-a-round code than report the bug in Wine!, but...
--
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=20011
Summary: Oracle IRM Desktop application fails with "error code:
80040325" message box
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://download.oracle.com/otn_software/sealed/PR51/De
sktop/Oracle IRM Desktop EN 5.5.15.22.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.29-209-gbf1b965, after installing the Oracle IRM Desktop
application, the installer launches sealmon.exe, which fails with the message
box:
"Error code: 80040325"
The only visible message is:
fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 28
Using native crypt32 along with its msasn1.dll dependency allows sealmon.exe to
proceed further.
--
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=20008
Summary: joystick's POV doesn't work when using evdev
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bug(a)jednymruchempyty.com
CC: wine-bug(a)jednymruchempyty.com
When using evdev, joystick's POV doesn't work. Tested on 1.1.29 and 1.1.28. It
works fine on 1.1.27.
Traced it to a bad inst_id in dll/dinput/joystick_linuxinput.c function
joy_polldev().
The line:
inst_id = DIDFT_MAKEINSTANCE(axis) | (axis < 8 ? DIDFT_ABSAXIS : DIDFT_POV);
should read:
inst_id = axis < 8 ? DIDFT_MAKEINSTANCE(axis) | DIDFT_ABSAXIS :
DIDFT_MAKEINSTANCE(axis - 8) | DIDFT_POV;
The wrong inst_id resulted in POV events not being queued via queue_event().
--
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=19988
Summary: NTE Quick Cross 14.0 displays "bitmap image is not
valid" message box when opening certain windows
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.nteinc.com/qc14/qc14setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=23515)
--> (http://bugs.winehq.org/attachment.cgi?id=23515)
+relay,+seh,+tid,+gdiplus log (lzma compressed)
With wine-1.1.29-83-gdad99e2 and builtin gdiplus, when opening some windows in
the NTE Quick Cross 14.0 application (reproducible by opening the Search menu
item), the application displays a message box stating "Bitmap image is not
valid". The only standard error messages visible are:
fixme:gdiplus:GdipGetImageRawFormat stub
fixme:gdiplus:GdipSetPathGradientSurroundColorsWithCount not implemented
>From +relay log:
0009:Call gdiplus.GdipGetImageRawFormat(0017fa68,0032ed74) ret=00497d7e
0009:Ret gdiplus.GdipGetImageRawFormat() retval=00000000 ret=00497d7e
0009:Call ole32.IsEqualGUID(0032ed74,005f0f08) ret=00497d8f
0009:Ret ole32.IsEqualGUID() retval=00000000 ret=00497d8f
0009:Call ole32.IsEqualGUID(0032ed74,005f0f18) ret=00497da7
0009:Ret ole32.IsEqualGUID() retval=00000001 ret=00497da7
0009:Call ole32.IsEqualGUID(0032ed74,005f0f28) ret=00497dbf
0009:Ret ole32.IsEqualGUID() retval=00000000 ret=00497dbf
...
0009:Call user32.LoadStringA(00400000,0000ff6c,0032dcd4,00001000) ret=004078ff
0009:Ret user32.LoadStringA() retval=00000019 ret=004078ff
0009:Call KERNEL32.RaiseException(0eedfade,00000001,00000007,0032ece4)
ret=0043326e
It looks like the application raises an exception after comparing the GUID from
GdipGetImageRawFormat with several other GUIDs, one of which is equivalent.
A +relay,+seh,+tid,+gdiplus log is attached.
--
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=19964
Summary: Implement CertGetNameString( CERT_NAME_ATTR_TYPE )
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Currently this is not implemented, I get lots of the following reported.
fixme:crypt:CertGetNameStringW unimplemented for type 3
--
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.