"Socket Error in packet header" on empty project

Former Member
Former Member
Hi

Sorry for newbies question but cannot find the issue myself. Just installed SDK, Eclipse, plugin, configured according to manual and created new empty project. On run I'm getting following error and simulator app is crashing.

-- cut --
Found Transport: tcp
Connecting...
Connecting to device...
Device Version 0.32.-Device id 0 name "A garmin device"
Shell Version -11848Could not open file: Error: 0
Connection Finished
Closing shell and port
Found Transport: tcp
Connecting...
Connecting to device...
Device Version 0.32.2Device id 0 name "A garmin device"
Shell Version 293601Socket Error in packet header 0
Connection Finished
Closing shell and port
-- cut --

Sample projects are the same. Build is completed without errors.

I'm on Mac OS. Any suggestions?

Thanks
V
  • Former Member
    Former Member over 10 years ago
    If try to run from command line file is found but the same socket error:

    -- cut --
    Found Transport: tcp
    Connecting...
    Connecting to device...
    Device Version 0.32.-Device id 0 name "A garmin device"
    Shell Version -21286Copying file.... 3% complete
    Copying file.... 7% complete
    Copying file.... 11% complete
    Copying file.... 15% complete
    Copying file.... 19% complete
    Copying file.... 22% complete
    Copying file.... 26% complete
    Copying file.... 30% complete
    Copying file.... 34% complete
    Copying file.... 38% complete
    Copying file.... 41% complete
    Copying file.... 45% complete
    Copying file.... 49% complete
    Copying file.... 53% complete
    Copying file.... 57% complete
    Copying file.... 61% complete
    Copying file.... 64% complete
    Copying file.... 68% complete
    Copying file.... 72% complete
    Copying file.... 76% complete
    Copying file.... 80% complete
    Copying file.... 83% complete
    Copying file.... 87% complete
    Copying file.... 91% complete
    Copying file.... 95% complete
    Copying file.... 99% complete
    Copying file.... 100% complete
    File pushed successfully
    Connection Finished
    Closing shell and port
    Found Transport: tcp
    Connecting...
    Connecting to device...
    Device Version 0.32.-Device id 0 name "A garmin device"
    Shell Version -17049Socket Error in packet header 0
    Connection Finished
    Closing shell and port
    -- cut --
  • Do you have any spaces in the path to your project?
  • Former Member
    Former Member over 10 years ago
    Do you have any spaces in the path to your project?


    Shame on me, yes, it was space in name on the path. Thanks a lot.