View Single Post
Old 10-17-2014, 08:07 AM   #4
PatrikLundin
Junior Member
PatrikLundin began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2014
Device: k3, k4, gen1 fire
Hmm.. Looks like it's not interpreting it as a binary and attempting to run it as a script. Not sure why that would happen, possibly corrupt file? If it actually should run in the situation you show, it'd jam a .bmp file to stdout though - it needs to be set up to run through a web server through the other files or the output moved back to the PC in some other way. As a test, "./bmb >1.bmp" should save a bitmap "1.bmp" containing a screenshot. But since it's complaining about errors on certain lines (in a compiled program) something else has likely gone wrong making it not recognize it.
PatrikLundin is offline   Reply With Quote