• RuntimesBugs
  • Getting Error on running pack command with CLI

Problem statement

When trying to run pack command getting below error:

ERROR: An unexpected error has occurred:
[npe] Cannot invoke "s.Nbn.(String)" because "<parameter1>" is null
at s.rlJ.
(:463)
at s.rlJ.
(:558)
at s.HrJ.
(:310)
at s.sET.
(_:39)
<events>

Tried with Command:

  1. Spine -i path/to/unpack-images/folder -j path/to/project/file.skel -o path/to/output/folder -n AtlasName.atlas -p path/to/packsetting.json

  2. Spine -i path/to/unpack-images/folder -j path/to/project/file.spine -o path/to/output/folder -n AtlasName.atlas -p path/to/packsetting.json

Spine Version 4.2.37

Please tell me what is this error about?

Related Discussions
...

The images path in your project file could not be resolved. We've fixed this in 4.2.38.

You seemed to have run this command hundreds, possibly thousands of times. Why are you doing it so much?