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.