John Wood
John Wood
So I've figured out how to do this, but I had to cheat a bit. Perhaps either the author or someone with more clue than I can assist. First off,...
I actually forgot to mention in my first comment that I also see that something happens to the save disk after the first initial save (it's modified). Before I saved...
Many thanks for doing these builds. I've tested at least one or two of them and they seem to run alright until you attempt to open a folder (browse DOS...
I've given the Boxer.app full disk access, but I should mention that 'old' 32-bit Boxer does not have this access specifically granted. I cleaned out everything in ~/Library/ that was...
If I had to guess I'd say that the cause is this: Boxer/Application Delegate/BXShelfAppearanceOperation.m (line 154+) ``` - (void) _applyAppearanceToFolderAtURL: (NSURL *)folderURL { NSAssert(self.backgroundImageURL != nil, @"BXShelfAppearanceApplicator _applyAppearanceToFolder called without...
I think that something is null/empty and is passed unchecked to the API. It may be macOS API changes that cause something to silently fail earlier in the code: https://stackoverflow.com/questions/36111461/terminating-app-due-to-uncaught-exception-nsinvalidargumentexception-reason...
Unfortunately the crash still happens. It stopped complaining about the code signature, so that's a step forward. I have a second Mac running Mojave and I got the same results...
@almeath If you can build this in Mojave without any overly complex work-arounds, then would you be able share (roughly.. slightly detailed?) your steps? I assume it's more than: 1)...
@getaaron So missing headers would definitely cause it not to build (the errors are quite clear), but you certainly don't need the OS SDK headers at run-time. That being said,...
@andylithia This can also be worked around by passing -Wno-incompatible-function-pointer-types -Wno-int-conversion. If you're really bored you can mess about with my fork. I've added some macOS specific features (in particular:...