http://bugs.winehq.com/show_bug.cgi?id=185
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From apa3a(a)yahoo.com 2002-08-14 12:43 -------
No response yet, so I assume the bug is fixed.
Reopen the bug if the issue still exists.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=185>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=154
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From apa3a(a)yahoo.com 2002-08-14 12:38 -------
Closing because of lack of information.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=154>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=68
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |julliard(a)winehq.com
Status|NEW |ASSIGNED
------- Additional Comments From apa3a(a)yahoo.com 2002-08-14 12:37 -------
Alexandre, I remember you started to work on exception handling.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=68>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=386
------- Additional Comments From apa3a(a)yahoo.com 2002-08-14 12:19 -------
I visited the mentioned URL. The current version of Pinboll is Tech Beta 6. It
requires a lot of other Windows components, so I'm not sure if this is the
version you used. I checked Wine sources - CryptHashData function is
implemenented now.
Reporter, do you still have the application? What version is this?
Can you still reproduce the issue with recent Wine?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=386>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=330
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From apa3a(a)yahoo.com 2002-08-14 11:56 -------
Implemented the suggested headers improvements, except OLE classes declaration.
The patch is in CVS.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=330>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=44
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |marcus(a)jet.franken.de
Status|REOPENED |ASSIGNED
------- Additional Comments From marcus(a)jet.franken.de 2002-08-14 01:08 -------
I am working on it already. :)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=44>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=958
------- Additional Comments From roz(a)one.net 2002-08-13 23:10 -------
My soundcard is the ESS ES1978 Maestro 2E (laptop integral sound). I am using
the "maestro" kernel module.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=958>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=964
Summary: double click betweeen two headers of a table should
justify the width
Product: Wine
Version: 20020710
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: burnus(a)gmx.de
Open e.g. the File open dialog and click on 'details'.
Now click on the line between "File" and "Size".
Expected result: The "File" column should have the width of the longest element
in this column (even if it is smaller than the header "File").
De facto: Nothing happens.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=964>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=963
Summary: Default values for wineconsole are not saved
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tony_lambregts(a)telusplanet.net
While trying to make sense of bug 745 I ran across this bug. The problem is that
if I change the default values in winedebug those values are not saved to the
registry.
When I ran a trace using --debugmsg +wineconsole,+reg I get some indication as
to why. It looks like it is not finding the registry entries in order to update
them.
trace:wineconsole:WINECON_RegSave saving registry settings.
trace:reg:NtCreateKey(0x80000001,L"Console\0000Cursor"...,(null),0,f003f,0x405c5ee4)
trace:reg:NtCreateKey <- 0x0050
trace:reg:NtSetValueKey(0x50,L"CursorSize\0000CursorVis"...,4,0x405c5ee0,4)
trace:reg:NtSetValueKey(0x50,L"CursorVisible\0000ExitOnDie\0000Fa"...,4,0x405c5ee0,4)
trace:reg:NtSetValueKey(0x50,L"ExitOnDie\0000FaceName",4,0x405c5ee0,4)
trace:reg:NtSetValueKey(0x50,L"FaceName\0000FontSiz"...,1,0x40396108,12)
trace:reg:NtSetValueKey(0x50,L"FontSize\0000FontWei"...,4,0x405c5ee0,4)
trace:reg:NtSetValueKey(0x50,L"FontWeight\0000HistoryBu"...,4,0x405c5ee0,4)
trace:reg:NtSetValueKey(0x50,L"HistoryBufferSize\0000MenuMask\0000QuickEd"...,4,0x405c5ee0,4)
trace:reg:NtSetValueKey(0x50,L"MenuMask\0000QuickEd"...,4,0x405c5ee0,4)
trace:reg:NtSetValueKey(0x50,L"QuickEdit\0000ScreenBu"...,4,0x405c5ee0,4)
trace:reg:NtSetValueKey(0x50,L"ScreenBufferSize\0000ScreenColors\0000Wi"...,4,0x405c5ee0,4)
trace:reg:NtSetValueKey(0x50,L"ScreenColors\0000WindowSize\0000"...,4,0x405c5ee0,4)
trace:reg:NtSetValueKey(0x50,L"WindowSize\0000\7250\706f\7265\7974\6853\6565\5774\4900\696e"...,4,0x405c5ee0,4)
If I change the values using regedit they are read by winedbg and wcmd but they
seem to be ignored by both programs when creating the window. The only registry
settings that seem to be used are those for the font settings.
It concerns me that both winedbg and wcmd would share the same registry settings
in the first place since they are totally different programs, and in my mind
should have setting that are independent to each other.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=963>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=130
Summary: Win3.1 program function keys and ALT/SHIFT/CTRL don't
work.
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: RESOLVED
Severity: normal
Priority: P1
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: vwdowns(a)bigfoot.com
Running CodeWeavers Wine release 20001026, a Windows 3.1 program (AS/400
terminal emulation package) doesn't acknowlege function key presses properly,
nor does it handle ALT/CTRL/SHIFT variations of normal key presses. I believe
the program was based on a DOS program, so it may be using very old APIs
internally, which appear to not be fully backward compatible.
If someone wants to work on this bug, please contact me at vwdowns(a)bigfoot.com,
and I can set you up with a copy of the program (it's proprietary, but I can do
this for testing purposes) to reproduce the problem.
Getting this working could be a boon for Linux in our business. Thanks in
advance...
------- Additional Comments From Speeddymon(a)yahoo.com 2002-08-13 19:43 -------
could someone contact the reporter to check out the problem in this bug, and
see if it still exists?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=130>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.