• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Adobe Captive Fails to Import PowerPoint Slides when creatinng new project

New Here ,
Jun 11, 2020 Jun 11, 2020

Copy link to clipboard

Copied

I use Adobe Captive 2019 64bit ver 11.5.1.499, I create new project by going New then From PowerPoint, select my PowerPoint file, Captive will go through process of importing all the slides from PowerPoint then eventually it will open with actual Captive project that I can work on and save. This use to work fine now what started happening is that Captive will go though import steps but then never open actual Captive project, it will revert to initial screen where you have options for Recent, New and Resources. I tried different PowerPoint files and the same thing is happening.

Views

185

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Jun 11, 2020 Jun 11, 2020

Got this fix from Adobe Support, in case someone has similar issues, creat this bat file and run as admin on computer:

@ECHO off
ECHO "Cleaning Captivate Preferences ..."
rmdir /s /q "%LOCALAPPDATA%\Adobe\Captivate 11.5"
del "%APPDATA%\Macromedia\Flash Player\#Security\FlashPlayerTrust\AdobeCaptivate*.cfg"
ECHO "CP 11.5"


FOR %%G IN (%*) DO (

IF "%%G" == "7.0" (
rmdir /s /q "%LOCALAPPDATA%\Adobe\Captivate 7.0"
ECHO "CP 7.0"
)

IF "%%G" == "7" (
rmdir /s /q "%LOCALAPPDATA%\Adobe\Captivate 7.0"
ECHO "CP 7"
)

IF "%

...

Votes

Translate

Translate
New Here ,
Jun 11, 2020 Jun 11, 2020

Copy link to clipboard

Copied

LATEST

Got this fix from Adobe Support, in case someone has similar issues, creat this bat file and run as admin on computer:

@ECHO off
ECHO "Cleaning Captivate Preferences ..."
rmdir /s /q "%LOCALAPPDATA%\Adobe\Captivate 11.5"
del "%APPDATA%\Macromedia\Flash Player\#Security\FlashPlayerTrust\AdobeCaptivate*.cfg"
ECHO "CP 11.5"


FOR %%G IN (%*) DO (

IF "%%G" == "7.0" (
rmdir /s /q "%LOCALAPPDATA%\Adobe\Captivate 7.0"
ECHO "CP 7.0"
)

IF "%%G" == "7" (
rmdir /s /q "%LOCALAPPDATA%\Adobe\Captivate 7.0"
ECHO "CP 7"
)

IF "%%G" == "6.0" (
rmdir /s /q "%LOCALAPPDATA%\Adobe\Captivate 6.0"
ECHO "CP 6.0"
)

IF "%%G" == "6" (
rmdir /s /q "%LOCALAPPDATA%\Adobe\Captivate 6.0"
ECHO "CP 6"
)

IF "%%G" == "5.5" (
rmdir /s /q "%LOCALAPPDATA%\Adobe\Captivate 5.5"
ECHO "CP 5.5"
)

IF "%%G" == "5" (
rmdir /s /q "%LOCALAPPDATA%\Adobe\Captivate 5"
ECHO "CP 5"
)

)

ECHO "Done"

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources