http://bugs.winehq.org/show_bug.cgi?id=11246
Summary: wine failed for getting string
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.box.net/shared/xtbdkll6oo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reza12127(a)yahoo.com
Created an attachment (id=10343)
--> (http://bugs.winehq.org/attachment.cgi?id=10343)
code of my programme
i wrote a simple console programe with and compiled mingw32(with codeblocks)
i attach it's code.
when it work on windows it printe a message, i input a world and press enter
then it print that world and ask me another word
but when i tried it with wine.it only asked me for first time and after i
pressed enter for first time it didnt wait for me and print the request message
until i stoped it with ctrl+z.
download link:
http://www.box.net/shared/xtbdkll6oo
i asked about it in http://www.linuxquestions.org
its link:
http://www.linuxquestions.org/questions/programming-9/runing-comiled-of-thi…
--
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=7710
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ghazel(a)gmail.com
--- Comment #9 from Austin English <austinenglish(a)gmail.com> 2008-01-21 12:57:11 ---
*** Bug 11230 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=3711
--- Comment #7 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-01-21 12:42:27 ---
*** Bug 9150 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=9150
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--- Comment #8 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-01-21 12:42:27 ---
Duplicate, requires same key as in #3711
*** This bug has been marked as a duplicate of bug 3711 ***
--
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=3711
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
Target Milestone|--- |1.0.0
--- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-01-21 12:40:40 ---
This affects several applications, they expect the key to be present. I'm
nominating this one for 1.0.0
--
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=3711
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peterbelm(a)gmail.com
--- Comment #5 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-01-21 12:39:17 ---
*** Bug 10953 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=8683
--- Comment #20 from Fábio Capela <fabio.capela(a)yahoo.com> 2008-01-21 12:10:37 ---
(In reply to comment #17)
> The only key that is returning a value that needs more than 1 byte is ß, which
> is exactly the one key that is not working with this newest hack. Not sure why
> it's not working, it's returning 0x1e9e as the unicode char, but the unicode
> for ß is 0xdf.
added a trace and saw that for the ß key the call to XLookupString inside
X11DRV_MapVirtualKeyEx seems to be generating bad results.
When called inside X11DRV_KeyEvent and inside X11DRV_ToUnicodeEx:
keysym=DF (ssharp), # of chars=2 / "\xc3\x9f"
When called inside X11DRV_MapVirtualKeyEx to map the same keycode:
keysym=1001E9E, # of chars=3 / "\xe1\xba\x9e"
--
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=5632
Adam S. <laroucheyouth(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |laroucheyouth(a)yahoo.com
--- Comment #2 from Adam S. <laroucheyouth(a)yahoo.com> 2008-01-21 12:02:13 ---
Yes, it is. I am using CRT (not secure CRT, which is the same thing, minus the
SSL capabilities) and need to use a serial port, COM1 38400 N,8,1 xon/xoff, and
I am experiencing very similar issues. The cpu usage no longer spikes, but the
screen wont draw properly if the local port is not receiving a constant stream
of data to draw on the screen.
So, for instance, I can actually login into my VT200 system, without actually
being able to see the login prompts by simply entering my username and
password. When i get a prompt, if I enter gibberish and press enter a bunch of
times, I can see the prompt errors. But, as soon as I stop, the screen stops
refreshing.
Again, If I run a program, the output will display just fine, until the program
stops printing data to the terminal. When the program sits at a prompt, waiting
for me to enter a command, the screen stops refreshing again.
I'm not certain where the problem lies, but this is the last show stopper that
prevents me to switching to linux, entirely.
-Adam
(In reply to comment #1)
> Is this still an issue in current (0.9.52 or newer) wine?
>
--
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=4812
--- Comment #10 from Göran Uddeborg <goeran(a)uddeborg.se> 2008-01-21 11:33:43 ---
Fractal Mapper 8 does NOT have the same problem. Which makes this bug less
important. (Even though it still is a bug in wine as far as I understand.)
--
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=8683
--- Comment #19 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-21 07:39:07 ---
(In reply to comment #17)
> Created an attachment (id=10390)
--> (http://bugs.winehq.org/attachment.cgi?id=10390) [details]
> Another hack, works for some keys but I'm not sure it's the correct approach.
The patch seem to go in the correct direction. MultiByteToWideChar(CP_UNIXCP)
should be done in all cases. And dlls/user32/input.c,MapVirtualKeyExA perhaps
should map the returned value to ANSI. That needs a test case.
--
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.