http://bugs.winehq.com/show_bug.cgi?id=1699
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)yahoo.com 2003-08-09 17:33 -------
Ok, checked patch, looks good, but you need to send it in unified diff..
(diff -u) please resubmit in proper format..
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1699
igorg(a)cadlink.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From igorg(a)cadlink.com 2003-08-09 16:11 -------
Solved !
Problem was in TreeView control (dll/comctl32/treeview.c) all the time.
TreeView was not handling WM_CREATE properly - it did not forward CREATESTRUCT
(in lParam) to TREEVIEW_Create function and that function was setting
hwndNotify window to GetParent(hwnd) instead window handle given in
CREATESTRUCT.
I fixed this for TreeView control (patch sent to wine-patches) but same problem
can be expected for other controls which use WS_POPUP style and then set notify
window handler to GetParent(hwnd)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Solved !
Problem was in TreeView control (dll/comctl32/treeview.c) all the time.
TreeView was not handling WM_CREATE properly - it did not forward
CREATESTRUCT (in lParam) to TREEVIEW_Create function and that function
was setting hwndNotify window to GetParent(hwnd) instead window handle
given in CREATESTRUCT.
Igor
> -----Original Message-----
> From: Wine Bugs [mailto:wine-bugs@winehq.com]
> Sent: September 8, 2003 4:47 PM
> To: igorg(a)cadlink.com
> Subject: [Bug 1699] TreeView sending message to wrong window
>
>
> http://bugs.winehq.com/show_bug.cgi?id=1699
>
>
>
>
>
> ------- Additional Comments From Speeddymon(a)yahoo.com
> 2003-08-09 15:47 -------
> > However if I use --dll comctl32=n and owner is set to
> > GetAncestor( cs->hwndParent, GA_ROOT )
> > everything works OK - popup is on top and CView receives
> WM_NOTIFY from it.
>
> What happens with --dll comctl32=n and owner set to
> WIN_GetFullHandle(cs->hwndParent)?
>
> I would think the same because comctl32=n sets it to use
> native, so it wouldnt
> use any of our code.. I think the relevant part is just the
> fact that
> getancestor is causing it to do one thing that doesnt work
> the way it should
> while win_getfullhandle is causing it to do another thing
> that doesnt quite
> work the way it should either..
>
> --
> Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
http://bugs.winehq.com/show_bug.cgi?id=1699
------- Additional Comments From Speeddymon(a)yahoo.com 2003-08-09 15:47 -------
> However if I use --dll comctl32=n and owner is set to
> GetAncestor( cs->hwndParent, GA_ROOT )
> everything works OK - popup is on top and CView receives WM_NOTIFY from it.
What happens with --dll comctl32=n and owner set to
WIN_GetFullHandle(cs->hwndParent)?
I would think the same because comctl32=n sets it to use native, so it wouldnt
use any of our code.. I think the relevant part is just the fact that
getancestor is causing it to do one thing that doesnt work the way it should
while win_getfullhandle is causing it to do another thing that doesnt quite
work the way it should either..
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1358
------- Additional Comments From stein(a)ir.iit.edu 2003-08-09 14:46 -------
I have a number of Windows commandline programs that I use regularly.
I often find it necessary to use them over SSH. Since they
are not graphical, I do not need x11drv. ttydrv inserts a bunch
of extra characters, which is annoying, prevents the output from
being seen, and causes it to be mis-formatted. (One of the
utilities is a simple stdin -> stdout, which means that I
need to remove those characters in an additional step.)
For the moment, I am using
"GraphicsDriver" = "none"
and just removing the top line, which is working okay.
It would be very handy if none was an actual driver that worked,
was documented, and did not have the error line.
The proposed code changes would be very helpful.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1682
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spetreolle(a)yahoo.fr
------- Additional Comments From spetreolle(a)yahoo.fr 2003-07-09 09:51 -------
seems that you forgot to configure Wine's registry.
run "regedit winedefault.reg" into windows source directory.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1703
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spetreolle(a)yahoo.fr
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From spetreolle(a)yahoo.fr 2003-07-09 07:13 -------
Explorer.exe isnt really a simple application and should be avoided, since it
does many other things than just displaying the current directory in a window.
If you really want that, better use winefile.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1583
------- Additional Comments From spetreolle(a)yahoo.fr 2003-07-09 07:04 -------
1/ reconfigure your A: drive to specify an existing location or create /mnt/fd0.
2/ 'wine autorun.inf' cannot work, it isnt an executable file but text.
3/ - verify that you can hear midi music under Linux.
- please attach winecheck results to ensure music is correctly configured in
Wine.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1704
Summary: query unable to use native dll
Product: Wine
Version: 20030115
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: edodd(a)medemail.com.au
I'm trying to run a particular program under wine. The installer failed, and I cheated by
copying my install from one machine which dual boots to a second. Both machines use
mandrake 9.1 and the same version of wine.
On machine one, i can use some specific dlls which allow opening .ecw files. On
machine two I am unsuccessful. I have tried various overrides on these dlls and can't
get the program (OziExplorer) to use the ecw files.
the dlls are NCScnet.dll NCSEcw.dll NCSUtil.dll
Typical output from wine is
/home/liz/.wine/fake_windows/OziExplorer/oziexp.exe
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not
found!
Using closest match instead (United States keyboard layout (phantom key
version)) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x1002e), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x1002e), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x1002e), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x1002e), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x1002e), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:dc:LockWindowUpdate (0x1002e), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x1002e), partial stub!
/usr//bin/wine: line 115: 2358 Terminated artsdsp -s
${true_binary} ${allargs#" "}
[liz@pc-00068 liz]$ wine /home/liz/.wine/fake_windows/OziExplorer/oziexp.exe
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not
found!
Using closest match instead (United States keyboard layout (phantom key
version)) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:dc:LockWindowUpdate (0x1002e), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x1002e), partial stub!
/usr//bin/wine: line 115: 2407 Terminated artsdsp -s
${true_binary} ${allargs#" "}
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1703
------- Additional Comments From passionplay(a)hotmail.com 2003-07-09 00:53 -------
Personally, I think wine is great and have used it to keep from having to reboot into
windows.
I have a full installation of Win98SE on this machine w/ most of the latest patches.
It is also my development machine and I used to be able to run Sybase Power Designer
on it, and I would hate to have to go back to windows just to use my tools.
Thanks.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1703
------- Additional Comments From passionplay(a)hotmail.com 2003-07-09 00:49 -------
Created an attachment (id=368)
--> (http://bugs.winehq.com/attachment.cgi?id=368&action=view)
Log file, main configuration file as well as user configuration file
Contains configuration data and complete trace log of repeated explorer.exe
run.
Every execution of every windows program fails at this point.
With no trace enabled, it attempts to repeated invoke the debugger - or at
least that's the warning message it outputs.
HELP!!!!!!
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1703
Summary: Wine is non-functional on my computer - used to work
Product: Wine
Version: 20030709
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P5
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: passionplay(a)hotmail.com
Simplest application (explorer.exe) crashes with an unhandled exception.
I have configuration data as well as a complete trace log (--debugmsg +all) of a typical
run of explorer.exe.
Every program I have tried lately fails with this error.
I don't know what to do.
Shamim
Will add hyperlink to data file in comment.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1702
Summary: winecheck hangs
Product: Wine
Version: 20030813
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: edgaralwers(a)gmx.de
Running "winecheck", the program hangs during the process of checking
system devices used by wine, in the first line
....025. checking sound device /dev/dsp.....
and after several minutes I have to kill the program with ctrl c.
In my /dev directory dsp points to dsp0
I run "regedit winedefault.reg" but nothing has changed.
I asume that this is a bug in winecheck: the program should not die by any
circumstances but give a message telling what is wrong instead, giving the
chance for a correction.
I am using "Linux from the scratch", with kernel 2.4.18. The wine version was
compiled and installed: 20030813 and is functioning so far ( first tests with
Solitair ) OK.
Thanks and kind regards,
Edgar Alwers
Mailto: edgaralwers(a)gmx.de
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1678
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2003-06-09 09:43 -------
This has evidently now been fixed in the CVS, thanks.
--Andy.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1701
Summary: Problem with Radmin and window's focus
Product: Wine
Version: 20030813
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: urs_ak(a)mail.ru
Radmin (www.radmin.com) create window that don't have focus
Also it is impossible to enter the text
Sorry for my English
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1700
Summary: Com port
Product: Wine
Version: 20030813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dpeddi(a)libero.it
I've an usb to serial adapter based on pl2303 and a conexant Winmodem. Both devices works from
linux using /dev/ttyUSB0 for the first and /dev/ttySHSF0 for the second.
I thried them with minicom.
Under wine, I've tried to assign
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyUSB0"
"Com3" = "/dev/ttySHSF0"
All devices are rw permission for the wine user.
I tried to load Hyperterm from wine with all required dlls.
I started wine with "wine --debugmsg +trace,+comm,+file ./path_to_hyperterm.exe
When I try to access com1 I get a file error since I haven't no attached device.
When I try to access to com2 or com3 I get an error from hyperterm.exe. The error isn't trapped
from debugmsg. It seems that wine can't use virtual linux serial devices.
Any suggestion?
Best Regards, Eddi
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1699
Summary: TreeView sending message to wrong window
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: igorg(a)cadlink.com
Treeview in application is sending WM_NOTIFY on double click (NM_DBLCLK) to the
wrong window handle. With current code for CreateWindowEx in windows/win.c
owner is set to "GetAncestor( cs->hwndParent, GA_ROOT )" and WM_NOTIFY goes to
wrong window. If I change code so that owner is "WIN_GetFullHandle(cs-
>hwndParent)" then there is problem with Z ordering (keeping popup window on
top) but WM_NOTIFY goes to Cview as it should.
However if I use --dll comctl32=n and owner is set to "GetAncestor( cs-
>hwndParent, GA_ROOT )" everything works OK - popup is on top and CView
receives WM_NOTIFY from it.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1697
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2003-05-09 09:45 -------
The problem here is your graphics card doesnt support the extension we need to
be able to do some of the opengl combine operations
(GL_NV_texture_env_combine4). Interestingly though you appear to have compiled
on a machine which understands them (we should do runtime checks as well).
In theory we could also support the ATI equivalent but I dont have an ATI card
to test on.
Whats the graphics card here?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1698
hatky(a)users.sf.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1698
Summary: quartz.dll crashes at unimplemented function
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: hatky(a)users.sf.net
fixme:seh:EXC_RtlRaiseException call to unimplemented function
quartz.dll.DBToAmpFactor
after this line comes the debuger, it's in a free vb game I got, if you need I will get
the url when I boot to windows....
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1696
------- Additional Comments From hatky(a)users.sf.net 2003-04-09 16:16 -------
I have another game not detecting a 3D card, probebly trying to read from the same
place, The Flintstones Bedrock Bowling
I will attach a + reg trace
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.