Hi Riccardo, > On Jan 1, 2020, at 18:32, Riccardo Mottola <[email protected]> wrote: > > Hi Patryk, > >> 2019-12-29 00:37:29.017 GWorkspace[10745:10745] File NSData.m: 287. In BOOL >> readContentsOfFile(NSString *, void **, off_t *, NSZone *) Open ((null)) >> attempt failed - bad path > > > as Fred wrote, this is GWorkspace specific, but i want to investigate this. > We should have a separate email discussion about this. Can you reproduce this > error in GWorkspace alone without running ProjectCenter? > > May you be able to provide a stacktrace of this by putting a breakpoint so we > can see where GWorkspace is complaining? > > Johannes mentions that there may be bundle problems with Inspectors, i want > to check if there is GWorkspace specific code, maybe I can add better error > handling and get a more meaningful error. > > > Thank you & Happy New Year!
Happy new year to you as well! I do see thoss errors when I just openapp GWorkspace on its own. Furthermore there is an error specifically about failing to load InspectorWin [1]. With the NSLog() at line 2280 I see it (among many other things) has _frameworkVersion null [2]. Patryk [1] Just doing openapp GWorkspace: 2020-01-02 18:10:25.105 GWorkspace[25780:25780] File NSData.m: 287. In BOOL readContentsOfFile(NSString *, void **, off_t *, NSZone *) Open ((null)) attempt failed - bad path 2020-01-02 18:10:25.137 GWorkspace[25780:25780] File NSData.m: 287. In BOOL readContentsOfFile(NSString *, void **, off_t *, NSZone *) Open ((null)) attempt failed - bad path 2020-01-02 18:10:25.164 GWorkspace[25780:25780] File NSData.m: 287. In BOOL readContentsOfFile(NSString *, void **, off_t *, NSZone *) Open ((null)) attempt failed - bad path 2020-01-02 18:10:25.824 fswatcher[25848:25848] register client 2 2020-01-02 18:10:29.091 GWorkspace[25780:25780] failed to load InspectorWin! [2] With NSLog() added at line 2280, output truncated to near “bad path” and “failed to load InspectorWin”: ... 2020-01-02 18:11:49.452 GWorkspace[26643:26643] name=HardDiskOpen, _frameworkVersion=(null) 2020-01-02 18:11:49.452 GWorkspace[26643:26643] File NSData.m: 287. In BOOL readContentsOfFile(NSString *, void **, off_t *, NSZone *) Open ((null)) attempt failed - bad path 2020-01-02 18:11:49.463 GWorkspace[26643:26643] name=Info-gnustep, _frameworkVersion=(null) 2020-01-02 18:11:49.466 GWorkspace[26643:26643] name=Localizable, _frameworkVersion=(null) 2020-01-02 18:11:49.473 GWorkspace[26643:26643] name=StartAppWin, _frameworkVersion=(null) 2020-01-02 18:11:49.492 GWorkspace[26643:26643] name=common_ProgressIndeterminate_1, _frameworkVersion=(null) 2020-01-02 18:11:49.493 GWorkspace[26643:26643] name=common_ProgressIndeterminate_1, _frameworkVersion=(null) ... 2020-01-02 18:11:53.615 GWorkspace[26643:26643] name=common_Close, _frameworkVersion=(null) 2020-01-02 18:11:53.616 GWorkspace[26643:26643] name=common_Close, _frameworkVersion=(null) 2020-01-02 18:11:53.651 GWorkspace[26643:26643] name=InspectorWin, _frameworkVersion=(null) 2020-01-02 18:11:53.653 GWorkspace[26643:26643] name=InspectorWin, _frameworkVersion=(null) 2020-01-02 18:11:53.655 GWorkspace[26643:26643] name=InspectorWin, _frameworkVersion=(null) 2020-01-02 18:11:53.656 GWorkspace[26643:26643] name=InspectorWin, _frameworkVersion=(null) 2020-01-02 18:11:53.657 GWorkspace[26643:26643] name=InspectorWin, _frameworkVersion=(null) 2020-01-02 18:11:53.658 GWorkspace[26643:26643] name=InspectorWin, _frameworkVersion=(null) 2020-01-02 18:11:53.659 GWorkspace[26643:26643] name=InspectorWin, _frameworkVersion=(null) 2020-01-02 18:11:53.660 GWorkspace[26643:26643] name=InspectorWin, _frameworkVersion=(null) 2020-01-02 18:11:53.661 GWorkspace[26643:26643] failed to load InspectorWin! 2020-01-02 18:11:53.967 ddbd[26712:26712] name=Localizable, _frameworkVersion=(null) 2020-01-02 18:11:53.969 ddbd[26712:26712] name=localtime, _frameworkVersion=(null)
