seafile-iOS icon indicating copy to clipboard operation
seafile-iOS copied to clipboard

Crashes on login

Open Saddamus opened this issue 5 months ago • 1 comments

Can you please tell me what can be the reason that freshly compiled app is crashing during login ?

); PKKeychainVersionKey = 8; PKLogNotificationServiceResponsesKey = 0; VERSION = "2.9.24"; "com.apple.Animoji.StickerRecents.SplashVersion" = 1; "com.apple.content-rating.AppRating" = 1000; "com.apple.content-rating.ExplicitBooksAllowed" = 1; "com.apple.content-rating.ExplicitMusicPodcastsAllowed" = 1; "com.apple.content-rating.MovieRating" = 1000; "com.apple.content-rating.TVShowRating" = 1000; "https://server_domain/[email protected]" = { isshibboleth = 0; link = "https://server_domain"; password = UserPass; token = UserToken; username = "[email protected]"; }; "https://server_domain/[email protected]/settings" = { serverInfo = { features = ( "seafile-basic" ); version = "6.3.1"; }; }; } 2024-01-11 17:07:29.806068+0100 PVYShare[757:23603] #102 -[SeafGlobal registerDefaultsFromSettingsBundle] <_NSMainThread: 0x2805dc5c0>{number = 1, name = main}:Registering default values from Settings.bundle 2024-01-11 17:07:29.807494+0100 PVYShare[757:23603] #107 -[SeafGlobal registerDefaultsFromSettingsBundle] <_NSMainThread: 0x2805dc5c0>{number = 1, name = main}:Could not find Settings.bundle 2024-01-11 17:07:29.808317+0100 PVYShare[757:23603] #60 -[SeafGlobal init] <_NSMainThread: 0x2805dc5c0>{number = 1, name = main}:Cache root path=(null), clientVersion=2.9.24 2024-01-11 17:07:29.808822+0100 PVYShare[757:23603] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled 2024-01-11 17:07:29.808940+0100 PVYShare[757:23603] #45 +[Utils checkMakeDir:]:[WARNING]Failed to create directory (null):Error Domain=NSCocoaErrorDomain Code=512 "Nie można zachować pliku." 2024-01-11 17:07:29.817110+0100 PVYShare[757:23603] [Assert] UINavigationBar decoded as unlocked for UINavigationController, or navigationBar delegate set up incorrectly. Inconsistent configuration may cause problems. navigationController=<UINavigationController: 0x118823c00>, navigationBar=<UINavigationBar: 0x117f10b00; frame = (0 20; 0 50); opaque = NO; autoresize = W; layer = <CALayer: 0x2810fa760>> delegate=0x118823c00 2024-01-11 17:07:29.817820+0100 PVYShare[757:23603] [Assert] UINavigationBar decoded as unlocked for UINavigationController, or navigationBar delegate set up incorrectly. Inconsistent configuration may cause problems. navigationController=<UINavigationController: 0x118038800>, navigationBar=<UINavigationBar: 0x117e0f230; frame = (0 20; 0 50); opaque = NO; autoresize = W; layer = <CALayer: 0x2810e3fe0>> delegate=0x118038800 2024-01-11 17:07:29.818296+0100 PVYShare[757:23603] [Assert] UINavigationBar decoded as unlocked for UINavigationController, or navigationBar delegate set up incorrectly. Inconsistent configuration may cause problems. navigationController=<UINavigationController: 0x118029600>, navigationBar=<UINavigationBar: 0x117e1d350; frame = (0 20; 0 50); opaque = NO; autoresize = W; layer = <CALayer: 0x2810e3c20>> delegate=0x118029600 2024-01-11 17:07:29.827638+0100 PVYShare[757:23603] [Assert] UINavigationBar decoded as unlocked for UINavigationController, or navigationBar delegate set up incorrectly. Inconsistent configuration may cause problems. navigationController=<UINavigationController: 0x11803f600>, navigationBar=<UINavigationBar: 0x117e20c50; frame = (0 20; 0 50); opaque = NO; autoresize = W; layer = <CALayer: 0x2810f71c0>> delegate=0x11803f600 2024-01-11 17:07:29.828142+0100 PVYShare[757:23603] [Assert] UINavigationBar decoded as unlocked for UINavigationController, or navigationBar delegate set up incorrectly. Inconsistent configuration may cause problems. navigationController=<UINavigationController: 0x118044400>, navigationBar=<UINavigationBar: 0x117e22840; frame = (0 20; 0 50); opaque = NO; autoresize = W; layer = <CALayer: 0x2810f40c0>> delegate=0x118044400 2024-01-11 17:07:29.933722+0100 PVYShare[757:23603] #214 -[SeafGlobal loadAccounts] <_NSMainThread: 0x2805dc5c0>{number = 1, name = main}:allowInvalidCert=0 2024-01-11 17:07:29.936594+0100 PVYShare[757:23603] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter' *** First throw call stack: (0x1961e9a34 0x18f709958 0x19066c028 0x19066bdb8 0x104fda8f0 0x104ee4384 0x104ee41ac 0x104ee4b10 0x104f1e730 0x104ec19a8 0x1985c2c48 0x1985c238c 0x1985c13c0 0x1985c1020 0x198328314 0x198641d84 0x198502908 0x198502738 0x198502308 0x1985021e8 0x198b79204 0x198c08280 0x1983bf598 0x1987f59fc 0x19848713c 0x198486fd0 0x19848653c 0x1984862e0 0x1aaa6e078 0x1aaaa81f0 0x1aaa71a14 0x1aaaa7e78 0x1057418c4 0x105744dac 0x1aaa7af18 0x1aaa7ab54 0x1aaa7d104 0x1962ac298 0x1962b7bf8 0x196241f58 0x196256f84 0x19625bb58 0x1cc45b984 0x198606628 0x1986062a0 0x104edf198 0x1b2f25df0) libc++abi: terminating with uncaught exception of type NSException *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter' terminating with uncaught exception of type NSException (lldb)

Saddamus avatar Jan 12 '24 09:01 Saddamus

It seems that the some path is nil, you can find out the crashing code by adding all objective-c exceptions breakpoint.

lilthree avatar Jan 12 '24 10:01 lilthree