Announcement

Collapse
No announcement yet.

Error loading image to convert

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error loading image to convert

    hi

    I have a problem when try to build a setup proyect.

    The buld seems to be fine, but this is the log text of the build screen of setup factory:
    ---------------
    Converting images...
    C:\Archivos de programa\Setup Factory 6.0\Images\Uninstall (small).bmp
    C:\Archivos de programa\Setup Factory 6.0\Images\Standard (large).bmp
    C:\Archivos de programa\Setup Factory 6.0\Images\Standard (small).bmp
    C:\Program Files\Setup Factory 6.0\Images\Standard (small).bmp
    ERROR: Error loading image to convert:
    C:\Program Files\Setup Factory 6.0\Images\Standard (small).bmp
    Failed Image Conversion

    Build failed with one or more errors.
    ---------------

    as you can see, my windows is in spanish, the problem is that one of the images of a screen can be converted, and the reason seems to be the "Program Files" path when all the images are in my "Archivos de programa" path.

    I am sure that all my screens have the correct image path.
    the image is the small standard bmp. I have 2 screen with this image, install folder and Shortcut Folder.

    maybe one of those screen is searching on a bad path for the image?

  • #2
    Re: Error loading image to convert

    well, i have found the problem.

    the problem was on the mdac26 runtime, that setup factory proyect have 2 after installing screens, and this screens have this value on their image property "C:\Program Files\Setup Factory 6.0\Images\Standard (small).bmp".
    This path was the problem.

    on next runtimes, please be carefull on the images path, because not all users of setup factory have the "Program Files" folder.

    Comment


    • #3
      Re: Error loading image to convert

      I believe this may have been an issue in an earlier build of the MDAC 2.6 runtime module which has since been corrected. The current build 1042 does use the design time constant #SUFDIR# which is expanded to the path that Setup Factory was installed on your system.

      If this was the case, you may want to at some point update your copy of the runtime module and retest and build your install.

      Comment


      • #4
        Re: Error loading image to convert

        runtime updated.
        thanx for the note.

        Comment

        Working...
        X