http://bugs.winehq.org/show_bug.cgi?id=25293
Summary: Starcraft II cursor on-game is blank
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hlechner(a)gmail.com
After Wine Version 1.3.6, with X11 Cursor Support, The cursor of Starcraft II
on-game is not …
[View More]displayed correctly.
The transparent of cursor is showed with black color.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21685
Summary: ICQ 7's installer fails to check for updates
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, Installer
Severity: minor
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.…
[View More]uk
Created an attachment (id=26205)
--> (http://bugs.winehq.org/attachment.cgi?id=26205)
wine-1.1.38-108-g312e4f6 +msxml
ICQ 7's installer runs an update check during installation, but this fails and
gives an error message:
"Failed to initialize MNCS. (Code: 1)"
Workaround is native msxml3.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
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: -…
[View More]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.
[View Less]
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 …
[View More]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.
[View Less]
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=…
[View More]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.
[View Less]
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 …
[View More]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.
[View Less]
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)…
[View More]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.
[View Less]
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)
…
[View More]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.
[View Less]
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://…
[View More]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.
[View Less]