Please help! programs freeze!

My programs seem to freeze everytime I try to change the color of anything font/background/whatever it maybe. As soon as the color option window pops up for me to choose the color i want, then the program freezes and i have to force quit it. Im not very good with computers, if anyone has any advice that would be greatly appreciate! thanks so much -

chaie31,
Is this just in one application or several? If just one a first shot might be to trash the application's Preferences file and/or give the application more memory.
More information would be helpful. Which application(s)? Are you running in OS9 or Classic within OSX?
Michael

Similar Messages

  • Please help - Ipod freezes when playing any video

    Hi
    I only got my ipod video a day ago and it wont play any video files. Everytime i go to play a video it freezes and just shows a black screen. I have tried downloading a music video from the itunes store and this wont work either. When i first got it i did play one video, im not sure if this was before i updated the firmware though?
    I cannot figure out how to reset the firmware if this is what i need to do?
    I would really appreciate some advice.
    Thanks in advance.

    I just got my iPod like two months ago and it wouldn't play any video podcast until I downloaded the new iTunes software. Now it plays some video podcasts but not all. I tried to watch some new podcasts I had downloaded from iTunes and it would play some of it then just freeze and make these wierd sounds. I tried again and it totally froze where I couldn't do anything, not even turn it off. It stayed that way until the battery was completely drained then it turned itself off later that night. The next morning I charged it up and it worked fine but I still can't watch those podcasts. Please help, cause this thing is pretty much brand new and for the amount of money I spent on it I don't want it to start giving me problems after only two months.

  • Urgent please help(program to kill running process)

    I am trying to execute "alter system kill session '9,32'" from my java program.But the query doesn't seem to get executed.
    please help me.
    Here is my code.....
    package package6;
    import java.sql.*;
    public class killProcess{
    public static void createTable() {
    Connection con=null;
    Statement st;
    try{
    String alterSql = "alter system kill session '9,32'";
    st = con.createStatement();
    st.executeQuery(alterSql);
    }catch(SQLException sql){
    System.out.println("SQLException se"+sql);
    public static Connection getConnection() throws SQLException{
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    }catch(ClassNotFoundException e){
    System.out.println("Class Not Found Exception");
    Connection con =DriverManager.getConnection("jdbc:odbc:abc","system","manager");
    return con;
    public static void main(String args[]){
    dbconn2.createTable();

    There is a lot of principial mistakes in youp example (I hope it just an example)
    1. Never use a sun.jdbc.odbc.JdbcOdbcDriver in serious application - it is a lot of problems in this bridge. It can be used in tutorials only. You should use JDBC-diver from a manufacturer of your DB (http://industry.java.sun.com/products/jdbc/drivers)
    2. NEVER create a staic variables for obtaining a connection - connection is a complicated object with limited lifetime. Connection should be obtained from a spesial pool or DataSource. See http://developer.java.sun.com/developer/technicalArticles/J2EE/pooling/ if you use enterprise-java or http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/conpool.html for single application (but this is a tutorial only - the code is not work - contact me for obtaining a corrected code)
    3. This code is ungrammatical
    try{
    String sql="alter system kill session '?,?'";
    PreparedStatement ps = con.prepareStatement(sql);
    }catch(SQLException sql){
    System.out.println("SQLException se"+sql);
    you should write at least:
    String sql="alter system kill session '?,?'";
    Connection con = null;
    PreparedStatement ps = null;
    try{
    con = getConnection();
    ps = con.prepareStatement(sql);
    }catch(SQLException e){
    System.out.println("SQLException se"+e);
    e.printStackTrace();
    }finally{
    try{
    if(ps!=null)
    ps.close();
    }catch(Throwable ee){
    ee.printStackTrace()
    try{
    con.close();
    }catch(Throwable ee){
    ee.printStackTrace()
    And whot are you mean in command "alter system kill session '?,?'"
    Whot is it '?,?' - may be '?','?'?
    You should check syntax of your SQL-instruction.
    but your problem is not in Java -
    May be syntax of the SQL-command
    May be you should use CallableStatement extends of PreparedStatement
    It can depend on DataDase.
    And don't forget to commin your connection.

  • Please help: programs shut down after 60 sec's

    *Please help me:* Since two weeks or so (may be, after I updated my QuickTime), every program I opened *shuts down after roughly 60 seconds*. It is not closed but it gets out of the writing mode so that I need to click on the page first before being able to continue writing again (Word, email, also this thread). If I do not always look at my page I loose words and have to retype them again. Also, with backspacing it occurs: it gets out of the enter mode. I am not aware I changed anything in the user mode of my dear power book.
    Thank you for helping! rororoger

    rororoger:
    Welcome to Apple Discussions.
    Try starting up in Safe Mode. If can do so successfully, log in, Empty Trash, Restart normally and log in.
    If issue persists Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report if it says anything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    cornelius

  • Please help keep freezing

    hi.. i just buy my first blackberry curve 8530 and the trackpad keeps freezing,not let me do anything ,
    i  should return it to the store? repeatedly remove the battery when is on, is  that more I can do , I am thinking of returning it.. . Please any help

    I am having this same problem and I have NO idea what is causing it. I have been searching high and low for an answer, and nothing seems to be appearing. The only thing I could think now is to maybe re-install Firefox. That is the browser I have been using and that this has happened in.

  • Problem Please Help - Itunes freezes when trying to play a tv show/movie

    The other day I downloaded a couple movies I had rented. Something I had not done before on itunes. The three movies downloaded with no problems and then when I was on my flight I tried to start one of them. Itunes went black as if to start playing and then froze. I disregarded it at the time thinking it was just my computer being buggy. Which was odd because I hadn't an issue with itunes really. However since those downloads I cannot play anything I downloaded. The moment I try Itunes goes black as if to play and just freezes. I have now lost money in this because I was unable to watch that one rental, and am now trying to watch tv series that have already paid for but am having no luck. So what do I do? I've reinstalled several times, I've tried the little fixes that they suggest online but nothing is working! Also if you can tell me how to contact someone that would be a great help too because this just isn't working.

    I have the same problem. I  purchased several episodes of a television program and they will not play either in iTunes or in Quicktime without stuttering, jerky video, choppy audio, and the video and audio being out of sync. As a new iTunes user, this experience has completely soured me and unless I find a solution.
    I have absolutely no problem with playing video from any other source through any other player. I can stream videos fine from Amazon, YouTube, and everything in between, and videos downloaded from Amazon and elsewhere play just fine whether I'm using VLC, RealPlayer, or WMP. DVDs also play with absolutely no trouble whatsoever. It is only iTunes videos that have any trouble.
    I have already consulted the page that was suggested here (and on other threads I've read), and nothing on that page was useful. (Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/TS1718)
    This is extremely frustrating. I have Win7 Premium with 4 GB RAM and an AMD dual core 1.65 GHz processor. It may not be the ultimate gaming machine, but it's performed really well up until it encountered iTunes.
    I also tried using QuickTime, thinking that might work better, so I downloaded the most up-to-date version, and playback was marginally better but still unwatchable.
    Considering that this is paid content, it is unacceptable that it cannot be played on my computer -- and I have watched trailers for the episodes on YouTube (it's newly released), and they play perfectly, so I know it's not the episodes themselves.
    Is there a codec that I should install? Is there any fix at all for this issue?
    It seems that a large number of people experience this, which means that a lot of people are paying for something and then getting nothing -- and it's not a problem that can be discovered before the content is purchased. This is a very frustrating situation!

  • Please help, programs crash with Windows XP

    I have this card: "KT6 Delta-FIS2R"
    I have installed to different XP installs... Same problem(I have not tryed any other OS yet...)
    When I run programs like putty.exe, Windows Media Player etc.. it comes up just an error(Please tell microsoft about this problem etc...)
    Can somone help me?

    Please give us complete PC specs. includding power source brand and Amps. it gives to 3.3v. 5v. and 12v., and changes you had make in Bios setup.

  • Please help : Probleme freeze Adobe Média Encoder CS 4 with 720P YUV setting

    I work on editing movie : YUV 1280/720p 25i 48khz 16bits... (24 minutes - 68go)
    lastest versions of premiere pro - media encoder - after effect on my pc (quadcore, 4Go, 4x1T hardrives)
    Work on Vista SP1 SP2
    Media encoder always freeze. When i clicking starting queue... I can't export movie.I try on several stations.. Same problem. I try on several projects...same problem...
    Somebody can help me ?
    I have the same probleme everytime.
    Premiere pro play the movie very well , not problem... but after that always média encoder... freezing...
    If someone can help me please.

    i reinstall, nothing change..
    i try to close caption the movie adding titles on master...i try to export..
    same problem...
    Just a bit crazy
    Manuel Liminiana
    Mac Guffin Production
    www.mac-guffin.net - [email protected]
    06 75 38 21 43
    Centre Factory
    www.ecole-factory.fr - [email protected]
    04 37 48 00 21
    2009/10/31 Jim Simon <[email protected]>
    Yeah, that seems like a freeze.
    >

  • PLEASE HELP IPOD FREEZE; BUT REAAALLY FREEZE

    My ipod is freezed, i can reset it it actually turns on, but 1 or 2 seconds later, is freezed again... i can´t do anything, i reset it connected to the PC, to the power, i reset it, again, and again, and then twice in a row... it wont get into disk mode... any button y press during the 1 or 2 seconds... makes it freeze even quicker... i dont know how to do... it was working well... pleasee help me!!

    Gurdok wrote:
    i can´t do that because ipod doesn´t even get recognized... it freezes before windows/itunes, detect it...
    Can you try with the iPod in forced disk mode?
    Putting iPod into disk mode.

  • PLEASE HELP - eLearning freezes for some users

    Hello,
    I recently published a farely large eLearning program using Adobe Captivate 5.
    This program was released to over 400 people.  To avoid any streaming issues from one location, we had everyone save an exe file to thier desktop and run it locally.  Amazingly enough, 390 of the users were able to view the large presentation (with videos and sound) at real time speed.
    Unfortunately, there are about 10 users whose presentation freezes after 5 - 10 seconds.  It doesn't freeze at one particular slide, just after a certain time, whether they're viewing a slide or are watching a video.  I've tried publishing as htm, linking to the swf, and even uploaded the presentation to our LMS.  This works for the original 390 agents, but the presentation freezes for those 10 individuals using any of the methods I've tried.
    This of course leads me to believe that it has something to do with those particular PCs and Laptops.  I checked and made sure they had the most current version of Flash, but that's as far as I've gone.  I'm not sure what to check next and hope that someone here can point me in the right direction so that I may begin the troubleshooting process.
    Thanks.

    As .exe files without any reliance on remote content, yes I would agree, the problems are likely the individual computers.
    First, perhaps ask those users to try a different machine if they can, just to verify they can get it working elsewhere....as opposed to perhaps the distributed file being corrupted for those few users somehow.
    To troubleshoot on the specific machines, that can get very complicated. Three easy/common issues:
    1. video card drivers - ask them to find the latest version and update. It's a pretty generic solution but can be the root of many problems
    2. Install the latest Flash player (though your .exe may include the player, perhaps its conflicting with one they have installed?)
    3. Ensure they have no viruses on their machine. If they do, absolutely no guarantee the product will ever work for them. Getting them to admit they have one, or even discovering they have a virus, may be impossible though. Do they at least have current antivirus software running?
    3b (and if they do have AV software running, see if they can disable it temporarily and successfully run the program. Like the video card driver issue, while unlikely, it could be their AV software is interfering with the .exe playback)
    HTH
    Erik

  • Please Help - Photoshop Freezing Up!

    Hi, I have Photoshop CS2 Windows installed on Windows 7 laptop. I open Photoshop and it is getting worse. I was able to work fine a few days ago but now if I even resize a window or start to paint I get a ``not responding`` and Photoshop freezes.
    Any ideas what could be causing this.Thanks.
    Photoshop Memory and Image Cache
    Cache Levels: 6
    Available Ram: 1707 MB
    Maximum Used by Photoshop: 55% (938 MB)
    OS: Windows 7
    Installed Memory (Ram): 3.00 GB (2.75 GB Useable)
    Windows Task Manager Says:
    Processes: 73
    CPU Usage: 63%
    Physical Memory: 48%
    Total: 2814
    Cached: 1441
    Available:1440
    Free: 38

    Clear out as much space as you can on your hard drive, and defragment it. Photoshop requires a lot of contiguous free space on the drive for its scratch files ("RAM overflow", to put it very simply). Over time, your drive fills up and gets fragmented.
    That said, by today's standards that laptop is severely underpowered. Files are simply bigger today than they were back when CS2 was current. If you intend to keep using it, regular maintenance is required.

  • PLEASE help - iPod freezing, cannot restart

    Okay. So my iPod froze, and then ran out of batteries. My iPod also did not (and does not) show up in my iTunes account where it normally would. When it ran out of batteries, I plugged it into my computer and held down the Select and Menu buttons. An apple came up on the screen. I didn't realize the apple was SUPPOSED to be there, so I held down the Menu and Select buttons again. It made a weird musical sound (coming directly from the iPod, the headphones were not plugged in) and now the screen is blank and white. I tried "updating" the iPod in order to completely reset it, but it says that there is a software malfunction.
    I would really, really, REALLY appreciate it if anyone could tell me how to make my iPod go back to normal.
    (second time I've posted this, I know, but no one replied)

    If your iPod shows up in Explorer under 'my computer' try changing the drive letter:
    -- Click on Start=>Control Panel=>Admin Tools=>Computer Management=>Disk Management
    -- Right-Click on the iPod and select “change drive letter”
    -- Choose something further along in the alphabet that is unused (Usually, “M”, “N”, “O” or something similar)
    -- Safely eject the iPod
    -- Reboot the PC

  • My itunes will not open at all. it occasionally will open but when i plug my iphone into it the program freezes and crashes. please help as soon as possible

    my itunes will not open at all. it occasionally will open but when i plug my iphone into it the program freezes and crashes. please help as soon as possible

    i think i might have a solution... i have windows vista and after i installed to latest itunes update everytime i tried to open it it would freeze. I tried everything, including uninstalling itunes and all of its components and reinstalled it numerous times. So i went to the itunes folder in my folders, not on itunes, and i deleted my itunes library and playlists. After that it worked just fine, all of my music was deleted but luckily i had my files saved elsewhere.
    I hope this helped! I know its frustrating and APPLE/ITUNES NEED TO FIX THE PROBLEM!!!!

  • My CS6 photoshop started showing cannot perform function programming error then it started freezing please help?

    My CS6 photoshop started showing {cannot perform function programming error}
    then it started freezing please help?

    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • Lock-Ups and Freezes PLEASE HELP

    Hello everyone..
    I come here to see if anyone can help me... Ive done it all and nothing is working.
    I just recently started having problems with my computer, im not sure why this happend but ill try to explain everything as best as I can.
    The problem started a few days ago while I was playing SWG's. I was playing and all of a sudden my machine froze, the screen locked-up and then after about 2 min the entire system restarted. I then logged back into my windows and after a while a system froze and restarted yet again. I though it was a SWGs issue but then the computer would freeze while browsing the net and doing other tasks.
    I have formated my machine, re-installed my drivers, and re-installed the hardward. Nothing has worked.
    My computer specs are
    300watt PSU Enermax True Power
    MSI K7n2 nforce2 8xagp mobo
    athon 1700xp
    512mb of Kingmax DDR 2700
    SB audigy x-gamer sound card
    MSI geforce4 ti 4200 8xAGP graphics card
    Hope thats enough..
    One last thing... When my computer restarts after the problem i get a message asking me to report the problem to microsoft... i located the error file and this is what was writen in it....
    // Watchdog Event Log File
    LogType: Watchdog
    Created: 2003-07-19 01:30:24
    TimeZone: 300 - Eastern Standard Time
    WindowsVersion: XP
    EventType: 0xEA - Thread Stuck in Device Driver
    // The driver for the display device got stuck in an infinite loop. This
    // usually indicates a problem with the device itself or with the device
    // driver programming the hardware incorrectly. Please check with your
    // display device vendor for any driver updates.
    ShutdownCount: 5
    Shutdown: 0
    EventCount: 5
    BreakCount: 5
    BugcheckTriggered: 1
    DebuggerNotPresent: 1
    DriverName: nv4_disp
    EventFlag: 1
    DeviceClass: Display
    DeviceDescription: MSI MS-StarForce GeForce4 Ti 4200 with 8X (NVIDIA GeForce4 Ti 4200 with AGP8X)
    HardwareID: PCI\VEN_10DE&DEV_0281&SUBSYS_89431462&REV_A1
    Manufacturer: NVIDIA
    DriverFixedFileInfo: FEEF04BD 00010000 0006000D 000A0C1C 0006000D 000A0C1C 0000003F 00000008 00040004 00000003 00000004 00000000 00000000
    DriverCompanyName: NVIDIA Corporation
    DriverFileDescription: NVIDIA Compatible Windows 2000 Display driver, Version 31.00
    DriverFileVersion: 6.13.10.3100
    DriverInternalName: nv_disp.dll
    DriverLegalCopyright: (c) NVIDIA Corporation. All rights reserved.
    DriverOriginalFilename: nv_disp.dll
    DriverProductName: NVIDIA Compatible Windows 2000 Display driver, Version 31.00
    DriverProductVersion: 6.13.10.3100
    Hope this helps, i dont understand what it means so maybe one of you might...
    Please help me on this... Ive tried everything i can...
    Thanks in advance

    If what you are saying, and I am reading correctly:
    The machine and game was working just peachy and all of a sudden the problem manifested itself?
    Did you do ANYTHING to change your system prior to this happening to possibly have an effect?
    the fast that you said you have re-loaded the OS and removed and re-installed the hardware with the same result tells me that there may be some sort of hardware failure and this could get difficult to troubleshoot.
    First things first, try a memory testing software like memtest86 to see if you get any errors.
    http://www.memtest86.com/

Maybe you are looking for

  • Not able to Parse XML data in Sun Application Server 8.2

    Iam not able to parse the xml data in sun application server,this is working fine in tomcat and oracle server. Please go thru the code , thanks in advance.This is used in ajax. function processStateChange() { if (req.readyState == 4) { // Complete if

  • IDoc acknowledgement scenario using ALEAUD01 IDoc type

    Hi All, I have a query, regarding IDoc acknowledgement scenario using ALEAUD01 IDoc type as mentioned below. In a scenario where we configure and send ALEAUD01 to sender as acknowledgement of the IDoc's received, is there any way how do we make sure

  • How to make a number lower case?

    Write a program to convert uppercase numbers to lowercase numbers. You may use any part of the Java API but may not team together with other students and turn in group work. You must write the class and provide at least 5 methods but no more than 8 m

  • VI polymorphe (types de données)

    Créer un VI polymorphe ... une instance par type de donnée. Si je déclare l'entrée d'une instance avec un Cluster contenant (1xbooléen + 1xnumérique) il me faut un Cluster identique en entrée ... et dans "l'ordre" en plus. Si je combine les types sim

  • Reorganize the Messages window in Yosemite

    I would like to reorganize the messages in Messages, so the latest conversation is on the top and the older ones scroll down off the screen.  Does anyone have any insight on how to do this?