When typing, only one character for any app.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
brian256
Newbie
Newbie
Posts: 4
Joined: Tue Jan 27, 2009 5:39 pm

When typing, only one character for any app.

Post by brian256 »

Whenever I try typing anything into any application, all I get is one character and then I cannot add any more or even delete it unless I exit out. When I load it back up the same thing happens. This problem also persists within the Wine configuration, I can only change one number in the window size box. I have tried the riched20 winetrick and I have uninstalled the program and reinstalled it multiple times. Does anyone have any suggestions?

I run on Ubuntu 8.10
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

When typing, only one character for any app.

Post by austin987 »

On Tue, Jan 27, 2009 at 4:43 PM, brian256 <[email protected]> wrote:
Whenever I try typing anything into any application, all I get is one character and then I cannot add any more or even delete it unless I exit out. When I load it back up the same thing happens. This problem also persists within the Wine configuration, I can only change one number in the window size box. I have tried the riched20 winetrick and I have uninstalled the program and reinstalled it multiple times. Does anyone have any suggestions?

I run on Ubuntu 8.10





Any application? Does 'wine notepad' work?

--
-Austin
brian256
Newbie
Newbie
Posts: 4
Joined: Tue Jan 27, 2009 5:39 pm

Re: When typing, only one character for any app.

Post by brian256 »

austin987 wrote:On Tue, Jan 27, 2009 at 4:43 PM, brian256 <[email protected]> wrote:

Any application? Does 'wine notepad' work?

--
-Austin
No, I try typing "hello" and all I get is "h"
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

When typing, only one character for any app.

Post by austin987 »

On Tue, Jan 27, 2009 at 5:08 PM, brian256 <[email protected]> wrote:
austin987 wrote:
On Tue, Jan 27, 2009 at 4:43 PM, brian256 <[email protected]> wrote:

Any application? Does 'wine notepad' work?

--
-Austin
No, I try typing "hello" and all I get is "h"





Hmm. Strange. Any terminal output?

Be sure to test in a clean ~/.wine, to get rid of any tweaks you tried.

What wine version? What keyboard layout?

--
-Austin
brian256
Newbie
Newbie
Posts: 4
Joined: Tue Jan 27, 2009 5:39 pm

Re: When typing, only one character for any app.

Post by brian256 »

austin987 wrote:On Tue, Jan 27, 2009 at 5:08 PM, brian256 <[email protected]> wrote:

Hmm. Strange. Any terminal output?

Be sure to test in a clean ~/.wine, to get rid of any tweaks you tried.

What wine version? What keyboard layout?

--
-Austin
I'm using version 1.1.13. I just re-installed it and tried notepad and I got the same thing. I have a standard U.S. qwerty keyboard, and I'm not sure how to check my terminal output for wine.
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

When typing, only one character for any app.

Post by L. Rahyen »

On 2009-01-28 (Wednesday) 01:07:39 brian256 wrote:
austin987 wrote:
On Tue, Jan 27, 2009 at 5:08 PM, brian256 <[email protected]>
wrote:

Hmm. Strange. Any terminal output?

Be sure to test in a clean ~/.wine, to get rid of any tweaks you tried.

What wine version? What keyboard layout?

--
-Austin
I'm using version 1.1.13. I just re-installed it
Reinstalling Wine will not change anything in your configuration! You need to
run this command to clean your configuration:

rm -rf ~/.wine

By running it you will lose everything you installed in this Wine prefix. If
you don't want to lose anything but just want to test in clean Wine prefix
then run:

rm -rf ~/.wine-clean; WINEPREFIX=~/.wine-clean wine notepad

This command will launch notepad in clean Wine prefix each time you run it
(without touching your default Wine prefix - ~/.wine).
brian256
Newbie
Newbie
Posts: 4
Joined: Tue Jan 27, 2009 5:39 pm

Re: When typing, only one character for any app.

Post by brian256 »

L. Rahyen wrote:On 2009-01-28 (Wednesday) 01:07:39 L. Rahyen wrote:

Reinstalling Wine will not change anything in your configuration! You need to
run this command to clean your configuration:

rm -rf ~/.wine

By running it you will lose everything you installed in this Wine prefix. If
you don't want to lose anything but just want to test in clean Wine prefix
then run:

rm -rf ~/.wine-clean; WINEPREFIX=~/.wine-clean wine notepad

This command will launch notepad in clean Wine prefix each time you run it
(without touching your default Wine prefix - ~/.wine).
Thanks for that, I'm pretty new to all of this. After cleaning my configuration it works perfectly, which is strange because I did not install anything other than itunes before I found out the typing issue.

Thanks once again.
-Brian
Locked