PS Format custom Plugin - problem reading files > 2 GB & < 4GB

This question is fixable in our format plugin code, or is this a limitation of photoshop?

I am new to Photoshop and Photoshop Plugins.  I have reviewed the documentation of the photoshop sdk & searched the web on this topic.

I work with a plugin for photoshop format written by my predecessor, who is no longer here.

The plugin is inspired the simpleFormat plugin.

The plugin is used on systems running Photoshop CS6 & CC on 64-bit Windows 7 with 8 GB or more of memory.

The plugin allows a file of our formula to be opened, read, and written.

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

QUESTION:

The plugin works fine reading < 2 GB or 4 GB files >.  For files between 2 GB and 4 GB, the allocation call memory fails.

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

In structure of the plugin PIPL: {32767, 32767} FormatMaxSize PluginMaxSize {PlugInMaxSize {2147483647, 2147483647}

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

In the code of the plugin.  the DoReadStart() method opens the file and reads the file header information.  It works very well.

Then, in the DoReadContinue() method: SPsBuffer-> New (& bufferSize, buffersize) returns NULL.     see below.

void PluginMain (const int16 selector,

FormatRecordPtr formatParamBlock,

intptr_t * data,

Int16 * result)

{

...

gFormatRecord = reinterpret_cast < FormatRecordPtr > (formatParamBlock);

gPluginRef = reinterpret_cast < SPPluginRef > (gFormatRecord-> plugInRef);

gResult = result;

gDataHandle = data;

...



sSPBasic = ((FormatRecordPtr) formatParamBlock)-> sSPBasic;

...



If (gCountResources == NULL |)

gGetResources == NULL |

gAddResource == NULL |




gFormatRecord-> advanceState is NULL)


{



* gResult = errPlugInHostInsufficient;



return;


}



new for Photoshop 8, columns, lines, and large documents are now > 30000 pixels


If (gFormatRecord-> HostSupports32BitCoordinates)


gFormatRecord-> PluginUsing32BitCoordinates = true;

...

}

public static void DoReadPrepare()

{

gFormatRecord-> maxData = 0

}

public static void DoReadContinue (void)

