http://bugs.winehq.org/show_bug.cgi?id=28567
Bug #: 28567
Summary: gdiplus/image.ok crashes on win64
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
This was found by the buildbot before commit, but I only notified Vincent
and not wine-devel, so it's in trunk now.
Offending commit is
http://source.winehq.org/git/wine.git/commit/5f946531593a0f934cccc22eb1f67f…
Unhandled exception: page fault on write access to 0xffffffff002302f8 in 64-bit
code (0x00002b942145592a).
Backtrace:
=>0 0x00002b942145592a setpixel_32bppPARGB+0xd0(r='h', g='h', b='h', a=-1,
row=*** invalid address 0xffffffff002302f8 ***, x=0)
[/home/bob/wineslave.dir/sandbox/slave/runtests-default-x86_64/build/dlls/gdiplus/image.c:403]
in gdiplus (0x000000000022f340)
1 0x00002b942145a244 convert_pixels+0x40c3(width=0xa, height=0x14,
dst_stride=0xffffffd8, dst_bits=*** invalid address 0xffffffff002302f8 ***,
dst_format=0xe200b, src_stride=0x20, src_bits="hh...hh", src_format=0x21808,
src_palette=0x0(nil))
[/home/bob/wineslave.dir/sandbox/slave/runtests-default-x86_64/build/dlls/gdiplus/image.c:737]
in gdiplus (0x000000000022f470)
...
--
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=19740
Summary: Google Earth: "View in Google Maps" doesn't work
(dogfood)
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://dl.google.com/earth/client/ge4/release_4_3/goog
leearth-win-plus-4.3.7284.3916.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
To recreate:
1. Open Google Earth.
2. "Fly" somewhere.
3. Go to File --> View in Google Maps
Nothing happens.
Printed in the console:
fixme:shdocvw:navigate_url Unsupported args (Flags 0x34f20f0:16387;
TargetFrameName 0x34f2100:16392)
QAxBase: Error calling IDispatch member Navigate: Exception thrown by server
--
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=14118
Summary: wine needs its own dxdiag
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.gameshadow.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, some apps like gameshadow expect dxdiag.exe to be present so wine needs
it's own to satisfy these apps.
I fixed something together, but somehow i cannot send it to wine-patches, so
i'll just attach it to this bug (i'll try link it from here.)
--
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=24278
Summary: Transparent PNG are shown inverted by applications
compiled with Lazarus
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alejandro.lavarello(a)gmail.com
Created an attachment (id=30578)
--> (http://bugs.winehq.org/attachment.cgi?id=30578)
Even at design time, Lazarus shows inverted the PNG in Wine.
Applications that are compiled with Lazarus display transparent PNG images
upside down.
Tested in Wine 1.2 rc4 in Puppy Linux 5 and in WineXO.
The same executable shows OK in Windows.
A example executable showing the problem can be downloaded from:
http://freakshare.net/files/meqi0gmc/ImageMirroredInWine.rar.html
duplicated in this other link:
http://www.megaupload.com/?d=NVSAW5Y1
According to Marc Weustink, the Lazarus implementer of bitmap handling,
this can occur because:
"
Through the GetObject() function I get the BITMAP info of a given HBITMAP
If the HBITMAP was created as DIBsection, the BITMAP.bmBits will point to the
data of the bitmap. On "real" windows you are allowed to manipulate this data.
For these bmBits I want to know if they are bottom-up or top-down.
With the GetDIBits() function I request the first scanline/pixel in bottom-up
order (so it is the last line of the bitmap). I cannot compare it to the value
I found in bmBits, since top and bottom may have the same pixelvalue.
Now I invert the first pixel of bmBits and I request again the first scanline
in bottom-up order.
If the first pixel did change, then the data was bottom-up.
It the pixel didn't change, I was manipulating the top of the bitmap
There can be a few issues with wine:
1) bmBits points to a copy of the bitmap data
2) GetDIBits doesn't honor the requested scanline order (== doesn't reorder if
bottom-up is requested while the image is top-down)
3) Wine does report a negative height, and I think I request a bottom-up but I
get a top-down
"
(see
http://www.lazarus.freepascal.org/index.php/topic,10353.0.html )
--
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=6620
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #35 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:13:30 CDT ---
Closing bugs fixed in 1.3.30.
--
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=25524
Summary: Hexplore installer complains about not being able to
open a tmp file.
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
My guess is because I am using the latest libpng which is libpng-1.4.4
libpng warning: Application was compiled with png.h from libpng-1.4.4
libpng warning: Application is running with png.c from libpng-1.2.44
libpng error: Incompatible libpng version in application and library
err:menubuilder:convert_to_native_icon error 0x80004005 initializing encoder
--
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=20980
Summary: Wierd text (only a few chars) and tiny globe in Google
Earth
Product: Wine
Version: 1.1.34
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.meridius(a)gmail.com
CC: martin.meridius(a)gmail.com
Created an attachment (id=25154)
--> (http://bugs.winehq.org/attachment.cgi?id=25154)
what Google Earth does when I ran it with DirectX and OpenGL
I downloaded and install Google Earth for Windows v. 5.1
(googleearthwin-peruser.exe).
When I ran it it looks like on attachment.
With DirectX a globe is small and in left bottom corner of the window.
With OpenGL the globe seems fine.
BUT in both cases there is problem with text. It shows only a few certain
characters.
I have DISABLED Compiz because when I let it on then it shows only black screen
(bug http://bugs.winehq.org/show_bug.cgi?id=20559 and
https://bugs.freedesktop.org/show_bug.cgi?id=24867)
--
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=24859
Summary: EnhanceMySe7en: Fails to start
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31455)
--> (http://bugs.winehq.org/attachment.cgi?id=31455)
Terminal output on Wine-1.3.5
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko dotnet20
3) install EnhanceMySe7en
4) wine EnhanceMySe7en.exe
Behaviour:
Nothing happens.
Expected behaviour:
Something should happen.
--
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=19310
Summary: Regression in running Rosetta Stone v3 with version
1.1.25
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pyro_2006(a)msn.com
Created an attachment (id=22356)
--> (http://bugs.winehq.org/attachment.cgi?id=22356)
Rosetta Stone crash to desktop log
I've been using Rosetta Stone version 3.0.35 with wine 1.1.24 successfully for
about a month and it has run flawlessly. Unfortunately after updating to wine
1.1.25 a few days ago it crashes frequently (every 20 minutes or so), in two
ways.
1: It just closes unexpectedly without any error messages.
2: It says "Rosetta stone has experienced a minor error", then after clicking
ok it says "There was an error in the application
listInputDevicesSpeechMessage Exit the Application" about 20 seconds later.
On the first or second screen Wine displays an error message saying the
application has experienced an error and needs to close, however when i click
ok the error message goes away and Rosetta stone runs fine until one of the
aforementioned crashes occurs. There have always been at least a few minutes
between this error message and a crash. Also, this error never appeared in wine
version 1.1.24.
Below is a log from each type of crash. There appears to be a bunch of errors
before the line "C:\Program Files\Rosetta Stone\Rosetta Stone
V3\support\bin\\RosettaStoneLtdServices.exe [v062920071500)" but i believe
these are not related to the regression. I always received an error message
"Rosetta stone has encountered an minor error" when starting, and it never had
any effect.
After that, error 3 described above occured, and generated most of each log.
Other than the debug dump, the only differences are in the very last lines.
--
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=28517
Bug #: 28517
Summary: Pikachu Volleyball stops playing sound effects
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://andrew.jaww.net/blog/article/54/pikachu-volleyb
all
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Created attachment 36598
--> http://bugs.winehq.org/attachment.cgi?id=36598
Gzipped +tid,+mmdevapi,+winmm,+dsound,+alsa log (3.2MB)
The sound effects in Pikachu Volleyball stop playing after a short while,
though the background music continues (it's MIDI). Sometimes distorted noises
can be heard before the sound effects stop entirely. Regression testing
indicated:
e786998daff4ad49521a4c9c39c172ddcdcad82a is the first bad commit
commit e786998daff4ad49521a4c9c39c172ddcdcad82a
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Tue Sep 27 08:51:07 2011 -0500
dsound: Reimplement rendering devices on mmdevapi.
:040000 040000 53407fdfd9131c99d768c90eeda5dadc66a63abb
af37caec04c5e8abedfd395abcd88a16e71a3b85 M dlls
Reverting the patch fixed the problem. I use ALSA (no Pulseaudio).
I first found (seemingly) the same problem in a game called Alonix, but it's
easier to reproduce in this one:
1. Start a single player game (top option in main menu)
2. Do nothing
Sound effects are played on the first turn, but not on any subsequent turn. (I
haven't heard any distortion this way.)
--
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=20009
Summary: Scrabble Online failed assertion
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=23548)
--> (http://bugs.winehq.org/attachment.cgi?id=23548)
wine-1.1.29-209-gbf1b965 console output
mixer.c:305: DSOUND_BufPtrDiff: Assertion `ptr1 < buflen' failed.
To recreate:
1. Choose Play Online
2. Plan On Lan
3. Hit refresh a lot (so that the "click" sounds).
Assertion failure.
The sounds repeats continually and the app locks up until killed.
Running the app again causes the assertion failure with any minor sound.
Workaround is native dsound.dll
--
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=13383
Summary: Firefox 3.0rc1 crashes on startup on 64bit Kubuntu 8.04
[dogfood]
Product: Wine
Version: 1.0-rc2
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai.blin(a)gmail.com
Created an attachment (id=13293)
--> (http://bugs.winehq.org/attachment.cgi?id=13293)
+relay,+tid,+seh log of ff3 starting and crashing
When trying to run Firefox 3.0rc1 on my 64bit Kubuntu 8.04 box, FF crashes on
startup. On my 32bit Kubuntu 8.04 box, the same installer works without
problems.
+relay,+tid,+seh trace 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=16270
Summary: ratDVD installer has (non-fatal) crash in winmm/time
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://www.free-codecs.com/download_soft.php?d=1191&s=429
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17543)
--> (http://bugs.winehq.org/attachment.cgi?id=17543)
+mmtime,+seh in git
wine: Unhandled page fault on read access to 0x100011ee at address 0x100011ee
(thread 0021), starting debugger...
Backtrace:
=>1 0x100011ee (0x7dce19a8)
2 0x7e0f0772 TIME_MMSysTimeThread+0x8a(arg=(nil))
[/home/austin/wine-git/dlls/winmm/time.c:217] in winmm (0x7dce1a18)
--
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=5841
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:13:10 CDT ---
Closing bugs fixed in 1.3.30.
--
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=25552
Summary: winecfg audio test under-run errors
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max+winebugs(a)mtew.isa-geek.net
Reproduce by:
1) Run winecfg from the command line (so you can see the error reports).
2) Select the 'Audio' tab.
3) Select an audio device (so the test button is enabled).
4) Activate the test button.
Result:
For each activation of the test button:
1) The test sound is produced.
2) An under-run error is reported.
What should happen:
Result 1) should occur, but Result 2) should NOT occur.
Note:
Fixing this may fix or at least reduce the number of errors generated during a
'make test' run.
--
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=20600
Summary: City of Heroes crashes when disabling 3D sound in
preferences
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark.wagner17(a)gte.net
City of Heroes crashes when disabling 3D sound
Steps to reproduce:
1) Run City of Heroes
2) Under Options->Graphics and Audio, enable 3D sound
3) Click "Apply now"
4) Disable 3D sound
Expected result:
3D sound is disabled
Actual result:
City of Heroes crashes with the following console output:
PROGRAM CRASH OCCURRED!
Segmentation fault
--
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=17068
Summary: HDR not correctly rendered (Counter-Strike: Source)
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: segnimod(a)ya.ru
wine 1.1.13 and wine-1.1.13-174-g0b8faac;
CS:S build «14:37:14 Jul 8 2008 (3531)»;
Distribution: Debian GNU/Linux "lenny" x86;
hardware: AMD Athlon 3500+ (2.21 GHz), 1 Gb DDR1 RAM, Sapphire Radeon x1600Pro
(256 Mb GDDR3);
video driver: AMD Catalyst 8.12
HDR render not correctly in map de_runoff_hdr, and works very slow (0-3 fps)
with wine and native directx
(see image in attachment)
--
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=27449
Summary: "pause" command behaviour differs from windows
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
$wineconsole cmd
pause
On Wine: "Press Return key to continue:"
On Windows Vista and 7: "Press any key to continue . . . "
--
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=17864
Summary: ipstats.c:1427: warning: 'append_udp_row' defined but
not used on FreeBSD
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: download, regression, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Not a huge deal, but it's the only compiler warning on FreeBSD, so pretty
annoying.
AJ wouldn't accept an #ifdef linux or #ifndef FreeBSD, so filing a bug so
someone can implement it.
--
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=28630
Bug #: 28630
Summary: Crash on start of ahnenblatt
Product: Wine
Version: unspecified
Platform: x86-64
URL: http://www.ahnenblatt.de/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstefani(a)redhat.com
CC: dmitry(a)baikal.ru
Classification: Unclassified
Regression SHA1: 70caadbf34807e96ed8543abd7efddc302b7798c
ahnenblatt.exe crashes now on start with:
trace:msgbox:MSGBOX_OnInit L"Zugriffsverletzung bei Adresse 00584D13 in Modul
'Ahnblatt.exe'. Lesen von Adresse FFFFFFE4."
or in English:
trace:seh:raise_exception code=c0000005 flags=0 addr=0x584d13 ip=00584d13
tid=0009
trace:seh:raise_exception info[0]=00000000
trace:seh:raise_exception info[1]=ffffffe4
This is a regression introduced by:
70caadbf34807e96ed8543abd7efddc302b7798c is the first bad commit
commit 70caadbf34807e96ed8543abd7efddc302b7798c
Author: Dmitry Timoshkov <dmitry(a)baikal.ru>
Date: Sat Oct 8 20:11:34 2011 +0900
user32: Add support for iPaddedBorderWidth in NONCLIENTMETRICS.
Reverting the patch on top of origin/master fixes the issue.
--
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=21409
Summary: Progecad 2009 Pro crashes on save - save us
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bruno.zerbo(a)gmail.com
Copy and paste by the closed bug n. 12778, I had the same problem.
crashes when after opening a dwg file and then i'm trying to save it or save it
us. Application successfully saved new created file but only once (opening and
saving it again crashes program the same way).
read bug n. 12778 for more (provably related) information
This application is downloadable in full trial version from
http://www.progecad.com/
--
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=24297
Summary: Google Earth Plugin install via BITS quits with an
error message
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerilius(a)googlemail.com
Created an attachment (id=30618)
--> (http://bugs.winehq.org/attachment.cgi?id=30618)
debug log for Google Earth Plugin installation
The installer for the Google Earth Plugin uses Background Intelligent Transfer
Service
"Installation failed. Ensure that your computer is connected to the Internet
and that your firewall allows GoogleUpdate.exe to connect and then try again.
Error code = 0x80070057"
It could be a duplicate of Bug 5713, but I was not sure because of the
different error code. Installation works only by overriding msxml3,
bitsprx2.dll, bitsprx3.dll, system32\bits\qmgr.dll, qmgr.dll, qmgrprxy.dll
--
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=22787
Summary: Irfanview: Crashes after clicking on website link
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://storage.dobreprogramy.pl/akcesoria/iview427_set
up(dobreprogramy.pl).exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28119)
--> (http://bugs.winehq.org/attachment.cgi?id=28119)
Terminal output on Wine-1.1.44-245-g943eefc
Steps to reproduce:
1) winetricks gecko mfc42
2) install IrfanView
1) start IrfanView by wine i_view32.exe
2) press F1 for help
3) click on any of http links
The application 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=23619
Summary: GTA San Andreas doesn't find 1024x600 mode on EEE PC
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
I can set 640x480 and 800x600 modes in GTA SA but not 1024x600. Enabling
1024x600-sized virtual desktop doesn't help. At the same time, GTAVC & GTA3 can
use this mode without any difficulties. In windows on the same machine GTASA
was able to use 1024x600 mode.
--
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=20565
Summary: Emu42: regression in StretchBlt causes black display
background
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)intevation.de
Emu42 1.12 contains a workaround for the BitBlt problem discussed in
http://bugs.winehq.org/show_bug.cgi?id=4140
This bugzilla entry was split out of above entry, because it is a different
problem.
As noted in http://hp.giesselink.com/Emu42/CHANGES.TXT Emu42 now uses
StretchBlt instead, which worked fine until wine 1.1.30, but no longer in
1.1.31 (and still does not work in .32 and yesterday's git).
I did a git bisect on the regression and tracked it down to:
| 77b9b8a307711bd1f6da30f7d2d5e04faa3f5092 is first bad commit
| commit 77b9b8a307711bd1f6da30f7d2d5e04faa3f5092
| Author: Alexandre Julliard <julliard(a)winehq.org>
| Date: Wed Sep 30 20:39:51 2009 +0200
|
| winex11: Move the DIB locking and the client-side optimizations into
| BITBLT_InternalStretchBlt.
|
| This way they also apply to the non-stretching StretchBlt case.
After this commit the display looks exactly like in previous versions of Emu42
which use BitBlt: extremely dark red pixels on a black background (=
unreadable)
--
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=15760
Summary: Wrong window size in Wine 1.1.7
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
Created an attachment (id=16859)
--> (http://bugs.winehq.org/attachment.cgi?id=16859)
Microsoft ActiveSync 4.5 can't be resized
After update from 1.1.4 I see wrong window sizes in some applications. QIP,
Microsoft ActiveSync 4.5 and etc. Windows are 7/8 of screen by default.
--
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=7182
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:12:55 CDT ---
Closing bugs fixed in 1.3.30.
--
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=28369
Summary: WinRar 3.93 installer crashes after starting
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.rarlab.com/rar/wrar393.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 908d8333a8f03ae3c143dc613696791815571aaf
Created an attachment (id=36370)
--> (http://bugs.winehq.org/attachment.cgi?id=36370)
terminal output
The installer for WinRar 3.93 (which is actually a self-extracting rar archive)
crashes right after starting.
Workaround: winetricks ie6.
The installer worked normally in Wine-1.3.25:
908d8333a8f03ae3c143dc613696791815571aaf is the first bad commit
commit 908d8333a8f03ae3c143dc613696791815571aaf
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sun Jul 31 13:24:23 2011 +0200
ieframe: Moved classes registration to ieframe.
:040000 040000 22cfb8d0d133bfd951d3266c6c4311966fee6574
3924679c77a077bbdad1b4f3c81170eb81c5acdb M dlls
:040000 040000 d62bb5d308c6743de8b58d027b452ff3d232c90b
0ae327758571c5930a481f9f4d741e6fc36b17b3 M tools
The patch cannot be reverted cleanly, but
git checkout 908d8333a8f03ae3c143dc613696791815571aaf >> the installer crashes
git reset --hard HEAD^ >> the installer starts correctly
Fedora 15 x86
wine-1.3.28-86-g9b729bb
GCC-4.6.0
--
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=9454
Summary: Panzer General III Scorched Earth hang with
seh:setup_exception nested exception
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phajdan.jr(a)gmail.com
While normally playing in the battle screen, the game hanged, the music started
to repeat a short fragment, and the UI was unresponsive. The error printed was
err:seh:setup_exception nested exception on signal stack in thread 002b eip
ffffe405 esp 7ffdd648 stack 0x241000-0x350000
--
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=28024
Summary: icy tower: installer wont launch
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gufide_g(a)yahoo.ca
The installer of icy tower no longer work!
--
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=21686
Summary: ICQ 7 page fault
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://ftp.icq.com/pub/ICQ7/install_icq7.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=26206)
--> (http://bugs.winehq.org/attachment.cgi?id=26206)
wine-1.1.38-108-g312e4f6 console output
When trying to load ICQ 7, a page fault occurs.
Native msxml3 needed to get this far.
--
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=20873
Summary: SimCity 4 Deluxe crash while loading the game
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=25019)
--> (http://bugs.winehq.org/attachment.cgi?id=25019)
Console output
While loading the city the game just exit, without showing any backtrace in the
console. I already tried the instructions in the wiki to get a backtrace but
the game just close without any advise.
This only happen when I use fbo if I set orm to backbuffer the game will load
the city but the buildings will appear without textures like in bug 20872.
Ubuntu 9.10 and Intel GM45, latest drivers 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=28484
Summary: .NET Framework 4.0: Crash after extracting files
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: weegee(a)devzero.info
Created attachment 36530
--> http://bugs.winehq.org/attachment.cgi?id=36530
Terminal output, second part with disabled wer.dll (via winecfg)
When trying to install .NET 4.0, the installer extracts all files and then
crashes, there isn't even a install dialogue box.
I'm using Wine 1.3.29 on a 64-Bit Arch Linux machine with a clean WINEPREFIX,
WINEARCH is set to win32. Also, I use the standalone installer from
http://www.microsoft.com/download/en/details.aspx?id=17718, and I have
wine_gecko installed from the Arch repositories.
--
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=19645
Summary: Lotus 123 97 causes a page fault
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22928)
--> (http://bugs.winehq.org/attachment.cgi?id=22928)
Wine 1.1.27 console output
Lotus 123 97 causes a page fault.
To recreate:
1. Open Lotus 123
2. Select "Amortize a Loan".
3. Click OK.
4. Wait a second or two.
5. Page fault.
fixme:font:get_nearest_charset TCI failing on 20000000
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] =
20000000 file = /usr/share/fonts/truetype/ttf-gujarati-fonts/aakar-medium.ttf
wine: Unhandled page fault on read access to 0x00000000 at address 0x16ac6cb
(thread 0009), starting debugger...
"winetricks fontfix corefonts allfonts" makes no difference. There is no
Gujarati text in the spreadsheet, which is a bit confusing.
--
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=28408
Summary: vbscript gc test crashes occasionally
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I've seen this once so far with WINEDEBUG=warn+heap:
../../../tools/runtest -q -P wine -M vbscript.dll -T ../../.. -p
vbscript_test.exe.so run.c && touch run.ok
...
Unhandled exception: page fault on read access to 0xfeeeff06 in 32-bit code
(0x40047f24).
Backtrace:
=>0 clean_props+0x49(This=0x12b3b0) [dlls/vbscript/vbdisp.c:150]
1 collect_objects+0x71(ctx=0x12f6b8) [dlls/vbscript/vbdisp.c:434]
2 destroy_script+0x1c(ctx=0x12f6b8) [dlls/vbscript/vbscript.c:115]
3 decrease_state+0xd0(This=0x12b100, state=SCRIPTSTATE_CLOSED)
[dlls/vbscript/vbscript.c:166]
4 VBScript_Close+0xab(iface=0x12b100) [dlls/vbscript/vbscript.c:333]
5 test_gc+0x2c5() [dlls/vbscript/tests/run.c:959]
6 run_tests+0x4f0() [dlls/vbscript/tests/run.c:1102]
7 func_run+0x7a() [dlls/vbscript/tests/run.c:1132]
8 run_test+0x9e(name="run.c")
[dlls/vbscript/tests/../../../include/wine/test.h:556]
clean_props+0x49 [dlls/vbscript/vbdisp.c:150]
150 for(i=0; i < This->desc->prop_cnt; i++)
--
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=16590
Summary: USP10: Lines not breaking properly
Product: Wine
Version: 1.1.11
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epp.8(a)osu.edu
Created an attachment (id=18116)
--> (http://bugs.winehq.org/attachment.cgi?id=18116)
Filepicker in Wine with builtin usp10.dll
Wine's implementation of USP10 doesn't break lines correctly. I first hit this
bug in the Audiosurf filepicker, but I'd imagine it's found elsewhere, as well.
Rather than each item having its own line, it's all on one line with no spaces
between. Overriding with the native dll displays proper behavior. I made a
relay and trawled through it; I'd imagine the culprit is probably ScriptBreak()
in dlls/usp10/usp10.c.
Attached is a picture of the behavior that Wine produces (I imagine that the
proper behavior is self-evident :).
--
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=26816
Summary: native msi2 installer exits with status 20, can't get
version of mspatcha.dll
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(This is one of those cases where people are trying it because
it's in winetricks, I'm afraid.)
'winetricks msi2' used to work, but fails with wine-1.3.18.
+relay log shows that it's unhappy with our fake dll for mspatcha.
Removing our fake dll makes it happier. I'll add that workaround
to winetricks.
Probably caused by:
mspatcha: New dll stub.
author David Hedberg <dhedberg(a)codeweavers.com>
Tue, 22 Mar 2011 03:16:56 +0000 (04:16 +0100)
committer Alexandre Julliard <julliard(a)winehq.org>
Mon, 28 Mar 2011 15:29:39 +0000 (17:29 +0200)
commit 21085edb51fdbab4b256ecb96c0d2849263fac2a
--
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=19976
Summary: runasdate: running without /immediate causes a crash
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.nirsoft.net/utils/run_as_date.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
See bug 19975 for the main bug, the next few are very minor.
Try:
$ wine RunAsDate.exe 01/01/2001 "C:\windows\notepad.exe"
You'll get a (non-fatal) crash:
Backtrace:
=>0 0x7ef7d8aa RtlQueryInformationActivationContext+0x3a(flags=4522032,
handle=0x7ffd4f10, subinst=0x7efbb3e4, class=4521984, buffer=0x7ffd4f10,
bufsize=5696344, retlen=0x7efbb600)
[/home/austin/wine-git/dlls/ntdll/actctx.c:2445] in ntdll (0x0056ea6c)
1 0x0046000c (0x0056ea88)
2 0x7efbb600 call_thread_entry_point+0x70(entry=0x460000, arg=0x450000)
[/home/austin/wine-git/dlls/ntdll/signal_i386.c:2310] in ntdll (0x0056eb58)
3 0x7efc39eb start_thread+0xfb(info=0x7ffd4fb8)
[/home/austin/wine-git/dlls/ntdll/thread.c:468] in ntdll (0x0056f398)
4 0xf7db680e start_thread+0xbe() in libpthread.so.0 (0x0056f498)
0x7ef7d8aa RtlQueryInformationActivationContext+0x3a
[/home/austin/wine-git/dlls/ntdll/actctx.c:2445] in ntdll: movl
$0x0,0x0(%ecx)
+relay,+seh,+tid trace 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=23850
Summary: Aliens vs Predator (2010) silently exits during
startup
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://www.sega.com/games/aliens-vs-predator/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
Created an attachment (id=29937)
--> (http://bugs.winehq.org/attachment.cgi?id=29937)
avp output logs
Application launches, says loading, then quits/exits silently. Only does this
in Wine 1.3.0. Wine 1.2 launches the game perfectly.
I've attached a log showing both 1.2 and 1.3.0 output. The last 3 lines in the
1.2 output are posted when the menu successfully loads. The logs don't appear
very dissimilar.
--
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=21533
Summary: Civilization II 16-bit crashes when showing the main
menu.
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julius(a)zgod.cjb.net
Created an attachment (id=25942)
--> (http://bugs.winehq.org/attachment.cgi?id=25942)
crash log with backtraces
When trying to run the 16-bit version of Civilization II, I get the attached
crash in both winevdm and winedbg when it game gets to the main menu.
It appears the last version in which the game did work, was version 1.1.30. The
version in between give crashes in different places (in some I couldn't even
launch the game).
I tried to do regression testing, but then I keep getting this error:
winevdm: unable to exec 'C:\MPS\CIV2\civ2.exe': DOS support unavailable
Yes, I'm fully sure that that program is not a DOS program, it's a real win16
program and yes, I even tried it on a pure 32-bit system (no 64-bit CPU
inside), so it's not related to any of that. I followed the exact instructions
on the wiki on 2 separate systems. If someone is interested I could set up
remote access.
Some info about the systems I have this problem on:
Ubuntu Hardy & Karmic
Linux 2.6.24 and 2.6.31
I got the crash on three different systems with completely different hardware
configurations, so I suspect the systems' specs are not of influence.
--
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=18582
Summary: DVDFab: changing window focus causes window to shrink
and can't bring back properly
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.dvdfab.com/download.htm
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
I regularly use DVDFab to backup DVDs, but it's got a major glaring bug
(haven't verified against this on windows, but google doesn't show much, so I'm
blaming Wine): I can start ripping a DVD, but as soon as I switch to another
window, the window (usually) disappears from the window list and shrinks itself
down very small. It goes to roughly the size of the 'ALT' menu, but can't be
re-enlarged.
See screenshot, hard to put into words...
After that, you can't reaccess it, and must wait for the 'dvd complete' menu to
know when it's done.
I'm using DVDFab5232, website has the latest (haven't checked there yet, will
soon).
--
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=5322
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #45 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:12:33 CDT ---
Closing bugs fixed in 1.3.30.
--
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=22982
Summary: SyncToy help links always lead to the default overview
page
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.microsoft.com/downloads/details.aspx?family
id=c26efa36-98e0-4ee9-a7c5-98d0592d8c52
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=28461)
--> (http://bugs.winehq.org/attachment.cgi?id=28461)
Terminal output
There are several links in SyncToy that are supposed to load up a relevant page
of the help file when clicked, but these links always lead to the default
"SyncToy overview" page instead. One such link is found at help -> learn how to
schedule SyncToy... This should load up the page called "schedule SyncToy".
Workaround is native hhctrl.ocx. Note that dotnet20 is needed to run the app.
--
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=21885
Summary: uTorrent: inactive toolbar buttons have
non-transparent icons
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=26527)
--> (http://bugs.winehq.org/attachment.cgi?id=26527)
Shows inactive buttons surrounded by dark pink
- Download toolbar.bmp from http://www.utorrent.com/Skins/download/id/567 and
copy it to "%AppData%\uTorrent"
- Restart uTorrent
- Notice the inactive buttons in the toolbar appear in a "dark pink" square.
The "dark pink" is transparent on a Windows system.
The toolbar.bmp image containing the icons for the toolbar buttons has pink
(#FF00FF) for the transparent pixels - and this works for active buttons, but
not for the inactive ones.
--
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=4140
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:12:25 CDT ---
Closing bugs fixed in 1.3.30.
--
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=28566
Bug #: 28566
Summary: winedbg crashes for remote file get
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 36700
--> http://bugs.winehq.org/attachment.cgi?id=36700
Console output
Create a Windows Program with mingw.
run "winedbg --gdb --no-start <program>
Connect with another gdb
run gdb command "remote get <program> <localfile>"
winedbg 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=27382
Summary: WinRAR 4.x installer crashes
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=35008)
--> (http://bugs.winehq.org/attachment.cgi?id=35008)
backtrace
Probably it's a regression, or probably not, since I've never before attempted
installing WinRAR 4.01 in Wine.
WinRAR 4.01 English installer crashes in Wine 1.3.21.
--
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=15187
Summary: Combos changes in Win16 dialogs not noticed by TopDraw
Product: Wine
Version: 1.1.4
Platform: Other
URL: http://www.pcworld.com/downloads/file_description/0,fid,
5368,00.asp
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luizluca(a)gmail.com
Hello,
Just click on File, Save and use the combo file type to select something
different from the default. Topdraw always considers that the first combo item
is selected, no matter what one selects. If one selects to save as wmf, the
apps alerts that the file extension does not match the file type. This is
because the filename saved was ???.wmf but the format considered was ???.tdr
(Top Draw Drawing)
--
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=19196
Summary: XIII: no textures and fonts
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jstepien(a)users.sourceforge.net
Created an attachment (id=22197)
--> (http://bugs.winehq.org/attachment.cgi?id=22197)
Console output
Fonts and textures in XIII (Thirteen) are not rendered. The performance is
good, but the game is nearly unplayable.
Some details from glxinfo:
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset GEM
20090418 2009Q1 x86/MMX/SSE2
OpenGL version string: 2.0 Mesa 7.4.4
OpenGL shading language version string: 1.10
Details in attachments.
--
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=28587
Bug #: 28587
Summary: Regression in secur32: League Of Legends PVP.net
client
Product: Wine
Version: unspecified
Platform: x86-64
URL: http://www.leagueoflegends.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spindler.matej(a)gmail.com
Classification: Unclassified
Regression SHA1: 929598fd00778a6d5e90acd80f68452cd93be0f7
PVP.net client ("lobby" for League Of Legends) can't retrieve profile
information, such as profile icon, amount of IP and RP points. Then it works
for a while and crashes.
If somebody wants to reproduce the bug you have tho choices:
- using original game client which has problems with bug 28271 and Bug 26924
- or using ACE client from http://ace-client.net/ with a patch from Bug 25624
Using today's git (5 Oct 2011)
929598fd00778a6d5e90acd80f68452cd93be0f7 is the first bad commit
commit 929598fd00778a6d5e90acd80f68452cd93be0f7
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Oct 3 20:22:51 2011 +0200
secur32: Properly handle GNUTLS_E_AGAIN in (GnuTLS) schan_imp_recv().
:040000 040000 0b84206cd30b3cc5ebcef3b345299ef04748dd8b
8a6bfbf37e34bdcded0b3009e245f5166326042d M dlls
P.S. Patch from Bug 28568 doesnt help!
--
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=28284
Summary: HoverAce: audio becomes distorted then it cuts out
during races (Alsa=emulation)
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/82880/80000/fileinfo/HoverRa
ce-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hoehle(a)users.sourceforge.net
Regression SHA1: c7d0c093e5bc29da6163d2ef66542562ae7bafc2
Created an attachment (id=36240)
--> (http://bugs.winehq.org/attachment.cgi?id=36240)
terminal output
HoverAce is an arcade racing, released in 2003 by GSC Game World.
Symptom: after starting a race, audio begins to crackle (both music and sound
effects). This usually happens right after starting a race, but sometimes I was
able to play the game for 1 minute and the problem came up then. The crackling
audio issue usually lasts for 5-10-15 seconds, afterwards all audio playback
goes away and the game continues running silently.
The issue is only reproducible when Alsa is set to 'emulation' and it is still
present in the current git (wine-1.3.27-270-gb7ea631).
The problem doesn't happen in Wine-1.3.25 and the result of the regression
test:
c7d0c093e5bc29da6163d2ef66542562ae7bafc2 is the first bad commit
commit c7d0c093e5bc29da6163d2ef66542562ae7bafc2
Author: Jörg Höhle <hoehle(a)users.sourceforge.net>
Date: Wed Jul 27 19:32:02 2011 +0200
winmm: Functions that take an open HWAVE don't need StartDevicesThread.
:040000 040000 237c4f2af36c22141a26170c4771092e7bce8b5f
733f8497b9e900585455bd46f17e59762d08196b M dlls
The patch can be reverted cleanly on wine-1.3.27-270-gb7ea631, and that fixed
the problem.
The demo for the game is a so called compatibility test and it differs from the
full game in several aspects, but the audio problem is reproducible in it.
Steps to reproduce the problem in the demo:
1) After a successful installation launch the demo by tntShell.exe (ignore the
error message, related to directplay).
2) In the menu choose 'Begin new championship', then click on <Create Game>,
<Start>. When the countdown ends, audio goes away.
Fedora 15 x86
Kernel 2.6.40.3-0.fc15.i686.PAE
Alsa 1.0.24
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
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=16216
Summary: Arturia Minimoog VST: Interface controls doesn't draw
well
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lcnsqr(a)gmail.com
Arturia's Minimoog V is a VST app that emulates the classic Minimoog
Synthetizer. The audio works great in Linux with Wine (combined with Jack,
vsthost and wineasio). However, the interface controls have severe bugs, which
compromises the usage.
I made two videos to show the problems. The first one shows the normal
operation on Windows XP (http://www.youtube.com/watch?v=Tpbvd1gMxfk). The
second one shows the application running with Wine 1.1.9
(http://www.youtube.com/watch?v=WWjwsrJZFoo).
With Wine, as soon as the app starts, a black background covers the original
background. Besides that, every control events (like rotate knobs or turn
on/off switches) soils the interface. The major problem appears when opening
the top controls (by clicking at the top or clicking in the "open" button),
when all the interface gets unusable.
I already tested with several Wine versions and Linux distributions, with the
same results. The only unusual message in terminal is
"fixme:xrender:X11DRV_AlphaBlend not a dibsection". Don't know if it has
anything to do with that.
As I produce all my records in Linux and really like this app, hope that
somebody could help with that. This is the only VST plugin where this problem
happens. The demo version is available:
ftp://ftp.arturia.net/pub/downloads/win/minimoogv_1_6_demo.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=28525
Bug #: 28525
Summary: Wine doesn't start Dosbox if $PWD = ~/.wine
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
Classification: Unclassified
cd ~/.wine
wine test
- or -
cd ~/.wine/dosdevices
wine test
Output:
winevdm: Cannot start DOS application C:\test.exe
because the DOS memory range is unavailable.
Try running this application with DOSBox.
If starting Wine from any other directory, Wine starts the program in Dosbox
automatically. For some reason, it doesn't happen in these two directories. The
program test.exe was placed in Wine's %PATH%, but I don't see why this would
affect anything.
--
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=26009
Summary: Adventure games from Kheops Studio have wrong text
alignment
Product: Wine
Version: 1.3.13
Platform: x86
URL: http://www.gamershell.com/download_7332.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: huw(a)codeweavers.com
Created an attachment (id=33168)
--> (http://bugs.winehq.org/attachment.cgi?id=33168)
terminal output
This is only a minor glitch but it affects most, if not all point-and-click
adventure games from the developer Kheops Studio. At least I can reproduce the
issue in Return to Mysterious Island, Egypt 3, Journey to the Moon.
Symptom: in subtitles and in the logbook words at the end of the rows are cut
in half.
This didn't occur in Wine-1.1.15:
e93d3481092f7abe72cdbab066947717f5e568a0 is the first bad commit
commit e93d3481092f7abe72cdbab066947717f5e568a0
Author: Huw Davies <huw(a)codeweavers.com>
Date: Mon Feb 16 12:39:15 2009 +0000
gdi32: Improve calculation of the character code text metrics.
The commit has been already mentioned in: bug #18140, bug #19467, bug #20707,
bug #24024.
Workaround: 'winetricks corefonts'.
Fedora 14 x86
--
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=28610
Bug #: 28610
Summary: Drawing of Text using Message LOGFONT obtained via
SystemParametersInfo can cause a crash in drawing of
text (difference in behaviour)
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damian.dixon(a)gmail.com
Classification: Unclassified
I have narrowed an issue down to a difference in behaviour between Windows and
Wine.
The problem boils down to the following code:
NONCLIENTMETRICS ncm;
memset(&ncm, 0, sizeof(NONCLIENTMETRICS));
ncm.cbSize = sizeof(NONCLIENTMETRICS);
VERIFY(SystemParametersInfo(SPI_GETNONCLIENTMETRICS,
sizeof(NONCLIENTMETRICS), &ncm, 0));
I used the font's returned from this call for drawing text and this caused the
crash.
The problem is that I upgraded to VS2010 and changed the target to
WINVER=0x600.
This means that I needed to change my code to the following.
NONCLIENTMETRICS ncm;
memset(&ncm, 0, sizeof(NONCLIENTMETRICS));
ncm.cbSize = sizeof(NONCLIENTMETRICS);
#if(WINVER >= 0x0600)
OSVERSIONINFO osvi;
memset(&osvi,0,sizeof(osvi));
osvi.dwOSVersionInfoSize = sizeof(osvi);
GetVersionEx(&osvi);
if (osvi.dwMajorVersion < 6)
ncm.cbSize -= sizeof(ncm.iPaddedBorderWidth);
#endif
VERIFY(SystemParametersInfo(SPI_GETNONCLIENTMETRICS,
sizeof(NONCLIENTMETRICS), &ncm, 0));
Note: On windows my application does not actually crash or stop working with my
original code and the text is displayed at a size I would kind of expect it 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=28606
Bug #: 28606
Summary: Gnome-screensaver cannot lock screen while runing
full-screen games
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: portnov(a)bk.ru
Classification: Unclassified
While running fullscreen games (such as CounterStrike and so on) under wine,
gnome-screensaver cannot lock screen. (some application uses
gnome-screensaver's dbus service to ask it to lock screen). But
gnome-screensaver locks screen fine if game is running using "virtual desktop
emulation" winecfg option. But not all games are working with that option :/
I think this is Wine bug (not gnome-screensaver's one), beacause screen locking
is working with wine 1.3.15, but is not working with wine 1.3.29. This was
tested on Ubuntu 10.04 and 11.04.
--
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=13985
Summary: Skype 4.0.0.145 Beta crash on Gdiplus
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lleoliveirabr(a)gmail.com
Hi, Skype 4.0.0.145 Beta crash: fixme:gdiplus:GdipCreateBitmapFromHBITMAP don't
know how to handle 32 bpp
To reproduce the problem, download Skype from: (direct link)
http://www.filehippo.com/download_skype/download/0ea2f324993895d73c4c5aee20…
Install it, and login. Will appear a page, close this page to go to skype.
After you close it in a second skype will 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=5623
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #37 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:12:05 CDT ---
Closing bugs fixed in 1.3.30.
--
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=27998
Summary: IE7 & IE8 have black back ground where page tabs
should be and .GIF's no longer render
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: proent1992(a)comcast.net
Created an attachment (id=35845)
--> (http://bugs.winehq.org/attachment.cgi?id=35845)
Builtin IE vs. IE8 Snapshot
Both upgrading from wine 1.3.25 to 1.3.26 or fresh install of wine 1.3.26 cause
Microsoft IE7 & IE8 to stop rendering static .GIF images correctly and the
background area where IE's page tabs are in IE7 & IE8 is now black. I am
running OpenSuse 11.4 x86-64 with 32 bit wine I have also tested on OpenSuse
11.4 32 bit system.
IE7 and IE8 install where done using wine tricks. I tested with built in IE and
pages .GIF images render fine.
Animated .GIF images seem to render OK in IE7 & IE8 I'm not shore if all .GIF
images are affected or if it is only when they are used as links on a page.
--
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=28351
Summary: Hundred Swords demo: Fails to initialize Direct3D
Product: Wine
Version: 1.3.28
Platform: x86-64
URL: http://www.fileplanet.com/57573/50000/fileinfo/Hundred
-Swords-Demo-(Japanese)
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asb(a)asbradbury.org
Created an attachment (id=36341)
--> (http://bugs.winehq.org/attachment.cgi?id=36341)
1.3.28: WINEDEBUG="+d3d,+tid,+ddraw"
The demo for the Sega game RTS fails to start ("Initialize error!"). I have the
exact same problem with the full game install from retail CD, giving the more
meaningful error string "Failed to initialize Direct3D". ProtectionID shows no
DRM). I can only find a Japanese version of the demo, but it shows the problem
and the logs I've taken are essentially identical.
I tried changing the reported windows version, virtual desktop, changing the
reported video card memory all with no effect. I am on Ubuntu 11.04 x86_64 with
Nvidia 270.41.06. Both the full game and load on Windows 7 x64 on the same
hardware.
Tested with wine 1.2.3, 1.3.28, 1.3.28-86-g9b729bb, and a few random 1.3.xx
releases.
To reproduce, download and install the linked demo (<50MB so quite small), then
try to launch the installed exe.
$ sha1sum 100swords.exe
fa15d9af88d8ef7cb799620c52fd78bf1c9ab707 100swords.exe
I attach a log taken with WINEDEBUG="+d3d,+tid,+ddraw" wine H_SWORDS_demo.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=5181
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:12:02 CDT ---
Closing bugs fixed in 1.3.30.
--
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=27981
Summary: Ems Mysql manager and Ems Sql Manager do not start
anymore wine 1.3.25
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pato.jamriska(a)gmail.com
Created an attachment (id=35816)
--> (http://bugs.winehq.org/attachment.cgi?id=35816)
when run on windedbg or wine, I keep getting this stack trace.
EMS products stopped working after Wine 1.3.20. I keep getting the stack trace
on the attached file.
I have to use winetricks to get some of the drivers installed to get it working
correctly with the databases, but besides that EMS software has always worked
correctly.
--
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=28294
Summary: XPR108258.exe (csf player installer) crash
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36257)
--> (http://bugs.winehq.org/attachment.cgi?id=36257)
Log: crash while installing csf player
Download from: http://tod.collegesoft.com.cn/XPR108258.exe
Crash while installing with wine.
Backtrace:
=>0 0x7b83a537 RaiseException+0x83(code=0xe06d7363, flags=0x1, nbargs=0x3,
args=0x116e5bc) [/home/fracting/wine-git/dlls/kernel32/except.c:84] in kernel32
(0x0116e5a0)
1 0x2031a6e5 _CxxThrowException+0x3b(object=0x116e5e4, type=0x12d3cb8)
[/home/fracting/wine-git/dlls/msvcrt/cppexcept.c:481] in msvcrt (0x0116e5d0)
2 0x01281137 in ksaudio (+0x1136) (0x00da562c)
3 0x0050005c (0x003a0043)
--
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=28112
Summary: Missing mouse cursor in menus of Atlantis Evolution
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc.bessieres(a)gmail.com
Created an attachment (id=36015)
--> (http://bugs.winehq.org/attachment.cgi?id=36015)
command line output without any WINEDEBUG
I am running Atlantis Evolution
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=23332) except for
missing mouse cursor in the menus where I select the player, where I load/save
a game etc..
In the game itself the cursor is present and works fine.
I built wine from sources
guest@linux-30so:~/wine-git> ~/wine-git/wine --version
wine-1.3.26
guest@linux-30so:~/wine-git> gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.5/lto-wrapper
Target: i586-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.5
--enable-ssp --disable-libssp --disable-plugin
--with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux'
--disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib
--enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --program-suffix=-4.5
--enable-linux-futex --without-system-libunwind --enable-gold
--with-plugin-ld=/usr/bin/gold --with-arch-32=i586 --with-tune=generic
--build=i586-suse-linux
Thread model: posix
gcc version 4.5.1 20101208 [gcc-4_5-branch revision 167585] (SUSE Linux)
There is a free demo of the game (found in AppDB)
http://www.gamershell.com/download_7307.shtml
--
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=9400
Summary: Panzerg General III Scorched Earth random hang,
threading-related
Product: Wine
Version: 0.9.43.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phajdan.jr(a)gmail.com
At random moments the game hangs, will attach wine output in a moment.
Note that this log is only relevant for wine 0.9.43. Before it also hanged
sometimes, but the message
err:ntdll:RtlpWaitForCriticalSection section 0x7eb87ae0 "gdiobj.c: GDI_level"
wait timed out in thread 000c, blocked by 0009, retrying (60 sec)
wine: Critical section 7eb87ae0 wait failed at address 0x7ef97b20 (thread
000c), starting debugger...
was not present. And before upgrade to 0.9.43 it had some problems with music,
like randomly switching tracks etc (sometimes it hanged during these, sometimes
not). After the upgrade the problem is gone, when it hangs music still plays,
but the mouse does not move, and the game does not receive keyboard input.
--
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=20872
Summary: No texture in the minimap while loading a city
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=25017)
--> (http://bugs.winehq.org/attachment.cgi?id=25017)
Screenshot of the problem
While the city is loading you just see blue, green and red buildings. This only
happens in Hardware mode, if you set the game to software mode the image appear
correctly.
This is ubuntu 9.10, latest git drivers for GM45.
--
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=20030
Summary: game, Taikodom doesn't run
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.taikodom.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flamehawk96(a)yahoo.com
The game, Taikodom installs as it should, however none of the game executables
run at all that is "taikodom.exe, taikodom-game.exe launcher.exe"
all of them give an output (that is posted in the 1st attachment)
appdb says that it doesnt run on either mac os or linux
--
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=21647
Summary: Random hang in Europa Universalis III
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
Created an attachment (id=26133)
--> (http://bugs.winehq.org/attachment.cgi?id=26133)
hang log
Europa Universalis randomly hangs. This is new since 1.1.31.
There is nothing interesting in the log except for hangup.
--
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=25591
Summary: MS Office Pro 2010 Trial: garbled display on ribbon
and file tab
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=32590)
--> (http://bugs.winehq.org/attachment.cgi?id=32590)
Screenshot of garbled ribbon in Excel
The ribbon in Word, Excel, and Powerpoint frequently becomes garbled. Mousing
over the ribbon will usually refresh it temporarily. The File tab also suffers
from this problem, but there mousing over is less consistently successful in
refreshing it.
--
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=13885
Summary: Visio 2003 crash on digit entry or paste
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fnjordy(a)gmail.com
Created an attachment (id=13975)
--> (http://bugs.winehq.org/attachment.cgi?id=13975)
HEAP_ValidateInUseArena error
Entering digits (0-9) or pasting within a text label in Visio 2003 causes Visio
to crash and start automagic application recovery. Log is attached.
NB: GDIPlus was installed in order for Visio to run.
--
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=25714
Summary: All tool buttons in CHM viewer are displayed as
printer
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=32758)
--> (http://bugs.winehq.org/attachment.cgi?id=32758)
screenshot
All tool buttons in CHM viewer are displayed as printer, including those for
"forward", "backward", "settings" etc.
ftp://ftp.ents.ru/ctm/dcl/distr/setup.chm
--
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=26601
Summary: The Void: audio stutters badly (when using ALSA full
hardware acceleration)
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33866)
--> (http://bugs.winehq.org/attachment.cgi?id=33866)
console log
The Void is an adventure game, developed by Ice-Pick Lodge (Russian title:
Turgor).
Both music and speech (voices) are stuttering/skipping heavily in the game on
my system. Cutscenes are not affected (they're playing audio correctly).
The problem can be observed right away in the main menu: the background music
is skipping so frequently that only every other second of the music can be
heard.
The same happens during dialogues in the game: in a spoken sentence only every
other word can be heard, the rest is skipped (it's very annoying, I must say).
Workaround: using ALSA with emulation mode (music/voices are playing
correctly).
No such problem when using OSS.
Fedora 14
I'm using ALSA for audio playback in Wine (Pulseaudio is not installed).
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
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=15218
Summary: Microsoft Office 2007: Exiting Groove Manager/Server
crashes in kernel32
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=15973)
--> (http://bugs.winehq.org/attachment.cgi?id=15973)
output in git
Pretty trivial, but while trying all the 2007 programs, I tried 'DRAT.EXE'
which is apparently the Groove Manager. The only options are to recover a
password or a workspace, so I cancelled, but that crashes in kernel32:
wine: Call from 0x68f249c5 to unimplemented function
KERNEL32.dll.RtlCaptureContext, aborting
Output 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=16594
Summary: Oberon game launcher does not show the buttons to launch
the game.
Product: Wine
Version: 1.1.11
Platform: Other
URL: http://gamecenter.oberon-media.com/game.htm?code=115770900&RefId=&origin=pindex_n
g_r
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
This is a regression from previous versions.
If you run the installer and then get it to launch the game, you see the
launcher backdrop but no buttons are displayed. This is a HTML control that is
produced by Launch.exe in the install folder.
--
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=28502
Summary: Everest Poker and Casino crash when loading
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://www.everestpoker.com/downloads/S1485E/Everest%2
0Poker.exe?MID=winebugs
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created attachment 36564
--> http://bugs.winehq.org/attachment.cgi?id=36564
Wine 1.3.29 console output
Everest Poker and Casino crash when loading.
Workaround is winetricks wininet.
--
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=18415
Summary: MarketMaker Crash during install
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark.winder4(a)btinternet.com
Created an attachment (id=21010)
--> (http://bugs.winehq.org/attachment.cgi?id=21010)
Error report/log
I am trying to run CMC Markets marketmaker software. This is the latest and
current version and can be downloaded from here
http://www.cmcmarkets.co.uk/web_mmv5/europe_cfd/live_download/CFD_FX_MM5_In…
I run the software:
$ wine CFD_FX_MM5_Installer.exe
err:winedevice:ServiceMain driver L"pqasghjd" failed to load
Then I see a box
I see a box that says InstallAnywhere, with a blue line that increases up to
100% over about 1 10 second period.
Then on staandard output I get:
cwd: C:\windows\temp\I1241960370\Windows
cmd: "C:\windows\temp\I1241960370\Windows\resource\jre\bin\javaw.exe"
-Xms16777216 -Xmx50331648 -classpath
"C:\windows\temp\I1241960370\InstallerData\IAClasses.zip;C:\windows\temp\I1241960370\InstallerData\Execute.zip;C:\windows\temp\I1241960370\Windows\InstallerData\Execute.zip;C:\windows\temp\I1241960370\InstallerData\Resource1.zip;C:\windows\temp\I1241960370\Windows\InstallerData\Resource1.zip;C:\windows\temp\I1241960370\InstallerData;C:\windows\temp\I1241960370\Windows\InstallerData;"
com.zerog.lax.LAX "C:/windows/temp/I1241960370/Windows/MM5_Installer.lax"
"C:/windows/temp/lax2f1c.tmp"
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:win:EnumDisplayDevicesW ((null),0,0xc8fdc28,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0xc8fdc28,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0xc8fda34,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:imm:ImmGetOpenStatus (0x2191b0): semi-stub
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000, pid=32, tid=47
#
# Java VM: Java HotSpot(TM) Client VM (11.0-b15 mixed mode windows-x86)
# Problematic frame:
# C 0x00000000
#
# An error report file with more information is saved as:
# C:\windows\temp\I1241960370\Windows\hs_err_pid32.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the 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=28286
Summary: Backyard Baseball 2001 won't start - regression
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dpobanz(a)gmail.com
Backyard Baseball 2001 used to start just fine. Now it gets an error message
saying that "Sound Card not detected" and aborts starting the game.
8129b1847a13be248098b8d8ec773f8bdf821df6 is the first bad commit
commit 8129b1847a13be248098b8d8ec773f8bdf821df6
Author: Jörg Höhle <hoehle(a)users.sourceforge.net>
Date: Tue Aug 9 21:19:51 2011 +0200
winealsa: Pulse knows handle_underrun only since 2010-07-09.
:040000 040000 5147fcfe6d5b308d25d065f9c4f31dba00902190
b96d7b019480e891b8fb3ee29661820678c5d72d M dlls
--
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=5322
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|julliard(a)codeweavers.com |
--
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=2624
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|julliard(a)codeweavers.com |wine-bugs(a)winehq.org
--
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=22707
Summary: Star Wolves: crash when starting a new game
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.gamershell.com/download_8360.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: stefan(a)codeweavers.com
Created an attachment (id=27985)
--> (http://bugs.winehq.org/attachment.cgi?id=27985)
terminal output
The game: Star Wolves crashes in the main menu when you start: either a new
single-player game or the tutorial. The retail version (v1.1) and the demo are
also affected.
How to reproduce the bug:
Start the game, create a new profile, start the tutorial >> Wine crashes with
an unhandled page fault.
Last working version: 1.1.18.
Regression testing resulted the following commit:
2a7a2371709233bc87071bbab43e87955cb122ca is the first bad commit
commit 2a7a2371709233bc87071bbab43e87955cb122ca
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Mon Apr 6 13:38:56 2009 +0200
wined3d: Merge indexbuffer and buffer implementations.
:040000 040000 bb4e9f8fd35aa049fc32c62449308dab626d16e0
34065211e6bd9f6977829313fab6fdd5c2e3bf8e M dlls
However, I couldn't revert the patch cleanly, even on the top of the nearest,
1.1.19 version (several hunks failed).
The attached log doesn't show usable backtrace information.
Author of the patch added to CC.
Fedora 12 x86
Wine-1.1.44
Nvidia 7xxx series card with driver 195.36.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=25231
Summary: F-22 Lightning 3 crashes in the options menu
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://www.fileplanet.com/82771/80000/fileinfo/F-22-Li
ghtning-3-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: jeff(a)deserettechnology.com
Created an attachment (id=32030)
--> (http://bugs.winehq.org/attachment.cgi?id=32030)
terminal output
F-22 Lightning 3 crashes when you click on the <Accept> button (or press the
<Esc> button) in the game's option menu. The crash didn't happen in Wine-1.3.4.
Here's the result of the regression test:
e96d3d538a33785b1ac4f505ab7643864a6d778c is the first bad commit
commit e96d3d538a33785b1ac4f505ab7643864a6d778c
Author: Jeff Cook <jeff(a)deserettechnology.com>
Date: Sun Oct 10 22:24:45 2010 -0600
winealsa.drv: Only set micelem as master if there are no other elems on
this card.
:040000 040000 691d9197b6502040482cde782afa1b5cadd05f01
99820437fe5c80403c694c1d9243e02ef70e2a24 M dlls
git checkout e96d3d538a33785b1ac4f505ab7643864a6d778c >> the game crashes
git reset --hard HEAD^ >> no crash
To reproduce the issue in the demo:
Launch the demo by L3demo.exe. Click on <Options> then click on the <Accept>
button. The game will crash.
The crash doesn't occur if I choose the OSS sound driver in winecfg's Audio
tab.
I'm aware of bug #24932, involving the same commit. However, I'm unsure this is
a duplicate of that one: the GTA games don't crash for me due to this commit.
Also, the mentioned 'workaround' in 24932 to start the game with
WINEDEBUG=+mixer to avoid the crash doesn't work here.
Fedora 14
Audio device (according to lspci): nVidia Corporation MCP61 High Definition
Audio (rev a2), using the snd_hda_intel kernel module
--
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=25427
Summary: Arcanum crashes in the main menu (when using hardware
acceleration)
Product: Wine
Version: 1.3.8
Platform: x86
URL: http://www.fileplanet.com/59649/50000/fileinfo/Arcanum
:-Of-Steamworks-&-Magick-Obscura-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=32364)
--> (http://bugs.winehq.org/attachment.cgi?id=32364)
terminal output
Arcanum: Of Steamworks & Magick Obscura crashes in the main menu (without a
usable backtrace).
There's no crash if you start the game with the '-no3d' command line parameter.
The game started without the issue, using hw. acceleration in Wine-1.3.6.
Bisecting revealed the following commit:
d3fd7b247b35d7c8c453afa2fc07e121ea75214b is the first bad commit
commit d3fd7b247b35d7c8c453afa2fc07e121ea75214b
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Nov 11 12:39:18 2010 +0100
wined3d: Handle rendertargetlock_mode in surface_load_location().
:040000 040000 780aa9e2a2ad864aa99506bbc94945858f04c8fe
4f3ff593fb727990574ac015f6f7512ba8bd76f2 M dlls
Author of the patch added to CC.
Link to the demo added to URL (255 MB download size)
Just let me know if you need a log with specific debug channels.
Fedora 14
Nvidia 7600 / driver 260.19.21
--
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=25860
Summary: Raid over Moscow fails to start
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://layden.retroremakes.com/Raid.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: slash(a)ac.auone-net.jp
The game is a freeware remake of a classic 8-bit arcade game.
The game crashes with a segmentation fault after starting. The console shows
only a couple of lines:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f5c4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f5a8,0x00000000), stub!
err:seh:setup_exception_record stack overflow 1940 bytes in thread 002c eip
7bc3e14c esp 00230b9c stack 0x230000-0x231000-0x330000
Segmentation fault
The game started correctly up until Wine-1.3.12.
5c987fc57403a4ed26cd35b33318069913a66ab6 is the first bad commit
commit 5c987fc57403a4ed26cd35b33318069913a66ab6
Author: Kusanagi Kouichi <slash(a)ac.auone-net.jp>
Date: Thu Jan 13 19:18:16 2011 +0900
gdi32: GetCharABCWidthsA should work for DBCS.
--
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=26305
Summary: Majesty 2 fails to start
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=33529)
--> (http://bugs.winehq.org/attachment.cgi?id=33529)
terminal output
The game (Majesty 2 The Fantasy Kingdom Sim) crashes shortly after starting,
during the loading stage.
1de6adfbae7ac36c6649aab209d1a62a64e80465 is the first bad commit
commit 1de6adfbae7ac36c6649aab209d1a62a64e80465
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Mar 1 09:47:56 2011 +0100
wined3d: Make IWineD3DResourceImpl an independent structure.
Fedora 14
Nvidia GeForce 250 GTS / driver 260.19.36
Note: 'err:d3d:resource_init Out of adapter memory' was always present in the
log for me but it didn't cause problems: I was able to play the game for hours
without any side effects. I set the VideoMemorySize registry key to '512' but
that line was still present in the log.
I have the following native overrides for the game: vcrun2005 d3dx9_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=25485
Summary: Telltale's Strong Bad game launcher: login window is
broken
Product: Wine
Version: 1.3.9
Platform: x86
URL: http://www.telltalegames.com/demo/homestarruiner
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: bunglehead(a)gmail.com
Created an attachment (id=32444)
--> (http://bugs.winehq.org/attachment.cgi?id=32444)
terminal output
The game launcher doesn't show the login window correctly (needed for unlocking
the game): instead of the 2 input boxes (one for the email address, another one
for the password) it displays only the following text: 'Please wait, logging
you in...' and its awaiting forever for something.
The launcher requires 'winetricks ie6' (I've used the latest svn version of
winetricks as of writing).
The login window showed the contents correctly in Wine-1.3.6 (with 'ie6'
installed, of course).
Performing a regression test resulted the following commit:
e9e58f07d2ca688bd14c27ec0b37d567416456ed is the first bad commit
commit e9e58f07d2ca688bd14c27ec0b37d567416456ed
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Fri Nov 5 01:34:01 2010 +0300
msxml3: Stub IXMLDOMDocumentType support.
:040000 040000 bce4b0a91ab45e4dbe2b08cabf2b25a24836cdba
9049f1bc44e289510fc6faafffd43086d7d0cb0b M dlls
Reverting the patch on top of Wine-1.3.9 was successful and that fixed the
issue.
Author of the patch added to CC.
Link to the demo added to URL (69 MB).
Let me know if you need a log with certain debug channels enabled.
Fedora 14 x86
--
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=26374
Summary: RagTime Solo 5.6.5 installer crashes
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://download.cnet.com/Ragtime-Solo/3000-6675_4-1063
7507.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=33591)
--> (http://bugs.winehq.org/attachment.cgi?id=33591)
terminal output
I came across this regression while checking whether bug #15427 is still valid.
The installer of RagTime Solo 5.6.5 crashes early, while unpacking the contents
of the installer.
eda60796817fcda152d9988966ef2b91cb7dd012 is the first bad commit
commit eda60796817fcda152d9988966ef2b91cb7dd012
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Mar 8 14:50:18 2011 +0100
user.exe: Call the 16-bit hook directly in SendMessage16.
1) I could revert the patch cleanly on wine-1.3.15-169-ged3ce3c but compilation
of the source ended with errors.
2) git checkout eda60796817fcda152d9988966ef2b91cb7dd012 >>the installer
crashes
git reset --hard HEAD^ >>no crash, the application can be installed normally.
Fedora 14 x86
wine-1.3.15-169-ged3ce3c
--
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=26449
Summary: Sandlot Games launcher crashes in mshtml (gecko-1.2.0)
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33672)
--> (http://bugs.winehq.org/attachment.cgi?id=33672)
terminal output
The games available from Sandlot Games come with a launcher. With the newly
released gecko-1.2.0 installed, the launcher crashes on startup.
The launcher didn't work correctly with gecko-1.1.0 either: it showed only a
white/blank page but it didn't crash.
Fedora 14 x86
wine-1.3.15-406-g8947591
--
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=26447
Summary: TrackMania (Nations/United): sometimes textures become
black/too dark
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://files.trackmaniaforever.com/tmnationsforever_se
tup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=33668)
--> (http://bugs.winehq.org/attachment.cgi?id=33668)
console.log
In Trackmania when I start a race, sometimes textures become black/too dark.
After the game started the first race I play is always good: the problem
happens when I start the second or third race (I can't tell you what triggers
the issue or when).
I can reproduce the issue when using PC2 or PC3 shader modes: with PC0
(disabled) shaders it doesn't occur.
Occasionally the whole track becomes black so you hardly see anything, on
another occasion only certain objects (trees, bulletin boards, the grass) are
black.
The problem is still present in wine-1.3.15-340-gdc96c68
ac9c592ca9c0bac6479f9a8beef4030815b738c6 is the first bad commit
commit ac9c592ca9c0bac6479f9a8beef4030815b738c6
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Mar 8 19:41:07 2011 +0100
wined3d: Store all the resource desc information in struct
wined3d_resource.
Link to Tm Nations Forever added to URL (~500 MB, freeware, you need to create
an account to play).
Fedora 14
Nvidia Geforce 250 / driver 260.19.36
I'm using native d3dx9_36.dll for the game.
--
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=26313
Summary: Spellforce: zooming in/out with mousewheel doesn't
work
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.gamershell.com/download_4604.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=33541)
--> (http://bugs.winehq.org/attachment.cgi?id=33541)
plain terminal output
Trying to zoom in/out in the game with the mousewheel has no effect. Other
mouse functions (rotating the camera and scrolling the screen) are working.
The zooming level can be adjusted by keyboard, too (Pg Up/Pg Dn by default).
Zooming with the mousewheel worked in Wine-1.3.14:
c7efa293f0b35bdb86f2b472f5b7cef2a6ebcea9 is the first bad commit
commit c7efa293f0b35bdb86f2b472f5b7cef2a6ebcea9
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Mar 2 19:53:03 2011 +0100
server: Invoke low-level hardware hooks directly from the server side.
How to reproduce the issue in the demo:
Start the demo and choose either Tutorial or Campaign: either way, you have to
wait until the cutscene/conversations are over. When you gain control over your
character try to change the zooming level with the mousewheel... it won't work.
Fedora 14
Gnome-2.32.0
Xorg 1.9.4
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=26393
Summary: Temple of Elemental Evil refuses to run
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=33608)
--> (http://bugs.winehq.org/attachment.cgi?id=33608)
console log
I'm unable to start the game (GoG.com version here) since Wine-1.3.4, because
it crashes with an unhandled page fault on startup.
ddaea5456edf7df5ef1a04cf6c8bbcd05247827d is the first bad commit
commit ddaea5456edf7df5ef1a04cf6c8bbcd05247827d
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 24 15:20:52 2010 +0200
user32: Set the default process layout based on the file description in the
version resource.
The patch can be reverted cleanly on wine-1.3.15-205-ge030b3c and that fixed
the issue.
I can't reproduce the crash with the demo version (it contains a launcher which
requires ie6, and the game is starting properly).
P.s: I receive a very similar crash if I try to retrieve the file properties
inside winefile: pressing <Alt+Enter> on the game executable to retrieve the
file properties resulted a similar crash. It worked before the regression,
though.
Fedora 14 x86
--
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=25640
Summary: Rush hangs after starting
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=32652)
--> (http://bugs.winehq.org/attachment.cgi?id=32652)
terminal output
'Rush' is a puzzle game, currently available only on Steam.
After starting the game it places its own mouse cursor on the screen then
nothing happens: the game hangs while still consuming 100% cpu power.
The same happens in fullscreen and in virtual desktop mode. I've also tried
ddr=gdi/opengl and orm=fbo/backbuffer combinations but that didn't help either.
The game can be started correctly with Wine-1.1.34 and all later versions show
the mentioned problem.
c24e48d937cfd0000a22af555a920ea7fab71d7b is the first bad commit
commit c24e48d937cfd0000a22af555a920ea7fab71d7b
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Dec 14 20:49:53 2009 +0100
wined3d: Filter window messages generated by switching to fullscreen and
back.
git checkout c24e48d937cfd0000a22af555a920ea7fab71d7b -- the game hangs
git reset --hard HEAD^ -- the game is starting properly
Author of the patch added to CC.
The demo is Steam-only: http://store.steampowered.com/app/38720/
Please, let me know if you need a log with specific debug channels.
Fedora 14
Nvidia GeForce 250 / driver 260.19.29
--
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=26633
Summary: Nimbus: invisible text in the menus
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33902)
--> (http://bugs.winehq.org/attachment.cgi?id=33902)
console log
Nimbus is an indie 'racing' game, currently available only on Steam.
Text is missing (invisible) in the menu of the game.
Apart from that, the menu works: you can navigate through the invisible menu
items (Play, Settings, Quit) by the cursor keys. Pressing <Enter> activates the
chosen item but you can't see anything. Only the animated background is drawn.
Once you manage to start a new game, you can observe that text is displayed
correctly in the main game (tutorial tips, timer, high score table all
visible). This bug seems to affect only the menu.
The game utilizes the Ogre3D rendering engine. By default it uses the Direct3D9
renderer. I couldn't find a way to change the renderer to OpenGL: if I change
the relevant lines in video.cfg the game always reverts it back to Direct3D9.
I have the following native components installed: corefonts vcrun2008 d3dx9_36
The demo is Steam-only: http://store.steampowered.com/app/50000/
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=27287
Summary: Chrome (game) crashes on launch
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.fileplanet.com/129900/120000/fileinfo/Chrom
e-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: piotr.caban(a)gmail.com
Created an attachment (id=34895)
--> (http://bugs.winehq.org/attachment.cgi?id=34895)
plain terminal output
Chrome is a first-person-shooter, released in 2003.
The game crashes immediately after starting.
This bug afflicts the sequel, Chrome-Specforce, too.
Both games start properly in Wine-1.3.20:
11bfced55d7a480248b01d9a8cfed73f74e50280 is the first bad commit
commit 11bfced55d7a480248b01d9a8cfed73f74e50280
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Tue May 24 17:22:23 2011 +0200
msvcrt: Use _create_locale instead of setlocale during initialization.
:040000 040000 d34feb09a3a1b65189591d2a100ece01ecfad10b
3df43ccca11b0a4703a52cb56191358ba7f20918 M dlls
The patch cannot be reverted cleanly on wine-1.3.20-400-g7f426a5, but
git checkout 11bfced55d7a480248b01d9a8cfed73f74e50280 >> crash
git reset --hard HEAD^ >> the game starts normally.
Native msvcrt.dll is a workaround.
Author of the patch added to CC.
Fedora 14 32-bit
--
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=27175
Summary: Desperados demo freezes in a matter of seconds
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.fileplanet.com/57743/50000/fileinfo/Despera
dos-Demo-%28English%29
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=34716)
--> (http://bugs.winehq.org/attachment.cgi?id=34716)
plain terminal output
The game becomes unresponsive shortly after it was started.
Usually the freezing happens while I'm still lingering in the game menus and
moving the mouse pointer.
Sometimes I manage to start a new game but it will hang shortly afterwards.
Actually, this is a regression, appeared somewhere between 1.3.18 and 1.3.19.
I couldn't finish the regression test because mouse is unusable in the game
between
commit 79c2e55b5a6331d15788f65a929e9e002c2f8b05
and
commit 84f085fb91a17e2efe83de0642b757948f4e8a7d
The offending commit should be amongst them.
Fedora 14
Nvidia GeForce 250 / driver 270.41.06
--
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=25785
Summary: King Arthur - The Role-playing Wargame: severe visual
artifacts
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=32859)
--> (http://bugs.winehq.org/attachment.cgi?id=32859)
terminal output
When starting a new game the screen is mostly green and coloured blobs are
running across the screen making the game unplayable.
The following native components were installed to get the game to start:
vcrun2008 physx d3dx9 wmp10 xact.
Fedora 14
Nvidia GeForce 250 / driver 260.19.29
--
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=5535
paulo <i30817(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |i30817(a)gmail.com
--- Comment #81 from paulo <i30817(a)gmail.com> 2011-10-10 05:10:35 CDT ---
There is a exe hack fix for mouse artifacts in windows, that might be worth
trying if you get them also in linux:
http://www.shsforums.net/topic/48732-ddraw-fix/
--
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=21033
Summary: 8BallClub requires GdipIsVisibleClipEmpty
implementation
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.8ballclub.com/Downloads/Install8BC.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.34-469-g33a1934, launching 8BallClub post-install results in:
wine: Call from 0x7b8439c3 to unimplemented function
gdiplus.dll.GdipIsVisibleClipEmpty, aborting
wine: Unimplemented function gdiplus.dll.GdipIsVisibleClipEmpty called at
address 0x7b8439c3 (thread 0009), starting debugger...
Unhandled exception: unimplemented function gdiplus.dll.GdipIsVisibleClipEmpty
called in 32-bit code (0x7b8439c3).
...
Using winetricks to install native gdiplus resolves this particular 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=4931
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |1a74194f9ed29ea2fbaa8b2df36
| |32c0c69e8c016
--
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=8548
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |d457956c583a4f083f112e0b5ff
| |79485d775af12
CC| |leslie_alistair(a)hotmail.com
--
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=5991
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |315599c6506caf56c90a9312d1c
| |619cdde5aca4c
CC| |leslie_alistair(a)hotmail.com
--
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=5841
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |5df9ff3aa995f72f4f01289ae66
| |b5908ffe48dca
--
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=15926
Summary: World of Warcraft: Memory leak on new login screen, X
crashing
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
URL: http://www.worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Commonly reported behaviour from other wine users. Does not happen under
Windows.
The new Wrath of the Lich King login screen suffers from extreme performance
problems. Apart from it being slower than the old one, it also gets slower on
every WoW reboot. Using another WINEPREFIX does not fix the problem. Killing
all wine and related processes does not fix the problem either. Restarting X is
the only way to work this around.
After 5-6 reboots, WoW does not start and X instantly crashes. 100%
reproducible.
Using OpenGL engine, changing various settings in Config.wtf does not seem to
have any effect.
--
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=26174
Summary: Theme installer crashes with Unimplemented function
ADVAPI32.dll.EnableTraceEx
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
adys@azura:~/tmp/Vista VS FINAL/explorer$ WINEPREFIX=/home/adys/tmp/ wine
explorer.exe
err:secur32:SECUR32_initSchannelSP libgnutls not found, SSL connections will
fail
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:RegisterTraceGuidsW (0x106a6c3, 0x10b1098,
{2955e23c-4e0b-45ca-a181-6ee442ca1fc0}, 1, 0x32fd48, (null), (null),
0x10b10a0,)
fixme:advapi:EventRegister {30336ed4-e327-447c-9de0-51b652c86108}, 0x100e26d,
0x10b11c8, 0x10b1198
fixme:advapi:StartTraceW (0x32f8a4, L"ExplorerStartupLog", 0x32f8b4) stub
wine: Call from 0x7bc4c570 to unimplemented function
ADVAPI32.dll.EnableTraceEx, aborting
wine: Unimplemented function ADVAPI32.dll.EnableTraceEx called at address
0x7bc4c570 (thread 0009), starting debugger...
Unhandled exception: unimplemented function ADVAPI32.dll.EnableTraceEx called
in 32-bit code (0x7bc4c570).
--
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=26151
Summary: Warnings in dlls/usp10 on wine64
Product: Wine
Version: 1.3.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
make[1]: Entering directory `/home/adys/src/wine/dlls/usp10'
protocol.c: In function ‘request_complete’:
protocol.c:98:22: warning: cast to pointer from integer of different size
protocol.c: In function ‘protocol_continue’:
protocol.c:308:44: warning: cast from pointer to integer of different size
--
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=25845
Summary: Compiling fails in kernel32 --without-curses
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
make[1]: Entering directory `/home/adys/src/wine/dlls/kernel32'
ccache gcc-4.4 -msse4 -march=native -mtune=native -O3 -Wall -m32 -c -I. -I.
-I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -D_NORMALIZE_
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings
-Wpointer-arith -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o term.o term.c
In file included from term.c:37:
../../include/winbase.h:1574: error: expected declaration specifiers or ‘...’
before ‘va_list’
../../include/winbase.h:1575: error: expected declaration specifiers or ‘...’
before ‘va_list’
make[1]: *** [term.o] Error 1
make[1]: Leaving directory `/home/adys/src/wine/dlls/kernel32'
make: *** [dlls/kernel32] Error 2
Likely due to f3fe497b4f300191d548b5121d85b436293e7e7e. I tried reverting it,
but got another error doing so.
--
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=25510
Summary: Wine-generated desktop files are not compliant with
XDG standard
Product: Wine
Version: 1.3.8
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
Running kbuildsycoca4 yields this sort of spam:
kbuildsycoca4(20884) KBuildMimeTypeFactory::createEntry: Missing <comment>
field in "application/x-msdownload.xml"
kbuildsycoca4(20884) KConfigGroup::readXdgListEntry: List entry MimeType in
"/home/adys/.local/share/applications/wine-extension-py.desktop" is not
compliant with XDG standard (missing trailing semicolon).
--
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=24344
Summary: VC++ Express 2010 crashes with unimplemented function
wer.dll.WerReportCreate
Product: Wine
Version: 1.3.2
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
Last few lines:
err:ole:CoGetClassObject class {c01b9ba0-bea7-41ba-b604-d0a36f469133} not
registered
err:ole:CoGetClassObject no class object {c01b9ba0-bea7-41ba-b604-d0a36f469133}
could be created for context 0x1
fixme:mountmgr:harddisk_ioctl unsupported ioctl 70c00
fixme:mountmgr:harddisk_ioctl unsupported ioctl 70c00
fixme:wuapi:automatic_updates_Pause
fixme:wuapi:automatic_updates_Pause
fixme:wuapi:automatic_updates_Resume
wine: Call from 0x7edc5b43 to unimplemented function wer.dll.WerReportCreate,
aborting
wine: Call from 0x7edc5b43 to unimplemented function wer.dll.WerReportCreate,
aborting
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr
0x7edc5b43
Note that since it's in wer.dll, it's probably breaking earlier on anyway ...
(No wer component in bugzilla?)
--
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=24332
Summary: WoW: Cataclysm crashes on startup (needs
GetUserDefaultLocaleName impl)
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
In Cataclysm build 12942, opening wow outputs the following, instantly followed
by the dbghelp crash from bug 24068.
fixme:process:GetLogicalProcessorInformation ((nil),0x11efd24): stub
fixme:process:GetLogicalProcessorInformation (0x11ef640,0x11efc40): stub
fixme:nls:GetUserDefaultLocaleName (0x11efad4, 85) stub!
wine: Unhandled page fault on read access to 0x00000000 at address 0x7bfcb4ac
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7bfcb4ac).
Overriding dbghelp with WoW's native dbghelp confirms that
GetUserDefaultLocaleName is needed:
ERROR #134 (0x85100086) Fatal Condition
Program: Z:\home\adys\wow\cata\wow.exe
File: .\W32\Locale.cpp
Line: 832
Failed to get locale name: Success
--
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=24146
Summary: Worms Reloaded needs msvcr80.dll._splitpath_s
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://steampowered.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Worms Reloaded crashes on startup with a clean wineprefix:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
Crc::sCrc ==wine: Call from 0x7edc77b3 to unimplemented function
msvcr80.dll._splitpath_s, aborting
wine: Unimplemented function msvcr80.dll._splitpath_s called at address
0x7edc77b3 (thread 0020), starting debugger...
Can't attach process 0023: error 5
err:ole:RevokeDragDrop invalid hwnd (nil)
err:ole:RevokeDragDrop invalid hwnd 0x200a8
fixme:dbghelp:EnumerateLoadedModulesW64 If this happens, bump the number in mod
--
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=24072
Summary: winepath: Add -0 option
Product: Wine
Version: 1.3.1
Platform: All
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Enhancement request to make some scripting easier (from IRC):
Add a -0 option to winepath, to separate multiple arguments with a NULL
character instead of a newline.
--
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=24068
Summary: Crash in dbghelp on 64-bit (WoW)
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
See attached backtrace. Note: I cannot repro the crash that got me there in the
first place, so I won't be able to give further logs. However, I was hinted on
IRC the backtrace could contain enough data to figure the bug out.
[06:34:13] <KittyCat> looks like it's unwinding the stack, so it might just be
a thrown exception. can't tell if it's unhandled or not..
[06:35:33] <@Thunderbird_> dwarf2_virtual_unwind does nothing with context it
just passes it through at the end of the call to this helper function (perhaps
it should have checked context before? I don't know the code)
[06:40:56] <KittyCat> hmm. this doesn't look like it should even compile..
[06:42:08] <KittyCat> oh, wait. okay
[06:43:08] <KittyCat> it's dereferenced so it can be copied to a temp and
restored later
[06:43:42] <KittyCat> and some of the switch cases may do something with it
[06:44:44] <KittyCat> might have to ask Eric Pouech what's supposed to happen
if it's given a NULL context pointer
[06:46:11] <KittyCat> or AJ
[06:55:56] <KittyCat> looks like that code was added in commit
036392c5d131d73e84ad0ed52a796b2cb9c1139d, on March 27th
[07:02:13] <KittyCat> it seems, before that commit it'd have fallen back to a
default_unwind() function, which would also take and use the context (unless
sw_read_mem failed)
[07:06:03] <KittyCat> it looks like it's calling StackWalk explicitly
[07:09:08] <KittyCat> from the looks of it, wow is calling StackWalk with a
NULL context. msdn doesn't seem to have StackWalk, but according to
StackWalk64:
[07:09:14] <KittyCat> "This parameter is required only when the MachineType
parameter is not IMAGE_FILE_MACHINE_I386. However, it is recommended that this
parameter contain a valid context record."
[07:09:30] <KittyCat> and MachineType is being set to IMAGE_FILE_MACHINE_I386
[07:20:46] <KittyCat> from glancing at related commits, it doesn't look like
StackWalk ever properly handled a NULL context parameter
[07:21:46] <KittyCat> though it wasn't until about March 24th that it was
actually used
--
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=22881
Summary: WoW Launcher/Patcher window cannot be moved
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Is this the same as bug 20865?
Using openbox window manager, the WoW Launcher cannot be moved by dragging the
titlebar. You have to force movement through the appropriate accelerator keys
(in my case super-click).
--
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=22563
Summary: IW2:Edge of Chaos crashes on menu screen
Product: Wine
Version: 1.1.43
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
This requires the following patch to get to the menu screen:
http://www.winehq.org/pipermail/wine-patches/2010-May/087985.html
loader.exe crashes, couldn't get a backtrace. Attaching a debug log.
wine-1.1.43-408-g3317fc3
--
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=20842
Summary: Python: Arrow navigation in python shell does not work
[dogfood]
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://python.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
In the python shell...
* Arrow UP is supposed to scroll back in the history
* Arrow DOWN is supposed to scroll forward in the history
* Arrow LEFT/RIGHT are supposed to navigate in the command line.
None of those work. Instead, the characters ^[[A ^[[B ^[[D ^[[C are output
(respectively).
Tested with Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)] on win32 on gnome-terminal, konsole and xterm.
--
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=20836
Summary: Regression: Opening non-exe/dll files causes a
segfault
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
$ touch foo.txt && wine foo.txt
Segmentation fault
3307563a6c2cf026fbfeadea6b2c821e8acbe99b is first bad commit
commit 3307563a6c2cf026fbfeadea6b2c821e8acbe99b
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Oct 29 17:23:00 2009 +0100
kernel32: Reimplement the formatting of inserts in FormatMessageA.
:040000 040000 fa6898a33afdd26b719dad1dedbdbe5e0789be28
2865709643991d32b5439d9dd19ae10d32d248d1 M dlls
--
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=20772
Summary: Wordpad allows opening more than one find dialog
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Similarly to the bug fixed by
http://source.winehq.org/git/wine.git/?a=commit;h=ac6a18f1f6d5eb3fb453c7eea…
wine wordpad lets the user open more than one find dialog when using ctrl-f as
long as the dialog doesn't have focus.
--
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=20751
Summary: MS Keyboard Layout Creator won't run (needs
GdipBitmapSetPixel)
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?Family
Id=8BE579AA-780D-4253-9E0A-E17E51DB2223&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
$ wine MSKLC.exe
fixme:gdiplus:GdipBitmapSetPixel not implemented
Unhandled Exception: System.NotImplementedException: The requested feature is
not implemented [GDI+ status: NotImplemented]
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000]
at System.Drawing.Bitmap.SetPixel (Int32 x, Int32 y, Color color) [0x00000]
at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:SetPixel
(int,int,System.Drawing.Color)
...
MS Keyboard Layout Creator requires .NET - $winetricks mono20.
--
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=20452
Summary: Particle Systems' Pog Compiler crashes when outputting
debug info
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=24315)
--> (http://bugs.winehq.org/attachment.cgi?id=24315)
Backtrace
Particle Systems' Pog Compiler crashes on $ wine pc.exe. Backtrace attached.
Replacing msvcirt.dll by native one works around the crash.
I'm unable to provide a working link to the exe as it was provided with an old
free demo of Edge of Chaos; I can however attach it/upload it somewhere if
needs 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=18973
Summary: Duplicate license entries in multiple wine programs
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Alphabetically from http://wiki.winehq.org/ListofCommands
clock has an "Info" menu with "License", "NO WARRANTY" and "About clock", all
three which have a link to the Wine license.
iexplore doesn't have any menu.
progman has a "Help" menu, with an "Info" submenu containing "License", "NO
WARRANTY" and "About WINE" (sic) items. It also has duplicate entries and a lot
of unimplemented menu items...
winemine has an "Info" menu, with an "About" entry under "Fastest times"
winecfg has no menu, license information is contained in the "About" tab.
control, notepad, regedit, oleview, wordpad and explorer all have that last
entry in the "Help" menu. Multiple of those have duplicate Help
entries/duplicate keybinds but that's another bug...
All of this could really use some cleanup.
--
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=18901
Summary: WoW crashes on exit when running in D3D
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
URL: http://www.worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=21743)
--> (http://bugs.winehq.org/attachment.cgi?id=21743)
Backtrace
World of Warcraft, when ran in d3d mode, always crashes when exiting the game.
Backtrace attached.
This is very annoying since settings, caches etc won't get saved if a crash
happens.
--
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=18864
Summary: IW2: Edge of Chaos launcher pagefaults on startup
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
See attached log, 100% reproducible, clean wineprefix.
--
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=18453
Summary: hs950 firmware installer crashes on exit with
unimplemented function
SETUPAPI.dll.SetupUninstallOEMInfA
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://ccftp.creative.com/manualdn/Drivers/MSP/10782/0x7
4E52D3D/HS-950_Vista_XP_32bit.exe
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=21067)
--> (http://bugs.winehq.org/attachment.cgi?id=21067)
Backtrace
Download and run the application and click "Exit" at any time. The app will
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=18147
Summary: Keypresses in shellview don't select files if there is
only one file present
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=20611)
--> (http://bugs.winehq.org/attachment.cgi?id=20611)
+shell,+commdlg
Tested with MPQEdit - available at http://www.zezula.net/en/mpq/download.html
Steps to reproduce with that app:
- Make sure you got a directory available with a single file or folder inside
it
- Access the "Open" or "Save" dialog from MPQEdit
- Navigate to this folder with keypresses
- Within this folder, press the first letter of the name of the file inside it.
It will not get selected.
wine-1.1.19-153-g55ad3fd
+shell,+commdlg log 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=21356
Summary: Toolbar icons are completely black in HTML-Kit
Product: Wine
Version: 1.1.36
Platform: x86-64
URL: http://www.chami.com/html-kit/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=25712)
--> (http://bugs.winehq.org/attachment.cgi?id=25712)
Terminal output
In HTML-Kit build 292, the icons in the upper toolbar are not colored properly
in Wine. Instead, they are completely black. If winetricks is used to install
the native comctl32, they regain their color.
Terminal output comes from opening the program and choosing "create a new
file".
This problem was also mentioned in bug 18985, but that bug has since been
re-focused on another issue.
--
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=21643
Summary: No background music in Pikachu Volleyball 1.0
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://andrew.jaww.net/blog/article/54/pikachu-volleyb
all
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Starting in 1.1.38, the background music in version 1.0 of this game no longer
plays. The result from my regression test is:
8894da4a6e3d6a0f5d15d5770ef8102162f6facc is first bad commit
commit 8894da4a6e3d6a0f5d15d5770ef8102162f6facc
Author: Jörg Höhle <hoehle(a)users.sourceforge.net>
Date: Wed Jan 27 17:18:14 2010 +0100
midimap: Refuse to open when asked for yet unimplemented callbacks.
:040000 040000 2870e6974bdad551f707817652738f9b1fb172d7
5b5264d9c7c72677f11a762b586f472cae627efe M dlls
Reverting this patch fixes the problem.
--
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=21732
Summary: HTML-Kit can't display embedded web pages
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://www.chami.com/html-kit/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26260)
--> (http://bugs.winehq.org/attachment.cgi?id=26260)
Terminal output from the online tab
HTML-Kit build 292 uses embedded web pages in several parts of the program, but
they don't work in Wine - a blank page is displayed instead. Using winetricks
ie6 is a workaround, and the pages are still displayed (albeit with some bugs)
if all of the native overrides set by winetricks except shdocvw are removed
manually. A few places in the program where this can be seen:
Help -> check for updates...
Help -> installed plugins
Create a new file -> type some nonsense between <body> and </body> -> preview
Online tab -> type www.winehq.org -> go
--
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=21946
Summary: Pokémon Play It! v2 installer aborts
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26642)
--> (http://bugs.winehq.org/attachment.cgi?id=26642)
Terminal output
The installation for "Pokémon Play It! v2" won't complete. After copying the
program files, the installer produces an error dialog:
DirectX Setup Initialization Failed.
...which is followed by another error after clicking OK:
An internal error occurred.
After clicking OK again, the installer deletes all the program files from the
hard drive and exits. An AppDB report shows that it worked in the past.
Regression testing shows...
0e0b704f5b48d1c0bba1f1e0b1e37fd77839c725 is first bad commit
commit 0e0b704f5b48d1c0bba1f1e0b1e37fd77839c725
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Feb 8 17:44:23 2010 +0100
user32: Do not load 16-bit user.exe by default.
:040000 040000 efe35dc6ec566d8677b01e142290dde76d0d73c6
e0a08872768ea3f142cd2d1fedeb8dafa167c05b M dlls
The installation succeeds if this patch is reverted.
--
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=22082
Summary: ImgBurn hangs after attempting to drag-and-drop a
folder onto itself in the disc layout editor
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.imgburn.com/index.php?act=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26909)
--> (http://bugs.winehq.org/attachment.cgi?id=26909)
Terminal output
In ImgBurn's disc layout editor, attempting to drag a folder onto itself
results in the program hanging with high CPU usage. Memory usage then
skyrockets until wineserver -k is used. This only happens in the disc layout
view, not the explorer view. Doing the same with a file also causes strange
behavior.
A workaround is winetricks dcom98. Of the three overrides added by it, I can
remove oleaut32 without any problems, but trying to narrow it down to just one
override causes issues:
- Removing the override for ole32 brings back the behavior described here
- Removing the override for rpcrt4 makes drag-and-drop non-functional
My log is from ImgBurn 2.5.0.0, but behavior is the same in 2.5.1.0.
--
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=22108
Summary: Bloxx It's installer hangs
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.alawar.com/game/bloxxit/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: wine.dev(a)web.de
Created an attachment (id=26949)
--> (http://bugs.winehq.org/attachment.cgi?id=26949)
Full terminal output
The installer for Bloxx It used to complete successfully, but in 1.1.41, it
hangs on one of the last steps: "Remove folder: C:\Program
Files\Alawar\Bloxxit\Temp_\". Regression testing shows:
a949a700d22b510da703386faa7a4f6165a8e6f2 is first bad commit
commit a949a700d22b510da703386faa7a4f6165a8e6f2
Author: Detlef Riekenberg <wine.dev(a)web.de>
Date: Fri Mar 12 19:22:25 2010 +0100
msvcr80: Add msvcr80.dll with forwards to msvcrt.dll.
:100755 100755 ded36f7f2093078bb71c5efc3e79277957157a2a
fffcf9bbfc0312b6c67f7fe1e7a5bfafd556be50 M configure
:100644 100644 7732632eb3d909dd8c3542471016932d06b6996a
73125b5b2ab53eb6339c7819586c73f4fdaca270 M configure.ac
:040000 040000 21f4db818c75c5c6bdc425e84d0a2a202c7d9158
da54a981458851aeb4c7634490470c0a23944f67 M dlls
Previously, it produced some terminal output about being unable to load
msvcrt80.dll, but this had no obvious effect on the program. Now, I guess it
chokes on Wine's partial implementation of the DLL:
[...]
wine: Call from 0x7b8379e6 to unimplemented function
msvcr80.dll._encode_pointer, aborting
wine: Call from 0x7b8379e6 to unimplemented function
msvcr80.dll._except_handler4_common, aborting
[...]
--
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=22122
Summary: CDBurnerXP shows a corrupted background when choosing
a mode
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26977)
--> (http://bugs.winehq.org/attachment.cgi?id=26977)
Terminal output
When starting up CDBurnerXP, it asks the user to choose a mode: data disc,
audio disc, etc. The current selection has a blue background. This background
is supposed to have a vertical gradient, but instead, it gets a repeating
horizontal gradient. (I'll attach a screenshot to show what I mean.)
Setting a native override for gdiplus is a workaround. This app uses .NET, so
winetricks dotnet20 was used prior to installing it.
There are several other problems in this program solved by using native gdiplus
which produce similar gdiplus-related output, especially a lot of these:
fixme:gdiplus:GdipCreateHalftonePalette
Is this a likely culprit for all of the gdiplus problems in this program, or
should I file more bugs for the other issues? (Mostly a variety of GUI
corruptions, plus an error dialog in one section of the program)
--
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=22127
Summary: Control Spy: animation control displays incorrectly
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.microsoft.com/downloads/details.aspx?Family
ID=19d4294d-0531-4ec2-8b27-2e463b315f16
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: bunglehead(a)gmail.com
The "animation" control in Control Spy is displayed inconsistently. It
sometimes...
- displays multiple flashlight images, apparently not clearing the last frame
properly?
- Has corruptions only around the top edge
- Displays almost correctly, but has a black dot next to the image
I tried it in 1.1.20, and it worked correctly there...
2854884a428e222cbb9078d875068a72f25365c4 is first bad commit
commit 2854884a428e222cbb9078d875068a72f25365c4
Author: Nikolay Sivov <bunglehead(a)gmail.com>
Date: Thu Oct 22 13:15:30 2009 +0400
gdi32: Always create a context for DIB_RGB_COLORS.
:040000 040000 7c58b1ef8bd519a7156105b62a2b31c48bfd61df
8cc661ec9142cdada7a04afffc8c53670ee2c0a2 M dlls
Reverting this patch fixes it. The program produces no terminal output. I'm
using ControlSpyV5.exe; I didn't test whether behavior is any different in
ControlSpyV6.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=22129
Summary: CDBurnerXP: most large icons are missing
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26986)
--> (http://bugs.winehq.org/attachment.cgi?id=26986)
Terminal output
Almost all of the large icons in CDBurnerXP's interface are missing. The
toolbar below the menu bar is completely empty aside from separators, and the
icons next to burn, erase, etc. are also missing, with the exception of the
icon next to the drive selection dropdown menu. With native gdiplus, they are
all visible.
This is a .NET app, so winetricks dotnet20 was used prior to installation.
(There are smaller icons missing from the interface as well, but native gdiplus
has no effect on them, so presumably it's another 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=22131
Summary: CDBurnerXP: arrow buttons do not appear correctly
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26988)
--> (http://bugs.winehq.org/attachment.cgi?id=26988)
Builtin vs. native gdiplus comparison
In CDBurnerXP's "data disc" mode, the small arrow buttons next to "number of
copies:" do not appear as expected. They seem to retain the appearance of
whatever was located there previously. With native gdiplus, they appear
correctly.
This is a .NET app, so winetricks dotnet20 was used.
Same terminal output as bug 22129:
http://bugs.winehq.org/attachment.cgi?id=26986
--
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=22140
Summary: Unexpected bold font in CDBurnerXP Pro 3
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: huw(a)codeweavers.com
Created an attachment (id=26999)
--> (http://bugs.winehq.org/attachment.cgi?id=26999)
Terminal output (splash screen only)
Several sections of CDBurnerXP Pro 3 use a bold font when they should be using
a regular font. This causes a significant problem in several of the affected
areas: the bold font takes up more space, so the text has to be split into two
lines, but there is only enough room to display one line, so only the bottom
half of one line and the top half of the second line are visible. I tried it in
1.1.30, and the problem wasn't present there.
cf602ca4228f954d7de3b8100cea8fad680ed7f2 is first bad commit
commit cf602ca4228f954d7de3b8100cea8fad680ed7f2
Author: Huw Davies <huw(a)codeweavers.com>
Date: Tue Feb 2 10:15:39 2010 +0000
oleaut32: Realize the font in getter functions.
:040000 040000 a1235404ad9983bdc04005f4965df9d7b0ac8a10
d057b93950c306388c4b9a0255e0b4a4c7b7cc96 M dlls
Reverting this patch fixes the problem.
You can see the problem on the splash screen when the program starts up. The
line wrapping problem can be seen when trying to burn a disc, for instance, or
on the dialog box that pops up when trying to exit from data disc mode.
--
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=22150
Summary: Avira AntiVir Personal 8 installer crashes before
completing setup
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=27017)
--> (http://bugs.winehq.org/attachment.cgi?id=27017)
Terminal output and backtrace
The installer for Avira AntiVir Personal version 8 crashes immediately after
choosing whether to create shortcuts, when it should begin copying files and
adding registry entries. Last time I checked, it completed the setup procedures
correctly and crashed later, while trying to start program components.
b4679dc8fd6da339d732945dab86ef731559e688 is first bad commit
commit b4679dc8fd6da339d732945dab86ef731559e688
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Dec 29 00:02:23 2009 +0100
version: Get rid of the 16-bit library loading code for builtins.
We have fake dlls for everything now.
:040000 040000 60e209651783b94824c17867658023a224042fb4
31b21ae41ddd4f42d1325e79bc48cc1c8304e28b M dlls
I didn't get a backtrace from this crash automatically, so I included one from
winedbg.
--
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=22178
Summary: start.exe crashes when trying to run MSPaint from
Windows ME
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=27059)
--> (http://bugs.winehq.org/attachment.cgi?id=27059)
Terminal output
When I try to run MSPaint from Windows ME using start, I get a crash dialog for
start.exe. I tried this in 1.1.30, and there's no crash there - it fails
gracefully with "ShellExecuteEx failed: Internal error".
a04512275420acd74fe5c0d90035a754d255f2ed is first bad commit
commit a04512275420acd74fe5c0d90035a754d255f2ed
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sun Nov 29 16:42:50 2009 +0100
kernel32: Pass the exe name as argument to FormatMessage.
:040000 040000 4c18b24cbc2b774f374f72cfbd4f3c02194b4353
28e17542b8f4d32a5dabc9ad1452dee44670e9e4 M dlls
Reverting this patch prevents the 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=22211
Summary: HTML-Kit Tools trial exits silently while displaying
its splash screen
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://www.html-kit.com/tools/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27104)
--> (http://bugs.winehq.org/attachment.cgi?id=27104)
Terminal output
The trial version of HTML-Kit Tools exits silently shortly after its splash
screen becomes visible, before the main program window appears. To reproduce:
1. Run winetricks dotnet20 (prerequisite for the program)
2. Install HTML-Kit Tools trial
3. Run the program either directly from the installer, or manually
The splash screen will appear for a moment with the text "starting...", then it
disappears and the program exits.
Setting a native override for gdiplus gets it past the splash screen (can't say
much else for it, though).
--
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=22223
Summary: CDBurnerXP's audio disc mode is inaccessible
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27122)
--> (http://bugs.winehq.org/attachment.cgi?id=27122)
Terminal output
Entering audio disc mode in CDBurnerXP isn't possible; after choosing it and
clicking OK, it produces an error report dialog and nothing else happens. Steps
to reproduce:
1. Run winetricks dotnet20
2. Install CDBurnerXP
3. Start CDBurnerXP and choose a language
4. Highlight "audio disc" and click OK
It works after adding a native override for gdiplus.
(Same behavior in current 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=22234
Summary: HTML-Kit Tools trial requests .NET installation if
Mono is installed
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.html-kit.com/tools/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27143)
--> (http://bugs.winehq.org/attachment.cgi?id=27143)
Terminal output
I saw a request for such bugs on wine-devel, so here you go:
1. Run winetricks mono26
2. Install HTML-Kit Tools
This results in the installer producing a "this version requires .NET Framework
version 2.0" message near the end. If you try to run the program anyway, it
produces the same message again and refuses to start.
--
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=22272
Summary: CDBurnerXP crashes if a data disc is inserted
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27208)
--> (http://bugs.winehq.org/attachment.cgi?id=27208)
Terminal output and backtrace
It produces an MS error report dialog followed by a Wine crash dialog if you
enter data disc mode while a data disc is inserted in an optical drive that the
program is able to detect. (Only some are detected when mapped to a drive
letter in winecfg, bug 12359?) Normally, it produces a dialog here asking
whether you want to continue the disc.
There's no crash with native gdiplus. Looking at the log, the only gdiplus
output that I don't normally see from the program is this line:
fixme:gdiplus:GdipGetImageThumbnail (0x5627e88 16 16 0x33e700 (nil) (nil)) stub
I couldn't guarantee that this is the culprit, but it does appear to happen
shortly before the MS error reporting tool starts loading. I didn't get a
backtrace automatically, so I've included one from winedbg.
winetricks dotnet20 is a prerequisite.
--
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=22320
Summary: Mono & HTML-Kit's installers do not appear in the
taskbar
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: dmitry(a)codeweavers.com
Created an attachment (id=27297)
--> (http://bugs.winehq.org/attachment.cgi?id=27297)
Diff after manually reverting the patch
These installers do not get a button in the taskbar while they're running. I
tested this in several versions, and found that this is a regression that
happened sometime between 0.9.54 and 1.0.1. However, I was left with several
skipped commits at the end of my regression test. Of those, this looks like the
most likely culprit:
commit cb3ff54789c652b02d852f40db71cafd9fd67ca9
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Mar 25 16:52:41 2008 +0800
winex11.drv: Don't add owned windows to the taskbar.
The winex11 code has changed quite a bit since then, but after reverting what I
think is the modern equivalent, the taskbar buttons appear again (diff is
attached). It can be reproduced with "winetricks mono26", or with HTML-Kit's
installer from the download link.
Both installers produce the same few lines of terminal output on startup:
fixme:reg:GetNativeSystemInfo (0x33fe40) using GetSystemInfo()
fixme:msg:ChangeWindowMessageFilter c057 00000001
fixme:win:DisableProcessWindowsGhosting : stub
--
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=22347
Summary: Sonic R crashes when choosing a rendering mode
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www2.sega.co.jp/download/pc/sonicr/sonicr.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: stefan(a)codeweavers.com
Created an attachment (id=27347)
--> (http://bugs.winehq.org/attachment.cgi?id=27347)
Terminal output w/ backtrace
Sonic R starts out by showing a screen with an option to use DirectDraw or
Direct3D. After choosing either one, it produces an error dialog saying "The
instruction at 7e3d53b0 referenced memory at 00000000, the memory could not be
read from" and crashes. DirectDraw worked in 1.1.41 (and Direct3D mode didn't
crash like this) so I did a regression test:
19b6f5ca75b43f61a366aa521eab9ddbfc4f99dd is first bad commit
commit 19b6f5ca75b43f61a366aa521eab9ddbfc4f99dd
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sun Mar 28 16:25:04 2010 +0200
wined3d: Control the onscreen depth stencil format in the swapchain.
This allows the swapchain to know what depth format its window contexts
have to see if the
requested depth format is compatible or a FBO fallback is needed, and it
will be needed to
set the onscreen format to the requested auto depth stencil format instead
of the
let's-hope-it-fits D24_UNORM_S8_UINT format.
:040000 040000 2f6e9d3017c2e6715b6561d25cca4e947ee95000
44d70c59cce2f82aa3f2d8b6e19679588f81e1b8 M dlls
If you get a division by 0 crash at startup instead, it's a game bug;
workaround is to run something CPU-intensive in the background or otherwise
limit the amount of CPU power available to the game as it starts.
--
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=22360
Summary: Icons in HTML-Kit lack transparency
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: thunderbird2k(a)gmail.com
Created an attachment (id=27362)
--> (http://bugs.winehq.org/attachment.cgi?id=27362)
Terminal output
Using the latest git, many of the icons in HTML-Kit appear to be lacking
transparency; the most obvious is seen after completing the installation and
leaving "select additional features and start HTML-Kit" checked - one of the
large icons there has a pink background. In the program itself, there are some
affected icons in the upper toolbar, menus, and just about everywhere...
Disabled icons appear as grey blocks, while other icons appear on a light grey
background.
The icons in this program had just been completely fixed a week ago (bug 21356)
so I did a regression test:
c29cf0591976f96c3adb30c3c3b6db59f4983251 is first bad commit
commit c29cf0591976f96c3adb30c3c3b6db59f4983251
Author: Roderick Colenbrander <thunderbird2k(a)gmail.com>
Date: Tue Apr 6 19:07:25 2010 +0200
winex11: Add support for 32-bit DDBs.
:040000 040000 73b8486e86ccd609ea2f0c8cf0c920b6ec3783dd
04bcf74196ee257fa4b8391041c627b89e6cbffe M dlls
Reverting this patch makes the problem disappear.
--
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=22365
Summary: .NET Framework 2.0 installer hangs
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27374)
--> (http://bugs.winehq.org/attachment.cgi?id=27374)
Output of winetricks dotnet20
Running 'winetricks dotnet20' with today's git results in the .NET Framework
installer becoming unresponsive partway through the installation. It worked
yesterday:
87dee43b0accad4f26806d75277c954e670dacb5 is first bad commit
commit 87dee43b0accad4f26806d75277c954e670dacb5
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Thu Apr 15 14:26:33 2010 +0200
msvcrt: Make setlocale working with per thread locales.
:040000 040000 9d66ba326a7b51d8c3e37e92e42f3a85197eac0d
ffbca7b071a8b902b32d9ee5733fd7859b8010e9 M dlls
Reverting this patch solves the problem.
--
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=22374
Summary: Missing or vanishing program icons for various apps?
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
With the current git, I'm seeing a lot of programs start with no icon in the
taskbar/title bar (HTML-Kit being one example). Meanwhile, Wine's Wordpad
displays its icon for a moment, but it disappears. Some other Wine apps don't
seem to be affected. Regression testing shows:
ea1d71c7a4f8001df0221e67855d07744b14560d is first bad commit
commit ea1d71c7a4f8001df0221e67855d07744b14560d
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Apr 16 16:23:33 2010 +0200
winex11: Set the NET_WM_ICON hint for 32-bpp icons.
:040000 040000 492b3ce996146bfb5a46934ae2f6a9ae0d7f30e7
2f60b8dbae498ce0862f1a5d026d36b14330d1a1 M dlls
If it makes a difference, I'm using KDE...
--
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=22449
Summary: CDBurnerXP Pro 3's program icon is displayed
incorrectly
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=27498)
--> (http://bugs.winehq.org/attachment.cgi?id=27498)
Screenshot
CDBurnerXP 3.0.116 is now displaying its program icon incorrectly in the title
bar and taskbar. Areas that should be transparent are black, and the rest of
the icon is transparent. Regression test shows:
a551dfe311a845071b2adde3af3e5e66e3589036 is first bad commit
commit a551dfe311a845071b2adde3af3e5e66e3589036
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 19 17:51:44 2010 +0200
winex11: Add the small icon to the NET_WM_ICON hint.
:040000 040000 ec290607c932748fd3e414e2bbb76876a5c143b5
f72eee51b2664927c1cafc984f08398b40a20558 M dlls
--
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=22792
Summary: VLC Media Player crashes on first run
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.videolan.org/vlc/download-windows.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=28124)
--> (http://bugs.winehq.org/attachment.cgi?id=28124)
Output from running normally
On the first run, VLC pops up a dialog prompting the user to set a few options.
After clicking OK, it crashes. On the next run, it pops up a message mentioning
the crash, but doesn't have any further problems. This didn't happen in 1.1.43;
regression testing resulted in:
09dc6019b6afb2b1b59c0d7224302942b180eed1 is first bad commit
commit 09dc6019b6afb2b1b59c0d7224302942b180eed1
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Apr 22 14:47:57 2010 +0200
winex11: Don't set a hint for the small icon if it has the same size as the
large one.
:040000 040000 72f1fe6dd5e216f6f1a7a264fa4f734e9da8aa8c
e24605cb54b298b51bd4b8fa75f735cba9c872fd M dlls
Reverting that patch prevents the crash. It doesn't give me a backtrace unless
run with winedbg, so I'll attach one of those as well...
--
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=22876
Summary: HTML-Kit's small icons have a white background
Product: Wine
Version: 1.2-rc1
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=28277)
--> (http://bugs.winehq.org/attachment.cgi?id=28277)
Screenshot
The small icons seen at the bottom of HTML-Kit build 292's program window have
recently started using a white background instead of the expected transparent
background. Regression testing indicated:
528722e4e16ec918d5daf3bee8bbb95fd35a7582 is first bad commit
commit 528722e4e16ec918d5daf3bee8bbb95fd35a7582
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri May 14 13:41:35 2010 +0200
comctl32: Also generate an alpha channel when replacing an image or icon in
an imagelist.
:040000 040000 b1776ce23963f7b44c81c494cd54b3bc9302e3c2
ab0e8518c00ba26d9b9ad0e469d14cc294228ecf M dlls
Reverting this patch fixes the problem. Terminal output is the same as
attachment 27362.
--
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=22958
Summary: Missing disc icon on CDBurnerXP's progress dialog
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=28432)
--> (http://bugs.winehq.org/attachment.cgi?id=28432)
Terminal output
The progress dialogs in CDBurnerXP have a disc icon on them that recently
disappeared. Previously, it had an incorrect black background, but otherwise
looked OK. Regression testing indicated:
ea596f8a5f7d732bb56b5921ceb964137df0b930 is first bad commit
commit ea596f8a5f7d732bb56b5921ceb964137df0b930
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue May 18 14:11:51 2010 +0200
winex11: Force alpha channel to 0 when blitting to depth 32 from a lower
depth.
:040000 040000 369e8db88a7dd0c206f6b37d41bfcac27dfbc708
28700a3330faf630cb189926f9b335936f158ab9 M dlls
Reverting that patch brings it back.
This app uses dotnet20... to see the icon (or lack thereof) without actually
burning a disc, choose "burn ISO image" on the main menu and then switch to the
"burn ISO progress" tab.
--
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=23213
Summary: .NET Framework 1.1 installation fails with builtin
msvcr71 (unimplemented function
_set_security_error_handler)
Product: Wine
Version: 1.2-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=28889)
--> (http://bugs.winehq.org/attachment.cgi?id=28889)
Stub for _set_security_error_handler
Attempting to install the .NET Framework, version 1.1 (manually or using
'winetricks dotnet11') with WINEDLLOVERRIDES=msvcr71=b results in errors and
installation failure due to:
wine: Call from 0x7b8369d2 to unimplemented function
msvcr71.dll._set_security_error_handler, aborting
The attached patch is enough to complete the installation, but may not be the
best way to fix it.
--
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=23394
Summary: unimplemented function msvcr80.dll._set_abort_behavior
(affects Windows Live Mail)
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Windows Live Mail crashes on startup:
wine: Call from 0x7b8369c2 to unimplemented function
msvcr80.dll._set_abort_behavior, aborting
wine: Unimplemented function msvcr80.dll._set_abort_behavior called at address
0x7b8369c2 (thread 0009), starting debugger...
'winetricks msxml3 ie6' is needed to install it in the first place (bug 14287).
You may want to deselect everything else in the installer since some cause the
entire installation process to fail when checked.
--
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=23506
Summary: unimplemented function
USERENV.dll.GetDefaultUserProfileDirectoryW (affects
Malwarebytes' Anti-Malware)
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://www.malwarebytes.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=29345)
--> (http://bugs.winehq.org/attachment.cgi?id=29345)
Complete terminal output
Malwarebytes' Anti-Malware 1.46 crashes on startup:
wine: Call from 0x7bc4bb50 to unimplemented function
USERENV.dll.GetDefaultUserProfileDirectoryW, aborting
wine: Unimplemented function USERENV.dll.GetDefaultUserProfileDirectoryW called
at address 0x7bc4bb50 (thread 0009), starting debugger...
It needs MSVBVM60.DLL, so use winetricks vb6run before installing.
--
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=23581
Summary: Wine's README does not mention Win64
Product: Wine
Version: 1.2-rc7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Wine's README currently starts with the following line:
"Wine is a program which allows running Microsoft Windows programs (including
DOS, Windows 3.x and Win32 executables) on Unix."
Since Win64 is now supported, should it be mentioned as well?
--
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=24233
Summary: MS Paint uses garbage instead of "untitled" as the
default file name
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: piotr.caban(a)gmail.com
Steps to reproduce:
1. Install with 'winetricks mspaint'
2. Run 'wine mspaint'
3. Click file -> save as...
In git, the preselected file name will be random garbage instead of the
expected "untitled". In 1.3.1, it was displayed correctly. My regression test
indicated:
899d9a042b18a511aecd92dba72084e6d63cc28d is the first bad commit
commit 899d9a042b18a511aecd92dba72084e6d63cc28d
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Sun Aug 29 16:59:35 2010 +0200
msvcrt: Added _splitpath_s implementation.
:040000 040000 3b46967aa0ed29364c74558026e65b0c9e71b4bb
9f7fe5bf7a4df8d512004b5c3e9269fc6941e37f M dlls
Reverting that patch makes the problem go away. The program doesn't generate
any terminal 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=24246
Summary: Windows Live Essentials Beta installer
(wlsetup-web.exe) crashes
Product: Wine
Version: 1.3.1
Platform: x86-64
URL: http://wl.dlservice.microsoft.com/download/3/7/8/37856
7CC-DCDC-47EC-A811-4A063AB3DDA8/en/wlsetup-web.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
As mentioned in bug 23473, there are at least two different installers for the
Windows Live Essentials wave 4 beta. This bug is for the following installer:
sha1sum wlsetup-web.exe
3b965a2185369e15f7274d72865d57773fef2147 wlsetup-web.exe
It crashes on startup calling an unimplemented function, then claims to be
"preparing to install" forever:
wine: Call from 0x7bc4bef0 to unimplemented function
KERNEL32.dll.GetThreadUILanguage, aborting
wine: Unimplemented function KERNEL32.dll.GetThreadUILanguage called at address
0x7bc4bef0 (thread 002f), starting debugger...
Windows version needs to be set to Vista or 7 in winecfg beforehand; otherwise,
it'll fail claiming your OS isn't supported.
--
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=24427
Summary: Firefox 4.0 beta 6: window controls are blank when the
Firefox button is visible
Product: Wine
Version: 1.3.2
Platform: x86-64
URL: http://www.mozilla.com/en-US/firefox/all-beta.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=30797)
--> (http://bugs.winehq.org/attachment.cgi?id=30797)
Title bar with Firefox button in Windows and Wine
When the Firefox button is visible, Wine's minimize, maximize (or restore), and
close buttons are blank. Steps to reproduce:
1. Uncheck "allow the window manager to decorate the windows" in winecfg
(otherwise, the Firefox button isn't usable)
2. Install and run Firefox
3. Right-click one of the toolbars and uncheck "menu bar"
--
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=24587
Summary: CDBurnerXP: can't access data disc mode
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: madewokherd(a)gmail.com
Created an attachment (id=31053)
--> (http://bugs.winehq.org/attachment.cgi?id=31053)
Terminal output
Accessing data disc mode in CDBurnerXP isn't possible anymore in wine-1.3.4;
choosing it from the main menu just yields an error report dialog from the
program. I did a regression test:
c8a48f237e43174673fa3686ebe99e42f6a0d8a4 is the first bad commit
commit c8a48f237e43174673fa3686ebe99e42f6a0d8a4
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Sep 30 16:07:53 2010 -0500
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
:040000 040000 07d4dd9deff466eaeb5a5b4a79541bcfc8c6c1c6
3fb622798b75c1479d5ea652762809c21485ff34 M dlls
Reverting that patch works around the problem.
(The program needs winetricks dotnet20 to run.)
--
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=24689
Summary: CDSpeed crashes while saving a screenshot in PNG
format
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://upload.cdfreaks.com/liteon/tools/CDSpeed-iHAS-4
7716.rar
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: madewokherd(a)gmail.com
Created an attachment (id=31199)
--> (http://bugs.winehq.org/attachment.cgi?id=31199)
Terminal output w/ backtrace
Trying to save a screenshot of the program window in PNG format using the
built-in screenshot function results in a crash. Steps to reproduce:
1. Click the button with a floppy disk icon
2. Click save (PNG format should be selected by default)
It was working in 1.3.3, so I did a regression test:
c8a48f237e43174673fa3686ebe99e42f6a0d8a4 is the first bad commit
commit c8a48f237e43174673fa3686ebe99e42f6a0d8a4
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Sep 30 16:07:53 2010 -0500
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
:040000 040000 07d4dd9deff466eaeb5a5b4a79541bcfc8c6c1c6
3fb622798b75c1479d5ea652762809c21485ff34 M dlls
Reverting that patch makes it possible to save PNG screenshots again.
Other reported regressions from this commit: bug 24587 and bug 24615
--
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=24864
Summary: Windows Double Explorer complains "unable to find an
entry point named 'IUnknown_SetSite' in DLL
'SHLWAPI.DLL'"
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://wde.codeplex.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31462)
--> (http://bugs.winehq.org/attachment.cgi?id=31462)
Terminal output
Install dotnet20 with winetricks before running. On startup, the app pops up an
error dialog saying that an unhandled exception occurred. Clicking the details
buttons reveals:
System.EntryPointNotFoundException: Unable to find an entry point named
'IUnknown_SetSite' in DLL 'SHLWAPI.DLL'.
--
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=24866
Summary: Unhandled exception in Windows Double Explorer
(IExplorerBrowser_fnSetPropertyBag)
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://wde.codeplex.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31469)
--> (http://bugs.winehq.org/attachment.cgi?id=31469)
Terminal output
(This is the next problem after bug 24864.)
On startup, the program produces an error dialog after a moment saying
"Unhandled exception has occurred in your program. [blah blah...] The method or
operation is not implemented." Quoting Nikolay Sivov in bug 24864, comment 10:
> It's about this one I guess:
>
> ---
> fixme:shell:IExplorerBrowser_fnSetPropertyBag stub, 0x1ca970
> (L"Microsoft.WindowsAPICodePack.Controls.WindowsForms.ExplorerBrowser")
> ---
It needs dotnet20 installed with winetricks (and the patch from bug 24864) to
get here.
--
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=24906
Summary: AntiVir 9 installer doesn't show information on the
first screen
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: jacek(a)codeweavers.com
Created an attachment (id=31540)
--> (http://bugs.winehq.org/attachment.cgi?id=31540)
Screenshot
The first screen of the AntiVir 9 installer is supposed to provide a bit of
information about the program, but currently it only shows a blank page. It was
working last time I checked, so I did a regression test...
6ae22663c0c2fe6af0f2787683d2a171262a66d0 is the first bad commit
commit 6ae22663c0c2fe6af0f2787683d2a171262a66d0
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Aug 19 14:52:31 2010 +0200
mshtml: Don't use start_binding in IPersistStreamInit::InitNew.
:040000 040000 daf2639ecd0557ed6397cd647d3423127fa82158
d747774c9425fe6a2a643dbb52b22c09c74138e4 M dlls
Reverting that patch makes the text visible again.
--
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=25592
Summary: Internet Explorer 7/8 x64 installers crash:
unimplemented function msvcrt.dll._local_unwind
Product: Wine
Version: 1.3.9
Platform: x86-64
URL: http://download.microsoft.com/download/1/1/4/114d5b07-
4dbc-42f3-96fa-2097e207d0af/IE7-WindowsServer2003-x64-
enu.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
In git, I can get partway through the 64-bit IE7/IE8 installers for Server
2003, but then they crash. Terminal shows:
wine: Call from 0x7fd8f7ecb4f8 to unimplemented function
msvcrt.dll._local_unwind, aborting
wine: Unimplemented function msvcrt.dll._local_unwind called at address
0x7fd8f7ecb4f8 (thread 0022), starting debugger...
The steps to reproduce this are:
1. Set Windows version to 2003 (using a WoW64 prefix)
2. Run the installer
3. Uncheck "install the latest updates" [etc.] when prompted
--
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=26795
Summary: White scrollbar background in builtin iexplore
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=34140)
--> (http://bugs.winehq.org/attachment.cgi?id=34140)
Screenshot
The scrollbars in Wine's iexplore.exe have a white background in 1.3.18 rather
than the expected dithered grey (using default theme/color settings). My
regression test indicated:
44f530275afcdde9febc06bc110631c0d5a56f77 is the first bad commit
commit 44f530275afcdde9febc06bc110631c0d5a56f77
Author: Huw Davies <huw(a)codeweavers.com>
Date: Mon Apr 11 10:00:28 2011 +0100
gdi32: Implement SelectBrush for solid brushes.
:040000 040000 fe5cb65bd7393fd8687462e71d8d20a6f8878025
8e26d193f2547fc1bd4790b138db0d548b54312b M dlls
Attempting to revert led to a compilation 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=27411
Summary: Dark Fall crashes on launch
Product: Wine
Version: 1.3.21
Platform: x86
URL: http://www.gamershell.com/download_2615.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: piotr.caban(a)gmail.com
Created an attachment (id=35056)
--> (http://bugs.winehq.org/attachment.cgi?id=35056)
terminal output
Dark Fall: The Journal and it's sequel, Dark Fall II: Lights Out crash on
startup in the git version (wine-1.3.21-254-g5bf7622).
Both games start correctly (using the built-in msvcrt.dll) in Wine-1.3.21.
f9de4eef75ecfc074f726f39e54a77211eca2e7b is the first bad commit
commit f9de4eef75ecfc074f726f39e54a77211eca2e7b
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Fri Jun 3 15:28:32 2011 +0200
msvcrt: Fix mingw compilation issues.
:040000 040000 2d84e235f1e4140fdc5aef8f2204902564eea486
dfb92ea7213f2dc15ca66e140ffc79c11c4e0d91 M dlls
Workaround: winetricks vcrun6
To reproduce the problem in the demo:
Extract the archive containing the game then launch it by darkfalldemo.exe >>
a crash occurs immediately after starting.
Fedora 15 32-bit
--
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=26685
Summary: East India Company: multiple issues when using
built-in msvcr90.dll
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://demos.gamersgate.com/EIC_Playable%20Demo_EN.rar
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33982)
--> (http://bugs.winehq.org/attachment.cgi?id=33982)
console log (msvcr90=built-in)
The game doesn't complain about unimplemented stuffs when using the built-in
msvcr90 but you will face several problems in the game:
1) no audio
2) text is completely missing (in some places text is replaced by empty
squares)
3) left-mouse clicks register only in the menu (in the game mouse is unusable)
4) keyboard is unusable, too
They seem to be separate issues but the fact is that setting msvcr90.dll to
native resolves all of the above mentioned problems at once.
To reproduce the issue in the demo:
Install the demo as usual. Before starting the game set msvcr90.dll to built-in
in winecfg.
The demo installs the following native components:
vcrun2008 (not SP1), d3dx9 runtimes, xact.
Link to the demo added to URL (~800 MB).
Mscodescan reveals only the following stub (in one of the game's dlls):
./stlport.5.1.dll imports following stub symbols:
msvcp90:?uncaught_exception@std@@YA_NXZ
Fedora 14 x86
wine-1.3.17-147-g0b8bfd9
--
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=28180
Summary: Operation Flashpoint crashes with sound enabled
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.gamefront.com/files/839372/resistancedemo.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: mstefani(a)redhat.de
Regression SHA1: 6b64e0090cb7b331dd212f0b8aba5595f013caf1
Created an attachment (id=36104)
--> (http://bugs.winehq.org/attachment.cgi?id=36104)
terminal output
In the current git version (wine-1.3.26-312-g3ce59f5) Operation Flashpoint:Cold
War Crisis crashes if sound is enabled in winecfg's Audio tab.
The problem can be reproduced in the demo, too. Unlike the full version of the
game, the demo dies as soon as the main menu appears. The full version of the
game (v1.96) works fine in the menus but it crashes when a mission is about to
start.
This is due to the following commit:
6b64e0090cb7b331dd212f0b8aba5595f013caf1 is the first bad commit
commit 6b64e0090cb7b331dd212f0b8aba5595f013caf1
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Wed Aug 24 02:32:13 2011 +0200
dsound: Kill SecondaryBufferImpl with extreme prejudice.
:040000 040000 632e7bce9c2f253b7ee1f7a2670c0b782c2b4409
80dd9d214e20ad69922e39a13702fde1098a46e2 M dlls
With the reverted patch both the demo and the full version of the game work
correctly.
Fedora 15 x86
Kernel 2.6.38.8
Alsa 1.0.24
Pulseaudio is not running
I have only Alsa available, OSSv4 is not installed on my system
--
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=28006
Summary: RC Cars demo installer fails to start (installer
complains about inadequate processor features)
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/131248/130000/fileinfo/R.C.-
Cars-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: nerv(a)dawncrow.de
When trying to install the demo for RC Cars I'm greeted with the following
error message:
'The processor is not adequate for running R.C. Cars (Demo)'.
Afterwards the installer quits.
The installer utilizes the Windows Installer technique and I tried to install
the demo by
wine msiexec /i RCCarsDemo_Full.msi
Terminal output shows only:
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned
1603
I was able to install the demo successfully with Wine-1.3.22 but newer versions
are showing the mentioned error message.
The result of the regression test pointed to
3eb91fbc3c3c501f2a3ff094d4da7fa75c1294fd is the first bad commit
commit 3eb91fbc3c3c501f2a3ff094d4da7fa75c1294fd
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Wed Jun 15 20:52:33 2011 +0200
ntdll: Parse ARM CPU level.
:040000 040000 19f4b3085c5c75524d24a7941ff8848fb60e46d7
8cfd1510e62d71e5732ef319d39937e4092361c2 M dlls
The patch can be reverted cleanly on 1.3.26 and the installer was working
again.
Please let me know if you need a log with specific debug channels enabled.
Fedora 15 x86
kernel-2.6.38.8-35.fc15.i686.PAE
AMD Athlon 64 x2
--
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=27990
Summary: Freespace 2 launcher: buttons not drawn correctly
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/126954/120000/fileinfo/Frees
pace-2-Demo-
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: huw(a)codeweavers.com
Created an attachment (id=35829)
--> (http://bugs.winehq.org/attachment.cgi?id=35829)
FS2 launcher screenshot (comparison)
In the launcher of Freespace 2 neither buttons nor the background image are
drawn. They are grey/black. The launcher for Tachyon: The Fringe is also
affected.
I'm attaching a screenshot showing what the Freespace 2 launcher looks like
with Wine-1.3.26 and with the previous version.
Terminal output doesn't show any relevant messages.
The result of the regression test:
d4076d438cb5ff05f6800cdaae7ac88844e70595 is the first bad commit
commit d4076d438cb5ff05f6800cdaae7ac88844e70595
Author: Huw Davies <huw(a)codeweavers.com>
Date: Tue Aug 2 14:11:10 2011 +0100
gdi32: Add a PutImage implementation to the dib driver.
:040000 040000 0be7c823d7ba618160e18b0889a0a94956f61183
a01acea3ceb2ad8781388283699d0c8243b90f7f M dlls
The patch cannot be reverted cleanly on 1.3.26 but after
git checkout d4076d438cb5ff05f6800cdaae7ac88844e70595 >> wrong screen
git reset --hard HEAD^ >> displays the launcher correctly
Commit d4076d438cb5ff05f6800cdaae7ac88844e70595 also makes images in Internet
Explorer 6 installer disappear. To reproduce: install ie6 via winetricks. An
image is shown on the welcome screen of the installer. That image is black with
Wine-1.3.26.
Fedora 15
Gnome 3
Nvidia gfx card
--
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=28088
Summary: Wine can play audio despite of disabled sound drivers
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Regression SHA1: 9fc0377f64c9ba62390bcd505492bf940e66aba0
Since Wine-1.3.26 I can hear the audio test even though I have disabled all
sound drivers in winecfg's audio tab. Actually, I have only Alsa available
because OSSv4 is not installed on my system.
Bisecting revealed the following commit:
9fc0377f64c9ba62390bcd505492bf940e66aba0 is the first bad commit
commit 9fc0377f64c9ba62390bcd505492bf940e66aba0
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Tue Jul 26 07:58:43 2011 -0500
mmdevapi: Try loading multiple audio drivers from the registry.
:040000 040000 01dc18fc39bc9c43861c6c54ec92f519658359ef
c0dd0d0413065b9e3eeb2ed3e62409973b157d1b M dlls
Reverting the patch fixed the problem (audio test gives an 'Audio test failed!'
error message when no sound drivers selected).
Fedora 15 x86
Alsa 1.0.24
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
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=28146
Summary: GODS:Lands of Infinity changes the gamma to an overly
bright level
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/156544/150000/fileinfo/GODS:
-Lands-of-Infinity-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: nerv(a)dawncrow.de
Regression SHA1: 7b285a4ebd63eab428e968968ca398cc1076324a
When starting the game, the screen turns to almost completely white with some
strange colors. Not just the game window but my whole Gnome desktop inherits
this behaviour.
After exiting the game, the screen stays that way.
I tried to take screenshots of the problem, interestingly, both the game and
the Gnome environment appear correctly in the screenshots.
This is a regression, introduced by
7b285a4ebd63eab428e968968ca398cc1076324a is the first bad commit
commit 7b285a4ebd63eab428e968968ca398cc1076324a
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Sat Sep 19 19:08:09 2009 +0200
winex11: Add alternative header for xf86vm.
:100755 100755 e32773bbe4d75257918f86bb748649899ae9ca82
ae5beac96d9f3775866584d10d0951f9e4c13bc5 M configure
:100644 100644 ac5a8613be96bea84c73e52414eb37cdff3cf437
0f37bc75d952b71aa51bfa184d95f62aae489a09 M configure.ac
:040000 040000 0b13bdb9fcc6833c075e19e2b60d31496439a78a
fa6f97b5e92f91457fc0bb5f0e9e490641faaffd M dlls
:040000 040000 3fbdaf6dd278ebeb0ad4141ff3e0c2c5a77bcff9
635be6c8e884b6af4b56b0eb487c47eedccba58d M include
The patch cannot be reverted cleanly on the current 1.3.26 version.
The patch in bug #24598#c14 doesn't resolve the problem.
One can work around the problem by opening a new terminal and typing 'xgamma
-gamma 1.0' after the game was started. This restores the original brightness
of the screen.
Fedora 15 x86
X Server 1.10.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.
http://bugs.winehq.org/show_bug.cgi?id=28214
Summary: Eurofighter Typhoon crashes after starting
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: ace241ad595d1da0f0fc384a7065683fa00cac45
Created an attachment (id=36133)
--> (http://bugs.winehq.org/attachment.cgi?id=36133)
terminal output
The game is an old (2001) arcade-ish flight sim, utilizing DirectX 7. It has
been recently re-released by DotEmu.
The problem: the game crashes right after starting in Wine-1.3.26. After
crashing, the process typhoon.exe doesn't exit but it still remains in memory,
consuming 100% cpu power until I kill it.
The game starts correctly in Wine-1.3.25.
The result of the regression test:
ace241ad595d1da0f0fc384a7065683fa00cac45 is the first bad commit
commit ace241ad595d1da0f0fc384a7065683fa00cac45
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Aug 1 21:35:41 2011 +0200
wined3d: Resolve source and destination rectangles in
wined3d_surface_blt().
:040000 040000 29aac6db06ac6dba74c9b8a12e39c859cf80d483
8076af6d121572a5003492a25753da1d0c237d23 M dlls
The patch cannot be reverted cleanly,
git checkout ace241ad595d1da0f0fc384a7065683fa00cac45 >> the game crashes
git reset --hard HEAD^ >> the game loads to the main menu
Note: there might be another regression somewhere between 1.3.26 and 1.3.27. If
I start the game in 1.3.27 I get an error message: 'Fatal error: failed to
create material x_efa_1'. This error message has never seen before.
No demo available.
Please let me know if you need a log with specific debug channels enabled.
Fedora 15 x86
Nvidia gfx card / driver 280.13
--
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=28207
Summary: Caesar III crashes in dsound
Product: Wine
Version: 1.3.27
Platform: x86
URL: http://www.fileplanet.com/11410/10000/fileinfo/Caesar-
III-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: mstefani(a)redhat.de
Regression SHA1: 6d7c38256f258dcb71d73e573954c00b77b40202
Created an attachment (id=36124)
--> (http://bugs.winehq.org/attachment.cgi?id=36124)
terminal output
Steps to reproduce the problem in the demo:
Install the demo as usual then launch the game by c3.exe (located under
drive_c:/SIERRA/CAESAR3DEMO)
Audio just begins to play when it is suddenly interrupted and Wine crashes.
This didn't occur in Wine-1.3.26 and the result of the regression test:
6d7c38256f258dcb71d73e573954c00b77b40202 is the first bad commit
commit 6d7c38256f258dcb71d73e573954c00b77b40202
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Thu Aug 25 23:42:44 2011 +0200
dsound: Fix refcounting for the secondary buffer object.
This fixes a regression introduced in 6b64e0090cb7.
:040000 040000 c9a6568b6e75de0fb421db9a6445d6b0fdfda983
05273f110f5a025be1df6f47f116283fc164c5a3 M dlls
With the reverted patch the game starts normally.
Disabling audio in winecfg's Audio tab works around the problem.
Fedora 15 x86
Alsa 1.0.24
Pulseaudio is not running
--
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=3037
Fernando Martins <fernando(a)cmartins.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fernando(a)cmartins.nl
--- Comment #62 from Fernando Martins <fernando(a)cmartins.nl> 2011-10-09 16:36:42 CDT ---
I had a go to compile wine-20041019 but I came across an error:
lex.yy.c:9234: error: expected ‘;’, ‘,’ or ‘)’ before numeric constant
and the file ./tools/wrc/lex.yy.c contains:
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
I didn't look further into the definition of those types.
Also, I did use windows 3.1 (progman) and I don't recall the rebounding effect
Andrew is mentioning should be the correct behavior. But that was too many
years ago.
--
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=7920
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2011-10-09 15:45:08 CDT ---
Created attachment 36794
--> http://bugs.winehq.org/attachment.cgi?id=36794
stub
This stub avoids the crash, though I'm not sure if the advapi32 version is
really NTSTATUS, but not sure how to verify that..
After that, wants WMI.dll.WmiQueryGuidInformation.
--
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=9033
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-09 13:47:39 CDT ---
Friendly reminder of 2 years without new posts. No download too.
I could only find Dreamweaver 2 for download:
http://download.macromedia.com/pub/dreamweaver/esd/dreamweaver2.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=8013
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #9 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-09 11:59:50 CDT ---
Still present in 1.3.29.
--
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=7920
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #10 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-09 11:48:03 CDT ---
Still present in 1.3.29. Same function:
wine: Call from 0x7ed73489 to unimplemented function advapi32.dll.WmiOpenBlock,
aborting
--
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=7117
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #9 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-10-09 11:36:56 CDT ---
Still present in 1.3.29. You can only see the last 15% of each line when you
select the line text.
--
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=7066
Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |23dfef0d9ecda65a01992a7ac9d
| |fbe9df67b93bd
--
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=11621
Summary: putty.exe in telnet mode don't display anything
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fhorse(a)libero.it
The windows ssh/telnet application putty.exe works well in ssh mode, but in
telnet mode does not display anything on the screen.
I'have sniffed tcp packets and I noticed that the telnet communication works
well, make login, run commands, but does not appear anything.
Sorry for my english.
--
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=13313
Summary: Half life 2 hangs with a high cpu usage at a certain
point in the game
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asraniel(a)fryx.ch
Playing Half life 2 works fine, but at one point where alex wants to show me
something on a computer screen (we just visited her father in prison), the game
becomes extremely slow and i can't play anymore. The wine error messages give
this message (multiple times):
fixme:d3d_surface:fb_copy_to_texture_direct Doing a pixel by pixel copy from
the fra
mebuffer to a texture, expect major performance issues
err:d3d_surface:fb_copy_to_texture_direct Texture filtering not supported in
direct
blit
Sadly this bug makes Half life 2 incomplete, since you can't play it from the
start to the end.
--
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=15364
Summary: Build broken when CFLAGS="-Wall -Werror" is used
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16209)
--> (http://bugs.winehq.org/attachment.cgi?id=16209)
config.status/config.log, with CFLAGS set
Compiling with those flags set gives:
-----
configure: libxrandr development files not found, XRandr won't be supported.
configure: libxinerama development files not found, multi-monitor setups won't
be supported.
configure: WARNING: Old Mesa headers detected. Consider upgrading your Mesa
libraries.
OpenGL and Direct3D won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine.
-----
Which doesn't occur when the standard options are used. I'll attach
config.status/config.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=15460
Summary: blocky shadow-like model edges in Sid Meier's Pirates!
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g9xhh5p02(a)sneakemail.com
Many of the models in Sid Meier's Pirates have very blocky edges, as though
they have heavily pixelated shadows/halos surrounding them. This problem is
especially noticeable during movement of the human models.
This is on Ubuntu Hardy x86 32 bit with an nVidia GeForce 8800GTS 512MB (G92
chip), with nVidia driver 169.12.
The problem did not go away when I disabled pixel shaders.
I did not see this glitch when running under Cedega.
--
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=17021
Summary: [TMG] CHM help menu , only shows "Printer icons"
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.whollygenes.com/files/tmg7setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Created an attachment (id=18820)
--> (http://bugs.winehq.org/attachment.cgi?id=18820)
Help Menu only shows "Printer Icons"
Viewing the CHM help menu, only shows "Printer icons" instead of the correct
icons for each of the functions
*Show
*Back
*Forward
*Options
*Print (Icon is of course correct for 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=24745
Summary: Loki requires
msvcp80.dll.??$?MDU?$char_traits@D@std@@V?$allocator@D
@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@
V?$allocator@D@2@@0@0@Z
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Loki requires this function to start :
wine: Call from 0x7ed8e052 to unimplemented function
msvcp80.dll.??$?MDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z,
aborting
--
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=25364
Summary: Sacred 2 Fallen Angel requires msvcp80.dll
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
mscodescan results :
msvcp80:??$?8_WU?$char_traits@_W@std@@V?$allocator@_W@1@@std@@YA_NABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@0@0@Z
msvcp80:??$?8_WU?$char_traits@_W@std@@V?$allocator@_W@1@@std@@YA_NABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@0@PB_W@Z
msvcp80:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z
msvcp80:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@PBD@Z
msvcp80:??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBDABV10@@Z
msvcp80:??$?H_WU?$char_traits@_W@std@@V?$allocator@_W@1@@std@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@0@ABV10@0@Z
msvcp80:??$?H_WU?$char_traits@_W@std@@V?$allocator@_W@1@@std@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@0@ABV10@PB_W@Z
msvcp80:??$?H_WU?$char_traits@_W@std@@V?$allocator@_W@1@@std@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@0@PB_WABV10@@Z
msvcp80:??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
msvcp80:??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@_W@Z
msvcp80:??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@D@Z
msvcp80:??Y?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@ABV01@@Z
msvcp80:??Y?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
msvcp80:?at@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEAB_WI@Z
msvcp80:?begin@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAE?AV?$_String_iterator@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@2@XZ
msvcp80:?clear@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ
msvcp80:?clear@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEXXZ
msvcp80:?find@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEIPB_WI@Z
msvcp80:?find_first_of@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEI_WI@Z
msvcp80:?find_last_of@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDI@Z
msvcp80:?push_back@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEX_W@Z
msvcp80:?substr@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBE?AV12@II@Z
msvcp80:?set_new_handler@std@@YAP6AXXZP6AXXZ@Z
msvcp80:?find_first_of@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDII@Z
msvcp80:?find_last_of@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDII@Z
msvcp80:?substr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV12@II@
--
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=28329
Summary: Sony Vegas Pro 8.0c: MSI changes break installation
(regression)
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ccr(a)tnsp.org
Some changes in MSI code (dlls/msi/*) introduced in below commit break
installation of Sony Vegas Pro 8.0c, leaving most components uninstalled.
fe404d1d88568803e2332b4899e01cd99b2d66a6 is the first bad commit
commit fe404d1d88568803e2332b4899e01cd99b2d66a6
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Jul 27 10:53:44 2011 +0200
msi: Always check the return value of MSI_IterateRecords.
--
The same problem still exists in 1.3.27 and GIT head.
Reverting the commit makes Sony Vegas Pro installation work again.
--
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=27031
Summary: k-meleon needs
msvcp71.dll.?substr@?$basic_string@DU?$char_traits@D@s
td@@V?$allocator@D@2@@std@@QBE?AV12@II@Z
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://kmeleon.sourceforge.net/download.php
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Install k-meleon, set msvcp71 to builtin, and run. Crashes. May also need:
msvcp71:?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IID@Z
msvcp71:??$?8DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp71:??$?8DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z
msvcp71:??$?9DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp71:??$?9DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z
msvcp71:??$?NDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp71:??$?ODU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp71:??$?PDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp71:?_Nomemory@std@@YAXXZ
msvcp71:?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIABV12@I@Z
msvcp71:?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDI@Z
msvcp71:?rfind@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDII@Z
msvcp71:?substr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV12@II@Z
--
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=28313
Summary: Steam client installer (MSI) crashes at the end of
installation
Product: Wine
Version: 1.3.27
Platform: x86
URL: http://cdn.steampowered.com/download/SteamInstall.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: marcus(a)jet.franken.de
Regression SHA1: ac0a7b644fa464fa640e06a6e26b2191b5a29a92
Created an attachment (id=36281)
--> (http://bugs.winehq.org/attachment.cgi?id=36281)
terminal output
In wine-1.3.27-357-gac0a7b6 several, if not all MSI-based application installer
crash (usually at the end of installation). The problem can be reproduced by
downloading and installing the Steam client (it has a reasonable download size,
1.5 MB).
This is due to the following commit:
ac0a7b644fa464fa640e06a6e26b2191b5a29a92 is the first bad commit
commit ac0a7b644fa464fa640e06a6e26b2191b5a29a92
Author: Marcus Meissner <meissner(a)suse.de>
Date: Wed Sep 7 15:48:23 2011 +0200
msi: Check for return value of GetUserName (Coverity).
:040000 040000 57680d5a0196f95c2079d6d9668be2acfec0af68
9db4b0c261fe0b19526e608b357f2700b086f436 M dlls
Reverting the patch on wine-1.3.27-357-gac0a7b6 fixed the problem.
Author of the patch added to CC.
Fedora 15 x86
gcc version 4.6.0 20110603 (Red Hat 4.6.0-10) (GCC)
--
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=27961
Summary: psdk2003 failed to install, ACTION_InstallFiles Failed
to ready media for
L"qithunk_s.6720DB2A_1A21_4E82_940E_95044B030B06"
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
My wine version is wine-1.3.25 with Hans Leidekker's patch for Bug 27957.
Use winetricks to install psdk2003, choose "Custom Install", then select the
compose "Mircosoft Windows Core SDK/Build Environment/(x86)" and "Debugging
Tools for Windows". After a long wait, the Setup failed with some logs like
below:
fixme:urlmon:DownloadBSC_OnStopBinding No cache file
err:msi:ready_media Failed to download L"C:\\users\\fracting\\Local
Settings\\Temporary Internet
Files\\Content.IE5\\GGBCDSFNPSDK-AMD64_o-common.0[0]..cab" (1627)
err:msi:ACTION_InstallFiles Failed to ready media for
L"qithunk_s.6720DB2A_1A21_4E82_940E_95044B030B06"
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
fixme:wininet:InternetLockRequestFile STUB
fixme:urlmon:DownloadBSC_OnStopBinding No cache file
err:msi:ready_media Failed to download L"C:\\users\\fracting\\Local
Settings\\Temporary Internet
Files\\Content.IE5\\C9XZA9J2PSDK-AMD64_o-common.0[0]..cab" (1627)
err:msi:ACTION_InstallFiles Failed to ready media for
L"qithunk_s.6720DB2A_1A21_4E82_940E_95044B030B06"
--
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=27780
Summary: Total Annihilation crashes on start.
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ni1s(a)nerdshack.com
Created an attachment (id=35543)
--> (http://bugs.winehq.org/attachment.cgi?id=35543)
stdout
When I start Total Annihilation(GoG version) It crashes immediately.
--
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=27957
Summary: psdk2003 installer crash every time
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=35773)
--> (http://bugs.winehq.org/attachment.cgi?id=35773)
Log: install psdk2003
Trying to install psdk2003 with winetricks:
$ winetricks -q psdk2003
--- snip ---
The wine wiki says don't post winetricks bug to wine bugzilla, but the
load_psdk2003 function shows that the only workaround is override mfc42, so I
think is ok to post it here, please let me know if I make mistake.
load_psdk2003()
{
w_call mfc42
# Note: aborts on 64 bit windows with dialog saying "don't run on WoW"
#
http://www.microsoft.com/downloads/details.aspx?familyid=0baf2b35-c656-4969…
w_download
http://download.microsoft.com/download/f/a/d/fad9efde-8627-4e7a-8812-c351ba…
5c7dc2e1eb902b376d7797cc383fefdfc64ff9c9
w_warn "This can take up to an hour."
cd "$W_CACHE"/psdk2003
# FIXME: says it accepts /q, but that doesn't work, so script this
# with autohotkey in -q mode.
w_try $WINE PSDK-x86.exe
}
--- snip ---
When I click the next button after selecting compose to install, the installer
always crash. Does it ever work on earlier versions of Wine ?
--
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=27834
Summary: Photosynth install doesn't work
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
I was trying to test bug 15594, but it doesn't install (new version?)
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
wine: Unhandled page fault on read access to 0x00000000 at address 0x68356e0b
(thread 0021), starting debugger...
http://photosynth.nethttp://mslabs-999.vo.llnwd.net/e1/installer/PhotosynthInstall_21103171042.e…
--
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=28090
Summary: EA Origin's launcher: freezes after a couple seconds
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35973)
--> (http://bugs.winehq.org/attachment.cgi?id=35973)
relay,seh,tid bzip2 -9'ed
Noticed while testing bug 27326. Install Alice, patch wine with the patch from
bug 27326, then run Alice. You'll get a release day activation test, which
should pass (unless you're a dirty pirate ;-)), then it prompts for you to
login to EA's origin. The email box should be activated, so you can type a
character or two, but then the application will hang. Even if you don't type,
it will hang after a second or two.
Terminal has a few fixme's, but nothing obvious. I'll attach a relay,seh,tid.
Note: The login prompt here is different from the one when running Origin to
login. I think it may be only prompted when installing/activating a game. If
anyone wants to debug this, email me privately for my login info.
--
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=28110
Summary: ThunderMiniInstall.exe crash: unimplemented function
msvcp71.dll.??4?$basic_string@_WU?$char_traits@_W@std@
@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36013)
--> (http://bugs.winehq.org/attachment.cgi?id=36013)
Log: ThunderMiniInstall.exe crash
1. Download ThunderMiniInstall.exe
wget http://down.sandai.net/mini/ThunderMiniInstall.exe (from
http://dl.xunlei.com/mini.html )
2. start the installer with Wine:
$ wine ThunderMiniInstall.exe
wine: Call from 0x7b83a537 to unimplemented function
msvcp71.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z,
aborting
wine: Unimplemented function
msvcp71.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@PB_W@Z
called at address 0x7b83a537 (thread 0028), starting debugger...
--
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.