Problem of the event

Hello.

I have a problem under the heading 'event log', I'm unable to understand let alone solve the problem.

When I view the event log indicates a considerable number of problems under the heading

Boots and stop watch. each level is either a 'warning' or in three cases "critical.

On a scale of technical expertise (from 0 to 10) is about 2 is probably indicated by the way I present you the problem.

An elderly person it is an area that I have trouble with.

Would appreciate if you could provide some information to help me solve the problem.

Thank you

Bill

If the computer works well for you, it's really not need to delve into these issues.

Criticise those who may be caused by a program crash (you'll sometimes see this as a pop up message saying something like "xxxxx has encountered a problem and needs to close".)

Without knowing the content of critical error messages you see, it is difficult to advise you on how to sort out them, or if they are important.

Tags: Windows

Similar Questions

  • Problem with the event

    Hello
    I am facing a problem with the events. Please Ref. Event.zip the attachment.

    AEv.vi is a LV2G used for the reading/Generate/Init/destroy the event. Test2.VI is a main vi (we must run this vi)

    The AEv.vi Init action must be done in the other vi (other than the Test2.vi:- but for the objective test I've initialized in Test2.vi only).

    Test2.VI is used for genetate event.

    I could have called statically AEv.vi inside the Test2.vi to generate an event... but the path that comes is decided when running... (I have many live similar to AEv.vi...) .. who decided at run time...)

    The problem:

    When I run Test2.vi, it gives me the error code 1 (try running test2.VI... it gives the dialogue on the occurrence of the error)...

    Can someone fix this?

    Thank you!

    I modified your screws to do what I think you want.  The way you did the user events will not work.  I added a line to send orders to Ev.vi

  • Problem with the event and the case of Structure

    Hi all,

    I get the problem in my program, I'm using the two structure one is the same and other structure box.

    In the structure of the case, I had the button as an entry to the SPL and the case structure as the output of the structure of the case.

    And in the same, then I had the two text box (num control A and B) in that I had put the event changes its value. Then, even I put the value has

    num or num B control control control this corrosponding num value will save seeing num C. Now the problem is when I click on

    the theLEB button does not blink until or if you don't put the value of one of the corrosponding num control.i didn't post my file in version 8.5 and 8.6 Please find tha.

    Hello

    It should work like that or I misunderstood what you want to do.

    If Boolean is true, boolean 2 is true, at the same time, you can change the value of A so C or B then C.

    See attachment

  • How to solve problems using the event viewr log?

    Hello guys,.

    Can someone tell me how to use the event viewr log and resolve the problems or errors?

    I can solve the problems by myself, but do not know as the use of the display of event logs and information.

    Kind regards

    Claude of RAM

    Notes on the use of Event Viewer:
    http://www.gerryscomputertips.co.UK/syserrors5.htm

  • Problems using the event to write new parameter values to VISA structure

    Hi all

    I created a VI to read an Omega flow meter. It is possible to change setpoint (setpoint (0-2) SLPM) of the meter and the gas (O2, CH4,...). To read instrument I write its ID (A-Z), followed by a carriage return, for example: A + 0x0D

    I created a VI with the events to write only the parameters to the instrument when a value is changed. My VI works but from time to time, it does not write the parameter change (gas or set point). I think that is has something to do with the while loop containing an entry VISA.

    Open FMA contains parameters and VISA opend

    Case of timeout initialize writing gas and setpoint for the first time

    Other events are for the change in the value of setpoint and gas

    How can I make sure that any change of setting will be writtent the instrument?

    Thank you

    Salvation Bass,

    Well, it is true that I lose this way time-out feature.

    No, you do not lose this feature. You put in a different position.

    You must call it BEFORE your loop!

    I'm not sure that I am following on this one there

    Why are you not sure? You have a large number of constants "0d" and it would be great to see that they are displayed in HEX mode instead of the normal display mode.

    The new VI manages events sometimes... but sometimes, missing a few changes... I think it is because there is an entry in the while loop. Do you have any idea how to prevent this?

    Never, NEVER use parallel loops to write and read on the same device on your serial port!

    How do ensure you that you always get the right answer to your order sent before?

    What is the purpose of using a second loop here? A loop with no wait States?

  • Small problem with the events of the listener

    I have a small interface with 5 radio buttons and a buttonfield and when i click buttonfield I create an event. all this works fine, but when I want to go back to the previous page I see pop up with 3 had to 'save, ignore, reject' and when I click on one of them I create a duplicate of the trial before.

    How can I go to the previous page without showing the pop-up with 3 coiches and without creating duplicate event?

    It's the listener code

    FieldChangeListener listener = new FieldChangeListener() {}
          
    ' Public Sub fieldChanged (field field, int context) {}
     
    {if (delivery. IsSelected())}
                               
    Time zone tz = TimeZone.getTimeZone ("GMT"); We want the time gmt
    Calendar gc = Calendar.getInstance (tz);  It gives the time date and gmt
                     
    int ore = gc.get (Calendar.HOUR_OF_DAY);
    int min = gc.get (Calendar.MINUTE);
    s int = gc.get (Calendar.SECOND);
                     
    Co co = new coordinate (longitude, latitude, ore, min, sec, 9, "Delivered");
    CoorVect.addElement (co);
    Dialog.Inform ("send event");
                       
    } else {}
    {if (GuastoMeccanico.IsSelected ())}

    Time zone tz = TimeZone.getTimeZone ("GMT"); We want the time gmt
    Calendar gc = Calendar.getInstance (tz);  It gives the time date and gmt
                         
    int ore = gc.get (Calendar.HOUR_OF_DAY);
    int min = gc.get (Calendar.MINUTE);
    s int = gc.get (Calendar.SECOND);
                         
    Co co = new coordinate (longitude, latitude, ore, min, sec, 9, "Guasto Meccanico");
    CoorVect.addElement (co);
    Dialog.Inform ("send event");

    } else {}
    {if (IncidenteStradale.IsSelected ())}

    Time zone tz = TimeZone.getTimeZone ("GMT"); We want the time gmt
    Calendar gc = Calendar.getInstance (tz);  It gives the time date and gmt
                          
    int ore = gc.get (Calendar.HOUR_OF_DAY);
    int min = gc.get (Calendar.MINUTE);
    s int = gc.get (Calendar.SECOND);
                          
    Co co = new coordinate (longitude, latitude, ore, min, sec, 9, "Incident Stradale");
    CoorVect.addElement (co);
    Dialog.Inform ("send event");

    } else {}
    {if (LavoriInCorso.IsSelected ())}
                             
    Time zone tz = TimeZone.getTimeZone ("GMT"); We want the time gmt
    Calendar gc = Calendar.getInstance (tz);  It gives the time date and gmt
                           
    int ore = gc.get (Calendar.HOUR_OF_DAY);
    int min = gc.get (Calendar.MINUTE);
    s int = gc.get (Calendar.SECOND);
                           
    Co co = new coordinate (longitude, latitude, ore, min, sec, 9, "Works in Corso");
    CoorVect.addElement (co);
    Dialog.Inform ("send event");
    } else {}
    {if (SenzaConsegna.IsSelected ())}
                                          
    Time zone tz = TimeZone.getTimeZone ("GMT"); We want the time gmt
    Calendar gc = Calendar.getInstance (tz);  It gives the time date and gmt
                            
    int ore = gc.get (Calendar.HOUR_OF_DAY);
    int min = gc.get (Calendar.MINUTE);
    s int = gc.get (Calendar.SECOND);
                            
    Co co = new coordinate (longitude, latitude, ore, min, sec, 9, "Not delivered");
    CoorVect.addElement (co);
    Dialog.Inform ("send event");

    } else {}
    Dialog.Inform ("Nessun elemento indication!");
    }
    }
    }
    }
    }
    }
    };

    Added on-screen, this code will replace the popup screen.

    I don't understand the second part of the question, that is to say the second invent.  Add this code and make sure that the popup is removed and then tell us if all your problems are solved.

    Also search the doc for this method in the object Screen to understand how it works.

    /*
    * Override to ignore the save/discard/Cancel dialog box
    */
    public boolean onSavePrompt() {}
    Returns true;
    }

  • HP QuickTouch on-screen ceased to working__name the problem of the event: APPCRASH__application name: HPKBDAPP.exe

    So yes this message after my Win Vista Monte starts
    and of course I can't listen to anything on my computer
    which is a Compaq Presario V3617LA

    I tried to update my software to the most recent HP available as I saw
    that solved the problem on two other Questions posted on the site
    descrbing the same mistake with the application "HPKBDAPP.exe".
    and after the power cycle that have really nothing = /.

    In any case, any suggestions would be greatly appreciated
    and thanks for taking the time to check my questions.

    PS, I saw a position similar to mine, but my pc do not disconnect or restart itself
    It works perfectly fine, except for the part audio lol :)

    Hi dyo89,

    Welcome to the Microsoft Answers site!

    Thus, even after the update of your hp quicktouch software, you still get the error message at startup and there is no sound on the computer.

    I suggest you perform a clean boot

    Clean boot uses a minimal set of drivers and startup programs and helps eliminate software conflicts.

    1. click on start. In the start search, type in msconfig and press ENTER.
    2. on the Services tab, select hide all Microsoft Services.
    3. on the Startup tab, click Disable all, and then click Ok.
    4. If you are prompted to restart the computer, click Restart now.

    When the computer is in a clean boot, applications and third-party services are disabled. Once the computer is restarted, check if the problem occurs right now.

    Check out this link that talks about How to perform a clean boot

    Note: Follow all the steps in the link to find out what software are contradictory.

    http://support.Microsoft.com/kb/929135

    Don't forget to reset the computer in a Normal startup once find you what software is conflicting.

    If this is any help, I suggest you to uninstall and reinstall the HP QuickTouch software.

    Note: Follow the instructions provided with your computer Setup to perform the step above

    Let me know if it worked.

    Kind regards

    Karena R - Microsoft Support
    _____________________________________________________________________________________________________________________

    Visit our Microsoft answers feedback Forum and let us know what you think

  • Problem with the events and Movieclips

    Hi all.

    I got myself in a situation where everything was perfect with zoom events, keyboard events and drag-, click of the mouse.

    The project is:

    A movieclip with image sequence: original background.

    And other clips: also images sequence (png)

    They were all separate specific mouse events and all the zoom and key events.

    Now wen I click on the button with the movieclip to function, only the png image sequence is turning and the main mc is not.

    What should I do to rotate active both regardless of the mcs and main mc also png with these.

    Help, please.

    Thank you in advance.

    use:

    var mcA:Array = [garage_horizon_mc, garage_moss_mc, garage_ocean_mc, gutter_ocean_mc, gutter_horizon_mc, Audrey r_moss_mc, main_mc];

    for (var i: int = 0; i<>

    mcA [i] .addEventListener (MouseEvent.CLICK, garageF);

    }

    function garageF(e:MouseEvent):void {}

    for (var i: int = 0; i<>

    mcA [i] .visible = false;

    }

    var mc:MovieClip = MovieClip (e.currentTarget);

    mc.gotoAndStop (rotationframe);

    MC. Visible = true;

    whateverF (mc);

    }

    function whateverF(rotater_gah:MovieClip):void {}

    rotater_gah.offsetFrame_gah = rotater_gah.currentFrame;

    rotater_gah.offsetX_gah = 0;

    rotater_gah.percent_gah = 0;

    rotater_gah.addEventListener (MouseEvent.MOUSE_DOWN, startDragging_gah);

    rotater_gah.addEventListener (MouseEvent.MOUSE_UP, stopDragging_gah);

    }

    function startDragging_gah(e:MouseEvent):void {}

    e.currentTarget.addEventListener (MouseEvent.MOUSE_MOVE, drag_gah);

    e.currentTarget.offsetX_gah = e.target.mouseX;

    }

    function stopDragging_gah(e:MouseEvent):void {}

    e.currentTarget.removeEventListener (MouseEvent.MOUSE_MOVE, drag_gah);

    e.currentTarget.offsetFrame_gah = rotater_gah.currentFrame;

    }

    function drag_gah(e:MouseEvent):void {}

    e.currentTarget.percent_gah = (e.target.mouseX - e.currentTarget.offsetX_gah)/e.currentTarget.width;)

    var frame_gah:int = Math.round(e.currentTarget.percent_gah*e.currentTarget.totalFrames) + e.currentTarget.offsetFrame_gah + 1;

    While {(frame_gah>e.currentTarget.totalFrames)}

    frame_gah = e.currentTarget.totalFrames;

    }

    While (frame_gah<=0)>

    frame_gah += e.currentTarget.totalFrames;

    }

    e.currentTarget.gotoAndStop (frame_gah);

    }

  • Problem with the change in value of listbox event

    Hello

    I have a problem with the help of Listbox value change event. The code that I have attached is a simplified version of the largest program, but the problem is the same. One of the loops of Nonna is responsible for handlig occurring events ant the other is responsible for the execution of the program. In the project of oryginal I use a listbox control to determine which plots graphic display of a waveform is visible (first position of the listbox-> only plot first visible etc.). In the attached vi, I just show the current value of the listbox control. The problem is the event runs only once and then the program crashes. I want to be able to change the value of the listbox work both at idle and in State of a program, but when I put the structure of the event in both States, he does not. I'd be very grateful if someone smarter than me could tell me where I made my mistake. I want my program to be able to manage the keys and listbox events in States (slow down and knit) program.

    You have two structures of event in two cases different from the structure of the case, and both are tuned to listbox events has changed. Because only once can be triggered at any time, the VI crashes (lock events the front panel (default) until the event can complement).

    You must use a unique event structure managing all events.

    The overall program architecture looks like inside-out for me.

    For the buttosn, you must use action lock (switch not release!) and use the value changed events.

  • Facing problem in the CLICK event of the PANEL

    Hello
    Am facing a problem with the event click on the PANEL.

    During the click event try to change the background color of this one.
    Inside this group got many components such as DATAGRID, LIST etc, when I click on these components and alsoo bottom panel is changed.
    I want the background of the Panel must be changed when I click PANEL only... not on its internal components...

    How to do this... code used to change BG is give below...

    tempPanel.addEventListener (MouseEvent.CLICK, changeBG);

    public void changeBG(event:MouseEvent):void
    {
    this.styleName = "selectedPanel"; some CSS style
    }

    Hey get...

    event.currentTarget.drawFocus (true);

    This will help to draw the border for the selected component...

  • Impossible to start and open the event viewer.

    I have Windows Vista (SP1) currently and am having some problems with the event viewer.

    Whenever I try to run the observer of events, either through the program or the elevated command prompt, MMC pushes me to get approval to open.

    Once opened, an error message appears indicating "MMC cannot initialize the snap-in" with the only option to hit being 'Okay '.
    I love the event viewer in order to keep track of my system and wonder if there is any means possible to get this corrected and resolved.
    Any help is appreciated!

    Hello

    You did changes to the computer before the show?

    Check if the problem persists with the different user account.

    I suggest you to proceed to the next method.

    Method 1: Run System File Checker (SFC) scan on your computer to fix this.

    SFC analyzes and verifies the versions of all protected system files after you restart your computer.

    Check the link for more information to do the same below:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Restart the computer and check.

    Method 2: If the problem persists, I suggest you to open in safe mode with networkevent viewer.

    See the link below to start your computer in safe mode

    http://Windows.Microsoft.com/en-us/Windows7/start-your-computer-in-safe-mode

    Method 3: If the problem resolves itself into safe mode with network, perform the clean boot. Clean boot helps eliminate any driver or software conflicts. This is because as the usual startup programs as well as non-Microsoft services are not started in a clean boot configuration.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    After you perform a clean boot, restart your computer and check.

    Note: After you perform a clean boot, perform step 7: reset the computer to start as usual of the above article.

  • refuses to load the snap-in of the event viewer

    now, the MMC is running and I can't hit Cancel or X. I don't know what his weight

    Hello

    Welcome to the Microsoft Community and thanks for posting the question.

    According to the description, you have problems with the event viewer.

    This problem occurs because of an update of the .net framework.

    Install the patch from the link below and see if it helps.

    http://blogs.technet.com/b/askperf/archive/2012/08/10/MMC-has-detected-an-error-in-a-snap-in-and-will-unload-it.aspx

    Answer to us if you are having problems with the event viewer or any other issue of Windows, and we would be happy to help you.

    Good day!

    Hope this information helps.

  • Game "Faery-Legends of Avalon"-"a problem caused the program to stop working correctly, Windows will close the program and notify you if a solution is available.

    I downloaded a game from microsoft called 'Faery-Legends of Avalon', I am currently running Windows 7 Professional. I can't play the game. The game turns on but when it gets to the part where you enter a character name, I get the answer that ' a problem due the program to stop working correctly, Windows go close the program and notify you if a solution is available. . Is this not compatible with windows 7 pro game. I just installed pro about a month ago and this is the first game that I downloaded from the installation.

    Moved from feedback

    Hello

    1. is this problem confined to this game here?

    2. have you checked if the computer meets the system requirements for the game?

    System minimum requirement for the game:

    * Operating system: Windows XP / Windows Vista / Windows 7

    * Processor: Intel Core 2 Duo E6600 2.4 GHz / AMD Athlon 64 X 2 Dual Core 5800 +.

    * Ram memory: 2 GB

    * Of hard disk space: 4.5 GB

    * Video: nVidia GeForce GT 140 / ATI Radeon HD 3870

    * Sound Card: DirectX Compatible

    * DirectX: 9

    * Keyboard / mouse

    If your computer meets the system requirements, then I suggest you to try the following methods and check if it helps.

    Method 1:

    Put the computer in a clean boot state, and then try to play the game and see if the problem still occurs.

    How to troubleshoot a problem by performing a boot in Windows Vista or Windows 7:

    http://support.Microsoft.com/kb/929135

    Note: once you have completed troubleshooting, try the procedure described in step 7 to reset the computer to start as usual.

    Method 2:

    Run the scan tool (SFC) System File Checker and check if it helps.

    How to use the tool File Checker system to troubleshoot missing or corrupted on Windows 7 system files: http://support.microsoft.com/kb/929833

    Check the event viewer for the event logs for the exact error message and the cause of the problem. The event viewer will give you all the information about the cause of the problem.

    What are the information contained in the logs of the event (Event Viewer)?

    http://Windows.Microsoft.com/en-us/Windows7/what-information-appears-in-event-logs-Event-Viewer

    Hope the information is useful.

  • Problems with certain events in the outlook calendar not no projection in Thunderbird

    It is an intermittent fault. Sometimes it shows all the events, i.e. all those created in outlook.com and local calendar, on other occasions, that it shows that some of the events created in outlook.com. It doesn't seem to be a trend specific to this problem.

    How do you add an outlook.com calendar to Thunderbird?

  • Since 10.11 I have not been able to download via the usb port of my Davis Vantage weather station. No solution of tech Davis on the issue even with the new recorder of events in the resort. Is there a problem with the usb?

    Since 10.11 I have not been able to download via the usb port of my Davis Vantage weather station. No solution of tech Davis on the issue even with the new recorder of events in the resort. Is there a problem with the usb?

    What Mac? (details)

Maybe you are looking for