Skip to content

Instantly share code, notes, and snippets.

@AppWerft
Created October 16, 2018 13:33
Show Gist options
  • Save AppWerft/ab97b1b53fc66ba9acce1c2b682d8d22 to your computer and use it in GitHub Desktop.
Save AppWerft/ab97b1b53fc66ba9acce1c2b682d8d22 to your computer and use it in GitHub Desktop.
### require('ti.vrview')
[DEBUG] : [object TiVrviewModule] loaded
### VRView.createView(…)
[DEBUG] : create Proxy createView args: (
[DEBUG] : {
[DEBUG] : height = 100;
[DEBUG] : offset = 0;
[DEBUG] : rotationtype = 1;
[DEBUG] : width = 100;
[DEBUG] : }
[DEBUG] : )
### console.log(image360);
[INFO] : file:///Users/fuerst/Library/Developer/CoreSimulator/Devices/D269F3B6-1E4B-4BC6-BD4E-37A26F78D399/data/Containers/Data/Application/50A86AF6-5FE9-4A31-A116-46FA16BC484B/Library/Application%20Support/ec115dfaf9d78e8a93ab232ea9c1643e.jpg exists=true size=396984
[DEBUG] : create Proxy createPanoramaView args: (
[DEBUG] : {
[DEBUG] : heading = 0;
[DEBUG] : image = "file:///Users/fuerst/Library/Developer/CoreSimulator/Devices/D269F3B6-1E4B-4BC6-BD4E-37A26F78D399/data/Containers/Data/Application/50A86AF6-5FE9-4A31-A116-46FA16BC484B/Library/Application%20Support/ec115dfaf9d78e8a93ab232ea9c1643e.jpg";
[DEBUG] : touchTrackingEnabled = 0;
[DEBUG] : }
[DEBUG] : )
[DEBUG] : [VIEWPROXY LIFECYCLE EVENT] _initWithPageContext (
[DEBUG] : {
[DEBUG] : heading = 0;
[DEBUG] : image = "file:///Users/fuerst/Library/Developer/CoreSimulator/Devices/D269F3B6-1E4B-4BC6-BD4E-37A26F78D399/data/Containers/Data/Application/50A86AF6-5FE9-4A31-A116-46FA16BC484B/Library/Application%20Support/ec115dfaf9d78e8a93ab232ea9c1643e.jpg";
[DEBUG] : touchTrackingEnabled = 0;
[DEBUG] : }
[DEBUG] : )
[DEBUG] : [VIEWPROXY LIFECYCLE EVENT] _initWithPageContext (no arguments)
[DEBUG] : [VIEWPROXY LIFECYCLE EVENT] init
[DEBUG] : [VIEWPROXY LIFECYCLE EVENT] _configure
[DEBUG] : [VIEWPROXY LIFECYCLE EVENT] _initWithProperties {
[DEBUG] : heading = 0;
[DEBUG] : image = "file:///Users/fuerst/Library/Developer/CoreSimulator/Devices/D269F3B6-1E4B-4BC6-BD4E-37A26F78D399/data/Containers/Data/Application/50A86AF6-5FE9-4A31-A116-46FA16BC484B/Library/Application%20Support/ec115dfaf9d78e8a93ab232ea9c1643e.jpg";
[DEBUG] : touchTrackingEnabled = 0;
[DEBUG] : }
### parentVieww.add(vrView);
[INFO] : [VIEWPROXY LIFECYCLE EVENT] viewWillAttach
[INFO] : init in panorama view
[INFO] : Image Path /Users/fuerst/Library/Developer/CoreSimulator/Devices/D269F3B6-1E4B-4BC6-BD4E-37A26F78D399/data/Containers/Bundle/Application/EEA3E21C-BA21-4B34-9231-85DF6216759D/CityAR.app/modules/ti.vrview/default_pano.txt
[INFO] : [VIEW LIFECYCLE EVENT] initializeState
[DEBUG] : Set Image
[DEBUG] : ImagePath in setter file:///Users/fuerst/Library/Developer/CoreSimulator/Devices/D269F3B6-1E4B-4BC6-BD4E-37A26F78D399/data/Containers/Data/Application/50A86AF6-5FE9-4A31-A116-46FA16BC484B/Library/Application%20Support/ec115dfaf9d78e8a93ab232ea9c1643e.jpg
[DEBUG] : File Not found - throw exception
[ERROR] : Script Error {
[ERROR] : column = 15;
[ERROR] : line = 33;
[ERROR] : message = "Value was not the value expected";
[ERROR] : nativeLocation = "";
[ERROR] : nativeReason = "File not found: file:///Users/fuerst/Library/Developer/CoreSimulator/Devices/D269F3B6-1E4B-4BC6-BD4E-37A26F78D399/data/Containers/Data/Application/50A86AF6-5FE9-4A31-A116-46FA16BC484B/Library/Application%20Support/ec115dfaf9d78e8a93ab232ea9c1643e.jpg";
[ERROR] : nativeStack = "3 CityAR0x000000010b0f2d7b -[TiUIView throwException:subreason:location:] + 107\n4 CityAR0x000000010b3599aa -[TiVrviewPanoramaView setImage_:] + 611\n5 CityAR0x000000010b171c80 DoProxyDelegateReadKeyFromProxy + 272\n6 CityAR0x000000010b17224c DoProxyDelegateReadValuesWithKeysFromProxy + 1148\n7 CityAR0x000000010b0f7896 -[TiUIView readProxyValuesWithKeys:] + 54\n8 CityAR0x000000010b0cd0f2 -[TiViewProxy firePropertyChanges] + 162\n9 CityAR0x000000010b0ca4bb -[TiViewProxy view] + 667\n10 CityAR0x000000010b0ca653 -[TiViewProxy view] + 1075\n11 CityAR0x000000010b0ca653 -[TiViewProxy view] + 1075\n12 CityAR0x000000010b0ca653 -[TiViewProxy view] + 1075\n13 CityAR0x000000010b2c4e47 -[TiWindowProxy openOnUIThread:] + 119\n14 CityAR0x000000010b2c33db __22-[TiWindowProxy open:]_block_invoke + 43\n15 CityAR0x000000010b1b730e TiThreadPerformOnMainThread + 78\n16 CityAR0x000000010b2c33a2 -[TiWindowProxy open:] + 1362\n17 CityAR0x000000010b1a37d8 -[TiUIiOSNavWindowProxy openWindow:] + 840\n18 CoreFoundation 0x0000000112a8d11c __invoking___ + 140\n19 CoreFoundation 0x0000000112a8a5b5 -[NSInvocation invoke] + 325";
[ERROR] : sourceURL = "file:///Users/fuerst/Library/Developer/CoreSimulator/Devices/D269F3B6-1E4B-4BC6-BD4E-37A26F78D399/data/Containers/Bundle/Application/EEA3E21C-BA21-4B34-9231-85DF6216759D/CityAR.app/ui/windows/navigationwindow.js";
[ERROR] : stack = " at [native code]\n at open(/ui/windows/navigationwindow.js:33:15)\n at onPanoramaClick(/ui/windows/place.window.js:70:17)";
[ERROR] : }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment