Francisco Moraes

Results 139 comments of Francisco Moraes

That block of core on #14 is the block seen here: ``` let modified = _battlegroundsGameMode != newValue _battlegroundsGameMode = newValue if modified { DispatchQueue.main.async { self.updateSectionsVisibilities() if #available(macOS 10.15,...

VM region near: ``` VM Regions Near 0: --> __TEXT 102315000-1030fa000 [ 13.9M] r-x/r-x SM=COW /Applications/HSTracker.app/Contents/MacOS/HSTracker ``` and ``` VM Region Summary: ReadOnly portion of Libraries: Total=905.7M resident=0K(0%) swapped_out_or_unallocated=905.7M(100%) Writable...

Also forgot to say that this crash appears to have started after I upgraded from Xcode 15.3 to 16.1

@mikeash Thanks for pointing it out. I compared the previous application bundles and it was present until the most recent version, so I need to see what went wrong.

I reviewed my `project.pbxprof` changes and I don't see anything that should have caused the library from being included. I have added a manual link with library as optional per...

I rebuilt the application with Xcode 15.3 and the problem went away. I tried building with 16.1 and 16.2 beta 3 and embedding `libswift_Concurrency.dylib` but the problem persisted until I...

@mikeash I downgraded to Xcode 15.3 and I verified the with `otool -l` that the `@rpath` is now correct but I am still getting a crash: ``` 8 libswiftCore.dylib 0x00007fff2cc6c2dd...

Replays are not saved locally, they are only saved in the HSReplay website. You can see your replays at https://hsreplay.net/games/mine/

I don't see any major crash reports in the dashboard. Please provide the HSTracker log file and see if there is any crash report in the Console application on the...

Can someone confirm if the latest version 3.3.4 fixed the problem?