http://bugs.winehq.org/show_bug.cgi?id=2344
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-19-10 04:37 -------
I am closing this issue, as its fixed in latest cvs
--
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=1536
------- Additional Comments From novaki(a)agmen-software.com 2005-19-10 04:13 -------
I have the same problem with wine 20050930, xorg and debian unstable, HP
Omnibook XE3. xev results are ok, the debug results are similar to the log
attached to comment 3.
I'm using Hungarian qwertz keyboard layout, and wine does not detect it properly
(detects Estonian). As a result, ecute and acute characters are missing.
The interesting thing is that Hungarian qwerty layout works (setxkbmap
hu_qwerty) properly.
--
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=3588
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From dank(a)kegel.com 2005-19-10 01:35 -------
Sure enough! I reproduced it simply by
* wine/programs/notepad/notepad
* File / Save As
* Navigate to Desktop
* Select root directory
Bam!
=>1 0x7b362ca3 DPA_GetPtr+0x27(hdpa=0x4001, nIndex=0x0)
[/home/dank/wine/dlls/comctl32/dpa.c:479] in comctl32 (0x7b90e150)
if (!hdpa)
return NULL;
if (!hdpa->ptrs) { <--- bam!
So hdpa seems to be a wild pointer.
I'm uploading a log with WINEDEBUG=+dpa
For some reason I get a more interesting stack traceback than you did.
Perhaps it would help to run this under Valgrind.
--
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=3590
------- Additional Comments From winehq(a)paniq.org 2005-19-10 01:32 -------
unfortunately no error messages. the msi/wise installer did not display any
selection components and skipped the installation part completely, stating that
the installation ended prematurely.
--
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=3590
------- Additional Comments From robust(a)gentoo.se 2005-19-10 01:27 -------
Could you be more specific , what happened when you tried to install it? Any
error messages?
--
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=3391
------- Additional Comments From robust(a)gentoo.se 2005-19-10 01:03 -------
I can confirm that this is a problem in the latest CVS also.
--
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=2344
------- Additional Comments From robust(a)gentoo.se 2005-19-10 01:01 -------
I'm using latest CVS and saving settings works great in DC++ DC++ v0.674
(Installer). Everything else seems to be fine that I tested (except for the
toolbar bug #3391 ), even the icons that was rendered in black in previous
versions of wine has been fixed.
Here is the debug ouput from the test:
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
fixme:menu:TrackPopupMenuEx not fully implemented
fixme:htmlhelp:HtmlHelpW ((nil), (null), command=HH_INITIALIZE, data=5170596): stub
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 10 lpiArray 0x4e7788
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
err:listview:LISTVIEW_WindowProc unknown msg 1051 wp=57365ad4 lp=00414f3a
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 6 lpiArray 0x4e6868
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 5 lpiArray 0x4e7970
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 12 lpiArray 0x4e7340
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 8 lpiArray 0x4e68b0
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 5 lpiArray 0x4e61b0
err:listview:LISTVIEW_WindowProc unknown msg 1051 wp=57365868 lp=00414f3a
err:listview:LISTVIEW_WindowProc unknown msg 1051 wp=573665cc lp=00414f3a
err:x11drv:X11DRV_CreateWindow invalid window width -22
fixme:edit:EDIT_EM_FmtLines soft break enabled, not implemented
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 7 lpiArray 0x4e6910
err:listview:LISTVIEW_WindowProc unknown msg 1051 wp=5736667c lp=00414f3a
fixme:htmlhelp:HtmlHelpW (0x20024, L"C:\\Program Files\\DC++\\DCPlusPlus.chm",
command=HH_DISPLAY_TOC, data=1004): stub
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 11 lpiArray 0x4e7500
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 12 lpiArray 0x4e72b0
fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x4000
If there's anything else that needs testing I will gladly do so..
--
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=3617
------- Additional Comments From infyquest(a)gmail.com 2005-19-10 00:12 -------
I think there is a patch for inf file parsing recently
--
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.