Projector.exe not working 8 levels from root

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Projector.exe not working 8 levels from root

    Hi,
    I got a strange problem. I have an Projector.exe wich fails to execute. I get a Director Player Error: Unable to load movie playlist. Does the . INI file exist? It must contain a section '[Movies]' with an entry 'Movie01=Pathname.dir'.

    The .exe is 8 levels deep down from C:\ in a folder. But if I move it up direct below C:\ it runs perfectly.

    Please reply if you know something about this error!

    regards /xaphod


    xaphod webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. PLEASE HELP - load into levels, not working in browser
      I JUST GOT YOUR REPLYS..!!! THANKS..!! I've got a stop(); action in frame 1 of the intro because I want to make sure its totally loaded...
    2. Projector with mpeg not working in WinXP
      I've got a projector made with Director MX using the DirectMediaXtra v 1.5 to display a MPEG 1 video. This projector is tested under Win98 (works),...
    3. Load and unload movie levels not working
      Hi everyone. (Iam a newbie) I would appreciate if anyone could help with this. I am trying to replace one movie with another which contains...
    4. Unix base of Mac OS X - root access and non-working links
      Hi, I'm a linux user that migrated to mac recently. How do I gain root access in the terminal? - I wish to install *nix apps under /usr and...
    5. Auto Levels and Auto color stopped working right
      When I have an image opened in Photoshop 7 and I hit either Auto Levels or Auto color, the image always brightens now to an unattractive looking...
  3. #2

    Default Re: Projector.exe not working 8 levels from root

    Have a look at this technote:
    [url]http://www.macromedia.com/support/director/ts/documents/ini_error.htm[/url]
    /Christoffer

    "xaphod" <webforumsuser@macromedia.com> skrev i meddelandet
    news:bvnnic$kqc$1@forums.macromedia.com...
    > Hi,
    > I got a strange problem. I have an Projector.exe wich fails to execute. I
    get a Director Player Error: Unable to load movie playlist. Does the . INI
    file exist? It must contain a section '[Movies]' with an entry
    'Movie01=Pathname.dir'.
    >
    > The .exe is 8 levels deep down from C:\ in a folder. But if I move it up
    direct below C:\ it runs perfectly.
    >
    > Please reply if you know something about this error!
    >
    > regards /xaphod
    >
    >

    Christoffer Enedahl Guest

  4. #3

    Default Re: Projector.exe not working 8 levels from root

    Is the projector looking for .dir files taht are located in the root directory?

    Jon Grubb

    [url]http://www.jongrubb.com/[/url]
    Jon Grubb webforumsuser@macromedia.com Guest

  5. #4

    Default Re: Projector.exe not working 8 levels from root

    No,
    but It is executing a second projector.exe in a subfolder.

    The folder- and filestructure of the project is:
    folder A:
    start.exe - kind of a stub projector for QuicktimeTest.exe in subfolder B.
    folder B - se below

    folder B:
    QuicktimeTest.exe - checks for QT and runs startApp.exe
    StartApp - the main App, uses linked QT-movies from folder Media

    folder Media:
    QT-movies


    /xaphod


    xaphod webforumsuser@macromedia.com Guest

  6. #5

    Default Re: Projector.exe not working 8 levels from root

    Uzytkownik "xaphod" <webforumsuser@macromedia.com> napisal w wiadomosci
    news:bvo1cj$5s3$1@forums.macromedia.com...
    > No,
    > but It is executing a second projector.exe in a subfolder.
    >
    > The folder- and filestructure of the project is:
    > folder A:
    > start.exe - kind of a stub projector for QuicktimeTest.exe in subfolder
    B.
    > folder B - se below
    >
    > folder B:
    > QuicktimeTest.exe - checks for QT and runs startApp.exe
    > StartApp - the main App, uses linked QT-movies from folder Media
    >
    > folder Media:
    > QT-movies

    in Lingo.ini
    on startup
    append(the searchpaths, the applicationPath & "folder A")
    append(the searchpaths, the applicationPath & "folder B")
    append(the searchpaths, the applicationPath & "Media")

    end startup

    --
    [url]http://lingo.media.pl[/url]


    pcblue Guest

  7. #6

    Default Re: Projector.exe not working 8 levels from root

    Naah, i don't have media linkage problems.

    It was that thing with pathchars > 126 chars that Christoffer mentioned, thanks!!
    /xaphod



    xaphod webforumsuser@macromedia.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139