http://bugs.winehq.org/show_bug.cgi?id=23813
Summary: Icon corruption on Mac OS X
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rwoodsmall(a)mac.com
Created an attachment (id=29876)
--> (http://bugs.winehq.org/attachment.cgi?id=29876)
winefile screenshot of icon corruption
I've narrowed down graphical corruption with some icons on Wine compiled from
source on Mac OS X, specifically using Git on OS X 10.6.4, the latest update of
Snow Leopard. I do *not* see this on CentOS or Fedora hosts using Nvidia
drivers. I have only seen it on Mac OS X so far, on 10.5/Leopard and 10.6/Snow
Leopard.
I'm using the system-supplied X11 application on 10.6, and Xcode 3.2.3 which
equates to GCC:
**
rbwmbp:~ ryan.woodsmall$ gcc -v
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5664~38/src/configure --disable-checking
--enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib
--build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10-
--host=x86_64-apple-darwin10 --target=i686-apple-darwin10
--with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5664)
**
No special CFLAGS other than "-m32 -arch i386 -I/usr/X11/include" were used.
This happens in a completely empty, new prefix with no overrides, winetricks,
or anything else non-standard.
This corruption shows up in a number of apps, but I'm using winefile from a
source compile to verify the issue. I performed a bisect, and this issue
appears to have come up between 1.1.44 and 1.2-rc1; it is still an issue in the
release of 1.2 as well as the Git master. The bisect reveals the commit where
this issue first appears as:
**
ea596f8a5f7d732bb56b5921ceb964137df0b930 is the 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 the patch with "git show ea596f8a5f7d732bb56b5921ceb964137df0b930 |
patch -p1 -R" allows icons to appear as expected. A quick check of
physDevSrc->depth with printf shows a number of the passed values to be 24,
triggering the new get_no_alpha_mask path and resulting in the icon corruption.
Unfortunately I'm a bit out of my depth on the XRender extension, particularly
on the weird OS X X11 app, and the winex11.drv code. I didn't really notice
this issue until after the code freeze, and ran winefile and a few winetricks
to test the new release. I'll keep looking around the source and reading up on
XRender, but even if this is a simple fix I'm not sure I'll be able to fix it
simply and quickly.
Thanks all, and let me know if there's anything else I can provide!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=21347
Summary: Heroes of might and magic V crashes on startup
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jocke114(a)hotmail.com
Heroes of might and magic V (collectors edition) crashes everytime I try to
boot it (running it through Crossover Games 8.1.4). The installation works
proper. It is when I try to play the game that it won't work. The first startup
screen works but after that the screen goes blank and then it says:
The program H5.game.exe has encountered a serious problem and needs to close.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=24673
Summary: iexplore: Error when using SSL
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steve(a)fatula.us
So, I first started off using Macports to install the stable Wine, which means
version 1.2 on Macports. The install "worked", and, I could run iexplore to get
to the wine home page. However, when I went to run a program I have from a
vendor of ours, it failed. Program downloads files from their site using SSL
and they won't give me access directly.
The error is:
err:wininet:NETCON_init failed to load symbol X509_STORE_CTX_get_ex_data
HttpOpenRequest Error 12157 ERROR_INTERNET_SECURITY_CHANNEL_ERROR
So, I figured maybe it was a macports thing, so I tried the devel version. That
failed for the same reason.
So, I thought let's try this using the built in iexplore. Sure enough, changing
to any SSL page provides the same error message, which tells me it isn't
something in the specific program I was trying to run. So, for that error
message, it's identical to the one shown above for my app which now becomes
irrelevant since you can use your built in iexplore and get the same thing.
So, I tried the osxwinebuilder, same result.
So, I tried the build directly from source (1.3.4) and it also failed for the
same reason.
So, I have to conclude it is not the compile method as they all yield the same
results. It must be something specific to Mac Snow Leopard perhaps?
In reviewing the changelogs, I see this from 1.1.35:
Huw Davies (35):
winhttp: Load X509_STORE_CTX_get_ex_data from libcrypto not libssl.
Sure sounds like it might be related to my issue. So, I compiled and installed
1.1.32 (which is before that date), and, sure enough, it works FINE with my app
and with iexplore on SSL sites.
So, I suspect it is in fact that change. So, somehow, this might be different
on Mac OSX but I don't have the skills to find out how or why or how to change
to get around the issue. I'd be glad to help though. I do know command line, am
a programmer, just not this kind of programming.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=20204
Summary: MacOS: enhanced metafile retrieval fails and crashes
clipboard test
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: huw(a)codeweavers.com
Huw Davies' post 1.1.24 commit 7490f922e0adaacbf5396cf8afdc90e33bc1a808
"test for enhanced metafile retrieval" fails on MacOS.
After a variable amount of output about getdata and next, I see
clipboard.c:1356: Test failed: got 80004005
clipboard.c:1358: Test failed: got 0
Alas, the testsuite randomly crashes afterwards, because ReleaseStgMedium() is
not called only if(SUCCEEDED(hr)). In fact, n-1 occurrences of
ReleaseStgMedium in that file are not guarded. Therefore, the actual error was
not spotted until now.
Curiously, gcc -O0 tests/clipboard.c tends to crash less or show no crash
dialog at all. That may explain why using winetest.exe did not spot this
defect earlier. Sometimes test runs report no failure, it's just the missing
summary line that reveals the problem.
With the guard in place, the testsuite always runs to completion (with the
above 2 errors out of 381 tests).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=15712
Summary: Lego Star Wars II installer crashes
Product: Wine
Version: 1.1.6
Platform: PC-x86-64
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaziniho(a)gmail.com
Created an attachment (id=16796)
--> (http://bugs.winehq.org/attachment.cgi?id=16796)
Apple Problem Reporter crash log
After the initial few screens of the Lego Star Wars II installer are stepped
through, a further stage in the installation processes is started. In the Wine
Log window it appears that a large number of in game sound files are being
converted from the OGG format. Each file would count up the percentage complete
in the log window. This was taking a significant amount of time, so I left this
running whilst out. On return Wine had crashed and the log window was closed.
No one had interfered with the machine in the mean time.
I currently only have the OS X crash output as the WineLog window itself
closed. I will make a clean install of wine this evening and read up on how to
get full wine debug information output to a file and hopefully post this
information in the next day or two.
The machine is a 2.1GHz Intel Mac with 4GB RAM and ample hard disk space.
Further details on operating system version etc can be found in the 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=18190
Summary: Pointer not visible in 'Windows' application
Product: Wine
Version: 1.0.1
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: avdgeijn(a)xs4all.nl
While using the application ColorImpact, and I want to drag and drop a color IN
the application, the pointer disappears.
Win Log:
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!
fixme:imagelist:ImageList_DrawIndirect ILS_ALPHA: unimplemented!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=17753
Summary: Cannot compile Wine 1.1.17 from source on Mac OS X
Product: Wine
Version: 1.1.17
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rwoodsmall(a)mac.com
Attempting to compile Wine 1.1.17 from source on an Intel Mac running 10.5.6
results in a premature exit. Using the same "configure" options I've used in
past versions (1.0.1, 1.1.15 and 1.1.16 recently), the build exists out when
building DLLs - I first see the error in dlls/acledit, and the error message is
"'stdcall' not supported for Win16" reported at acledit.spec lines 4 and 5.
Win16 has been explicitly disabled via the "--disable-win16" configure option.
I recompiled 1.1.16 and 1.1.15 both from source using the same configure
options, and they completed successfully, so this seems like a new issue in
1.1.17. Currently looking through the 1.1.16 to 1.1.17 diff to see what's
changed, but I'll attach the captured output of "configure && make depend &&
make" and the generated config.log and config.status files when the bug is
filed.
Couldn't find if this had been reported previously, and I'm not using MacPorts
or Fink - just compiling straight from tar.bz2 file. Thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply 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=17915
Summary: Watchtower Library 2008 : crashes when opening maps
Product: Wine
Version: 1.1.18
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan.burckel(a)gmail.com
Created an attachment (id=20240)
--> (http://bugs.winehq.org/attachment.cgi?id=20240)
The terminal output
When I try to open Maps on Watchtower Library 08, Wine 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.