http://bugs.winehq.org/show_bug.cgi?id=2811
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From fenix(a)club-internet.fr 2005-22-03 16:48 -------
Hi,
well this need more investigation (for keyboard).
as you can see in alloc_device:
<snip>
EnterCriticalSection(&keyboard_crit);
if (!keyboard_users++)
keyboard_hook = SetWindowsHookExW( WH_KEYBOARD_LL, KeyboardCallback,
DINPUT_instance, 0 );
LeaveCriticalSection(&keyboard_crit);
<snip>
so keyboad_hook should be ok on first allocation (but for you dont seems).
Can you attach a zip who contains game + data + cfg.
I can't get it running :( (complaining about missing room datas)
I will analyse.
For mouse problems, seems you game use mouse wrap. Usually used when game use
game handled cursor (but no handled by wine dx for now, so you continue see
wine cursor instead game one)
This need to enhance/implement "mouse icon" support
Regards,
Raphael
--
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=2812
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-03 15:33 -------
Is there a (free/demo) application showing this problem? What are you using
which shows it?
--
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=2795
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-03 15:32 -------
Can you try a WINEDEBUG=+tid,+relay trace, and wait until the msgbox appears,
then find the 'MessageBox' call in the trace, and submit the last eg. 10,000
lines (compressed) as an attachment?
--
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=2807
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-03 14:45 -------
As was said above, the idea of a bug is something we can fix whereas a fixme
may just be missing functionality but not cause you any problems. You list 2
specific problems, which is more the aim of these (although I would generally
say one per bug please), ie
- Sometimes the program closes out
- when you go into the data area it doesnt show the paths
What happens when the program 'closes out' - what gets logged in the console?
--
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=2809
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)the-edmeades.demon.co.uk
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-03 14:15 -------
http://www.winehq.org/hypermail/wine-patches/2005/03/0516.html
Please close/fixed if it resolves the problem and is comitted to cvs. If
problems persist please reopen.
--
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=2809
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-03 13:59 -------
I think the problem described is that the code goes into an infinite loop
if the top item in the treeview is 'selected' and any key is pressed
since it fails when the wrap point == the search end location.
I have a patch for this, submitting soon
--
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=2811
------- Additional Comments From mteske(a)imagnos.com 2005-22-03 12:54 -------
Ok, I managed to get keyboard running, too.
I found out by doing heavy TRACE calls, that the WH_KEYBOARD_LL Hook was never
called. the I saw in the debug log that there are some Acquire/Unacquire calls.
While the mouse stuff then does UnhookWindowsHookEx and SetWindowsHookExW,
the keyboard stuff did not.
When I finally put
keyboard_hook = SetWindowsHookExW( WH_KEYBOARD_LL, KeyboardCallback,
DINPUT_instance, 0 );
at the end of SysKeyboardAImpl_Acquire()
and
UnhookWindowsHookEx( keyboard_hook );
keyboard_hook = 0;
at the end of SysKeyboardAImpl_Unacquire()
it worked!
Any comments?
--
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=2810
jellianef(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
------- Additional Comments From jellianef(a)yahoo.fr 2005-22-03 12:51 -------
The bug has appeared with version 20050211.
I've tried all previous versions until the bug appears.
It's present in versions 20050211 and 20050310.
I don't know how to find where the patches are in the cvs tree.
I suspect a regression because in my case it worked until version 20050211.
Or it's perhaps some change has been made for another problem.
Could you tell/direct me to an howto find the patches. I'll try to do my best.
This bug needs to be corrected because it will enable to test directx/opengl
either natively supported by wine, or with win4lin.
My test shows that directx 9 works with wine+windows. Very interesting for
games. The sim runs at 120 frames per second instead of 8 fps under wine !!!.
Not so bad and playable, a good beginning.
I would like to try an directx patch from http://oliverthered.f2s.com/projects/wine/
that seems very promizing, but I need my sim working on 20050310 with the com1 port.
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.