WS TP fails to compile the kernel 3.10.0 - 0-generic [SOLVED]

Host: Ubuntu 13.10 kernel 3.10.0 - 0-generic

VMware modules fail to rely on this core

The end of the vmware Installer log

2013-06-28 01:56:35, 080] stop VMware services:
Demon of authentication makes VMware
VM communication interface socket family is
Virtual machine communication interface is
Virtual machine monitor makes
File system is blocking

[2013-06-28 01:56:35, 542] Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface is
VM communication interface socket family is
File system is blocking
Virtual Ethernet failed
Demon of authentication makes VMware

The vmware Installer full log attached as a .tar file.

Kernel engineers can work on that?  Guess it must be done before the final release, but it would be much sooner.

There is a patch for the kernel rc 3.10 posted WS 9.0.2 forum but the author (if I read him correctly) seems to say that he didn't need the vmblock module which does not work for me.

Follow thisL

https://wiki.archlinux.org/index.php/VMware

Host: Ubuntu 13.10 Kernel (sallets) 3.10.0 - 2-generic

Client: Windows 8 x 65

Comments have VMware Tools installed and has been fully patched.

Tags: VMware

Similar Questions

  • Failed to retrieve the kernel symbols.

    Hello

    I was wondering if anyone else has had it before. For some unknown reason, my VM Win7x64 which I use very good for 2 or 3 years has stopped working. When I try to run it, it comes up with the following error messages; I have to click OK to go to the next message. I uninstalled VMWare and I have restored the virtual machine to start a VM work last week. None of them worked and now I need help.

    Failed to retrieve the kernel symbols.

    Could not initialize the surveillance apparatus.

    Internal error.

    VMWare Pro - 6.0.1 (1331545O

    Help, please

    Hi farbeyond,.

    Please see the post of karthikg2013 here: Re: my Virtual Machine unbootable molten

    See you soon,.

    --

    Darius

  • Ant fails to compile the modules that use the interfaces

    Hi, I have a major problem to compile flex with ANT modules.

    I'll try to give ALL the necessary information, so we can avoid unnecessary questions novice days.

    I have an application that uses a lot of modules.  They compile perfectly in flash builder.

    First question.  How can I get flashbuilder 4.7 to show me the command line that he uses for mxmlc?  If I could see it, I could do it all myself.

    Second question: what is the problem with my work below?

    I have a module that looks like this:

    <? XML version = "1.0" encoding = "utf-8"? >

    " < = xmlns:fx s:Module ' http://ns.Adobe.com/MXML/2009 "

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/mx".

    Implements = "com. Hof.lobby.modules.IVolatileAssets ".

    Width = "400" height = "300".

    creationComplete = "onDummy (event)" "

    >

    Inside this module, I have several other properties that are themselves instances of type various other interfaces.

    When I build the main application, all right.

    I created a macrodef of ANT to build all my modules effectively.

    < name macrodef = "buildModule" >

    < attribute name = "module name" default = "none" / >

    < attribute name = "module-package" default = "none" / >

    < attribute name = "out-path" default = "'." / > "

    < sequence >

    < echo message = "building @{module-name} for @{out-path}/@{module-name}.swf" / >} "

    "< file="${APP_ROOT}/src/@{module-package}/@{module-name}.mxml mxmlc ".

    output="${DEPLOY_DIR}/@{out-path}/@{module-name}.swf".

    Keep-generated-actionscript = "false".

    incremental = "false".

    Debug = 'true '.

    fork = "true".

    external load-trainees = "${ANT_ROOT}" / link - report.xml ' "

    optimize = "false".

    >

    < filename="${FLEX_HOME}/frameworks/flex-config.xml"/ load-config >

    < path-element source-path = "${FLEX_HOME} / frameworks" / >

    < compile .library-path dir = "${HOF_COMMON_ROOT}" append = "true" >

    < name = 'bin' / >

    < / compile .library-path >

    < compile .library-path dir = "${APP_ROOT} ' append ="true">

    < name = 'java' / >

    < / compile .library-path >

    < compile .library-path dir = "${FLEX_HOME} ' / managers ' append ="true">"

    < name = 'java' / >

    "" < name = "... /bundles/ {local}" / >

    < / compile .library-path >

    < path-element source-path = "${APP_ROOT} / src/locale / {local}" / >

    < / mxmlc >

    < / sequential >

    < / macrodef >

    < target name = "modulesDebug" depends = "lobbyDependencies" description = "Building the Hall modules for debug" >

    <!-< buildModule-module = module package "InboxDlg" name = "com/hof/Hall/modules/dlgs" off-path = "modules3/dlgs" / >-->

    < buildModule-name of the module = module package 'VolatileAssets' = ' com/hof/Hall/modules' off-path = "modules3" / >

    < / target >

    Then, when I run this goal, I get the following result:

    modulesDebug:

    [echo] building modules3/VolatileAssets.swf VolatileAssets

    [mxmlc] F:\var\sdk\flex_sdk_4.5.1.21328A\frameworks\flex-config.xml configuration file

    [mxmlc] F:\var\projects\hof\svn2.---.com\lobby\branches\3.1.39.0\src\com\hof\lobby\modules\Vola tileAssets.mxml(-1): Error: IVolatileAssets Interface was not found.

    [mxmlc] <? XML version = "1.0" encoding = "utf-8"? >

    BUILD FAILED

    F:\var\projects\hof\svn2.---.com\lobby\branches\3.1.39.0\build.XML:98: The following error occurred during the execution of this line:

    F:\var\projects\hof\svn2.---.com\lobby\branches\3.1.39.0\build.XML:51: mxmlc task impossible.

    Total time: 7 seconds

    If I remove the implements attribute in the definition of the module component, then I get a failure cascaded to EVERY SINGLE interface in the module.

    Basically something is causing ANT to fail to load the def for ANY interface class in the module.

    What on earth am I doing wrong?

    Help, please.

    Thank you.

    I answer my own thread because I absolutely HATE when I see a message with the problem I have and no response.

    Here is the answer to the problem:

    I had to create an external configuration file and load it with

    the content of ModuleConfig.xml re - defines almost every configuration framework.  None of them seem to non-standard for me...

    Basically I defined just to be what it SHOULD be and responsible for the config file after I applied the default flex - config.xml in the SDK.

    do what I posted below and it will work.

    so now my macrodef is:

    output="${DEPLOY_DIR}/@{out-path}/@{module-name}.swf".

    Keep-generated-actionscript = "false".

    incremental = "true".

    Debug="@{debug}.

    fork = "true".

    optimize = "false".

    Size-Report="${basedir}/Reports/@{module-Name}-size_report. XML ".

    >

    and my ModuleConfig file:

    http://www.Adobe.com/2006/flex-config">

    fake

    true

    flash.fonts.JREFontManager

    flash.fonts.BatikFontManager

    flash.fonts.AFEFontManager

    flash.fonts.CFFFontManager

    ${basedir} / src/locale / {local}

    ${basedir} / src

    true

    ${FLEX_HOME}frameworks/themes/Spark/spark.css

    http://ns.Adobe.com/MXML/2009

    ${FLEX_HOME} frames/mxml-2009 - manifest.xml

    Library://ns.Adobe.com/Flex/spark

    Frames/spark - manifest.xml ${FLEX_HOME}

    Library://ns.Adobe.com/Flex/MX

    Frames/mx - manifest.xml ${FLEX_HOME}

    http://www.Adobe.com/2006/MXML

    Frames/mxml - manifest.xml ${FLEX_HOME}

    Managers or the locale ${FLEX_HOME} / {local}

    ${FLEX_HOME}frameworks/libs/rpc.swc

    ${FLEX_HOME}frameworks/libs/osmf.swc

    ${FLEX_HOME}frameworks/libs/spark.swc

    ${FLEX_HOME}frameworks/libs/charts.swc

    ${FLEX_HOME}frameworks/libs/framework.swc

    ${FLEX_HOME}frameworks/libs/spark_dmv.swc

    ${FLEX_HOME}frameworks/libs/sparkskins.swc

    ${FLEX_HOME}frameworks/libs/textLayout.swc

    ${FLEX_HOME}frameworks/libs/advancedgrids.swc

    ${FLEX_HOME}frameworks/libs/authoringsupport.swc

    ${FLEX_HOME}frameworks/libs/flash-integration.swc

    ${FLEX_HOME}frameworks/libs/mx/mx.swc

    -owners libs - redacted-

    ${FLEX_HOME}frameworks/libs/player/10.2/playerglobal.swc

    en_US

    es_ES

    en_US

    IT_IT

    10.2

    11

    fake

    ${FLEX_HOME}frameworks/libs/framework.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/framework_4.5.1.21489.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    framework_4.5.1.21489.SWZ

    ${FLEX_HOME}frameworks/libs/textLayout.swc

    http://fpdownload.Adobe.com/pub/SWZ/tlf/2.0.0.232/textLayout_2.0.0.232.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    textLayout_2.0.0.232.swz

    ${FLEX_HOME}frameworks/libs/osmf.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/osmf_1.0.0.16316.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    osmf_1.0.0.16316.SWZ

    ${FLEX_HOME}frameworks/libs/spark.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/spark_4.5.1.21489.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    spark_4.5.1.21489.SWZ

    ${FLEX_HOME}frameworks/libs/sparkskins.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/sparkskins_4.5.1.21328.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    sparkskins_4.5.1.21328.SWZ

    ${FLEX_HOME}frameworks/libs/rpc.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/rpc_4.5.1.21328.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    rpc_4.5.1.21328.SWZ

    ${FLEX_HOME}frameworks/libs/charts.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/charts_4.5.1.21328.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    charts_4.5.1.21328.SWZ

    ${FLEX_HOME}frameworks/libs/spark_dmv.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/spark_dmv_4.5.1.21328.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    spark_dmv_4.5.1.21328.SWZ

    ${FLEX_HOME}frameworks/libs/mx/mx.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/MX_4.5.1.21489.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    MX_4.5.1.21489.SWZ

    ${FLEX_HOME}frameworks/libs/advancedgrids.swc

    http://fpdownload.Adobe.com/pub/SWZ/Flex/4.5.1.21328/advancedgrids_4.5.1.21328.SWZ

    http://fpdownload.Adobe.com/pub/SWZ/crossdomain.XML

    advancedgrids_4.5.1.21328.SWZ

    ${APP_ROOT}/src/@{module-package}/@{module-name}.mxml

    ${DEPLOY_DIR}/@{out-path}/@{module-name}.swf

  • How to deal with the error "failed to get the kernel function pointer".

    I was running smoothly first Pro CC all day today. I stopped at the end of the day and now when I try to launch first yet, only a few hours later, the program will not open and I get the error "unable to get the kernel function pointer.  Help!

    I run first on a Macbook pro i5 processor at 2.3 Ghz with 16 GB RAM, graphic card 512 MB intel HD 3000 running OS 10.10.3.  It worked well (although sometimes a little slowly) for one year. I keep the project file on the portable hard drive, media files on a port firewire 800 Gdrive.  It has been working well.

    The only thing that happened between the first success today and refusal to open the first tonight, I ran something of card/holiday calendar interactive multimedia for my son that I had installed a few days ago but not yet opened. When he installed Abobe AIR opened and did the installation.  To see if this can help, I uninstalled the holiday card and rebooted the computer a couple of times. No dice.

    Help!  Luke

    I have the same problem on several machines. What seems to be the case is first is losing track hence basic audio filters are on the system. The only solution that works for me is uninstalling first, then put it back. I found myself to do this every day or almost.

  • Failed to retrieve the kernel symbols does not have not to initialize the monitoring device can not find valid peer to connect to

    Hello

    I use vmware fusion 5.0.3 on osx 10.7.5. When I start the VM I get these three messages.

    Following this article, I opened the package VM and deleted the .nvram file.

    Still no go.

    I'm a fool. I had renamed some time ago mach_kernel file to test the caching of kernel from loading. This article Impossible to retrieve the kernel symbols gave me the idea to check the file mach.

  • Im trying to find my windows oc disk and I keep getting an error shell excute ex failed; Code 87 the parameter is incorrect how can I solve this problem

    Im trying to get my disk of oc windows, and I get an error shell excute ex failed; Code 87 the parameter is incorrect. Please help me

    How can I solve this problem. Thank you.

    Hello

    You did it changes on the computer before the problem started?

    I suggest you perform a startup repair.

    See these articles for help:

    http://Windows.Microsoft.com/en-us/Windows-Vista/startup-repair-frequently-asked-questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/how-do-I-fix-a-boot-startup-problem

  • Failed to upgrade the kernel

    I m run the upgrade of the DMS to 5.2 so everything first, I had to go to 5.1, now I m trying to update core A1 in DMP4305 but when I creates the task advanced to a firmware that I can not choose the file I need after that I have to download as a new asset in the library.

    Hope you have comments.

    Thank you

    The DMP is running Firmware 5.0 and 5.1 kernel.

    -->, You must first upgrade the Firmware 5.0 to 5.1.

    --> Once the Firmware is upgraded to 5.1 and the DMP rebooted & verified the upgrade succeeded then

    5.2 kernel upgrade.  and then the Firmware 5.2.

    Screenshots tell him all the 8-)

    T.

  • Wipe the SSD Macbook Air mid-2013 and try to use the internet recovery but fail. Error log: failed to copy the kernel cache

    MacBook Air mid-2013 was clean.

    I try to reinstall Mac OS X Lion mountain 10.8 but after downloading of song made all of a sudden the error appear:

    Cannot copy kernelcache.

    Help, please... How to recover my macbook.

    Thank you

    Restart the computer. Immediately after the chime, press Command + Option + R until a globe appears. The Utility Menu appears in 5 to 20 minutes. Be patient.

    1. Select utility disc in the Menu Utility, then click the continue button.
    2. Loading disk utility, select the drive (entrance Out-bumpy) in the list to one side.
    3. Click the Partition tab in the main window of disk utility. A panel will fall.
    4. Set the GUID partition scheme.
    5. Define the type of Format Mac OS extended (journaled).
    6. Click the apply button, and then wait for the fact button to activate.
    7. Quit disk utility and re-enter the Utility Menu.
    8. Select reinstall OS X and click on the continue button.
  • fail to compile the shared library vorbis for BB10

    I'm using the SDK native on Windows 7 and downloaded the source from Github OggVorbis-Blackberry code. I create a shared library project and import the source code to IDE, but finally get a static version. The makefile contains built in a static library it is not shared. How to solve the problem? I don't know how to use autotools in Windows 7. Can I rebuild the autoconf and automake files in Linux and copy files to Windows 7? Thank you.

    If you are not fluent with the Makefiles then use managed build.

    > I create a shared library project and import the source code of the IDE, but finally get a static version.

    Make sure you have - here shared key:

  • Update Vista Update Readiness Tool system for Windows Vista (KB947821) [September 2009] - Installation failed due to the error Code 09370001 - how can I solve this problem?

    I have the same error Code 09370001 which appears whenever my PC is trying to install the update: System Readiness Tool for Windows Vista KB947821... I have 7 failures of my PC, try to install this update.

    My system is:
    Windows Vista Premium Hm
    Intel (r) Core (TM) 2 Duo processor T7250 @ 2.00 GHz
    3.00 GB RAM
    Mobile Intel (r) 965 Express Chipset Family

    Can someone guide me how I can get this update to install?

    Thank you so much in advance.

    Free unlimited installation and compatibility support is available for Windows Vista, but only for Service Pack 2 (SP2). This support, initially planned to end on November 26, 2009, has been extended until February 26, 2010. Availability of support chat or messaging differs depending on your location. Some questions may require that more support for which he is advanced a charge.  Go to http://support.microsoft.com/oas/default.aspx?prid=13014&gprid=582034 & select appropriate category (i.e., download problem;) Installation problem; Problems after installing a service pack). ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Acrobat failed to load the DLL base. How do I solve this problem

    Reinstll Adobe reader has been tried but nothing seems to change for the better

    Hi Leifstromberg,

    ·         You have to follow the suggestion given by Job Sam Varkey dated June 4, 2012?

    Referral link: http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_programs/i-have-w-xp-sp3-suddenly-adobe-reader-showed-the/fbce426b-c3d4-4ded-9d07-5b4750cf67b7

    I suggest you follow these suggestions and respond with results.

    Avoid creating threads in duplicate on the same issue.

  • Compilation of modules for an installed, but not running in the kernel?

    With

    LANG = C vmware-modconfig - console - install-all

    I can compile the kernel running modules. But how can I compile the kernel modules does not?

    Think about it.  You can't unlees you start with the kernel that is not running.

  • Cannot start VM Workstation 9 (update of the kernel)

    Hello

    I just installed VM WK on my debian 6.0 9.0 64 bit and when I try to start the drive or worksation I get this error

    What should I do? I'm stuck...

    Thanks for your help

    458626Sanstitre.png

    Since I'm on install Kubuntu 13.04 on my wife's machine, I have a few minutes to look on Google - you should also.  But I found what you wanted - I know for sure WS will install on Squeeze.  The only difference here is that it is talkinig about 7 WS - however I doubt there has been a regression in hsots withi WS 9 support.  Now if you said that you have followed all of these steps I posted just on top and it is not yet install maybe someone else can help you.  I instgalled WS 9 on 7 Debian Wheezy with kernel 3.2.x so I don't think it's a problem.  You might want to try downloadinig for Wheezy Debian-Installer - I'll leave you to find it.

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

    1. first download the file of
    http://downloads.VMware.com/d/info/desktop_downloads/vmware_workstation/7_0 (must register or should have an account to download, select 32-bit or amd64 bit).

    2. After you download permission executable file as user root.
    chmod + x VMware-Workstation-Full - 7.1.3 - 324285.x86_64.bundle

    3. that just installed by giving the command
    #./VMware-Workstation-Full-7.1.3-324285.x86_64.bundle

    He invited for the contract of license, product updates, directory eclipse debugger virtual, eclipse debugger c, c ++ plugins etc just select Yes or no based on requirements and finally press enter we start to install.

    4. after the installation of debian, go to Applications-> System Tools-> VMware Workstation and open.

    While the opening display a prompt saying VMware Kernel Module Updater stating Kernel Release 2.6.xx - x-amd64 not found header or specify the prompt where the header of the kernel to install.

    5. what installed the debian kernel headers giving
    # apt - get install linux-headers - 2.6.xx - x-amd64

    After that, close the window and rebooted again.

    6. then all starting a prompt appears indicating ""before you can run VMware, several modules must be compiled and loaded by running in the kernel currently running. "just chose install." prompt to indicate the root password and continue.

    7. immediately asked to enter a new window indicating "failed to generate the kernel module see Journal of the /tmp/vmware-root/setup-3037.log (which is the compiler and the necessary reinforcement of the tools were not installed).»

    8 install the build-essential package by
    # apt - get install build-essential

    9. that yet once I went back and selected the option to install it started running very well.

    10. every thing made, prompted the license agreement and finally started.
    Note: A registered key is required to start working with it.

    Googd luck and adios.

  • Mavericks 10.9.1 with Fusion 5.0.4 cannot retrieve the kernel symbols

    I used my VM yesterday and opened my laptop today for the following errors.

    Failed to retrieve the kernel symbols

    Failed to initialize the device monitor

    Cannot find a valid peer to connect to


    Here are the steps of troubleshooting, I found other posts.

    uname - a

    Darwin private-mbp-2 13.0.0 Darwin Kernel Version 13.0.0: Sun Sep 19 22:22:27 CDT 2013; root:XNU-2422.1.72~6/RELEASE_X86_64 x86_64

    system_profiler SPSoftwareDataType

    Software:

    Presentation of the system software:

    The system version: OS X 10.9.1 (B 13, 42)

    Kernel version: 13.0.0 Darwin

    Boot volume: Macintosh HD

    Boot Mode: Normal

    Name of the computer: MacBook Pro of Rob

    Username: Rob

    Ensure the virtual memory: enabled

    Since the start time: 05:25

    ls-l /mach_kernel


    -rwxr-xr-x @ 1 root wheel 0 18 Feb 09:35 /mach_kernel


    I noticed that the mach_kernel was missing and I touch /mach_kernel.


    Any suggestions on how to get this working again?

    beyonder74 wrote: How do I replace the mach_kernel file?

    If you use Time Machine you could restore it from there, but you will first need to use the following command in a Terminal to show hidden system files.  Tip: Copy and paste the commands vs type!

    write QLEnableXRayFolders AppleShowAllFiles TRUE; Killall Finder

    Then, go to Time Machine and restore it and use later...

    write QLEnableXRayFolders AppleShowAllFiles FALSE; Killall Finder

    To hide hidden system files.

    If you do not use the Time Machine , normally we can (re) install the latest Combo update to restore it but there wasn't one, but for OS X 10.9 Mavericks so you'll need to get a copy of another OS X 10.9.0 or 10.9.1 install as it is the same in both.

    Worst case scenario, take a look on: OS X Mavericks: reinstall OS X

  • LOOK for iOS, 'HelloWorld' fails to compile

    Flash CS 5.5 v11.5.1.349

    Windows 7 Professional SP 1

    I get the compile error when you post AIR for iOS (Flash Cs 5.5). It does not, what is wrong, said simply that he was unable to compile the files.

    "Error creating files.
    Failed to compile... »

    The application is simple - is the example Hello World in the help section, but it still does not work. (Of course, I have all the necessary certificates created.) What is even more interesting, the same fla without changing file compiles well on Flash CS5.5 my colleague, even if (11.5.1.349) versions are identical.

    The only time I get that error is when a file is in use (or Windows thinks it's) because he has started or selected in Windows Explorer, then you will fail to compile the SWF itself. Otherwise, do not hit browse and specifically defining the path to export product also the error for me.

    Is generated all SWF? If so, it has a size (> 0Ko)?

    One thing you should definitely do more than overlay latest Adobe Flash CS5.5 AIR. This will ensure that you have all the latest patches and updates to AIR for iOS. This may solve your problem.

    Download the SDK here:

    http://www.Adobe.com/devnet/air/air-SDK-download.html

    Instructions on layering (disregard the version number difference, simply use the correct number of AIR, you're coming to overlap instead, from 13 to 16):

    http://helpx.Adobe.com/x-productkb/multi/overlay-air-SDK-Flash-Professional.html

    I also recommend to download and update Flash CS5.5 to have the latest version of Flash Player. This is so you can target and test using the version 16 (11.3 flash drive). Here is the download page for the Flash Player the latest debuggers, playerglobal.swc, etc.. :

    http://www.Adobe.com/support/flashplayer/downloads.html

    There is not a lot of information out there on how to install it in Flash CS5.5 but I'll give you the general jist:

    -Close Flash Pro

    -Install 2 browser plugins (activeX and plugin according to the debuggers)

    -Download the "projector content Debugger" and crush the FlashPlayerDebugger.exe in this default path: C:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\Players\Debug

    -Download the "projector" and crush the FlashPlayer.exe in this default path: C:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\Players\Release

    -Download the playerglobal.swc (make sure that it has named exactly that), then navigate to the default path: C:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\Common\Configuration\ActionScript 3.0

    -Create a folder in this path called "FP11.3" and place the playerglobal.swc in there.

    -Navigate to the default folder C:\Program Files (x 86) \Adobe\Adobe Flash CS5.5\Common\Configuration\Players

    -Duplicate the last FlashPlayer1x_x.xml file and name it FlashPlayer11_3.xml.

    -Change the file. Change the lines accordingly, the parts in bold are the changes:

    Flash Player 11.3

    Now you can restart flash and your target publication, you should see Flash Player 11.3 as target.

    To check 11.3 is installed correctly open a new AS3 document and paste this code and then run it using the DEBUGGER.

    Do not simply press CTRL +, it is just a player. Use CTRL + SHIFT + ENTER. You should now see the version followed 11.

    Here is the script code of the simple framework:

    import flash.system.Capabilities;

    trace (Capabilities.version);

    For using the debugger (CTRL + SHIFT + ENTER) I see: WIN 11,3,300,257

    For me using just came out (CTRL + ENTER): WIN 10,2,153,2

Maybe you are looking for

  • I want to scroll a page of research

    HelloHow to set the page scroll mode?I want to be able to use the up/down button to be able to roll the page up and down when I asked google to search for a topic. Today, I get small arrows on the left hand side facing the different possible answers,

  • Wireless does not work on Satellite A40-151

    Hi I have a laptop Toshiba SA40-151 model no PSA40E-OCQ1E-EN.I just installed my new internet modem orange live box and am currently using the LAN connection cable. However, the box is cabable wireless and I want to get wireless laptop too. I followe

  • update graphics on slimline s3700y

    I can through my computer graphics / amd athlon x 2 5000 + 2.60 ghz / 320 Premium/Vista 3 GB hard

  • Cannot reset iMessage to a new number?

    I tried all the tricks on the support site and the positions in this community... I live in the Mexico and had a chip Telcel and Movistar with a new number, and now no matter what I do to troubleshoot it, the old number appears. Has anyone found it?

  • Change the parental email for XBox

    How can I change the parental email for the xbox