[TIMOB-19152] Windows: App crashes on second launch when encryption is enabled
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-07-06T16:26:39.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 4.1.0 |
Components | Windows |
Labels | qe-4.1.0 |
Reporter | Ewan Harris |
Assignee | Gary Mathews |
Created | 2015-07-03T00:10:46.000+0000 |
Updated | 2016-02-01T07:33:31.000+0000 |
Description
Description
When building to either device or emulator with encryption enabled the app crashes every time after the first launch.
Steps to reproduce
1. Build to a device using appc run -p windows -T wp-device
or an emulator using appc run -p windows -T wp-emulator -D production
2. When the app launches fully quit the app
3. Reopen the app from the app menu
Actual result
The app will crash
Expected result
The app should not crash
Comments
JSON Source
PR: https://github.com/appcelerator/titanium_mobile_windows/pull/352
Verified using: Windows 8.1 Appc CLI (NPM): 4.1.0-1 Appc CLI (Registry): 4.1.0-5 Ti SDK: 4.1.0.v20150706111546 When launching an app for the second time the app launches with no problems Closing ticket
Verified the fix. The appc does not crash anymore after the first launch. Environment: Appc Studio: 4.1.0.201507031129 Ti SDK: 4.1.0.v20150706111546 Ti CLI: 4.0.1 Alloy: 1.6.2 Windows: 8.1 Enterprise 64-bit APPC NPM: 4.1.0-1 APPC CLI: 4.1.0-5 Device: Nokia Lumia 928 - Windows Phone 8.1 Windows emulator : 8.1
Hi all, I am still facing this issue in my app. Whenever I try to relaunch app it exits without any log errors. Also how can I disable the encryption and increase the heap size of app?