forked from I2P_Developers/i2p.i2p
Mac OS X Launcher:
* Enabled Apple's "Hardened Runtime", however unsecure memory had to be allowed to spawn java etc. * Updated docs about Event Manager code * Make the launcher handle cases where extract is incomplete or invalid * Bugfixes as always
This commit is contained in:
@@ -85,9 +85,7 @@
|
||||
NSLog(@"Expection occurred %@", [e reason]);
|
||||
auto swiftRouterStatus = [[RouterProcessStatus alloc] init];
|
||||
self.isRouterRunning = NO;
|
||||
[swiftRouterStatus setRouterStatus: false];
|
||||
[swiftRouterStatus setRouterRanByUs: false];
|
||||
[swiftRouterStatus triggerEventWithEn:@"router_stop" details:@"error shutdown"];
|
||||
[swiftRouterStatus triggerEventWithEn:@"router_exception" details:[e reason]];
|
||||
[[SBridge sharedInstance] setCurrentRouterInstance:nil];
|
||||
sendUserNotification(@"An error occured, can't start the I2P Router", [e reason]);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user