kfix / MacPin

a webapp container & site specific browser made from WebKit.swift and JavaScriptCore
GNU General Public License v3.0
331 stars 27 forks source link

Crashes in Catalina 10.15.2 (19C57) #34

Closed msp closed 2 years ago

msp commented 4 years ago

I tried opening the built in Trello and Google Drive apps:

Application Specific Information: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[MacPin.MPWebView _drawsTransparentBackground]: unrecognized selector sent to instance 0x7f8857528520' abort() called terminating with uncaught exception of type NSException

kfix commented 2 years ago

I think I've had the same happen. I've since added some runtime versioning smarts to gate calls to these private methods of WebKit but sometimes the wrong bits get flipped :-/

without knowing what version/build you were working from, don't really have a clue what to do with this except asking to try again with a newer build + OS.

msp commented 2 years ago

From distant memory I think I evaluated and bailed when it didn't work so I don't have a running version or any more diagnostic info I'm afraid! Feel free to close :)

kfix commented 2 years ago

giving up on catalina, sorry folks!