Reproduce
1. Run the example code here (
https://github.com/appcelerator-archive/ti.paint/pull/23) in a default app.
2. Will get following error.
[ERROR] Error: Erroring running wstool (code 1)
Could not find version of application com.propelics.blankApp in the registry. Is the application installed?
at C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\windowslib\lib\winstore.js:279:15
at ChildProcess.<anonymous> (C:\ProgramData\Titanium\mobilesdk\win32\6.1.0.GA\node_modules\node-appc\lib\subprocess.js:60:3)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:829:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
Note
1. Tried SDK 6.0.4.GA 6.1.0.GA and 6.2.0.v20170615115004. Get same error
2. But If using version 6.1.0.v20170323174407 (a nightly build downloaded before), it will work.
PR: https://github.com/appcelerator-archive/ti.paint/pull/25 [~sliang] if the customer needs a built module, it can be found here https://www.dropbox.com/s/jmc49cvq4w7n3wn/ti.paint-windows-2.0.0.zip?dl=0
FYI just in case: Pushed new
ti.paint
to make it compatible with upcoming SDK 7.0.0.RC. See MOD-2372 for details.