cryptro plugin --> invalid source specified

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • pixel-kraft
    Indigo Rose Customer
    • Jan 2004
    • 15

    cryptro plugin --> invalid source specified

    Hi
    I use a backgroundsong and i don't want that everbody copy the file from CD and use it. So i endcrypt the .ogg file (i use another filetype to prevent hacking) and as startup action i use code like that:

    Folder.Create(_TempFolder.."\\tempfolderx86");
    Crypto.BlowfishDecrypt("AutoPlay\\Docs\\01.mus", _TempFolder.."\\tempfolderx86\\01.dat", "mypassword");


    after that i use following action to load the file

    Audio.Load(CHANNEL_USER1, _TempFolder.."\\tempfolderx86\\01.dat", true, true);

    When i use the preview Button in AMS 5 it's allright.
    But when i burn it on CD no sound plays. I included the
    Application.getlasterror code and after that get the error
    "Invalid source specified"

    I copied all on Harddisk and there is no error.
    What is the problem. I need help of course the projekt goes near to the end.

    Thanks for your help

    Greetings from germany

    Chris
  • Corey
    Indigo Rose Staff Alumni
    • Aug 2002
    • 9745

    #2
    FWIW anyone with a $35 soundblaster soundcard or better can easily capture the audio stream as a file. For example on my computer, I just set the record source to "What U Hear" using Windows volume control and then press record, it captures everything in 32 bit sound...

    Corey Milner
    Creative Director, Indigo Rose Software

    Comment

    • pixel-kraft
      Indigo Rose Customer
      • Jan 2004
      • 15

      #3
      Yes, i know that anybody can capture the sound with some tools. The encrypted files are only for those people who want to get the music directly. And another point is, that in AMS there is the audio channel and a background channel with an ambient sound of a street café, so with the soundblaster it is only possible to capture the mix not the single music file.

      I need a solution for the "invalid source" Problem. Is there a failure in the crypto plugin??? I hope everyone can help me or give me a better solution to put the musicfile on CD without that everyone can copy the file to their MP3-Archive.

      I need help - Please

      Thanks

      Chris

      Comment

      • pixel-kraft
        Indigo Rose Customer
        • Jan 2004
        • 15

        #4
        i got it!
        i used the global variable "_SourceFolder"
        Now it works. But i don't know why it work without the _SourceFolder varible from HD but not from CD

        Comment

        Working...
        X