http://bugs.winehq.org/show_bug.cgi?id=1886
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 11:58 -------
Well the media player 9 for xp installer still gives me the errors about not
being able to detect available updates.. I've used msxml.dll from XP SP2 and
put it into a folder that is literally named %SystemRoot%/system32 under the
mpsetup folder (when you run the packaged installer, it extracts to a different
folder, so it cant find %SystemRoot%). However msxml.dll will not register. Im
also using msxml3.dll and msxml3r.dll from XP SP2. I have registered
msxml3.dll, and I have native overrides for all 3 dll's setup. Is there a step
I'm missing, or am I just using the wrong installer?
--
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=7696
------- Additional Comments From hverbeet(a)gmail.com 2007-16-03 11:51 -------
> Thank you for answer but what then ? It shouldn't cause
> GLXBadDrawable but it happens.
> Any ideas?
Well, the GLXBadDrawable probably happens somewhere after that call, so it's not
necessarily related. It could still be related if the application expects a
depth stencil to be attached though. Also, reply on bugzilla, not wine-bugs.
--
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=7712
------- Additional Comments From rmay(a)ou.edu 2007-16-03 11:42 -------
Created an attachment (id=5387)
--> (http://bugs.winehq.org/attachment.cgi?id=5387&action=view)
+class,+win,+x11drv,+user,+msg,+message,+relay trace
Well I don't think the program itself calls DefWindowProcA, but it gets called
as part of the CreateWindow sequence. What is interesting is the first call to
CreateWindow by WeatheScope creates a unicode window. This is seen at line
5959 of the attached trace. (It's got some of my own debugging lines in it,
sorry).
It creates a window for the "WeatheScope" class. Then on 9347, the
CreateWindowExA is called for the "WeatherScopeAlert" class.
--
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=5783
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thestig(a)google.com 2007-16-03 11:40 -------
tested on current git, 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.
http://bugs.winehq.org/show_bug.cgi?id=5783
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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=7712
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-16-03 11:27 -------
There is no problem with calling CreateWindowExA for a Unicode class but calling
DefWindowProcA in a Unicode winproc is wrong. If it works under Windows I'd
guess native does something like this in DefWindowProcA:
if (IsWindowUnicode(hwnd))
return DefWindowProcW(hwnd msg, wParam, lParam);
But it should be checked before changing it in wine. Another posibility is that
WM_NCCREATE shouldn't set the window name but I'd guess the one who wrote it
knew what he is doing.
--
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=1886
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 11:20 -------
The microsoft site forces you to download media player 10 for xp only now, but
will still allow you to get the 98/2k/xp version of 9, as of this writing. I
managed to find the XP-only 9 series installer on download.com at
http://www.download.com/3000-2139-10180880.html
Will check status of it once finished downloading.
--
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=7712
------- Additional Comments From rmay(a)ou.edu 2007-16-03 11:18 -------
Jackpot:
trace:class:RegisterClassExW Class Name: L"WeatherScopeAlert"
So I'm gonna guess the problem is calling CreateWindowExA for a class registered
with RegisterClassExW?
--
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=1884
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 11:11 -------
Assuming Abandoned. Also, appears he is possibly using native dll's
--
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=1870
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From Speeddymon(a)gmail.com 2007-16-03 11:10 -------
No post. Abandoned
--
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.