http://bugs.winehq.org/show_bug.cgi?id=6006
------- Additional Comments From cjstimpson(a)utwire.net 2007-18-05 00:17 -------
Created an attachment (id=6339)
--> (http://bugs.winehq.org/attachment.cgi?id=6339&action=view)
Image of display glitches
Any other developers have an idea on where to look to find the problem in the
code? See attached image for what it looks like, with red X's for where there
are problems.
I've looked at it quite a bit and can't seem to find it.
The problem areas are those where child windows are hidden, and the window just
can't seem to clean itself under those invisible child windows.
--
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=7849
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dank(a)kegel.com 2007-17-05 23:40 -------
Thanks!
--
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=6381
------- Additional Comments From ramon_shoes(a)hotmail.com 2007-17-05 21:53 -------
Hi,
I found your blog when searching in google for:
"Can't create GL rendering context secondlife"
I have a problem,when I start secondlife a window appears with the following
message Error: "Can't create GL rendering context" and then it closes
secondlife....
Sincerely the pc-talking makes me dizzy. I think it has something to do with
the video card, how do i find out what is my video card??
Well any help for this addicted player will be appreaciated.Thanks :)
P.D: I didn't know where to write my email..so here it is
ramon_shoes(a)hotmail.com
--
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=8425
------- Additional Comments From dmitry(a)codeweavers.com 2007-17-05 21:43 -------
SetLastError(0xdeadbeef);
memset(bufW, 'x', sizeof(bufW));
len = MultiByteToWideChar(CP_ACP, 0, "foobar", -1, bufW, 6);
ok(len == 0 && GetLastError() == ERROR_INSUFFICIENT_BUFFER,
"MultiByteToWideChar(-1): len=%d error=%u\n", len, GetLastError());
Simple test above confirms that behaviour of MultiByteToWideChar is correct.
--
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=8425
------- Additional Comments From dmitry(a)codeweavers.com 2007-17-05 21:36 -------
> 0009:Call KERNEL32.MultiByteToWideChar(00000000,00000000,0034cbc8
> "C:\\windows\\temp\\_is908\\Dimm
> Transaccional.msi",ffffffff,0018217c,0000002d) ret=004033f8
> 0009:trace:nls:MultiByteToWideChar cp 0 "C:\\windows\\temp\\_is908\\Dimm
> Transaccional.msi\x00" -> L"", ret = 0
MultiByteToWideChar fails because the size of the output buffer is too small
(45 bytes) but input string is 1 byte longer due to trailing '\0'.
Length of "C:\windows\temp\_is908\Dimm Transaccional.msi" is exactly 45 bytes.
--
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=7676
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-17-05 21:25 -------
Kyle, your problem has nothing to do with this bug.
This bug is closed.
--
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=8425
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
------- Additional Comments From vitaliy(a)kievinfo.com 2007-17-05 21:11 -------
Not critical.
--
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=6253
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msxml |wine-misc
------- Additional Comments From truiken(a)gmail.com 2007-17-05 20:36 -------
This doesn't have anything to do with msxml.
4991d34b-80a1-4291-83b6-3328366b9097 is "Background Intelligent Transfer Control
Class 1.0".
--
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=5966
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |1886
Component|wine-msxml |wine-misc
------- Additional Comments From truiken(a)gmail.com 2007-17-05 20:32 -------
This bug depends on wmp9, but this bug itself is not msxml.
--
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.