Can't kill Frogatto

After pressing "Exit Game" or closing the game window instead of closing it gets blank black.
"killall game" doesn't do anything. I can run that command multiple times, but process will not end.
frogatto 1.0-4
Am I tho only one with than kind of problem?

Xyne wrote:
Godmode h4X
Get the pid from "ps -e" then try "kill -9 <pid>" .  Try it as root if it doesn't.
Or plain
pkill -9 $programname

Similar Messages

  • Hi i have 50 infoobjects as part of my aggregates and in that 10 infoobjects have received changes in masterdata.so in my process chain the Attribute change run in running for a long time.can i kill the job and repeat the same.

    Hi i have 50 infoobjects as part of my aggregates and in that 10 infoobjects have received changes in masterdata.so in my process chain the Attribute change run in running for a long time.can i kill the job and repeat the same.

    Hi,
    I believe this would be your Prod system, so don't just cancel it but look at the job log. If it is still processing then don't kill it and wait for the change run to complete but if you can see that nothing is happening and it is stuck for a long time then you can go ahead and cancel it.
    But please be sure, as these kind of jobs can create problems if you cancel them in the middle of a job.
    Regards,
    Arminder Singh

  • [SOLVED] X freezes after "exit"; can't kill X nor use the keyboard

    Hi!
    I've got a problem with my X server on my fresh installed Arch system. I followed the "Beginner's Guide" and edited the .xinitrd to start xterm for testing. This works well, but unfortunately X seems to freeze when I want go back to the shell via "exit" or when I want to change to another virtual console (Ctrl-Alt F1).
    When this happens, my screens go black and my keyboard doesn't work anymore, however I can log in via SSH. I can't kill X and the fourth core of my cpu is at 100%.
    This happens when I use a auto-configured xorg.conf from nvidia-xconfig (http://paste.pocoo.org/show/224004/) or when I use my "old" configuration from Ubuntu 9.10 (http://paste.pocoo.org/show/224005/). When I don't use the xorg.conf file at all, then X wont even start.
    I've got a Xorg.0.log from the test with the nvidia-xconfig generated xorg.conf: http://paste.pocoo.org/show/224002/ I can't see what's wrong here.
    Thanks for your help!
    Last edited by quaec (2010-06-11 22:08:35)

    Ok, I had started to write that the nvidia-beta driver didn't changed anything, but after a reboot it seems to work.
    So, with the nvidia-beta driver from the AUR and the following x.org configuration it works:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    # Screen 1 "Screen1" RightOf "Screen0"
    # InputDevice "Mouse0" "CorePointer"
    # InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Disable "glx"
    Load "glx"
    Load "dbe"
    Load "dri"
    Load "record"
    Load "dri2"
    Load "extmod"
    EndSection
    #Section "InputDevice"
    # Identifier "Keyboard0"
    # Driver "kbd"
    #EndSection
    #Section "InputDevice"
    # Identifier "Mouse0"
    # Driver "mouse"
    # Option "Protocol" "auto"
    # Option "Device" "/dev/input/mice"
    # Option "ZAxisMapping" "4 5 6 7"
    #EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    #Section "Monitor"
    # Identifier "Monitor1"
    # VendorName "Monitor Vendor"
    # ModelName "Monitor Model"
    #EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoKey" # <i>
    #Option "FlatPanel" # [<bool>]
    #Option "FPDither" # [<bool>]
    #Option "CrtcNumber" # <i>
    #Option "FPScale" # [<bool>]
    #Option "FPTweak" # <i>
    #Option "DualHead" # [<bool>]
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "GT200 [GeForce GTX 260]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoKey" # <i>
    #Option "FlatPanel" # [<bool>]
    #Option "FPDither" # [<bool>]
    #Option "CrtcNumber" # <i>
    #Option "FPScale" # [<bool>]
    #Option "FPTweak" # <i>
    #Option "DualHead" # [<bool>]
    Identifier "Card1"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G98 [GeForce 8400 GS]"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    #Section "Screen"
    # Identifier "Screen1"
    # Device "Card1"
    # Monitor "Monitor1"
    # SubSection "Display"
    # Viewport 0 0
    # Depth 1
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 4
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 8
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 15
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 16
    # EndSubSection
    # SubSection "Display"
    # Viewport 0 0
    # Depth 24
    # EndSubSection
    #EndSection
    Thanks for your help, BKLive!
    Last edited by quaec (2010-06-11 22:08:05)

  • I click a link but it doesn't open. Instead I get a popup saying "Open the link in a new window," "Open link in a new tab," etc. How can I kill this popup or whatever it is forever?

    I click a link but it doesn’t open. Instead I get a popup saying “Open the link in a new window,” “Open link in a new tab,” etc. How can I kill this popup or whatever it is forever?

    That happens if the server sends the file as text/plain.
    You can see this if you open "Tools > Page Info > General": Content-Type: text/plain
    Files send this way will always open in a tab.
    *https://developer.mozilla.org/Tools/Web_Console

  • Can't kill hung process in Leopard

    I am having very annoying issue with Leopard. Time to time some applications get stuck and I can't kill them using "force quit" or command line "kill -9". Most of the times when this happens, I can't log out and start new applications. I cannot even restart the computer cleanly as it cannot log me out cleanly (BTW, is there a force log out or force restart?) Once this happens everything goes downhill and eventually I have to do hard reboot by pressing power off key in the back. That creates another problem. I have a USB external disk that I use as time machine backup. After I do hard reboot and machine boot up, finder thinks that index on the external disk is not up to date and starts indexing it from scratch and takes 2-3 hours. Also, when it starts building index, it spends good 5 minutes or so trying to estimate the index building time. During that time, I cannot search anything on the machine.
    I called Apple support twice. First they asked me to do "archive and install". I did that but problems still continued. After that they said do "disk check" and "disk permissions check". "Disk check" didn't show any problem. "Disk permissions check" found many files with permissions problem and they were all fixed. Even after that the problem continues.
    I have 4 users on the machine. I am the administrator. Others are limited accounts. I have noticed hang problem with all accounts. On my account it occurs with many processes like Safari, imovie, iPhoto, and even finder. On other accounts I have seen it mostly with Safari. I saw the problem with Safari on other accounts even with Tiger. On other accounts though I am able to kill the application using "force quit" but not on my account.
    I think the root cause of all of these is Leopard's inability to force-kill a process. I have a hunch that this happens (not able to kill app in my account) with processes that deal with devices. For example, Iphoto deals with external memory card, Imovie deals with external digital camcorders and so on.
    I have an open case with Apple support. I want to see if others are running into same issue.

    I was having these very same issues.
    I wiped the drive with zeroes and tried to reinstall Leopard from scratch. Install failed. Checked the install DVD, it passed its own test. Verified the hard drive, fine.
    Reinstalled Tiger. Everything fine. Tried to upgrade to Leopard, install DVD was again failng.
    I did some research.
    *It turns out that Leopard on PPC Macs will freak out on many types of third party RAM.*
    I removed the aftermarket stick of RAM and Leopard installed just fine and ran fine. No more problems. I put the RAM back in, problems returned.
    There you have it. Tiger was fine with the memory, Leopard isn't. And this is for some reason a PPC-specific issue.
    Search for:
    "The installer could not validate the contents of the ‘base system’ package. Contact software manufacturer for assistance."
    Here are two to get you started:
    http://forums.macrumors.com/showthread.php?t=374917&page=2
    http://www.mobrec.com/2007/10/27/leopard-is-damage-if-you-are-on-powerpc-do-not- install/
    The key is in realizing that both sets of symptoms occur for some people because they're 'lucky' to get Leopard installed in the first place. If you wipe and install, you get to witness all the behaviors under a controlled experiment (memory in vs out).

  • How can i kill the Adobe Reader session right away?

    Hello
    I have developed an interactive form, my_form. And we launch / render this my_form in (ERP / SAP) application's portal IE browser, well.
    Say, user opened this form, worked on it, submitted (we have our own submit button) and closed the window by clicking the top right corner's X button, but user is seeing stll the red Reader icon on the bottom bar, even thought the user is closed the window completely
    If user try to close this reader red reader icon explicitly, user is getting the other exception popup as Runtime error as described here http://forums.adobe.com/thread/391738
    Hence, am thinking to KILL the reader session right away the moment user closes the window, pls. let me know,
    1) How can i KILL the reader session via JavaScript, is it possible?
    2) if so, what the JS code i need to put and
    3) in which event pls.?
    Thank you

    In to my original posting, am attaching these pics
    On my desktop it looks like below,
    1) Even though user is closing the window but still the reader icon is lying on the bottom
    2) Once user double cliks the above red icon, user is getting below popup
    Thank you

  • [SOLVED] X hang * can't kill * kbd/mouse disabled

    Arch newbie.  New install of Arch 2009.02 FTP i686 on test hardware that successfully runs many Linux distros (Ubuntu Intrepid & all previous, Mepis, Fedora, Puppy, SliTaz, DSL, and many more.)
    Followed Install Guide and Beginner's Guide.  All is well until I get to X.
    I did not install libgl because I shouldn't need 3D for this old box.  Installed xorg & mesa (not sure if needed).  Did "lspci | grep VGA" and got "VGA compatible controller: 3Dfx Interactive, Inc. Voodoo Banshee (rev 03)"
    Copied over working xorg.conf from another distro on same box.  No video driver in xorg.conf.  Wasn't sure if correct driver was xf86-video-voodoo.  Wrong.  Tried xf86-video-tdfx.  Appeared to be correct.  Tried xterm test, got white xterm box & prompt, but kbd & mouse inoperative.  Couldn't kill X.
    Removed ...tdfx and ...vesa drivers & did fresh install of ...vesa.  Ran "Xorg-configure" followed by "X -config /root/xorg.conf.new"  Still hangs and can't kill X.
    Checked the Xorg.0.logs (saved from several attempts).  Keep getting
    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    Googled for - "xorg hang 'AllowEmptyInput is on'"  Found a few mentions, including one on Arch bbs, but they were very heavy going and I don't understand them.  Not having a kbd appears to be the reason I can't kill X.
    One (EE) error --
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "vesa"
    Can anyone suggest an approach to debugging these issues?
    Last edited by secdroid (2009-04-12 18:00:25)

    Appreciate the help.  Here's what I did --
    --- pacman -S xf86-input-evdev
    --- pacman -S xf86-video-tdfx   #(note: re-install)
    --- Added hal to DAEMONS section of rc.conf   #(note: hal starts dbus)
    --- Since default is US kbd, I didn't need to do any of the config steps in "Configuration section of http://wiki.archlinux.org/index.php/Xor … us_in_Arch
    X now started and stopped normally.  Did "Simple Baseline X Test" (xterm) successfully. 
    Did pacman -S lxde and tried to start X.  Failed because fam was not running.  Added fam to DAEMONS and I now have a working LXDE.  Still needs tweaks, of course, but I'm up!
    FWIW, "freetype" doesn't appear to be in xorg.conf.  Since it appears to be a non-critical "(EE)" X error, I'll pursue it later.
    Suggestions for "Beginners Guide" --
    --- Beginners really need pointer to http://wiki.archlinux.org/index.php/Xor … us_in_Arch in case of X start failures
    --- LXDE section is extremely weak compared to Arch wiki resources.  Suggest replacing current Beginners Guide LXDE materials with pointers to http://wiki.archlinux.org/index.php/LXDE and http://wiki.lxde.org/en/Main_Page
    Moderator: Please tag this thread as [SOLVED]  I would, if I knew how.

  • E72 low memory - What processes can we kill to imp...

    Latest firmware improves memory management a bit but the E72's low free RAM is still its weakest point in my opinion.
    I use JBakTaskManager at startup and the only think I kill right now is vcommandmanager. I've seen other recommendations of tasks and processes than can be killed to free up RAM but have not tested those in detail yet.
    Anyone care to share some opinions on what to kill?
    (shame on Nokia for not loading up the E72 with 256 MB RAM as other announced models)

    Have you managed to find any other tasks that can be safely killed, if you have World Traveller installed it creates two tasks witch can be killed
    thanks Neil

  • How can i kill a job in BW

    Hi,
    Any budy please help me that how can i kill a background job in BW
    Cheers,
    KGB

    hi u can kill job in SM 37 also.
    also u can cancel in SM50.also use tis link
    How to stop scheduled job in bw.
    Hope it solves your query
    Thanks,
    pathak
    Edited by: npathak on Aug 2, 2010 9:09 PM

  • How can I kill database connections

    I would like to know how can I kill all the database connexion at the end of an application. I'm using acces
    thx

    use con.close() in a finally statement after your catch blocks that tests whether con equals null. If con != null, then con.close();
    example:
    finally {
              //close the database connection.
              try {
                      if (con != null) con.close();
              catch (SQLException e) {
    }

  • Can't kill apps using fast app switcher....help!

    can't kill app using fast app switcher...help ?

    Only a very few specifically designed Apps actually run in the background. Apps such as Music, turn by turn GPS etc. others are suspended when you push the home button or switch to a different App.
    Stedman

  • Can't kill a job in Reports Server 9i

    i have installed Oracle 9ias release 2 patch 3 under winnt.
    i review the current jobs queue of my report server and i have a job started since two day ago. i try to kill that job use a command like this
    http://servername/reports/rwservlet/killjobid1281?server=servername
    and i recieved the following error
    can't kill the job with id 1281REP-50125: Excepción obtenida: org.omg.CORBA.UNKNOWN: minor code: 0 completed: No
    anybody can help me? i want to kill this job without have to restart the Report service

    time for process identification and pskill I think

  • I lost my iPhone. how can I kill it?

    I lost my iPhone 4s at airport in oversea.
    Unfortunately, I could not find that.
    When I get back to US, I just bought one and recovered my contact and app etc on my new iPhone.
    But, I don't want somebody use my old iPhone for them.
    How can I kill it? As I heard that IPhone 4s has that kind of function that killed all the pictures & data deleted as first initial time.
    Just let me know. I know my IMEI number and etc.

    It was not activated.

  • When I set up my Macs, there were 2 sign names - 1 I created and the other was Ghost. The Apple store says that takes up 50% of my hard drive. Can I kill Ghost? Do I just delete it?

    When I set up my Macs, there were 2 sign-up names - 1 I created and the other was "Ghost". The Apple store says that takes up 50% of my hard drive. Can I kill "Ghost"? Do I just delete it?
    Thanks for your help!

    Hello Blisshous,
    It sounds like you have a user account named Ghost, that you want to delete all content from and remove from the computer. This article will help you do that named:
    OS X Lion: Delete a user account
    http://support.apple.com/kb/PH3867
    Choose Apple menu > System Preferences, and then click Users & Groups or click Parental Controls.
    Click the lock icon to unlock it, and then type an administrator name and password.
    Select the user account you want to delete, and then click Delete below the account list.
    Do one of the following:
    Select “Save the home folder in a disk image” to save the folder as a disk image in /Users/Deleted Users/.
    Select “Don’t change the home folder” to leave the home folder in /Users/.
    Select “Delete the home folder” to remove it from the computer. If you want to prevent programs that read raw data from retrieving any files, select “Erase home folder securely.”
    Click OK.
    Keep in mind, if you remove the user and delete the data, without Time Machine you will not be able to restore any data from it in the future.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • Stolen ipod touch, can apple kill the device

    Stolen ipod touch with some sensitive information. Have not setup any tracking app. Can Apple "kill" the ipod as a mobile operator can "kill" a mobile phone via the IMEI number?

    No.

Maybe you are looking for