Acknowledged

Simulator 4.0.7 does not seem to work on Linux

Running Linux SDK 4.0.7 (in Docker):

- monkeyc works OK

- simulator launches OK

- monkeydo launches OK

- BUT nothing appears in the Simulator (which keeps displaying the Garmin blue triangle)

monkeydo-ing the binary compiled above in the SDK 4.0.6 does work (application launches and behaves just fine)

Parents
  • No luck. I use an ephemeral Docker container and /tmp/GARMIN is reset at each run.

    BUT

    * launch simulator[4.0.7]

    * java monkeybrains.jar[4.0.7] -s shell[4.0.7] -f some.prg ... -> does NOT work (no /tmp/GARMIN/APPS/SOME.PRG gets created)

    * java monkeybrains.jar[4.0.6] -s shell[4.0.7] -f some.prg -> WORKS (and creates /tmp/GARMIN/APPS/SOME.PRG)

    * java monkeybrains.jar[4.0.7] -s shell[4.0.7] -f some.prg -> WORKS (using existing /tmp/GARMIN/APPS/SOME.PRG)

Comment
  • No luck. I use an ephemeral Docker container and /tmp/GARMIN is reset at each run.

    BUT

    * launch simulator[4.0.7]

    * java monkeybrains.jar[4.0.7] -s shell[4.0.7] -f some.prg ... -> does NOT work (no /tmp/GARMIN/APPS/SOME.PRG gets created)

    * java monkeybrains.jar[4.0.6] -s shell[4.0.7] -f some.prg -> WORKS (and creates /tmp/GARMIN/APPS/SOME.PRG)

    * java monkeybrains.jar[4.0.7] -s shell[4.0.7] -f some.prg -> WORKS (using existing /tmp/GARMIN/APPS/SOME.PRG)

Children