http://bugs.winehq.org/show_bug.cgi?id=4949
------- Additional Comments From mike(a)codeweavers.com 2006-29-03 01:55 -------
Better to use lstrcpynA, then it will automagically truncate and nul terminate
the string for you...
--
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=4615
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2006-28-03 23:50 -------
suse bug.
--
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=4948
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-28-03 23:43 -------
The side effects of the patch on my app bug 4897 is it now will run in a desktop
window but the window does not paint or erase it self and also does not exit
when all app stop.
--
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=4948
------- Additional Comments From the3dfxdude(a)gmail.com 2006-28-03 22:54 -------
There's something wrong with the patch as it prevents the desktop window from
being destroyed.
--
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=4897
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-28-03 22:19 -------
Fixed by patch in bug 4948 will close when commited
--
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=4897
------- Additional Comments From the3dfxdude(a)gmail.com 2006-28-03 21:05 -------
Hi, I posted a patch under bug 4948.
Here is what it attempts to do based on your comment #9:
Sometimes we have GetDesktopWindow called before the desktop window is created,
and it takes care of that. But sometimes it is called and there is already a
desktop. This probably happens in our cases. We have two programs running each
with their own windows. In the case that it does we still need to do
detach_window_thread inside the server call of get_desktop_window even when we
are not forcing creation just yet (first call). This seems to give us what we
want. Making force always 1 on the call could give us more desktop windows.
However this patch does not do that and maybe this way they share like we want??
--
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=4499
------- Additional Comments From jan.wine(a)zerebecki.de 2006-28-03 20:51 -------
As far as I understand commit 253a2d089c4bc5d70e24d4193402dc566800dc98 (Author:
Mike Hearn; Date: 20.03.2006 17:55:06) should have fixed this.
--
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=4897
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-28-03 20:09 -------
Created an attachment (id=2162)
--> (http://bugs.winehq.org/attachment.cgi?id=2162&action=view)
+all trace
The pagefault seems to be at the last occurance of MSGFDLL.50
tester.exe uses msgfdll.dll and does a winexec for kpnl1.exe
The page fault occurs before the kpnl1.exe window shows.
--
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.