• Hi,

    thank you all for your replies. I'm still in the process of nailing it down...

    First, @HughB, the source code link does indeed not work. It silently assumes that the app loader is built from the "master" branch - while I use master to follow the official repo and use a branch "dh" for my own app loader. I think, this is even suggested in the docs. If you manually exchange "tree/master/apps" with "tree/dh/apps", the source code is shown as expected.

    As you all say the problem is not the code but the packaging, I replaces my whole elaborated software with a very simple app:

    // Minimum test program
    
    E.showMessage("Hallo");
    
    // end of file
    

    …and indeed the behaviour is exactly the same: Works in emulator, works on manual upload, "var/EOF" error on upload from the loader. So, it seems very much that you are right and the probem is in the packaging. I'm still searching, however, what exactly is wrong and which stupid mistake I made…

    Best regards,
    Dirk

About