Created
June 9, 2015 02:32
-
-
Save praeclarum/2e05d08f79ee2867c22b to your computer and use it in GitHub Desktop.
Mocast crashes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-06-08 19:30:34.539 Mocast[717:131208] DATA /var/mobile/Containers/Data/Application/D2784AE1-D4E4-4555-9CB7-D576E6470AD4/Documents/Mocast.sqlite | |
2015-06-08 19:30:34.562 Mocast[717:131208] ERROR: System.DllNotFoundException: sqlite3 | |
at (wrapper managed-to-native) SQLite.SQLite3:Open (byte[],intptr&,int,intptr) | |
at SQLite.SQLiteConnection..ctor (System.String databasePath, SQLiteOpenFlags openFlags, Boolean storeDateTimeAsTicks) [0x00066] in /Users/fak/Dropbox/Projects/sqlite-net/src/SQLite.cs:219 | |
at SQLite.SQLiteConnection..ctor (System.String databasePath, Boolean storeDateTimeAsTicks) [0x00000] in /Users/fak/Dropbox/Projects/sqlite-net/src/SQLite.cs:181 | |
at Mocast.MocastStorage..ctor () [0x00089] in /Users/fak/Dropbox/Projects/Mocast/Mocast/Mocast/MocastStorage.cs:49 | |
at Mocast.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x0002a] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:58 | |
ERROR: System.DllNotFoundException: sqlite3 | |
at (wrapper managed-to-native) SQLite.SQLite3:Open (byte[],intptr&,int,intptr) | |
at SQLite.SQLiteConnection..ctor (System.String databasePath, SQLiteOpenFlags openFlags, Boolean storeDateTimeAsTicks) [0x00066] in /Users/fak/Dropbox/Projects/sqlite-net/src/SQLite.cs:219 | |
at SQLite.SQLiteConnection..ctor (System.String databasePath, Boolean storeDateTimeAsTicks) [0x00000] in /Users/fak/Dropbox/Projects/sqlite-net/src/SQLite.cs:181 | |
at Mocast.MocastStorage..ctor () [0x00089] in /Users/fak/Dropbox/Projects/Mocast/Mocast/Mocast/MocastStorage.cs:49 | |
at Mocast.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x0002a] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:58 | |
2015-06-08 19:30:34.564 Mocast[717:131208] ERROR: System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x00082] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:67 | |
ERROR: System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x00082] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:67 | |
2015-06-08 19:30:34.731 Mocast[717:131208] ERROR: System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.MoreScreen.<MoreScreen>m__2 () [0x0000a] in /Users/fak/Dropbox/Projects/Mocast/Mocast/MoreScreen.cs:34 | |
at Mocast.MoreScreen.MakeToggle (System.String title, System.Func`1 getter, System.Action`1 setter) [0x00043] in /Users/fak/Dropbox/Projects/Mocast/Mocast/MoreScreen.cs:357 | |
at Mocast.MoreScreen..ctor () [0x000c4] in /Users/fak/Dropbox/Projects/Mocast/Mocast/MoreScreen.cs:32 | |
at Mocast.MainViewController.ViewDidLoad () [0x0005b] in /Users/fak/Dropbox/Projects/Mocast/Mocast/MainViewController.cs:39 | |
ERROR: System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.MoreScreen.<MoreScreen>m__2 () [0x0000a] in /Users/fak/Dropbox/Projects/Mocast/Mocast/MoreScreen.cs:34 | |
at Mocast.MoreScreen.MakeToggle (System.String title, System.Func`1 getter, System.Action`1 setter) [0x00043] in /Users/fak/Dropbox/Projects/Mocast/Mocast/MoreScreen.cs:357 | |
at Mocast.MoreScreen..ctor () [0x000c4] in /Users/fak/Dropbox/Projects/Mocast/Mocast/MoreScreen.cs:32 | |
at Mocast.MainViewController.ViewDidLoad () [0x0005b] in /Users/fak/Dropbox/Projects/Mocast/Mocast/MainViewController.cs:39 | |
2015-06-08 19:30:34.816 Mocast[717:131208] ERROR: System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.PodcastsViewController..ctor (Mocast.MocastStorage storage) [0x000f7] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PodcastsViewController.cs:43 | |
at Mocast.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x001d4] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:117 | |
ERROR: System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.PodcastsViewController..ctor (Mocast.MocastStorage storage) [0x000f7] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PodcastsViewController.cs:43 | |
at Mocast.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x001d4] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:117 | |
2015-06-08 19:30:34.842 Mocast[717:131208] ERROR: System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.AppDelegate.get_ShowUnplayedCount () [0x00007] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:658 | |
at Mocast.AppDelegate.SetBadgeNumber (UIKit.UIApplication application) [0x00016] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:446 | |
at Mocast.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x006a7] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:196 | |
ERROR: System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.AppDelegate.get_ShowUnplayedCount () [0x00007] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:658 | |
at Mocast.AppDelegate.SetBadgeNumber (UIKit.UIApplication application) [0x00016] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:446 | |
at Mocast.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x006a7] in /Users/fak/Dropbox/Projects/Mocast/Mocast/AppDelegate.cs:196 | |
2015-06-08 19:30:35.716 Mocast[717:131208] System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.PlayControls.UpdatePlayButton () [0x0000d] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PlayControls.cs:166 | |
at Mocast.PlayControls.PeriodicUpdate () [0x0001e] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PlayControls.cs:155 | |
at Mocast.PlayControls+<PlayControls>c__AnonStorey3.<>m__1 (Foundation.NSTimer t) [0x00008] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PlayControls.cs:141 | |
2015-06-08 19:30:36.714 Mocast[717:131208] System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.PlayControls.UpdatePlayButton () [0x0000d] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PlayControls.cs:166 | |
at Mocast.PlayControls.PeriodicUpdate () [0x0001e] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PlayControls.cs:155 | |
at Mocast.PlayControls+<PlayControls>c__AnonStorey3.<>m__1 (Foundation.NSTimer t) [0x00008] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PlayControls.cs:141 | |
2015-06-08 19:30:37.714 Mocast[717:131208] System.NullReferenceException: Object reference not set to an instance of an object | |
at Mocast.PlayControls.UpdatePlayButton () [0x0000d] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PlayControls.cs:166 | |
at Mocast.PlayControls.PeriodicUpdate () [0x0001e] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PlayControls.cs:155 | |
at Mocast.PlayControls+<PlayControls>c__AnonStorey3.<>m__1 (Foundation.NSTimer t) [0x00008] in /Users/fak/Dropbox/Projects/Mocast/Mocast/PlayControls.cs:141 | |
2015- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment