WINE won't accept *some* keyboard input.

I'm not entirely sure whether this is the right place to ask something about WINE, but since most people do, I think it's fine.
Anyway, I'm having a little trouble with WINE. It won't read some input on some games like Astro Tripper and Warning Forever. It works perfectly (almost) on Ragnarok private server stuff, but on these two, i dont know.
Specific to Astro Tripper:
-The only button I can press is Enter. I can start the game then crash into a wall And yeah, the escape key works too. Arrow keys wont work, even in the menu.
Warning Forever:
- The only button that works is F12, which does only one thing: restart the game. Arrow keys wont work, even in the menu. [edit: works now. solves only this problem though]
Limit RO
- Flawless, except public chat. You can ignore this problem
What I tried to do:
- remove all wine config stuff and reinstall wine. Also, installed the latest DX redistributable.
Warning Forever is a very small game (700kb). I hope someone figures this out. Btw, I also tried running on both wine with virtual desktop and without virtual desktop
Last edited by kpbotbot (2010-09-11 11:05:27)

Exactly same thing here! I thought it was because of Musca (WM) because I changed a lot of its full screen handling code.
Musca can switch between floating and tiled. This makes for the following:
Tiled: Wine won't get input except at the start of the game sometimes not even
Switch to floating: Wine gets input
Cycle in group and back to Wine: Wine does not get focus until you switch to Tile and back to Floating
Cycle to another group and back to the Wine group: Wine keeps focus
So for the most comfortable usage where I switch to and from Wine a lot I have to put it in its own group in Floating mode.
Perfect Dark can regain focus by clicking some search keys.
Last edited by Procyon (2010-09-11 13:31:02)

Similar Messages

  • Firefox won't accept some of the addresses I want to be allowed in my outlook mailbox

    I have some address in my outlook express mail box that I want firefox to let through and open the website but firefox won't let it come through how do I fix this problem so that I can use these websites

    You can do that with the Bookmarks Deiconizer extension - https://addons.mozilla.org/firefox/addon/bookmarks-deiconizer

  • File splitter won't accept some text files

    sorry, this is in the wrong place is there any way i can move it to general programming?
    i'm making a file splitter to split large text files into smaller parts. so far everything works as far as test files that i make, however, sometimes when i copy and paste text off the internet, for example, the splitter does not import any of the text as if it can't recognize it. what might i be able to do to get it to recognize this kind of text. the files were saved as ANSI encoding, if it matters.
    import java.util.*;
    import java.lang.*;
    import java.io.*;
    public class FileSplitter
        private File inFile;
        private Scanner scan;
        private String path;
        private String filename;
        private String ext;
        private File outFile;
        private String allData = "";
        //max chars in the file
        private final int FILE_LIMIT = 3500;
        public FileSplitter(String path, String name)
            try
                this.path = path;
                int dot = name.lastIndexOf('.');
                this.filename = name.substring(0,dot);
                this.ext = name.substring(dot,name.length());
                this.inFile = new File(path+name);
                this.scan = new Scanner(this.inFile);     
            catch(FileNotFoundException e)
                e.printStackTrace();
                System.out.println("File not found at:");
                System.out.println(path+filename);
        public void split()
            while(scan.hasNextLine())
                    allData = allData.concat(scan.nextLine());
                    //maybe input an "allData = allData.concat(\n);"
            int x = 0; // file portion sequence number
            int currIndex = 0;  // current index in "scan"
            String writeToFile = "";
            System.out.println(allData.length());
            while(currIndex <= allData.length())
                x++;
                System.out.println("Making file "+x);
                try
                    BufferedWriter out = new BufferedWriter(new FileWriter(path + filename + "-" + x + ext));
                    //System.out.println(currIndex);
                    //System.out.println(allData.length());
                    if(currIndex+FILE_LIMIT > allData.length())
                        writeToFile = allData.substring(currIndex, allData.length());
                    else
                        writeToFile = allData.substring(currIndex, currIndex+FILE_LIMIT);
                    out.write(writeToFile);
                    out.close();
                catch (IOException e)
                    e.printStackTrace();
                    System.out.println("File write error.");
                currIndex = currIndex + FILE_LIMIT;
        public static void main(String[] args)
            String path = "C:\\split\\";
            String filename = "file.txt";
            FileSplitter x = new FileSplitter(path, filename);
            x.split();
            System.out.println("Done.");
    }the program works perfectly for most files, but certain ones, and i'm not sure how they differ, do not get read at all. Is there a kind of text that will not get read? all files were saved with notepad.
    no error is thrown on these, but the length() function returns 0.
    i've also tried using scan.next() and nextByte() as well, to no success, with appropriate hasNext...() calls
    if anyone's wondering, this is to make files easily accessible to ipods with 4kb text file limits on what they can show.
    i am now thinking of accepting web pages as raw source and parsing out <...>

    Instead of using a Scanner why not use a BufferedReader which will handle files that use either '\n' or '\r' as line terminators. After all, all you are doing is reading the file in line by line and storing into a string with out the newline character.

  • Firmware Password Utility won't accept some passwords

    I used Firmware Password Utility version 1.4.3 (1) to set an EFI password. When I tried using a password with a special character (produced by holding down the option key while typing another character), I got the message "An error occurred saving the new password settings. The new password settings could not be saved due to an unknown error. Try reinstalling the software." Without that special character, my password was accepted. (Similar special characters are acceptable in other kinds of Mac passwords.) Is this an undocumented restriction in firmware passwords?

    Some special characters may be used for some passwords but not for all passwords. Firmware password does not support characters requiring the OPTION key.

  • Maple13, tiling wm and keyboard input

    Hi,
    I am using a tiling wm (musca). I installed maple and at first had the problem, that maple would show only a grey window.
    Using wmname and
    wmname LG3D
    I resolved the problem. Now the problem is, that the worksheets wont accept my keyboard input.
    Mouse/menus work. All dialogs also work with keyboard input.
    If I open a new worksheet, input works. But as soon as I switch worksheet it does not work anymore.
    Anyone an Idea what I could do?
    Thanks!
    PS: I already tried sun jre (from pacman) and openjdk6 by changing the maple startup file. It's always the same

    Depending in your window manager you may have the option to add a floating workspace. Try working there. If that doesn't solve the problem you can try runing an aditional floating window manager inside a Xnest or a Xephyr session. This has worked for me for some other problematic applications. For example try:
    Xephyr -ac -br -host-cursor -noreset -screen 1280x800 :1 &
    sleep 3
    twm -display :1
    this will initiate a new X session inside yours, which will be managed by twm. There you can run a terminal and of course maple. Maybe is a sub optimal workaround, but is the only alternative I have found.
    (Note that Xephyr is found in xorg-server-xephyr package and twm, well in xorg-twm )

  • Games don't recieve keyboard input

    I have tried a few games so far, minecraft (Java + LWJGL) terasology (Java + LWJGL) and assault cube (SDL and C++?) and every time, the applications refuse to accept most keyboard input. The only keys that work are the arrow keys and the numpad keys.
    It is odd because in assault cube, when I try to set a keybinding, it says something like "key binding failed". So it detects the input but chooses to reject it?
    I have xf86-input-evdev installed.
    Input works perfectly on every other application.

    Hi,
    so, I use a swedish keyboard layout, I have this in my ~/.xinitrc
    setxkbmap se -option caps:none &
    In minecraft, some "special keys" does not register. As far as LWJGL is concerned, they are NONE, or KEY_0. If I change to us layout with
    setxkbmap us
    I can bind those special keys just fine, like GRAVE for example. With SE (or DK, or NO...) they register as KEY_0. How can I solve this?

  • [SOLVED] wmii ignores all keyboard input

    I'm trying to use wmii on my new arch install. No matter which of the wmiircs I use, it never accepts any keyboard input to switch tags, open windows or anything else. The clock is correctly updated and if I open a window using DISPLAY=:1 from another terminal, I can move it around with the mouse. Evilwm is working fine and the only error in Xorg.0.log is related to fbdev. Does anyone have any idea what might be going wrong here?
    EDIT: Just a major PEBKAC. I forgot that Win is the new default modkey and wmii didn't ask me because xmessage wasn't installed.
    Last edited by A.W.A.M (2011-03-12 09:25:52)

    Anyone have any ideas? I tried reinstalling base and base-devel through pacman...still no relief.... This is bizarre.
    EDIT: It's getting worse. System now hangs on boot at "Waiting for UDev uevents to be processed." Things are rapidly going downhill.
    EDIT: No booting due to Udev fixed my booting without acpi. I rebooted into another linux distro to poke around in /var/log/pacman.log for a bit to see if I could find the offending update. Nothing seemed really suspicious, except for the update to "linux-api-headers." (Anything with "headers" is suspicious. So, I decided I would boot back into Arch and try to downgrade that package. After booting back into Arch, I see that the problem has disappeared...so...I dunno what to say...I have no idea what/how this got fixed, or how I (yes, let's be honest here...it must be "I") broke it in the first place.
    Last edited by lasu1 (2010-03-28 00:44:43)

  • I have pages 09 0n my Mac Mini, but iCloud won't accept pdf documents not created in pages...

    I have pages 09 0n my Mac Mini, but iCloud won't accept some pdf documents not created in Pages (Its says Document format not supported).
    How do I get docs (pdf/jpg etc.), that are saved under "Documents" on my Mac Mini (Not in Pages), onto iCloud???
    I want to transfer (None Pages) documents from the Mac Mini to my iPad 3 (Which has Pages for iPad 3).
    Thanks in advance for ANY Feedback!

    You can download PDF files from iWork's page to a mac, but you can't upload from mac.  Also, you can't use iCloud like MobileMe's iDisk.  Most document formats on your mini can't be copied to iCloud.  Use Dropboc instead.

  • CS4 on WinXP ignores keyboard input?

    After installing the 6.0.3 update for InDesign CS4 on WinXP, I've noticed that sometimes it won't respond to keyboard input. The problem seems to go away temporarily when I switch to another application window and switch right back to InDesign, or when I use the mouse to switch between open documents in InDesign. Installing the 6.0.4 update didn't resolve the problem. Has anyone else experienced this?

    It was a longshot, but I thought it worth a mention.  Even though I'm perfectly familar with the behavior I sometimes forget and wonder why my keyboard doesn't work.
    Incidentally, Windows stock CJK IMEs stick with the application.  If I type English in InDesign but then Alt-Tab to Firefox to Google a Chinese expression, InDesign retains English input, and Firefox retains Chinese, until I change either, separately.
    Do you use either a wireless keyboard or a KVM?  I've had unresponsive keyboard problems with both; I rarely use a wireless keyboard, but I rely on a KVM to share my big screen.  With USB, sometimes unplugging and plugging back in can help -- and I keep a USB keyboard handy just in case.  But unlike IMEs, that would be a system-wide issue -- not relevent here.
    David

  • Keyboard input for a nubie!!!!

    Can anyone help me with writng a method that accepts all keyboard input and writes it to a file? I.e. whenever a key is pressed (only letters and numbers), it is accepted even if no programs are running and no text editor is being used.
    This will help me great deal and I would be very appreciative for any help I might receive.
    Thanking any response
    ChaosSupreme

    Is this like making a key logger? It takes down all your input and saves it to a file? If it is I'm sure there are plenty of tutorials on how to make a key logger out there.
    I guess you would have to look up buffered writer and rile writer methods, although I think they are just through a text editor or program.
    Andy

  • Thunderbird 24.6.0 suddenly stops accepting keyboard input in the middle of typing a message

    On a system running Debian Testing (kernel version 3.13.10-1), at times Thunderbird 24.6.0 suddenly stops accepting keyboard input in the middle of typing a message. Some times, it will not accept keyboard input from the time a new message window opens (both from click Write or Reply).
    Regardless of when the problem starts, I can still copy text from another source and paste it into the message, and I can still send the message.
    Sometimes, the problem will clear up itself after a few minutes, meaning I can suddenly start typing in the open message window, but sometimes not, and I will have to close the message window and restart Thunderbird or reboot the system.

    Tasks: 290 total, 1 running, 242 sleeping, 47 stopped, 0 zombie
    %Cpu(s): 1.0 us, 0.3 sy, 0.0 ni, 98.2 id, 0.4 wa, 0.0 hi, 0.0 si, 0.0 st
    KiB Mem: 8101216 total, 6406932 used, 1694284 free, 46440 buffers
    KiB Swap: 8388604 total, 280476 used, 8108128 free. 2714812 cached Mem
    PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    9498 pete 20 0 905252 171068 60844 S 4.3 2.1 0:36.22 chrome
    1207 root 20 0 301372 31896 12592 S 1.0 0.4 40:04.04 Xorg
    7904 pete 20 0 796904 75304 25496 S 1.0 0.9 0:54.16 chrome
    7349 pete 20 0 1215536 345724 116416 S 0.7 4.3 3:29.51 chrome
    7539 pete 20 0 879076 128096 26512 S 0.7 1.6 1:51.35 chrome
    7670 pete 20 0 826900 70488 23812 S 0.7 0.9 0:13.12 chrome
    7793 pete 20 0 872564 135004 68628 S 0.3 1.7 0:13.74 chrome
    7845 pete 20 0 811680 80360 23580 S 0.3 1.0 0:06.61 chrome
    7877 pete 20 0 812032 79888 23668 S 0.3 1.0 0:08.91 chrome
    9666 pete 20 0 23796 1808 1136 R 0.3 0.0 0:00.01 top
    22931 pete 20 0 1094964 186504 22808 S 0.3 2.3 14:28.61 thunderbird
    1 root 20 0 193016 2860 1260 S 0.0 0.0 0:03.67 systemd
    2 root 20 0 0 0 0 S 0.0 0.0 0:00.02 kthreadd
    3 root 20 0 0 0 0 S 0.0 0.0 0:22.21 ksoftirqd/0
    5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0:0H
    7 root 20 0 0 0 0 S 0.0 0.0 1:09.66 rcu_sched
    8 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_bh
    9 root rt 0 0 0 0 S 0.0 0.0 0:00.34 migration/0
    10 root rt 0 0 0 0 S 0.0 0.0 0:00.58 watchdog/0
    11 root rt 0 0 0 0 S 0.0 0.0 0:00.58 watchdog/1
    12 root rt 0 0 0 0 S 0.0 0.0 0:00.01 migration/1
    13 root 20 0 0 0 0 S 0.0 0.0 0:13.05 ksoftirqd/1
    15 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/1:0H
    16 root rt 0 0 0 0 S 0.0 0.0 0:00.50 watchdog/2
    17 root rt 0 0 0 0 S 0.0 0.0 0:00.02 migration/2
    18 root 20 0 0 0 0 S 0.0 0.0 0:04.84 ksoftirqd/2
    20 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/2:0H
    21 root rt 0 0 0 0 S 0.0 0.0 0:00.52 watchdog/3
    22 root rt 0 0 0 0 S 0.0 0.0 0:00.03 migration/3
    23 root 20 0 0 0 0 S 0.0 0.0 0:11.02 ksoftirqd/3
    25 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/3:0H
    26 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 khelper
    27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmpfs
    28 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 netns
    29 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 writeback
    30 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kintegrityd
    31 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 bioset
    32 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kblockd
    34 root 20 0 0 0 0 S 0.0 0.0 0:00.11 khungtaskd
    35 root 20 0 0 0 0 S 0.0 0.0 3:41.37 kswapd0
    36 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
    37 root 39 19 0 0 0 S 0.0 0.0 0:00.00 khugepaged
    38 root 20 0 0 0 0 S 0.0 0.0 0:00.00 fsnotify_mark
    39 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 crypto
    44 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kthrotld
    46 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 deferwq
    86 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ata_sff
    88 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_0
    89 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_1
    90 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh_2

  • HT1277 I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    Do you have one, two or more entries in the left colum of Mail.app for your mail server(s)?  That is, do you have your Mail.app set up with either a btinternet entry, with a btyahoo entry, or both?  Or more?
    I'm guessing that you might have one account (btyahoo?) listed for incoming (IMAP server) mail, and with the outbound (SMTP server) mail is configured and named btinternet.
    Based on what little I see posted, it looks like BT uses both btinternet and btyahoo, but I'm not exactly clear on how they have their stuff set up, and their web set gets helpful and tries to help configure my mail — I don't immediately see a single web page with the mail server set-up details.  The BT email client set-up starts here.

  • The ipad won't sync some photos, saying the file can't be read by the ipad, however it will sync some photos taken at the same time which are the same size and file type.  Why does it reject some and accept others?

    The ipad won't sync some photos, saying the file can't be read by the ipad, however it will sync some photos taken at the same time which are the same size and file type.  Why does it reject some and accept others?

    Hi there. I'm having the same problem: my iPad won't import some photos from a folder, saying that they can't be read. They are all JPEGS and some photos taken at the same time have synched fine, but out of a folder with 200 photos, it only lets me synch 37. I'm synching albums created via Photoshop Elements 6, which has worked fine until now.
    I've tried deleting all photos and re-synching, and have also deleted the iPod Photo Cache, but it hasn't made a difference.
    The iPad auto-updated to the latest version of iTunes, so maybe that's what's causing it?
    Any advice gratefully received!

  • Default Keyboard input change in using roaming Profile on different Win 7

    We found a strange problem on default Keyboard setting.
    We are using roaming profiles for all users.
    One of our users is using two Windows 7. One Windows 7 is VDI for working out of office and another Win 7 is her local PC.
    She is only using Two keyboard input: Chinese Traditional English and Chinese Traditional Pinyin.
    Whenever she had used the Windows 7 VDI, when she comes back to office and use her local PC, the default Keyboard input will automatically change to Chinese Traditional Pinyin.
    The user said she had not changed any default keyboard input in the VDI of local PC.
    Is there anything we can do for this issue?
    Ivan

    Hi Ivan,
    I am just writing to check the status of this thread. Was the information provided in previous reply
    helpful to you?
    Do you have any further questions or concerns? Please feel free to let us know.
    If you have any feedback on our support, please click
    here
    Karen Hu
    TechNet Community Support

  • Must use Step Input Keyboard prior to using midi controller? When I attempt to use my midi keyboard conteoller for step input, it won't work unless I input the first note in each track via the Step Input Keyboard. This doesn't seem right...

    When I try to use my midi controller keyboard for step input, it won't work unless I input the first note in each track via the Step Input Keyboard.. What am I doing wrong?
    Logic Studio 9.1.7, OS X 10.7.5

    Hi
    Playhead in the right place?
    CCT

Maybe you are looking for

  • Rating HUD?

    The rating HUD is showing Rejects along with 3 Stars or more which is the setting I selected. I've been trying to figure out why the rejects would be showing when I'm asking for 3 Stars or better. Is it possible that the HUD shows the Rejects since t

  • Error in news created in XML Form Builder

    Dear Experts I have created news in XML Form builder (three forms edit, rendered list and show). Created two iviews NewsExplorer and NewsBrowser.I have exposed these iviews for relevent users. Now the problem is the edit for and the show form of the

  • AE 12.0 -[NSMenu menuID]: unrecognized selector...

    I think this is an old problem, but I'm wondering why it hasn't been fixed yet. While running AE, the Mac OS console is absolutely flooded with this error message: After Effects: -[NSMenu menuID]: unrecognized selector sent to instance 0x116915050 No

  • Skype problem. Can anyone help?

    After loading Skype, i lose sound after one or two calls. After repeated tries, Skype can't help, suggesting it may be a MacbookPro/OS X problem. ANy ideas?

  • Forget to set environment variable export SAPINST_USE_HOSTNAME

    Dear Experts we have installed the SAP ECC6.0 EhP4 in HACMP environment with AIX6.1 ,Power HA cluster6.1, oracle 11g database the problem is while installing the CI and ASCS and Dialog instance I  missed  to set environment variable export SAPINST_US