[MOD-2340] Windows: Recompile ti.paint for SDK 6.1.1 compatability
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-06-26T16:14:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Paint |
Labels | n/a |
Reporter | Shuo Liang |
Assignee | Ewan Harris |
Created | 2017-06-16T01:53:30.000+0000 |
Updated | 2017-11-17T01:05:42.000+0000 |
Description
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.Comments
- Ewan Harris 2017-06-22 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
- Kota Iguchi 2017-11-17
FYI just in case: Pushed new
ti.paint
to make it compatible with upcoming SDK 7.0.0.RC. See MOD-2372 for details.