{

Int32 done;

Total Int32;

Int32 line;

VPOINT imageSize = GetFormatImageSize();

/ * Set up variables buffer and progression. */

Done = 0;

Total = imageSize.v;

PixelData PTR = NULL;

RawData PTR = NULL;

UncompressedData PTR = NULL;

Mr. angles: Int64 * = NULL;

/ * allocate buffer pixel. */

unsigned32 bufferSize = gFormatRecord-> aircraft * imageSize.v * imageSize.h;

pixelData = sPSBuffer-> New (& bufferSize, bufferSize);            < = this allocation fails for file sizes > 2 GB and 4 GB <.

If (pixelData is NOTHING)

{

* gResult = memFullErr;

return;

If (* gResult == memFullErr) {goto ReadContinueCleanUp ;}

}

(1) ask for anything above 2 gig is risky. Try to break your problem into smaller pieces.

(2) you are more unsigned32 flowing. That max out at 4 GB. Your request for 5 gig is really 1 gig.

(3) we have a new New64 now which takes a unsigned64. Point against #1 but available for those who dare.

Tags: Photoshop

Similar Questions

  • "problem reading file" error during playback of WMV files

    Can't do without my music!

    I have a few pieces that have been downloaded in WMV format long, and when I try to play using Windows Media Player or Real Player, I get the following message "Windows Media Player encountered a problem while playing the file. For any additional help, click Help on the Web"can someone offer advice please would be very grateful.

    Hi Hermafrance,

    1 are you facing this problem with any individual tunes?

    2. are you able to play these songs in any other computer?

    3. you receive an error with the error code?

    4. have you made changes to your computer recently?

    I suggest you to follow the steps and check if it helps.

    Method 1: Re-save files associated with Windows Media Player. To do this, follow the steps.

    a. Click Start, in the start search bar type cmd, right-click on the command prompt icon in the box programs and then click Run as administrator.
    b. in the command prompt
    i. type regsvr32 wmp.dll , and then press ENTER.
    II. type regsvr32 jscript.dll , and then press enter
    III. type regsvr32 vbscript.dll , and then press enter

    c. restart the computer and check if the problem is resolved.

    Method 2: If the problem persists, install codecs and check if it helps.
    http://Windows.Microsoft.com/en-us/Windows7/codecs-frequently-asked-questions

    I hope this helps.

  • Problem reading file calendar

    Hello, I am new to the pl/sql and Apex, sorry if my question is stupid.
    I want Apex to read a .ics calendar file (exported from outlook calendar) and extract some data, and then insert them into the database and the calendar in the Apex. The first step is to read the file, the question is to know how to read the text after some text in a specific line. Here's the sample in the .ics file text, I want to read line 5, any of the following "DTEND: How to do this? Thanks in advance.
    BEGIN:VEVENT
    CLASS:PUBLIC
    CREATED:20090818T121933Z
    DESCRIPTION:abc
    DTEND:20090821T120000Z
    DTSTAMP:20090920T184515Z
    DTSTART:20090821T060000Z
    LAST-MODIFIED:20090902T105635Z
    LOCATION:cde
    PRIORITY:5
    SEQUENCE:0
    SUMMARY;LANGUAGE=zh-cn:test 2
    TRANSP:OPAQUE
    UID:040000008200E00074C5B7101A82E00800000000D044BB4F1720CA01000000000000000
         010000000E82FBAAC6CF0DF4BB0E7F41833AA36A1
    X-ALT-DESC;FMTTYPE=text/html:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//E
         N">\n<HTML>\n<HEAD>\n<META NAME="Generator" CONTENT="MS Exchange Server ve
         rsion 08.00.0681.000">\n<TITLE></TITLE>\n</HEAD>\n<BODY>\n<!-- Converted f
         rom text/rtf format -->\n\n<P DIR=LTR ALIGN=JUSTIFY><SPAN LANG="en-us"><FO
         NT FACE="Calibri">abc</FONT></SPAN><SPAN LANG="en-us"></SPAN></P>\n\n</BOD
         Y>\n</HTML>
    X-MICROSOFT-CDO-BUSYSTATUS:BUSY
    X-MICROSOFT-CDO-IMPORTANCE:1
    X-MICROSOFT-DISALLOW-COUNTER:FALSE
    X-MS-OLK-ALLOWEXTERNCHECK:TRUE
    X-MS-OLK-AUTOFILLLOCATION:FALSE
    X-MS-OLK-CONFTYPE:0
    END:VEVENT

    File download has been asked / answered on this forum at least one a day for the last 8 years ;)

    So, logically you could loop through blocks of the event, then loop the label / values pairs in this block. This example loops on the events in the "i" loop and the label / values pairs in block "j":

    declare
        i   pls_integer := 1;
        j   pls_integer := 1;
        l_current_line  varchar2(32767);
        l_label varchar2(1000);
        l_value varchar2(32767);
        x clob;
        l_event_block varchar2(32767);
    begin
    
        x := 'BEGIN:VEVENT
    CLASS:PUBLIC
    CREATED:20090818T121933Z
    DESCRIPTION:abc
    DTEND:20090821T120000Z
    DTSTAMP:20090920T184515Z
    DTSTART:20090821T060000Z
    LAST-MODIFIED:20090902T105635Z
    LOCATION:cde
    PRIORITY:5
    SEQUENCE:0
    SUMMARY;LANGUAGE=zh-cn:test 2
    TRANSP:OPAQUE
    END:VEVENT
    -- Event 2
    BEGIN:VEVENT
    CLASS:PUBLIC
    CREATED:20090818T121933Z
    DESCRIPTION:abc
    DTEND:20090821T120000Z
    DTSTAMP:20090920T184515Z
    DTSTART:20090821T060000Z
    LAST-MODIFIED:20090902T105635Z
    LOCATION:cde
    PRIORITY:5
    SEQUENCE:0
    SUMMARY;LANGUAGE=zh-cn:test text
    TRANSP:OPAQUE
    END:VEVENT
    ';
        loop
          l_event_block := regexp_substr(x,'(BEGIN:VEVENT).*?(END:VEVENT)',1,i,'imn');
          exit when l_event_block is null;
          htp.p(' ');
          htp.p('Event #:'||i);
          htp.p('_________________________________________');
    
          loop
          l_current_line := regexp_substr(l_event_block,'^[[:alnum:]-]+:.*$',1,j,'im');
          exit when l_current_line is null;
              l_label := regexp_substr(l_current_line,'^[[:alnum:]-]+');
              l_value := ltrim(regexp_substr(l_current_line,':.*$'),':');
              htp.p('Label: '||l_label||', Value: '||l_value);
              j := j + 1;
          end loop; --j
          i := i + 1;
          j := 1;
        end loop; --i
    end;
    

    Output:

    Event #:1
    _________________________________________
    Label: BEGIN, Value: VEVENT
    Label: CLASS, Value: PUBLIC
    Label: CREATED, Value: 20090818T121933Z
    Label: DESCRIPTION, Value: abc
    Label: DTEND, Value: 20090821T120000Z
    Label: DTSTAMP, Value: 20090920T184515Z
    Label: DTSTART, Value: 20090821T060000Z
    Label: LAST-MODIFIED, Value: 20090902T105635Z
    Label: LOCATION, Value: cde
    Label: PRIORITY, Value: 5
    Label: SEQUENCE, Value: 0
    Label: TRANSP, Value: OPAQUE
    Label: END, Value: VEVENT
    
    Event #:2
    _________________________________________
    Label: BEGIN, Value: VEVENT
    Label: CLASS, Value: PUBLIC
    Label: CREATED, Value: 20090818T121933Z
    Label: DESCRIPTION, Value: abc
    Label: DTEND, Value: 20090821T120000Z
    Label: DTSTAMP, Value: 20090920T184515Z
    Label: DTSTART, Value: 20090821T060000Z
    Label: LAST-MODIFIED, Value: 20090902T105635Z
    Label: LOCATION, Value: cde
    Label: PRIORITY, Value: 5
    Label: SEQUENCE, Value: 0
    Label: TRANSP, Value: OPAQUE
    Label: END, Value: VEVENT
    

    Tyler Muth
    http://tylermuth.WordPress.com

    Published by: Tyler on September 21, 2009 16:51

  • Acrobat PDF reader for Internet Explorer may be unloading/neoconservative custom plugin

    Hello

    My question is basically to understand what is happening in this situation, so that I can find out where is the problem and how to solve it.

    We used Acrobat 6.0 SDK to develop our custom plugin. This plugin is basically a wrapper for a few basic tools (note, stamp, text) etc... provided by Acrobat 6.0 SDK. We have also developed a PDFViewer.dll to display the PDF document in Internet Explorer. So when the user load the document on our Web site this PDFViewer loaded with custom plugin and allows the user to these tools.

    We install this plugin under < Acrobat X > /Plug_ins/ < company name > / MyPlugin.API.

    In our website, we give the list of the documents and when the user clicks on a document, it will load the PDFViewer and custom plugin. We are loading Acrobat.exe in advance so that we can load quickly.  Now, the problem occurs when the user open any other PDF in different tab or an instance of Internet explorer. ? How?

    Account for a user of internet Explorer connected to our web site, and then they can see we're going to say 10 documents. 1.PDF, 2.pdf, 3.pdf, etc...

    Now when the user select document 1.pdf we are loading that PDF in IE within our PDFViewer plugin with custom. (Here I saw that behind the scene Acrobat.exe is responsible in the transformed by using the Task Manager) / if right now if the user opens another instance of Internet Explore or another tab and open a PDF document, it opens PDF in the standard Adobe Reader PDF Viewer for Internet Explorer resides in (C:\Program Files\Common Files\Adobe\Acrobat\ActiveX).

    If at this moment, the user goes back to our site and tried to work on 1.pdf our custom plugin works fine, BUT if the user opens another document (say 2.pdf) the card no longer works basically looks like it is not loaded.

    This issue only happens if the user opens a document in another instance tab or internet Explorer and opens PDF which led to open Acrobat Activex for internet explore. If the user opens a PDF document alongside Internet explore it does not create any problem because at that time that ActiveX is not loaded.

    So my guess is that something happens when the ActiveX for PDF is loaded in Internet Explorer.

    I want to know more what is happening and why it's happening. Because of this behavior, the users of our web site cannot use any other web site that opens PDF documents because then they disconnect and reconnect our web site.

    Please we need immediate assistance.

    I'm open to provide more details with screen capture.

    Thank you

    Twinkle

    So you have Acrobat and Reader is installed on the same computer?

    What version of Adobe Acrobat is used?  Which version of Adobe Reader is involved?

    You don't mention what/how your PDFViewer.dll called Acrobat?  Can you comment more about it?

  • Plugin check says that the plugin Acrobat Reader (10.0.1.434) is an outdated version. However, I downloaded the latest version of Acrobat and installed. Is there a problem on my PC environment or with the control plugin?

    1 did the plugin check June 10 - got the message that the plugin Acrobat Reader for Firefox and Netscape was an outdated version. You press the update on the page has been redirected to the Adobe site.
    2. download the latest version, AdbeRdr1001_en_US.exe, and then ran the executable locally on the PC. The updated normally. Note: I didn't uninstall the old Acrobat reader before running the executable file.
    3. I went to the plugin check page and I always get the obsolete message for this plugin. Restarting the system (i.e. overnight) and repeated the check, with the same results.
    4 did you open Acrobat Reader app, you tap Help and then search for updates - no new updates have been found. Have, run test Mozilla (Mozilla Privacy Policy PDF) without any problem.
    5. what version of the plugin that should be saved in the Add-ons Manager on my PC?
    6. Please advise on the appropriate action.

    For those who have had this problem. Adobe has released a fix yesterday and you need to update your Adobe Reader immediately. The latest version is 10.1.0. Once you updated your Firefox Adobe Acrobat plug-ins will be automatically updated to 10.1.0.534.

    If you receive a notification of update from Adobe, you can open Adobe and go to: help > check for updates

  • Problems of JavaScript when delivery to the customer using Acrobat Reader XI

    I am working on a form for a client that takes an array of values for radio button, apply a weighted percentage and create a partition for each row in the table. The score is then harvested at the end of each of the two tables. In the end, these two scores get on average in the last line on page two and one result 'Action A complete' or 'Complète Action B' appears in a field of text next to the partition. The whole thing works beautifully after several revisions. Or rather, it works beautifully in the drive of DC and DC Pro. When I send to the customer who uses reader XI, the last line (if/script, then the average of the two scores and action of text) must not be calculated. Any help would be appreciated. It is all confidential activities of a client so I cannot view the actual file, but can share snippets of code for java.

    None of these scripts should work in Acrobat or reader, because they contain several syntax errors.

    First, you use an invalid operator, namely "=>". You should use ' > = '.

    In addition, you have 2 other errors that I can spot. In the second script you use the property valueAsString but then you treat what she returns (the variable 'q') as a number. Is not IT a string. So what you should do is converting it to a certain number, like this:

    var q = Number (this.getField("AScore").valueAsString);

    And in the first script you use a variable which you ever reported ("n").

    If solve you these problems, it should work in Acrobat and Reader.

  • Custom plugin dev problems

    Hello
    I have some custom plugins development problems:

    #1 : My autodiscovery works, but even when I delete the resources of the server, the dashboard auto-autodiscovers them immediately, making it impossible to remove these resources of the server.

    #2 : I want to follow firefox. My autodiscovery looks like:

    AutoDiscovery/public class extends ServerDetector implements

    {AutoServerDetector}

    public list getServerResources (ConfigResponse platformConfig)

    get {PluginException}

    Server list = new ArrayList();

    Server ServerResource; / / = createServerResource ("C:\\Program Files\\Mozilla Firefox\\firefox.exe");
    [long] pID is getPids ("State.Name.eq = firefox");. Name.State.EQ =
    getLog () .error ("query PTQL in fact autodiscovery plugin");

    Exe string = getProcExe(pID[0]);
    Server = createServerResource (new File (exe) .getAbsolutePath ());
    server.setDescription ("M FFox3");
    server.setName ("Mozilla Firefox server3");

    ConfigResponse productConfig = new ConfigResponse();
    productConfig.setValue ("process.query", "State.Name.eq = firefox");


    ConfigResponse cprop = new ConfigResponse();
    cprop.setValue ("process.query", "State.Name.eq = firefox");

    CustomProperties ConfigResponse = new ConfigResponse();

    server.setProductConfig (productConfig);
    server.setMeasurementConfig (cprop);
    server.setCustomProperties (customProperties);

    Servers.Add (Server);

    getLog () .error ("-> plugin DONE! <---") ;
    return of the servers;

    It worked fine until sometimes back, when suddenly he decided to stop working. These things are not AUTODÉCOUVERTS now.

    #3 : Even in the good old days where he used to work, I've never had the availability etc, (grey brand on the UI server-side)

    My AC - plugin.xml is like:

    <? XML version = "1.0"? >
    < plugin package = "kt" name = "kttwo" >

    < name of the filter = "domain" value = "My Auto Discovery" / >
    < name = "process.query property" value = "firefox" / > "
    < parameters name = 'Generic metric' >

    < alias metric = 'Availability' category = 'AVAILABILITY '.
    collectionType = "dynamic" flag = "true" name = "availability".
    Template="generic:type=ProcState,arg=%process.query%:State".
    units = "percentage" / >
    < / Parameter >

    < server name = "Mozilla Firefox server" >

    < plugin type = "autoinventory" class = "Automatic Detection" / >
    <!--
    < class = "org.hyperic.hq.plugin.generic.GenericMeasurementPlugin plugin"
    Type = "measure" / >-->
    < parameters include = 'Generic metric' / >


    < / Server >

    < / plugin >

    and my measurement.java is:

    Import org.hyperic.hq.product.Metric;
    Import org.hyperic.hq.product.MetricNotFoundException;
    Import org.hyperic.hq.product.MetricUnreachableException;
    Import org.hyperic.hq.product.MetricValue;
    Import org.hyperic.hq.product.PluginException;
    Import org.hyperic.hq.product.SigarMeasurementPlugin;

    Measure/public class extends SigarMeasurementPlugin {}

    public Measurement() {}
    TODO auto-generated constructor stub
    }

    @Override
    public MetricValue getValue (Metric arg0) throws PluginException,
    MetricNotFoundException, {MetricUnreachableException}
    TODO self-generating method stub
    getLog () .error ("scope of collection");

    Return super.getValue (arg0);
    }

    }

    Seen anything of significance in a newspaper (when auto-discovery used to work, and now when he doesn't), except that the getLog () .error ("scope of collection"); never appear in the newspaper.

    Thank you

    OK, it was almost just... Here is the small change of HQ - plugin.xml:

    -clip-


         
         
              
    collectionType = "dynamic" flag = "true" name = "availability".
    Template="sigar:type=ProcState,arg=%process.query%:State".
    units = "percentage" / >
         


              
              
    type = 'measure' / >
              
         
             

         


    -clip-

    By checking the process as you are now trying to do, use sigar. You had ' model = "generic".
    Then you can add the option of server on which this process query is stored and you can change it from the user interface. The default value is now "named", so you can see what your own Autodiscover class.
    To get the measure works, you have to kind of say that to the plugin. So I added the plugin to measure. You had something, but it has been commented on.
    To use you own special classes for the collection of measure, you must enter the plugin which is the new class to use.

    So good advice. When the development of a plugin, do it at the host where you are able to re - setup the environment of HQ. Sometimes badly coded or configured plugins will mess the database, and you do not your plugin works again. It's something I always do. If I know that my plugin should work but it doesn't, I'm going to re - install HQ.

  • Problem reading text file

    CVI programmer for several years, but it has been awhile. Trying to read in a text file that displays fine in say Notepad. The first line of text in the file is:

    All temperatures in ° F.

    If I use the scan function, say:

    public static char cdum [2048];

    ScanFile (DataFile, "%s > %s", cdum); I get these results:

    cdum [0] is - 2

    cdum [1] is 65 (which is the ASCII character 'A')

    The rest of the cdum is all zeros.

    In a hex editor in decimal display grouped by bytes, the line is:

    0 255 254 65 0 108 0 108 0 32 0 116 0 101 0 109 0 112... as the display looks like

    ybA.l.l.. t.e.m.p.e.r.a.t.u.r.e.s.. i.n.. °. F....

    So I get the scan function is to see the start character, then by pulling the 65 and placing in the location cdum [1], then strikes the character 0 and leaves the function of scan as she found an end of line. Trying to read in the entire line and the subsequent data float line, but is not serious, I can understand that our after I get over the initial problem above.

    Can someone help me with this? I have no problem reading in ordinary text files, but this one is as it is grouped in words rather than in bytes. Have you tried a bunch of different Scan function modifiers source and target [xt0, w #, etc.], but nothing seems to work.

    Data file attached.

    Thank you-

    Scott

    Hello

    I downloaded your file, it is opened in Excel because of its extension and the settings on my computer. I then wanted to save it as a text file normal to see in Notepad and read with a simple C program. In doing so, Excel told me: some features in your workbook may be lost if you save it in Unicode text.

    This is consistent with your observation of 16-bit data.

    LabWindows/CVI, unfortunately, does not support the Unicode character set and functions of the library operated at only 8-bit characters.

    So I would say to convert your file to 8-bit characters; You can also support the pursuit of the Unicode support in CVI here

  • Problem with reading file xls with text inside

    Hi all

    I have a problem to read the excel (xls) file with the first line containing chains of different length.

    I wonder how can I skip the first line and continue reading of the second line.

    Thank you very much.

    I only have saved VI.

    So here are the names.

    Downstairs: open the file.  Text reading file with lines of selected reading (right click for the menu to find).  Read the text file with lines of reading not selected.  Close the file.  At the top is spreadsheet String to Array.

  • Error when you try to play audio files: Windows Media Player has encountered a problem reading the file. for further assistance, click web help

    8007007E tips

    There is also another number which is C00D11B1, but both have to do with the lock of the music in windows media player, the message said:-"Windows media player has encountered a problem reading the file; for help click web help. ""- and that of all, but when ' web help ' click on the show numbers that are 8007007E and C00D11B1 and average music, not Windows media player, y at - it someone with the same problem that has been able to solve? Thank you, let me know, if you don't mind, thank you again.

    I suggest re-download you WMP 11 from the following link and install it on top of the current installation:

    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=1d224714-e238-4E45-8668-5166114010ca

    Who help me?

    If this isn't the case, please report the file type (extension) of the file you are trying to play. For instructions on how to make Windows Explorer shows the file types, see this link:

    http://www.windowsreference.com/Windows-XP/how-to-view-all-file-extensions-in-Windows-XP

  • Whenever I try to save a PDF file using Adobe Acrobat DC (Version 15.1), I get the error "the document could not be saved. There was a problem reading this document (21). »

    Whenever I try to save a PDF file using Adobe Acrobat DC (Version 15.1), I get the error "the document could not be saved. There was a problem reading this document (21). "When I click ok, an error message appears saying:"insufficient data for an image. "I tried to do a repair on Acrobat, but it has not changed anything. I also tried some updates, but nothing that is. I did hours of research on the Internet and have found nothing so far. Does anyone know why this error keeps appearing?

    Thank you!

    Hi all

    This problem has been corrected and is implemented to come or update.

    Kind regards

    Rave

  • I just looked at problems with importing files from nikon D810 in LR 5.7 it pop a window saying it can't read the files to work on an imac 27 "yosemite on my mac pro running after several times he finally managed to read files and import them into LR

    I just looked at problems with importing files from nikon D810 in LR 5.7 it pop a window saying it can't read the files to work on an imac 27 "yosemite on my mac pro running after several times he finally managed to read files and import them into LR, I never had this problem before there was a sort of update that could from cause?

    What is the destination folder that the date be underneath?  In the top right it says users who suggests, you try to put the photos on top of your username instead of under your username.  Maybe that's the problem.  So change your folder in the drop-down list at the bottom right of what it should be rather than users, and if you're going to show us the destination of your photos at least scroll through the list of folders down right so that we can see which is the white highlight.

    Here is how mine looks like if I want to put my photos imported under my subfolder users - Steve - photos by date:

  • I just reinstalled Adobe Acrobat X 1 and I can't save files PDF that is sent to me. I just get "this document cannot be saved. There is a problem reading this document (21)"and then when I click OK I get 'not enough for the image' help!

    I just reinstalled Adobe Acrobat X 1 and I can't save files PDF that is sent to me. I just get "this document cannot be saved. There is a problem reading this document (21)"and then when I click OK I get 'not enough for the image' help!

    More information on this issue can be found here:

    https://forums.Adobe.com/thread/1672655

    A "quick" fix that worked for me was to uninstall Adobe... and download Adobe Reader 11.0 installation base.

    Then download each individual updates and run them sequentially.

    I installed back to the last update of security which is version 08 and were able to register under normal operations.

    You will need to disable the automatic updates to keep up with the 08 version, until Adobe fixes this problem in a future release.

    http://www.Adobe.com/support/downloads/product.jsp?product=10&platform=Windows

    Adobe Reader 11.0 - installer multilingual (MUI) AdbeRdr11000_mui_Std

    Adobe Reader 11.0.01 update - installer multilingual (MUI) AdbeRdrUpd11001_MUI.msp

    Adobe Reader 11.0.02 update - all languages AdbeRdrSecUpd11002.msp

    Adobe Reader 11.0.03 update - installer multilingual (MUI) AdbeRdrUpd11003_MUI.msp

    Adobe Reader 11.0.04 update - installer multilingual (MUI) AdbeRdrUpd11004_MUI.msp

    Adobe Reader 11.0.05 - all languages AdbeRdrSecUpd11005.msp security update

    Adobe Reader 11.0.06 update - installer multilingual (MUI) AdbeRdrUpd11006_MUI.msp

    Adobe Reader 11.0.07 update - installer multilingual (MUI) AdbeRdrUpd11007_MUI.msp

    Adobe Reader 11.0.08 - all languages AdbeRdrSecUpd11008.msp security update

  • In the browser of Muse CC edition there was a problem reading the manifest file Adobe Muse CC for the site - how to fix this?

    I just uploaded the site via the built in ftp upload in muse he then uploaded successfully. When I go in the edition of the browser and enter the name of the site (mernaliddawi.com) it says then this "there was a problem reading the file of Adobe Muse CC manifest for the site. Since Adobe Muse CC use file > load on the FTP host... to export the new site. ' I then exported the site again, but it still does not work also, I went my hosting provider file manager and deleted the file muse_mainfest.xml and then re uploaded still no chance. " How can I fix this thank you, james.

    You need to transfer your domain to your new site. At present, the URL http://mernaliddawi.com/ is a web page that encapsulates the http://mernaliddawicom.ipage.com/ in a frameset. This isn't how a domain is successfully transferred. He doesn't bother with editing in the browser, will prevent redirection to versions Tablet and phone of your site (if you create), and can cause other problems.

    If you enter mernaliddawicom.ipage.com to inbrowserediting.adobe.com it will not work, because this is the URL where your site is currently hosted.

  • one or more files were not imported because he had problems reading of their

    How to import a video to Flash Professional CC 2014? It's already a .flv file but I still get the "one or more files were not imported because he had problems reading of their" pop up

    @

    Flash Professional CC 2014 support FLV videos but make sure you import your videos into Flash AS3 or AIR doc-types only. WebGL and Canvas of HTML5 doctypes do not support videos and therefore import video option is disabled in these types of doc.

Maybe you are looking for