Dear Tripwire!
I get random crashes with Killing Floor on OS X 10.10.1. In the crash log you can se the following:
WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.1 instead of 10.10.1. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
Call location:
The system version getter implementation is incorrect. As of 10.10 it will replace minor and bugfix version components that are higher than 9 to 9. So if i have 10.10.1 it will return 10.9.1.
A quote from Apple's documentation:
Yours sincerely, me :).
I get random crashes with Killing Floor on OS X 10.10.1. In the crash log you can se the following:
WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.1 instead of 10.10.1. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
Call location:
The system version getter implementation is incorrect. As of 10.10 it will replace minor and bugfix version components that are higher than 9 to 9. So if i have 10.10.1 it will return 10.9.1.
A quote from Apple's documentation:
Quote:
If the values of the minor or bug fix revision are larger than 9, then gestaltSystemVersion will substitute the value 9 for them. For example, when running OS X v10.3.15, this selector returns 0x1039. When running OS X v10.10.5, this selector returns 0x1095. |
Yours sincerely, me :).
Aucun commentaire:
Enregistrer un commentaire