http://bugs.winehq.org/show_bug.cgi?id=6386
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-06-10 02:39 -------
hmm, looks like this bug is a bit more complictated: sometimes it's present and
sometimes the app starts just fine. Will bew difficult to regression test i
think. I started the app 10 times quickly after each other, it fails about 5
times out of ten. When it fails i get :
err:wgl:X11DRV_DescribePixelFormat Can't find a valid pixel format index from
the main visual, expect problems!
err:wgl:X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0)
I'll test a bit further.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6386
------- Additional Comments From mike(a)codeweavers.com 2006-06-10 02:36 -------
Might be quicker to do a git bisect than to try guess which patch is at fault...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6386
Summary: Milkshape 3d doesn't work any more
Product: Wine
Version: CVS
Platform: Other
URL: http://www.swissquake.ch/chumbalum-
soft/files/ms3d1710.zip
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, i wanted to test patch from Ullrich Czekella for overdrawn windows, but now
it appears this application (Milkshape 3d) doesn't start anymore on my computer.
When i change back to wine-0.9.19 it starts just fine. Must be due to Rodericks
opengl moves. I'll attach +opengl,+wgl log
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6337
------- Additional Comments From bobbyg(a)gmx.net 2006-06-10 02:01 -------
Yes indeed! Just one warning from the compiler:
comboex.c:2223: warning: passing argument 3 of 'COMBOEX_GetListboxText' makes
pointer from integer without a cast.
Thank you very much.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6369
------- Additional Comments From the3dfxdude(a)gmail.com 2006-05-10 21:11 -------
How about you try changing line 877 of dlls/wined3d/directx.c to say
CARD_ATI_RADEON_9500 and seeing if the outcome is any different. If not then it
is probably relying on interpreting the version numbers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6383
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3792|text/plain |application/octet-stream
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4681
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-10 19:43 -------
>From e-mail:
I have downloaded the Mandriva 0.9.22 version and installed. I removed all dll
overrides. Taxact works correctly.
Thanks,
David
-----
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
I have downloaded the Mandriva 0.9.22 version and installed. I removed all dll
overrides. Taxact works correctly.
Thanks,
David
On Monday 25 September 2006 10:37 am, you wrote:
> http://bugs.winehq.org/show_bug.cgi?id=4681
>
>
>
>
>
> ------- Additional Comments From mikolaj.zalewski(a)gmail.com 2006-25-09
> 10:37 ------- This problem was caused by our comctl32 returning -1 to a
> TB_ADDBITMAP with wParam==0. This caused WM_CREATE to fail and the program
> giving two not very accurate error messages: "couldn't create empty
> document" and "Unable to find 2005 Tax Return File.ta5".
>
> A patch to fix it have been accepted to GIT - if you could download it (or
> wait for wine 0.9.22 when it comes out) to check that it works for you too.