{ "id": "161033", "key": "AC-3839", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2016-06-13T04:25:53.000+0000", "created": "2016-06-11T09:42:38.000+0000", "labels": [], "versions": [], "issuelinks": [ { "id": "52023", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "154436", "key": "TIMOB-20258", "fields": { "summary": "Android: If you run a mobile project on Android < 5.0, then WindowProxy errors will appear in logcat", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-06-13T04:25:53.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "Launching thins code the app crashes:\r\n\r\nvar win2 = Ti.UI.createWindow({\r\n fullscreen: false // Makes it heavyweight before Titanium 3.2.0\r\n});\r\n\r\nwin2.open();", "attachment": [], "flagged": false, "summary": "Titanium.UI.Window open method crashes", "creator": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "environment": " CLI Version = 5.0.8\r\nTitanium SDK\r\n SDK Version = 5.1.1.GA / 5.2.2 GA / 5.3.0", "comment": { "comments": [ { "id": "388120", "author": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tracing code executionI find these messages:\r\n\r\n[DEBUG] : ProgressBar: setProgressDrawable drawableHeight = 32\r\n[DEBUG] : Window: Checkpoint: postWindowCreated()\r\n[DEBUG] : AndroidRuntime: Shutting down VM\r\n[WARN] : dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x416cada0)\r\n[INFO] : Process: Sending signal. PID: 32376 SIG: 9\r\n[TRACE] : updating tiapp metadata with Appcelerator Platform...\r\n[TRACE] : Uploaded tiapp metadata with Appcelerator Platform!", "updateAuthor": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-06-11T09:43:50.000+0000", "updated": "2016-06-11T09:43:50.000+0000" }, { "id": "388121", "author": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I'm launching the app on an android device Galaxy SIII, Android Version 4.4.2", "updateAuthor": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-06-11T09:45:13.000+0000", "updated": "2016-06-11T09:45:13.000+0000" }, { "id": "388129", "author": { "name": "nsalahin", "key": "nsalahin", "displayName": "Nazmus Salahin", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\nI am not able to reproduce this issue entirely with following code. The app does not crashes on launch. But some error log is produced which given below.\r\n*app.js:*\r\n{code}\r\nvar win2 = Ti.UI.createWindow(\r\n\t{ \r\n\tfullscreen: false // Makes it heavyweight before Titanium 3.2.0 \r\n\t}\r\n\r\n);\r\n\r\nwin2.open();\r\n{code}\r\n\r\n*Error Log:*\r\n{code}\r\n[ERROR] : dalvikvm: Could not find class 'android.transition.Explode', referenced from method ti.modules.titanium.ui.WindowProxy.createTransition\r\n[WARN] : dalvikvm: VFY: unable to resolve new-instance 1750 (Landroid/transition/Explode;) in Lti/modules/titanium/ui/WindowProxy;\r\n[WARN] : dalvikvm: VFY: unable to resolve direct method 14097: Landroid/transition/Slide;. (I)V\r\n[WARN] : dalvikvm: VFY: unable to resolve direct method 14097: Landroid/transition/Slide;. (I)V\r\n[WARN] : dalvikvm: VFY: unable to resolve direct method 14097: Landroid/transition/Slide;. (I)V\r\n[WARN] : dalvikvm: VFY: unable to resolve direct method 14097: Landroid/transition/Slide;. (I)V\r\n[ERROR] : dalvikvm: Could not find class 'android.transition.ChangeClipBounds', referenced from method ti.modules.titanium.ui.WindowProxy.createTransition\r\n[WARN] : dalvikvm: VFY: unable to resolve new-instance 1747 (Landroid/transition/ChangeClipBounds;) in Lti/modules/titanium/ui/WindowProxy;\r\n[ERROR] : dalvikvm: Could not find class 'android.transition.ChangeTransform', referenced from method ti.modules.titanium.ui.WindowProxy.createTransition\r\n[WARN] : dalvikvm: VFY: unable to resolve new-instance 1749 (Landroid/transition/ChangeTransform;) in Lti/modules/titanium/ui/WindowProxy;\r\n[ERROR] : dalvikvm: Could not find class 'android.transition.ChangeImageTransform', referenced from method ti.modules.titanium.ui.WindowProxy.createTransition\r\n{code}\r\n\r\n*Environment*:\r\n\r\n*Device info:* HTC One (Android 4.4.3)\r\n*Node.js Version:* 0.12.7\r\n*npm Version:* 2.11.3\r\n*Titanium SDKs:* 5.3.0.GA\r\n*Java Development Kit Version:* 1.8.0_73\r\n*Titanium CLI Version:* 5.0.6\r\n*Appcelerator CLI Version:* 5.2.2\r\n*Appcelerator Studio:* 4.5.0", "updateAuthor": { "name": "nsalahin", "key": "nsalahin", "displayName": "Nazmus Salahin", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2016-06-12T04:49:07.000+0000", "updated": "2016-06-12T04:49:07.000+0000" }, { "id": "388155", "author": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Maybe on my Android device is little different, but also you can see the problem. I fear that this issue is related to TIMOB-20258", "updateAuthor": { "name": "freedevcom", "key": "freedevcom", "displayName": "Andrea", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-06-12T21:25:19.000+0000", "updated": "2016-06-12T21:25:19.000+0000" }, { "id": "388171", "author": { "name": "nsalahin", "key": "nsalahin", "displayName": "Nazmus Salahin", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello [~freedevcom],\r\nThanks for pointing out the related issue. It looks like both issue is same. I am closing this issue and merging to TIMOB-20258. Please keep following that ticket.\r\n\r\nRegards\r\n", "updateAuthor": { "name": "nsalahin", "key": "nsalahin", "displayName": "Nazmus Salahin", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2016-06-13T04:21:14.000+0000", "updated": "2016-06-13T04:21:14.000+0000" }, { "id": "388173", "author": { "name": "nsalahin", "key": "nsalahin", "displayName": "Nazmus Salahin", "active": true, "timeZone": "Asia/Dhaka" }, "updateAuthor": { "name": "nsalahin", "key": "nsalahin", "displayName": "Nazmus Salahin", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2016-06-13T04:25:53.000+0000", "updated": "2016-06-13T04:25:53.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }