http://bugs.winehq.org/show_bug.cgi?id=8132
--- Comment #12 from Andrew Talbot <Andrew.Talbot(a)talbotville.com> 2008-05-06 15:27:48 ---
I applied the six patches (0002*.patch to 0007*.patch) to Wine-0.9.61 (as
released), rebuilt from a "make distclean" and ran Blitzin 2.32. I made a guest
login and performed the following "conversation", with the results shown
(actual guest login ID replaced by guest1234).
(typed:) tell guest1234 hello
(echoed:) tell guest1234 hello [in light blue]
(received:) guest1234 tells you: hello [all in yellow]
(told guest1234) [in brown]
(This worked fine, as usual.)
(typed:) tell guest1234 hello www.a me
(echoed:) tell guest1234 hello _www.a_ me ["hello" and "me" in light
blue, URL in dark blue, underlined]
(received:) guest1234 tells you hello _www.a_ me [text in yellow, URL in dark
blue, underlined]
(told guest1234) [in brown]
(Again: fine, as usual.)
(typed:) tell guest1234 hello www.a
(echoed:) tell guest1234 hello _www.a_ ["hello" in light blue, URL in dark
blue, underlined]
(received:) _guest1234_tells_you:_hello_www.a_ [all in dark blue, underlined]
_(told_guest1234)_ [still dark blue, underlined]
In other words, the patches have made no difference for me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5623
--- Comment #15 from Rafa³ Mi³ecki <zajec5(a)gmail.com> 2008-05-06 14:40:53 ---
I have some tip for interested developer. This is how I see this problem,
please note I may be wrong at some point. I try to make fixing this bug as
simply as possible. Unfortunately I still can not do it myself.
Function GetAsyncKeyState can be found in dlls/user32/input.c and is quite
trivial:
SHORT WINAPI GetAsyncKeyState(INT nKey)
{
return USER_Driver->pGetAsyncKeyState( nKey );
}
More interesting place for us is dlls/winex11.drv/keyboard.c where we can find
theses two interesting functions:
KEYBOARD_UpdateOneState ( WORD vkey, WORD scan, int state, DWORD time )
X11DRV_GetAsyncKeyState(INT key)
We need to add variable very similar (100% simialar?) to key_state_table
variable into wineserver. That will be variable shared between all the
processes runned on the same wineserver. I think name like
async_key_state_table would be nice.
Then we have to add changing async_key_state_table in KEYBOARD_UpdateOneState
body. After that the last thing should be changing X11DRV_GetAsyncKeyState body
to make this function use async_key_state_table instead of key_state_table.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8997
--- Comment #27 from Peter Fales <wine(a)fales-lorenz.net> 2008-05-06 13:38:13 ---
To expand on my previous note a bit more... I'm wondering if there are any
other known cases where a wine application loses the input focus and can't get
it back. Is there a configuration option that would prevent this from
happening in the first place, or is there some way of "forcing" the application
to take the focus??
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5764
--- Comment #10 from Sean D. Condon <pandora_xero(a)comcast.net> 2008-05-06 13:35:13 ---
Created an attachment (id=12782)
--> (http://bugs.winehq.org/attachment.cgi?id=12782)
loop output with +imm set
i decided to run wine with +imm set, as that seems to be the immediate problem.
this is the infinite loop output with +imm
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13010
Summary: Trackmania Nation Forever analog pad strange behavior
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chourmovs(a)gmail.com
pad is functionning but as confirmed on several game forum, at extreme left
analog device position, the car turn right
i tried to change the deadzone via jscal but with no effect
My cross witch is considered as an analog device has the same problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11058
Summary: ableton live refuses ton run
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam050986(a)yahoo.fr
Created an attachment (id=10076)
--> (http://bugs.winehq.org/attachment.cgi?id=10076)
live6&7log
live 6 and 7 can't run, see files for details
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8125
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adam050986(a)yahoo.fr
--- Comment #10 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-05-06 11:48:55 ---
*** Bug 11058 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8125
--- Comment #9 from Dan Kegel <dank(a)kegel.com> 2008-05-06 10:47:16 ---
Excellent, I can confirm the fix, the app now starts.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8997
Peter Fales <wine(a)fales-lorenz.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine(a)fales-lorenz.net
--- Comment #26 from Peter Fales <wine(a)fales-lorenz.net> 2008-05-06 10:43:23 ---
Just wanted to chime in as another user who would really like to see
Troopmaster 2008 working in Wine. I tried it out recently with Troopmaster
2008 (version 4.00e) running on Fedora 8 wine-0.9.58-1.fc8. I also tried the
more recent wine-0.9.60-1.fc8 from "updates-testing." It "almost" works, but
I'm seeing what I believe is the same scenario described by the original bug
report:
1) Start troopmaster with "dot net" enabled
2) Database is downloaded from FTP site. (Focus moves to "download" window")
3) Download window closes, but focus never returns to original window. As a
result no keystrokes or mouse events can be given to the applications and it's
effectively "hung"
I seem to be able to workaround that with the additional steps, but it's not
very clean...
4) Kill the wine process
5) Start Troopmaster again
6) When the error messages comes up about the previous abnormal termination,
tell it to go ahead and use the downloaded copy on disk.
7) From this point on Troopmaster functions normally, including updating the
database at the end of the session.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4820
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-05-06 10:08:02 ---
Closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.