Error when Exporting quizzes from Captivate 2 to Flash 8!

Here is the error that I get when trying to Export quizzes
from Captivate 2 to Flash 8.
"An internal Adobe Captivate error (bad argument) occured. If
you have any questions please contact Adobe Technical Support."
I've noticed that this only happens if there are quizzes in
the project. I have tried everything that Adobe FAQ's and TechNotes
had to offer.
They said that the CP file could be corrupt. If that's the
case, Every file that I create with a quiz is corrupt. I have just
upgraded from Flash MX to Studio 8 and just bought the new version
of Captivate 2. These were both downloaded via try/buy.
If anyone is familliar with this problem, any suggestions
would be greatly appreciated.
Thank you!

Answering my own question.....Received this fix:
I think that I know what you did. When you had Captive 1 you
changed a dll file in order for it to work with Flash 8. They
forgot to mention that if you did this fix back in 1.0 that it
would corrupt the process in 2.0.
Go here:
C:\Documents and Settings\<UserID>\Local
Settings\Application Data\Macromedia\Flash
8\en\Configuration\Importers
Make sure this is the only file in there: RDMFISTUB8.DLL
That should solve your problem.

Similar Messages

  • Error when exporting file from LR5.2 - file created

    After updating to LR5.2, I receive an error when exporting files to another disk drive.  a file is created, but a warning appears "Unable to Export:  "An internal error has occurred: Win32 API error 2 ("The system cannot find the file specified.") when calling ShellExecuteExW from AgWorkspace.shellExecute".  I also have CC iunstalled for other applications, but originally installed LR5 as a standalone Adobe application.  I tried removing the program and reinstalling through CC, with no change in this behavior.

    The answer is in the thread:
    http://forums.adobe.com/thread/1303578?tstart=0

  • Error when export application from navigator bar

    hello, i had this error when export one application.
    Error: ORA-06502: PL/SQL: numeric or value error (WWV-11230)
    Unexpected error encountered: ORA-06502: PL/SQL: numeric or value error (WWV-15200)

    Which version of portal you are using?
    And what is the language installed ?

  • Error when exporting IDOC from one XI system to another

    Hi all,
    When I do an export for an IDOC from my one XI server to be able to import it into another I get the error below. The funny thing is that it works perfectly for my COND_A idoc but not at all for DEBMAS and MATMAS idoc.
    Any ideas?
    <b>Error during export. Internal error during pvc call: SAP DBTech JDBC: Result set is positioned after last row.</b>
    Regards,
    Liesel

    Hey,
    I guess you are using MAXDB,
    please read note number 1055246
    (Inconsistent XI content caused by bug in MAX DB)
    Good luck!

  • Float4() causes "error saving Pixel Bender Byte Code file" error when exporting for flash player

    Simple test
    <languageVersion : 1.0;>
    kernel untitled
    <   namespace : "Your Namespace";
        vendor : "Your Vendor";
        version : 1;
    >
        input image4 src;
        output pixel4 dst;
        void
        evaluatePixel()
            dst = float4(sampleNearest(src, outCoord()));
    The above code will produce a "error saving Pixel Bender Byte Code file" error when exporting for flash player in Pixel Bender Toolkit 2.5.449694.
    "dst = (sampleNearest(src, outCoord()));" works fine. And anything like "float4 a= float4(b);" will give same error.

    Thank you for the error report.  I'll put it into our bug database.  We're bottling things up for the current version.  Gven the workaround, it is unlikely we'll be addressing this bug soon.  Please accept my apologies for the annoyance this will cause.
    In your second example, float4 a = float4(b), does it return an error if b is only a float4 or regardless of what b is?  If b is a scalar float, for example, is the conversion performed correctly? If so, this could be an error that only crops up when using constructor/conversion syntax when the thing being converted is already the correct type.
    Thanks,
    Chuck.

  • SSRS XML Errors when exporting to .xlsx from Dynamics NAV Database

    We use Dynamics NAV for our ERP and have many SSRS reports.  We get xml Errors when exporting to Excel .xlsx.  I've seen this happen since SQL 2008 R2 and have posted in many places trying to find an answer, but was hoping MS would solve the
    issue.  The numeric data types in the Dynamics NAV database are all decimal(38,20) and when the value is zero the Excel renderer throws the errors. 
    We now have over 400 reports and we export them to Excel 2003 format. I'm starting to feel like this is my new Y2K issue when Excel 2003 is set to sunset.  I'm fearing that I'll have to do conversions on all numeric data types for all reports. 
    Both of these are Microsoft products so I'm wondering is this even on their radar.
    We're running SQL Server 2012 SP2, and just rolled out CRM 2015 on SQL Server 2014.  I get the errors in SSRS 2008R2, 2012, and 2014.  Has anyone seen this before?   
    Timothy Kruse

    Hi Skywalker73,
    According to your description, when you export the report to Excel, the error “Excel was able to open the file by repairing or removing the unreadable content.” throws out when opening the Excel file.
    Based on my research, it has reported the same issue when exporting to Excel. The issue could cause by numeric columns has  a precision of 16 or higher. To fix the issue, we could change data type in the table to a support lower precision, or convert
    the numbers in the stored procedure that populates the report. For more information, please refer to this article:
    SSRS 2012 Bug – “Excel found unreadable content”. Besides, please refer to this
    article to check if non-printing characters exist in the report.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Error when exporting a pdf in SAP

    She sends me the error when exporting a pdf from the SAP system, this is the message:
    X Object reference not set to an instance of an object.
    I hope I can support.
    Annex image

    See your other thread.

  • Error when exporting to flat file in ODI 11g

    This works ok in ODI 10g. I'm using IKM SQL to File Append on Windows Server 2008 R2
    Getting the following error when exporting to a flat file in ODI 11g: ODI-40406: Bytes are too big for array
    I've seen a couple of threads like this on the forum, but I've never seen an answer to the problem.

    Problem is with the difference in behaviour for the IKM SQL to File Append KM between 10g and 11g.
    Our 10g target file datastore had a mixture of fixed string and numeric columns. Mapping from the source to target was simple one to one column mapping. It generated the desired fixed format flat file; numerics were right adjusted with embedded decimal point and leading spaces. Each numeric column in the generated flat file occupied the exact space allocated to it in the layout. This gave the desired results, even though documentation for the 10g IKM states that all columns in the target must be string.
    When we converted to 11g and tried to run this interface, it generated an error on the "numeric" columns because it was wrapping them in quotation marks. The result column was being treated as string, and it was larger than the defined target once it acquired those quotation marks.
    In order to get 11g to work, I had to change all the numeric columns in the target data store to fixedstring 30. I then had to change the mapping for these numeric columns to convert them to right adjusted character strings (i.e. RIGHT(SPACE(30) + RTRIM(MyNumericColumn),30).
    Now it works.

  • In aperture 3.4.5, I get unsupported file error when exporting version of photo I've edited using plugins?

    In aperture 3.4.5, I get unsupported file error when exporting version of photo I've edited using plugins. I have try reinstalling aperture three times, deleting plists a few times, reinstalling plugins, restarting my MacBook Pro many times. Everything I've tried may fix the problem for a very short while and I can export a few photos before it returns. The problem happens with topaz and photomatrix pro plugins after I edited and try to export version.

    I had the same problem with the Photomatix plug-in and this solved it for me. I realised it only happened with Photomatix and not other plug-ins so I checked where the plug-ins were installed. The Photomatix plug-in was installed in
    ~/Library/Application Support/Aperture/Plug-Ins/
    where ~ is the home location for the current user account. All the other plug-ins however were installed in
    Macintosh HD/Library/Application Support/Aperture/Plug-Ins/
    which is the location that makes them available to all user accounts on your Mac. Moving the Photomatix plug-in to this location solved the problem for me.
    Note that the Library directory under the first location is normally hidden, to get to it hold down the Option (Alt) key and select it from the Finder Go menu.

  • I get an error when exporting imovie

    I get an error when exporting a project from iMovie, Error:  "Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred. File already open with write permission".  How do I fix this?

    Hello !
    Could you please be more elaborative for explaining your issue?

  • Error when exporting Page Group containing Omniportlet

    I have a Page Group that, among other items, has one omniportlet comprised of a SQL query. I need to export this to a production server. When I attempt to export the Page Group, everything exports without error except the omniportlet. I receive the below error and warning in the log. Can someone please help explain why I am receiving this error and what can I do to correct it? This is our first attempt in exporting a portal.
    Starting export of web provider OMNIPORTLET and its portlets.
    [10-APR-08 15:00:29][Error: (WWU-74516)] context = oracle.webdb.provider.web.ExportImportClient.exportData user = ROSS Missing string(web_impexp_unexpected_export_error) language(us) domain (wwu) sub_domain (web): java.net.SocketException: Socket is closed
    [10-APR-08 15:00:29][Warning: (WWU-74502)] context = Export of one of the web providers customization failed user = ROSS An error occurred exporting data from web provider OMNIPORTLET.
    End of Web Providers customization data Export.
    ---------------

    Did you ever find out the reason for this? And if so, what you did to fix it?

  • Unknown error when exporting 32-bit 5.1 wav audio

    I get the ever useful "Unknown error" when exporting the audio from Premiere Pro CS6 to a 32-bit, 5.1 channel uncompressed WAV file most of the time. I was able to get it to work just fine by pasting the audio to a new project, but that isn't working anymore. I get the same error when I change it to 24-bit audio. However, when I change to 16-bit sound it works fine.
    First, is there a real audible difference between 16- and 32-bit when it's all going through a WAV to AC3 converter? The AC3 files get dumped into Encore as the audio track so that I can get 5.1 sound on blu-rays instead of Encore re-encoding things.
    Second, what would cause it suddenly not work, and how can I get it working again?

    That error can happen for many reasons...one of the reasons that I occassionaly get it is because I try exporting a movie to an external drive that has been formated in the old FAT32 instead of the NTSF standard.  FAT32 only allows for file sizes up to 2 gigs.  And as soon as it reaches that...I would get that error.  I don't know if that is why you are getting that error...but it would be easy to check.  1) are you generating a file that is over 2 gigs?  2) is your drive that you are exporting to FAT 32 (just right click the drive in My Computer and select "properties" then just look for what it says next to "file system".

  • Error when exporting to hard-drive

    Lightroom 4 was working fine before I tried to export to Flickr.  The export was NOT successful, and after that, I encountered an error when exporting to hard drive.  Although this error appears, the export to hard drive is always successuful.  It is annoying to continuously receive this error message.  Any help will be much appreciated.  Thanks 

    That is the small trouble with screenshots: as unambiguous and helpful as they are they are hard to search for their content.
    But it looks identical to several other posts here (http://forums.adobe.com/message/4341436#4341436, http://forums.adobe.com/message/4318154#4318154, http://forums.adobe.com/message/4285253#4285253, http://forums.adobe.com/message/4261252#4261252, http://forums.adobe.com/message/4177871#4177871):
    In your export manager select "Do nothing" i.o. leaving it blank. down at the bottom where it asks for what to do in Post Processing After Export.
    This should have the message go away.
    For the sake of searchability I spell out the error message, so that others could find this being answered:
    Unable to Export:
    An internal error has occurred: Win32 API error 2 ("The system cannot find the file specified.") when calling ShellExecuteExW from AgWorkspace.shellExecute.
    Cornelia

  • Getting Export Controller Error When Exporting MPEG2 to High boardband & up

    I just got QuickTime Pro and MPEG 2 Playback for Windows. I am getting an Export Controller Error When Exporting MPEG2 to High boardband or to the default settings. The file I am exporting is around 60 MB and when it gets to about 15%, the program errors. However, the program works for Medium and low Board band. If anybody has a solution for my problem, I would love to know.
    Thanks!

    Not sure if this is going to work, but it worked for me. After exporting the movie and I got the error, I noticed that the process "exportController" was still running, so I stopped it from the task manager and am not sure but apperantly that was the problem because once I did that the file open up fine in other players like Winamp. Also after stopping the process the following exports I did seemed to be exported fine without any errors !... worth a shot.

  • How can you keep the highest iphone 4s Video quality the same when exporting it from iMovie.

    How can you keep the highest iphone 4s Video quality the same when exporting it from iMovie.

    InDesign's PDF export engine does not transcode your videos, they are embedded exactly as they were in the original file. The Flash Player runtime which displays video inside PDF files may not show a perfect match to Quicktime etc. because most video playback tools aren't designed for a color-calibrated workflow, but they should be close.
    The playback quality (blocking and aliasing) will be affected if the clip is not playing at 100% (screen pixels != video pixels) and in PDFs with the standard video player widget, that will only ever happen when you use 'floating window' mode. PDF pages have physical dimensions, so viewing them at "100%" does not make them match screen pixels.
    If you don't mind the video clip being smaller than the media annotation in which it's playing, then use my free upgrade to the Acrobat playback widget - VideoPlayerX - which maintains 1:1 pixel scale until the page is zoomed out too far for it to fit. You can install the widget into InDesign so it's used by default when exporting.

Maybe you are looking for

  • Login Problem in OBIEE 11g.

    Hi Experts, I installed OBIEE 11g on XP. Did started BI Services and OBIEE Presentation Services login page appears and entered userid and password. It gives following error. Unable to Sign In An error occurred during authentication. Try again later

  • Problem in Mail with signatures

    Has anyone experienced this? I'm running Leopard and using two different user identities("A" and "B" on my macbook. In one identity "A", I use signatures in Mail for two different email accounts. Sometimes I log out of identity "A" and use Mail in id

  • How do I redeem my mountain lion software which I just purchased and received password onto my mac?

    How do I redeem my mountain lion software which I just purchased and received password onto my mac?

  • Regarding Cash Flow report

    Hi all,         one of my clients has asked for the cash flow report to be modified. They are making incoming payment and outgoing payments with different series for cash and cheque. However, in the PLD of the cash flow report they want the title to

  • How to start coherence server using node manager of remote web-logic server

    We want to manage our coherence servers using web-logic. Our requirement is as such we want to keep single web-logic Admin Server and add all other node-manager to the same web-logic Admin Server. Now when we create machine on node 1 (on which Admin