Classes Loaded with getDefinitionByName() do not run code

Hey everybody,

I recently discovered the amazing features of getDefinitionByName(), but I'm running a few questions that I can't solve.

I try to load an interactive book pages.  Each page has its own functions, listeners, nested animations and timers.  During the loading in these pages, no stop (s) don't work in the nested clips, and any interactivty was lost.  It's just a waste of a bunch of animations running again and again.

Here's the code within my PageContainer class:

package com.display.container

{

import flash.display. *;

import flash.utils.getDefinitionByName;

SerializableAttribute public class extends MovieClip PageContainer

{

public var clip: MovieClip = new MovieClip();

public var className:String;

pg1_container; pg2_container; pg3_container; pg4_container; pg5_container;

pg6_container; pg7_container; pg8_container; pg9_container; pg10_container;

pg11_container; pg12_container; pg13_container; pg14_container; pg15_container;

pg16_container; pg17_container; pg18_container; pg19_container; pg20_container;

pg21_container; pg22_container; pg23_container;

public void PageContainer (currentPage: Number, target: DisplayObjectContainer,)

LANDMARK: number, position: number)

{

className = "page" + currentPage + "_container;

var ClassReference: Class = getDefinitionByName (className) class;

Clip = new ClassReference() as MovieClip;

clip.x = xLoc;

clip.y = position;

target.addChild (clip);

}

public void destroy (): void

{

trace ('removing');

clip.parent.removeChild (clip);

}

}

}

And here's the call to the fla:

var pageContainers:Array = new Array();

var currentPage:Number = 1;

var pageContainer:PageContainer;

function pageTurn (): void

{

pageContainer = pageContainers.shift ();

If (PageContainer)

pageContainer.destroy ();

pageContainer = new PageContainer (currentPage, this, 0, 0);

pageContainers.push (pageContainer);

}

In addition to the MovieClips do not run code, I'm running serious garbage collection issues.  I can unload the display pages, but all the sounds continue to play.

Does anyone have an idea of why these loaded MovieClips are not running the code, and why they will not correctly unload with the destroy() method?  Thanks in advance for any help!

It solved!  As is often the case with the code, it was a little thing that makes a huge difference.  I noticed my pg2 worked for a reason, but nothing else has.  I compared the properties of pg2 pg3 and noticed 'Export frame 1' has been selected in pg2, so I put it on yes for all my pages and now they work.

Thanks again for the help kglad.  I hope anyone else having a similar problem can find this useful advertisement.

Tags: Adobe Animate

Similar Questions

  • My creative application of cloud does not load then I'm connected with my Adobe all identification code suggestions?

    My creative application of cloud does not load then I'm connected with my Adobe all identification code suggestions? The icon in the menu remains grey...

    Schermafbeelding 2015-08-18 om 14.06.18.png

    Please check the steps mentioned in: https://helpx.adobe.com/creative-cloud/kb/creative-cloud-app-doesn ' t - open.html

  • ERROR 2: The class or interface 'Event' could not be loaded.

    Hey, I'm new to the Forum and I have problems with Flash that comes, I can't fix. I have this error that tells me how "the class or interface 'Event' could not be loaded. The error is on the 5th line of code:

    1 stop();

    2

    3 addEventListener (Event.ENTER_FRAME, preLoad);

    4

    5 function preLoad(e:Event):void { }

    6 var bytestoLoad: Number = loaderInfo.bytesTotal;

    7 var numberLoaded:Number = loaderInfo.bytesLoaded;

    8 if(bytestoLoad == numberLoaded) {}

    9 removeEventListener (Event.ENTER_FRAME, preLoad);

    gotoAndStop (2);

    } else {}

    _root.preLoader.preLoaderFill.scaleX = numberLoaded/bytestoLoad;

    _root.preLoader.bytesPercent.text = Math.floor(numberLoaded/bytestoLoad*100) + '% ';

    }

    }

    I know that the code is AS3, but I can not pass by atm AS3 and I need the same code, but for AS2. So, can someone convert this for me? Moreover, it is supposed to be a preloader and I put this on the 1st frame. So I have extensions (.as), just the .fla file.

    Also, I use the newest Flash, Adobe Flash CS6.

    The Flash version has nothing to do with the things works or not.

  • the java code in JDeveloper 10.1.3.3.0 changes is not running

    I am currently working on the implementation of the Siebel Self Service 8.1.1.1 and I have a question. Hope someone answers it.


    Sources for Siebel self-service application files have been extracted into a directory (for example C:\sba81\SelfService\Sia)

    In doing so, I end up having the model directory and ViewController.

    I open the file SelfService.jws with JDeveloper 10.1.3.3.0 (I use this version for Jdeveloper because this is the only version supported for Siebel self-service)

    I open the C:\sba81\SelfService\Sia\Model\classes\oracle\apps\ss\base\model\security\SiebelWSHandler.java file to make some changes.

    I have recompile and run the application.

    The problem is that none of the changes are running regardless of the applied changes.

    For example in the SiebelWSHandler there is this function

    protected String findSiebelUserName() {}
    String username = null;
    {if (isStatefulAnonymousSession ())}
    username = ConfigurationCacheManager.get ("SIEBEL_PROXY_USER_NAME");
    log.info ("findSiebelUserName, proxy username =" + username);
    } else {}
    AppSession appSes = getAppSession();
    username = appSes.getUserName ();
    log.info ("findSiebelUserName, true username =" + username);
    }
    Returns the user name;
    }

    I just add a line to the code as follows


    protected String findSiebelUserName() {}

    String username = null;
    username = "GUESTCST";

    {if (isStatefulAnonymousSession ())}

    username = ConfigurationCacheManager.get ("SIEBEL_PROXY_USER_NAME");

    log.info ("findSiebelUserName, proxy username =" + username);

    } else {}

    AppSession appSes = getAppSession();

    username = appSes.getUserName ();

    log.info ("findSiebelUserName, true username =" + username);

    }

    Returns the user name;

    }

    I have recompile and run the program. The added line is not run. the variable usename is not reset to GUESTCST and nothing else.

    I use Debug, add a breakpoint and run the code line-by-line (using F8). The variable username never gets reset to GUESTCST...

    any help will be much appreciated.

    Hello

    Check the youe ViewController\public_html\WEB-INF folder. Are there any classes folder, if so remove it. And then run your application and check

    Kind regards
    Vikram

  • How do I programmatically load and show the façade of a vi but NOT run it?

    Is it possible to load and display the front panel of a vi but NOT run?  I start with the AsynchronousCallAndForget.vi from the example finder and inserted a node invoke with the Open FP method call before the starting node the asynchronous call. The vi that I'm loading has the "Run when opened" unchecked and the menu bar IS visible so I can manually click the run arrow. Thank you!

    Why do you use the asynchronous call? If you simply open the VI reference, then call the FP. Open method, it works very well. You can then call the VI run method which wait until is set to false if you want to execute asynchronously, it is how we did in ye olde days before we have this fangled tricks "Start Asynchronous Call.

  • Windows Vista Home Basic preinstalled on my Compaq laptop will not accept code provided with the computer installation.

    Windows Vista Home Basic preinstalled on my Compaq laptop will not accept code provided with the computer installation. HP can't help. Your say talking to HP and HP technicians say they are unable to help him. I'm now using valid XP. HP say that conflict with Vista. Can anyone help?

    original title: VISTA VS. XP

    Your technicians say talk to HP

    Sorry, this is not Microsoft.  This is a public forum from user to user hosted by Microsoft on its servers for the comfort of its clients, and we all here are volunteers.

    You say you use XP.  What is your question?  What do you mean 'conflicts with Vista?

    I suggest recovery discs you order from HP for your computer.  If HP is no longer the issue of stocks you can order such a third of Recovery - Disks.com.  There are several of these companies.  If you are going to use XP, you need to install XP from scratch and this means that you need XP drivers for your brand and model.  If HP has no XP drivers on your computer you must not try to use XP on it.

    Remember that Vista Starter, Home Basic, Home Premium and Ultimate out of Microsoft support on 10 April and there will be more updates, including critical security patches after that date.  Only Vista business and company will continue to receive updates.  You might consider this a good time to upgrade to Windows 7.  You must download and run the Windows Update Advisor once you restored Vista successfully.

  • Windows cannot add printer print spooler service is not running. Even after the spooler service is started I get code error 0x000006be

    I have XPS from Dell with Windows Vista Home premium 32-bit. I'm trying to connect the office jet J4680 HP wireless printer. The printer was working with this PC, but for the last 2 weeks, something has changed and I can't reconnect to the printer. I get the error Printer Spooler service is not running. After I have start the spooler service and try to add a printer, I get an error 0x000006be code

    Hello

    The main problem is caused by corrupted printer drivers, you will need to check with your printer manufacturer for
    Download the latest drivers (just re - install the old ones will probably lead to this error). Make sure that you
    Download for your version of Windows and 32 bit or 65.

    Error message when you try to connect to a print queue in Windows Vista or in Windows Server 2008: "Windows cannot connect to the printer. Impossible operation completed (error 0x000006be)»
    http://support.Microsoft.com/kb/946394

    ==========================================

    Use this method to clear the spooler and then uninstall and reinstall your printer (check with the manufacturer for)
    the latest version of the driver
    ).

    Problems of print and error - a Mr Fixit of printing
    http://support.Microsoft.com/GP/printing_problems

    Solve printer problems - a Mr Fixit
    http://windowshelp.Microsoft.com/Windows/en-us/help/8c11977e-8244-408f-A036-7978a618d7a21033.mspx
    ------------------------------------------------------

    Logon as administrator

    Start - type in the search box-> COMMAND - control to the top of the list and RIGHT CLICK – RUN AS ADMIN

    You can copy and paste each line except those brackets and press ENTER after each.

    net stop Spooler

    (echo suppression of all print jobs)<-- you="" should="" see="" this="">

    ping localhost n 4 > zero

    del/q %SystemRoot%\system32\spool\printers\*.*

    net start Spooler

    (sound Done!)<-- you="" should="" see="" this="">

    ping localhost n 4 > zero

    Another way
    http://4sysops.com/archives/how-to-cancel-a-print-job-that-hangs-under-Windows-Vista-and-XP/

    Check the print - DELETE/STOP queue all jobs - then right click on the printer - REMOVAL
    http://windowshelp.Microsoft.com/Windows/en-us/help/bb6f81d9-4092-4ac8-9716-2bd008f513e11033.mspx

    If you use Control Panel - Classic - printers

    Try after unplugging your printer if necessary.
    ------------------------------------------------------------

    Check this thread - stop and disable the spooler

    http://social.answers.Microsoft.com/forums/en-us/vistaperformance/thread/a15779d6-ac0d-42FD-9Ac2-a1da241ea19f/

    and here
    http://social.answers.Microsoft.com/forums/en-us/vistahardware/thread/58b54fa9-cf6f-40F7-90b2-8093c6777493

    ------------------------------------------------------

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Try to run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    If no joy:

    Try the Startup Repair tool-

    This tells you how to access the System Recovery Options
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    Try recovery options Startup Repair

    How to do a startup repair
    http://www.Vistax64.com/tutorials/91467-startup-repair.html

    Try runnng Chkdsk of Recovery Options
    (it of a more efficient way to manage to restart the computer and might work)

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • System hangs. After loading restart all services. Windows programs do not run

    This is the third time that this problem happened.  I'm going to do something, it of to say today looking at the ESPN web site and all froze.  Even the clock froze.  I got power at the bottom and when not restarted all services are runnig.  When you try to start Access denied.  Printers have disappeared. Updates cannot do.  Care does not run.  It seems that does not load eveythhing.  The past two times, I did a factory restore and that worked but took 2 days to recover the data and programs.  Is there a way to solve the problem with the duty to do so.  Very frustrating.

    Are you logged on as ADMINISTRATOR? Right click on the line BEFORE the opening of the window?
    You can get ADMIN once it is open.

    You uncompress the file and click on the bluescreenview.exe?

    Use Safe Mode if you can - repeatedly press F8 - although this should not be necessary.

    Of course start with a Windows or repair to manage the SFC, checkdisk and other methods.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • "this computer is not running a genuine version of windows" I know that this version is authentic because it came installed with my laptop. How can I fix it?

    I get a window that says "this computer is not running a genuine version of windows" I know that this version is authentic. There is a link that says "resolve online" I clicked on the link and it opened a program who said that this version of windows is not genuine and buy a new version. This warning appears at regular intervals. What should I do? In addition I do not see the app 'Get windows 10' in the same taskbar so I can take advantage of an upgrade of the tax.

    I have run the MGADiag, and the results are as follows:

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0x8004FE21
    Validation caching Code online: n/a, hr = 0xc004f012
    Windows product key: *-* - GJY49 - VJBQ7-HYRR2
    Windows product key hash: W5/6nm6F2UPXrCkY5xUhXb / + 21 = g
    Windows product ID: 00426-OEM-8992662-00006
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 6.1.7601.2.00010100.1.0.001
    ID: {398D0EBE-3C7A-4A21-9BCF-5F4A9B93FED8} (3)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Ultimate
    Architecture: 0 x 00000009
    Build lab: 7601.win7sp1_gdr.150525 - 0603
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 100 authentic
    Microsoft Office Enterprise 2007 - 100 authentic
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3_E2AD56EA-765-d003_E2AD56EA-766-0_E2AD56EA-134-80004005_E2AD56EA-765-b01a_E2AD56EA-766-0_E2AD56EA-148-80004005_16E0B333-89-80004005_B4D0AA8B-1029-80004005

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files (x 86) \Mozilla Firefox\firefox.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->
    [File mismatch: C:\Windows\system32\slc.dll[Hr = 0x800b0100]

    Other data-->
    Office details: {398D0EBE-3C7A-4A21-9BCF-5F4A9B93FED8}1.9.0027.06.1.7601.2.00010100.1.0.001x 64*-*-*-*-HYRR200426-OEM-8992662-000062S-1-5-21-1267405743-3636759100-585774851Hewlett-PackardHP Pavilion Notebook PC g6InsydeF.1420120920000000.000000 + 00058173A07018400FE40090409India Standard Time(GMT+05:30)03HPQOEMSLIC-MPC100100Microsoft Office Enterprise 2007127480B9502DF0D86oYWOW5ayFE3pZ jvTpuXYsY64JE plus 89388-707-8722531-65066 14

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.1.7601.17514

    Name: Windows 7 Ultimate edition
    Description: operating system Windows - Windows (r) 7, channel OEM_SLP
    Activation ID: 7cfd4696-69a9-4af7-af36-ff3d12b6b6c8
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00426-00178-926-600006-02-16393-7601.0000-0242014
    Installation ID: 006466603276732001145011356603354051021166721866343391
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    The machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial product key: HYRR2
    License status: licensed
    Remaining Windows rearm count: 0
    Trust time: 21/06/2015-17:59:50

    Windows Activation Technologies-->
    HrOffline: 0x8004FE21
    HrOnline: n/a
    Beyond: 0 x 0000000000000100
    Event timestamp: 6:20:2015 17:24
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:
    Altered the file: %systemroot%\system32\slc.dll|slc.dll.mui

    --> HWID data
    Current Hash HWID: NAAAAAIAAQABAAIAAAABAAAABAABAAEA6GGQEglqXtSqHqge9HGqVORIoK8 + Mei3FuGWYw ==

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0 x 20001
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC 183 HPQOEM
    HPQOEM FACP SLIC-MPC
    HPQOEM 183 DBGP
    183RD HPET HPQOEM
    STARTUP 183 HPQOEM
    MCFG 183 HPQOEM
    WDAT 183 HPQOEM
    UEFI 183 HPQOEM
    ASF! 183 HPQOEM
    SLIC SLIC-MPC HPQOEM
    SSDT HPQOEM INSYDE
    ASPT 183 HPQOEM
    HPQOEM 183 FPDT
    SSDT HPQOEM INSYDE
    SSDT HPQOEM INSYDE
    SSDT HPQOEM INSYDE

    The installed key is indeed for an ACER computer - and ONLY valid on this brand.

    You must reformat and reinstall with the help of authentic materials and key - HP!

  • This computer is not running windows genuine with error HrOffline: 0x8004FE21.

    Original title: this computer is not running genuine windows...

    So, I had this PC for about 3 years now, and even more. Since this computer was bought so long ago and not even by me, but my mother, I don't know where all the CD or have papers for it. However, I know for a fact that this computer IS running Windows. I've never had this problem before. It started to appear about 4 days ago. I read everywhere and I'm not entirely sure what I need to do about it because it seems that there are many different solutions to this problem. The only new thing I added to this computer was wifi. I added a TP-Link 450 Mbps Wireless-N dual band PCI Express Adapter. TL-WDN4800 model number. I had to open the computer, put it in and install the stuff that goes with it. I did about a week or two before this message starts to appear. I don't know if this could be the reason for the message «this computer is not running genuine windows...» "is displayed.

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0x8004FE21
    Code of Validation caching online: 0x0
    Windows product key: *-* - 73CQT - WMF7J-3Q6C9
    Windows product key hash: RmurcM3ZxzWyfEP9WtPUJw = + KaFG
    Windows product ID: 00359-OEM-8992687-00010
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 6.1.7600.2.00010300.0.0.003
    ID: {902D3DE7-22CC-4313-B67B-77E9F5BD0FA8} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Home Premium
    Architecture: 0 x 00000009
    Build lab: 7600.win7_gdr.130318 - 1532
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 109 n/a
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->
    [File mismatch: C:\Windows\system32\wat\watadminsvc.exe[7.1.7600.16395], Hr = 0 x 80092003
    [File mismatch: C:\Windows\system32\wat\watux.exe[7.1.7600.16395], Hr = 0 x 80092003
    [File mismatch: C:\Windows\system32\sppobjs.dll[6.1.7600.16385], Hr = 0 x 80092003
    [File mismatch: C:\Windows\system32\sppc.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppcext.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppwinob.dll[6.1.7600.16385], Hr = 0 x 80092003
    [File mismatch: C:\Windows\system32\slc.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\slcext.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppuinotify.dll[6.1.7600.16385], Hr = 0 x 80092003
    [File mismatch: C:\Windows\system32\slui.exe[6.1.7600.16385], Hr = 0 x 80092003
    [File mismatch: C:\Windows\system32\sppcomapi.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppcommdlg.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\sppsvc.exe[6.1.7600.16385], Hr = 0 x 80092003
    [File mismatch: C:\Windows\system32\drivers\spsys.sys[6.1.7127.0], Hr = 0 x 80092003
    [File mismatch: C:\Windows\system32\drivers\spldr.sys[6.1.7127.0], Hr = 0 x 80092003
    [File mismatch: C:\Windows\system32\systemcpl.dll[6.1.7600.16385], Hr = 0x800b0100
    [File mismatch: C:\Windows\system32\user32.dll[6.1.7600.16385], Hr = 0x800b0100

    Other data-->
    Office details: {902D3DE7-22CC-4313-B67B-77E9F5BD0FA8}1.9.0027.06.1.7600.2.00010300.0.0.003x 64*-*-*-*-3Q6C900359-OEM-8992687-000102S-1-5-21-4003750831-1906939945-749706782Hewlett-Packardp6715fAmerican Megatrends Inc.. 6.14 20101105000000.000000 + 00008B93607018400FC04090409Time(GMT-05:00) Standard is03HPQOEMSLIC-CPC109

    Content Spsys.log: 0 x 80070002

    License data-->
    The software licensing service version: 6.1.7600.16385

    Name: Windows 7 HomePremium edition
    Description: operating system Windows - Windows (r) 7, channel OEM_SLP
    Activation ID: d2c04e90-c3dd-4260-b0f3-f845f5d27d64
    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 00359-00178-926-800010-02-1033-7600.0000-2052009
    Installation ID: 014663125430160295483655688094396604208084972533908496
    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338
    The machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339
    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341
    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340
    Partial product key: 3Q6C9
    License status: licensed
    Remaining Windows rearm count: 2
    Time to trust: 23/08/2014-20:04:05

    Windows Activation Technologies-->
    HrOffline: 0x8004FE21
    HrOnline: n/a
    Beyond: 0x000000000001EFF0
    Event timestamp: 8:22:2014 23:29
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:
    Altered the file: %systemroot%\system32\sppobjs.dll
    Altered the file: %systemroot%\system32\sppc.dll|sppc.dll.mui
    Altered the file: %systemroot%\system32\sppcext.dll|sppcext.dll.mui
    Altered the file: %systemroot%\system32\sppwinob.dll
    Altered the file: %systemroot%\system32\slc.dll|slc.dll.mui
    Altered the file: %systemroot%\system32\slcext.dll|slcext.dll.mui
    Altered the file: %systemroot%\system32\sppuinotify.dll|sppuinotify.dll.mui
    Tampered files: Check %systemroot%\system32\slui.exe|slui.exe.mui|COM
    Altered the file: %systemroot%\system32\sppcomapi.dll|sppcomapi.dll.mui
    Altered the file: %systemroot%\system32\sppcommdlg.dll|sppcommdlg.dll.mui
    Altered the file: %systemroot%\system32\sppsvc.exe|sppsvc.exe.mui
    Altered the file: %systemroot%\system32\drivers\spsys.sys

    --> HWID data
    Current Hash HWID: LgAAAAEAAAABAAEAAQACAAAAAgABAAEAliuq8PB1jt4qFsQxAkwvAyys7DZcXQ ==

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0 x 20001
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    HPQOEM APIC-SLIC-CPC
    FACP SLIC-CPC HPQOEM
    HPET SLIC-CPC HPQOEM
    MCFG SLIC-CPC HPQOEM
    SLIC SLIC-CPC HPQOEM
    LASRYVITRAGE HPQOEM SLIC-CPC
    SSDT HPQOEM SLIC-CPC
    GSCI HPQOEM SLIC-CPC
    SSDT HPQOEM SLIC-CPC

    Try the solutions in the following thread:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_install/after-running-happily-for-a-couple-of-years-IM-now/fa800e6c-E405-46E8-8c1A-9c59629df404

  • My product activation code is now missing from the computer and I recently received a message that my computer is not running genuine Windows.

    I recently received a message that my computer is not running genuine Windows. The product activation code is now missing from the computer. I had the computer for two years and I'm a product of the case but no way Code to enter as there is no "Acivate Windows option available". In addition, just slui.exe tells me that he didn't and to communicate with the gateway manufacturer. Any suggestions?

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0x8004FE21
    Validation caching Code online: n/a, hr = 0xc0000022
    Windows product key: *-* - WJ2H8 - R6B6D-7QJB7
    The Windows Product Key hash: ckKNc + BBPDWmo1LUlOkraNjlQ34 =
    Windows product ID: 00359-OEM-8992687-00006
    Windows product ID type: 2
    Windows license Type: OEM SLP
    The Windows OS version: 6.1.7601.2.00010300.1.0.003
    ID: {131481F2-8F22-45C4-AB3C-790AED5B7081} (3)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Product name: Windows 7 Home Premium
    Architecture: 0 x 00000009
    Build lab: 7601.win7sp1_gdr.110622 - 1506
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002
    OGAExec.exe signed by: n/a, hr = 0 x 80070002
    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->
    Office status: 100 authentic
    Microsoft Office Enterprise 2007 - 100 authentic
    OGA Version: N/a, 0 x 80070002
    Signed by: n/a, hr = 0 x 80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Users\Kevin\AppData\Local\Google\Chrome\Application\chrome.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {131481F2-8F22-45C4-AB3C-790AED5B7081}1.9.0027.06.1.7601.2.00010300.1.0.003x 64*-*-*-*-7QJB700359-OEM-8992687-000062S-1-5-21-619933626-1398643452-1551818003GatewaySX2851American Megatrends Inc.. P01-A0 20101116000000.000000 + 000CCB23507018400FC04090409Eastern Standard Time(GMT-05:00)03ACRSYSACRPRDCT100100Microsoft Office Enterprise 200712ywReFrpiwGS5KjJd3wYnxyLIKEE =89388-707-4551751-6501614 3CD066791E2A586

    Content Spsys.log: 0 x 80070002

    License data-->
    On a computer running Microsoft Windows non-core, run ' slui.exe 0x2a 0 x 80070426' to display the error text. "
    Error: 0x80070426

    Windows Activation Technologies-->
    HrOffline: 0x8004FE21
    HrOnline: n/a
    Beyond: 0 x 0001000000000000
    Event timestamp: 9:25:2011 15:31
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:
    Altered Service: sppsvc

    --> HWID data
    Current HWID hash: MAAAAAEAAQABAAIAAAABAAAAAwABAAEA6GFEEqg3RLFazIA5mCewUIycXq0YOVxd

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0 x 20001
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    APIC ACRSYS APIC1334
    FACP ACRSYS FACP1334
    HPET ACRSYS OEMHPET
    MCFG ACRSYS OEMMCFG
    SLIC ACRSYS ACRPRDCT
    LASRYVITRAGE ACRSYS OEMB1334
    GSCI ACRSYS GMCHSCI
    AWMI ACRSYS OEMB1334
    SSDT DpgPmm CpuPm

    Noel,.

    Thank you I enjoyed your attention and your support.

    I called and Microsoft went through basically the same things that you suggested.

    We did a system restore (at an earlier date) and fortunately he fixed itrself. I'm good to go.

    Who knows why it happened.

    Kevin

  • I have a html file and in it, I have a PHP contact form. However, the html code does not run php. pls help... Thank you

    I wrote a simple html Web page with menus and pull-down (using Dreamweaver) which also includes a contact form. The contact form is in PHP. However, when I run the html file, all right and that the contact form appears, however, she does not run PHP code. Do I have to make any changes of setting or download all the files? Thank you very much

    If you run your own apache server, then you need also a mail server, but if you use a hosted service then your host should have the scripts and HTML on their Web site.  Otherwise, you can use Wufoo free version and you can create your own form and code (JavaScript) that can be integrated into your HTML page. I used Wufoo in Joomla sites and it works very well.

  • The class or interface ' MouseEvent' could not be loaded. "

    function upScrollText(evt:MouseEvent):void {}
    tSpeech.scrollV-= 1;
    }
    bscrollup.addEventListener (MouseUp.CLICK.upScrollTex);

    Do you know why I got the errors below?

    The class or interface 'MouseEvent' could not be loaded.    Function upScrollText(evt:MouseEvent):void {}

    I upgraded my Flash CS4 CS2 and I learned from these action script a sequel - course line, it works on their CS3.

    Someone knows why?

    Thank you

    Khalfaoui

    because you are publishing AS2 and as3 code.

    to remedy this, click settings file/publish/Flash and the actionscript version drop-down list, select a.s.3.

  • Could not create Java class: associated with the region:

    Hi all

    I extend the gamepad standard oracle.apps.pos.supplier.webui.SuppSummCO
    With a controller custom xxmycomp.oracle.apps.pos.supplier.webui.XXSuppSummCO

    I built the project in my local JDEV
    Updated the custom controller and place it under $JAVA_TOP
    I even checked by ls-l $JAVA_TOP/xxmycomp/oracle/apps/pos/supplier/webui/XXSuppSummCO.class


    I gave all the folder permissions of xxmycomp under $JAVA_TOP (chmod-r 777 xxmycomp)

    I did the rebound in core OC4J

    After you have set the controller custom level of personalization of the region site.
    When I'm back to the application, I get the following error

    oracle.apps.fnd.framework.OAException: could not create Java class: (xxmycomp.oracle.apps.pos.supplier.webui.XXSuppSummCO) associated with the area: (PageLayoutRN). It is probably because the class name is incorrect or not included in the project.
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2559)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1894)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:538)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:426)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    to the RFjspService(_RF.java:225)



    The custom controller is for test and has only the following code

    public void processRequest (OAPageContext oapagecontext,
    OAWebBean oawebbean)
    {
    super.processRequest (oapagecontext, oawebbean);
    }

    public void processFormRequest (OAPageContext oapagecontext,
    OAWebBean oawebbean)
    {
    super.processFormRequest (oapagecontext, oawebbean);
    }

    I created the directory xxmycomp under $JAVA_TOP
    I have read only access to the other directories under $JAVA_TOP outside xxmycomp.

    Can someone help me solve this error?

    I do the same steps in another case where it works very well.




    Kind regards
    Chaouki

    Two things:
    1. check that you have moved the code of the application server and database server
    2. check the path (spaces, upper/lower case etc.)
    3. check the permissions of the file.

    If all goes well, then make a backup of existing on the server controller and redeploy the file (compile the file in Jdeveloper, after removal of the myclasses directory). Bounce the server.

    Concerning
    Sumit

  • iOS10 update; iPad 2 Air not USB load with certified Amazon lightning cable

    iPad 2 Air and iOS 10: been using an Amazon certified cable lighting to load and iTunes connect via the USB port of > 1 year without any problem. Updated to iOS 10, now the certified cable doesn't load a USB port. It always connects to iTunes, but the sign of the battery flashes the fresh green symbol for 1 second then said stops and says 'no charge '. Tried on 2 USBs and 2 PC with the same result. Tried another brand cable via USB and it costs.

    When I plug this cable from Amazon in the wall charger, it will load. Seems to be something with the iOS10 not recognize the USB load now on this certified cable. I didn't call Apple support on that too, they have no idea what's going on. Their answer is to use an Apple cable of course. Any help is appreciated.

    The cable of the Amazon is located here:

    https://www.Amazon.com/DP/B010U3XVMU/ref=cm_cr_ryp_prd_ttl_sol_0

    It seems there is no real solution beyond using another cable. There were a few people with this problem since iOS10 came out, so it's likely Apple changed something in the settings. As they changed it, it's either a mistake which will mysteriously set with the next update or it's going to be permanent.

Maybe you are looking for