Okay all other comments will be on github:
github.com/vcmi/vcmi/pull/351
Starting of game still crashing because of some issues with AI, but builds should have all needed deps for client ans sever bundles:
builds.vcmi.download/PR/351/macOS/
Warning: oops! they pretty much broken for anyone except me. Still require some work!
First new automatically created macOS build is available here:
builds.vcmi.download/PR/362/mac … d0eb65.dmg
As soon as I finish my work on packaging it’s will be merged into upstream builds!
Keep in mind you need to manually extract “Data”, “mp3” and “Maps” folders into:
~/Library/Application\ Support/vcmi/
Also there are crashes I didn’t have time to look at yet, but it’s possible to play a bit, AI working, etc.
UPD: Tested Mac vs Mac multiplayer, works nicely so far.
Mac (Clang) + Windows (MSVC) + Linux (GCC) able to join lobby, but then freeze on start.
Ok now builds are fixed for sure and should soon appear here:
builds.vcmi.download/branch/develop/macOS/
latest 0.99 nightly build on macOS 11.12.6
Unable to change resolution other than 800x600
And instruction? Thanks
As @misiokles posted for now you need to download them manually and unpack them into:
~/Library/Application\ Support/vcmi/Mods/
In about a month it’s should become possible to install these mods from launcher.
Thanks for the instruction, it works!
Hello… Anyway to get work on OSX 10.10.4 (Yosemite)… or must be complie on Yosemite… and If I complie it should work on Yosemite? and dipendences?
Hello. I figured out my old problem but now I got a new one so I edited this post.
I can’t cast damaging spells. It just says “Unknown problem with this spell. No more information available.”
No further information in the client. Any suggestions? Thanks.
I am experiencing the same issue with spells (“Unknown problem with this spell. No more information available.”) using build VCMI-branch-develop-b2faf30.dmg
(05-Mar-2018 19:28).
Neither direct damage spells work (magic arrow) nor indirect (fire wall). Other spells seem to work just fine.
You are not using any mods? Right?
I’ll test it in my macOS VM as soon as I get some free time.
No, no mods.
Thanks for report. I can confirm problem actually exists. and added bug report here:
I’ll able to work on problem for sure in about a week since running xcode / qt creator in VM on my laptop might be little too slow.
Ok just in case we find out why exactly problem occur and it’s should be possible to resolve it fairly soon.
UPD: Fixed:
Hello everyone!
I am running Mac OS 10.15.4 - found info on reddit that the latest VCMI should allow the game to run my system. I have an install folder, copied all the Data, Maps and MP3 folders as instructed, yet the game doesnt start after clicking “start game” in the launcher. What would be helpful to post here to find a possible solution?
Thanks in advance - and respect for the efforts to keep this gem going :).
Cheers!
b.
Build instructions are rather outdated:
- it should be sufficient to install just Xcode command line tools
- there’s no need to install git from homebrew because it’s already provided by Xcode (and with Xcode command line tools as well iirc)
- brew install sdl2_mixer –with-smpeg2 is no longer possible. Instead I followed this approach: https://github.com/veandco/go-sdl2/issues/299#issuecomment-611681191
- it’s not required to install Qt with homebrew if you used Qt Installer, just point PATH to bin of your Qt directory
Build issues I faced.
- Cmake warnings that don’t fail build (might be already known):
log
-- Checking for module 'minizip'
-- Found minizip, version 1.2.11
CMake Warning (dev) at /usr/local/Cellar/cmake/3.19.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (MINIZIP)
does not match the name of the calling package (Minizip). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindMinizip.cmake:70 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:218 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /usr/local/Cellar/cmake/3.19.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (FL) does
not match the name of the calling package (FuzzyLite). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindFuzzyLite.cmake:54 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
AI/CMakeLists.txt:12 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find FL (missing: FL_LIBRARIES FL_INCLUDE_DIRS)
- cpack is unable to build dmg:
log
❯ cpack -C Debug
CPack: Create package using DragNDrop
CPack: Install projects
CPack: - Install project: VCMI [Debug]
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/MacOS/vcmilauncher", "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/MacOS/AI/libBattleAI.dylib", "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/MacOS/AI/libEmptyAI.dylib", "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/MacOS/AI/libStupidAI.dylib", "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/MacOS/AI/libVCAI.dylib", "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/MacOS/libvcmi.dylib")
ERROR: no file at "/usr/lib/libvcmi.dylib"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets_debug"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets_debug"
Log: copy: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtWidgets.framework/Resources" "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtWidgets.framework/Versions/5/Resources"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtWidgets.framework/Resources/Info.plist"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtWidgets.framework/Versions/5/Resources/Info.plist"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtWidgets.framework/QtWidgets_debug"
Log: points to "Versions/Current/QtWidgets_debug"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtWidgets.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtWidgets.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork_debug"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork_debug"
Log: copy: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtNetwork.framework/Resources" "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtNetwork.framework/Versions/5/Resources"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtNetwork.framework/Resources/Info.plist"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtNetwork.framework/Versions/5/Resources/Info.plist"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtNetwork.framework/QtNetwork_debug"
Log: points to "Versions/Current/QtNetwork_debug"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtNetwork.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtNetwork.framework/Versions/Current"
Log: points to "5"
Log: copied: "/usr/local/opt/minizip/lib/libminizip.1.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libminizip.1.dylib"
Log: copied: "/usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libSDL2-2.0.0.dylib"
Log: copied: "/usr/local/opt/boost/lib/libboost_date_time-mt.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libboost_date_time-mt.dylib"
Log: copied: "/usr/local/opt/boost/lib/libboost_filesystem-mt.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libboost_filesystem-mt.dylib"
Log: copied: "/usr/local/opt/boost/lib/libboost_locale-mt.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libboost_locale-mt.dylib"
Log: copied: "/usr/local/opt/boost/lib/libboost_chrono-mt.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libboost_chrono-mt.dylib"
Log: copied: "/usr/local/opt/boost/lib/libboost_program_options-mt.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libboost_program_options-mt.dylib"
Log: copied: "/usr/local/opt/boost/lib/libboost_system-mt.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libboost_system-mt.dylib"
Log: copied: "/usr/local/opt/boost/lib/libboost_thread-mt.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libboost_thread-mt.dylib"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtGui.framework/Versions/5/QtGui_debug"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui_debug"
Log: copy: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtGui.framework/Resources" "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtGui.framework/Versions/5/Resources"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtGui.framework/Resources/Info.plist"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtGui.framework/Versions/5/Resources/Info.plist"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtGui.framework/QtGui_debug"
Log: points to "Versions/Current/QtGui_debug"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtGui.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtGui.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Versions/5/QtCore_debug"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore_debug"
Log: copy: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Resources" "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtCore.framework/Versions/5/Resources"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Resources/Info.plist"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtCore.framework/Versions/5/Resources/Info.plist"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtCore.framework/QtCore_debug"
Log: points to "Versions/Current/QtCore_debug"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtCore.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtCore.framework/Versions/Current"
Log: points to "5"
Log: copied: "/usr/local/opt/icu4c/lib/libicudata.67.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libicudata.67.dylib"
Log: copied: "/usr/local/opt/icu4c/lib/libicui18n.67.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libicui18n.67.dylib"
Log: copied: "/usr/local/opt/icu4c/lib/libicuuc.67.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks//libicuuc.67.dylib"
Log:
Log: Deploying plugins from "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/platforms/libqcocoa_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/platforms/libqcocoa_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/platforms/libqcocoa_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtDBus.framework/Versions/5/QtDBus_debug"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus_debug"
Log: copy: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtDBus.framework/Resources" "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtDBus.framework/Versions/5/Resources"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtDBus.framework/Resources/Info.plist"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtDBus.framework/Versions/5/Resources/Info.plist"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtDBus.framework/QtDBus_debug"
Log: points to "Versions/Current/QtDBus_debug"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtDBus.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtDBus.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport_debug"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport_debug"
Log: copy: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtPrintSupport.framework/Resources" "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/Resources"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtPrintSupport.framework/Resources/Info.plist"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/Resources/Info.plist"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtPrintSupport.framework/QtPrintSupport_debug"
Log: points to "Versions/Current/QtPrintSupport_debug"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtPrintSupport.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtPrintSupport.framework/Versions/Current"
Log: points to "5"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/printsupport/libcocoaprintersupport_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/printsupport/libcocoaprintersupport_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/printsupport/libcocoaprintersupport_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/styles/libqmacstyle_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/styles/libqmacstyle_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/styles/libqmacstyle_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/bearer/libqgenericbearer_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/bearer/libqgenericbearer_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/bearer/libqgenericbearer_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/imageformats/libqgif_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqgif_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqgif_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/imageformats/libqicns_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqicns_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqicns_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/imageformats/libqico_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqico_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqico_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/imageformats/libqjpeg_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqjpeg_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqjpeg_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/imageformats/libqmacheif_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqmacheif_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqmacheif_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/imageformats/libqmacjp2_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqmacjp2_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqmacjp2_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/imageformats/libqtga_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqtga_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqtga_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/imageformats/libqtiff_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqtiff_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqtiff_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/imageformats/libqwbmp_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqwbmp_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqwbmp_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/imageformats/libqwebp_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqwebp_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/imageformats/libqwebp_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/plugins/iconengines/libqsvgicon_debug.dylib"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/iconengines/libqsvgicon_debug.dylib"
Log:
Log: Deploying Qt frameworks found inside: ("/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns/iconengines/libqsvgicon_debug.dylib")
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtSvg.framework/Versions/5/QtSvg_debug"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg_debug"
Log: copy: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtSvg.framework/Resources" "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtSvg.framework/Versions/5/Resources"
Log: copied: "/Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtSvg.framework/Resources/Info.plist"
Log: to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtSvg.framework/Versions/5/Resources/Info.plist"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtSvg.framework/QtSvg_debug"
Log: points to "Versions/Current/QtSvg_debug"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtSvg.framework/Resources"
Log: points to "Versions/Current/Resources"
Log: symlink "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Frameworks/QtSvg.framework/Versions/Current"
Log: points to "5"
Log: Created configuration file: "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/Resources/qt.conf"
Log: This file sets the plugin search path to "/Volumes/hdd/dev/vcmi-build/_CPack_Packages/Darwin/DragNDrop/vcmi-0.99/VCMI.app/Contents/PlugIns"
CMake Error at /usr/local/Cellar/cmake/3.19.2/share/cmake/Modules/BundleUtilities.cmake:454 (message):
otool -l failed: 1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump:
error: '@rpath/QtCore.framework/Versions/5/QtCore_debug': No such file or
directory
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.19.2/share/cmake/Modules/BundleUtilities.cmake:523 (get_item_rpaths)
/usr/local/Cellar/cmake/3.19.2/share/cmake/Modules/BundleUtilities.cmake:645 (set_bundle_key_values)
/usr/local/Cellar/cmake/3.19.2/share/cmake/Modules/BundleUtilities.cmake:930 (get_bundle_keys)
/Volumes/hdd/dev/vcmi-build/osx/cmake_install.cmake:50 (fixup_bundle)
/Volumes/hdd/dev/vcmi-build/cmake_install.cmake:68 (include)
CPack Error: Error when generating package: VCMI
Failure to start Launcher:
log
❯ ./vcmilauncher
objc[26679]: Class QMacAutoReleasePoolTracker is implemented in both /Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Versions/5/QtCore (0x114c316b0) and /Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Versions/5/QtCore_debug (0x111a331e8). One of the two will be used. Which one is undefined.
objc[26679]: Class QT_ROOT_LEVEL_POOL__THESE_OBJECTS_WILL_BE_RELEASED_WHEN_QAPP_GOES_OUT_OF_SCOPE is implemented in both /Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Versions/5/QtCore (0x114c31728) and /Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Versions/5/QtCore_debug (0x111a33260). One of the two will be used. Which one is undefined.
objc[26679]: Class KeyValueObserver is implemented in both /Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Versions/5/QtCore (0x114c31750) and /Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Versions/5/QtCore_debug (0x111a33288). One of the two will be used. Which one is undefined.
objc[26679]: Class RunLoopModeTracker is implemented in both /Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Versions/5/QtCore (0x114c317a0) and /Volumes/hdd/Applications/Qt/5.13.1/clang_64/lib/QtCore.framework/Versions/5/QtCore_debug (0x111a332d8). One of the two will be used. Which one is undefined.
QCoreApplication::applicationDirPath: Please instantiate the QApplication object first
ASSERT failure in QVariant: "Trying to clear an unknown type", file kernel/qvariant.cpp, line 1426
fish: './vcmilauncher' terminated by signal SIGABRT (Abort)
Solution is to launch like this:
DYLD_IMAGE_SUFFIX=_debug ./vcmilauncher
I’ve been using macOS 10.14.6, Cmake 3.19.2, Xcode 11.3.1, Qt 5.13.1
Hi! Thanks for all you work! The games launches fine for me but when I want to start a game (either single- or multiplayer), I get a memory error:
Process: vcmiclient [90315]
Path: /Applications/VCMI.app/Contents/MacOS/vcmiclient
Identifier: vcmiclient
Version: ???
Code Type: X86-64 (Native)
Parent Process: launchd [1]
User ID: 501
Date/Time: 2022-11-23 18:59:12.6852 +0100
OS Version: macOS 13.0.1 (22A400)
Report Version: 12
Bridge OS Version: 7.0 (20P420)
Anonymous UUID: 716D7E9E-9BEF-6723-305A-E40E7D236AAC
Sleep/Wake UUID: E5A2C345-6DA3-4E40-A9D1-53AAD1417A5B
Time Awake Since Boot: 220000 seconds
Time Since Wake: 1746 seconds
System Integrity Protection: enabled
Crashed Thread: 16
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000070
Exception Codes: 0x0000000000000001, 0x0000000000000070
Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process: exc handler [90315]
VM Region Info: 0x70 is not in any region. Bytes before following region: 140737487425424
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
shared memory 7ffffff1d000-7ffffff1e000 [ 4K] r-x/r-x SM=SHM
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x7ff808c200ce __semwait_signal + 10
1 libsystem_c.dylib 0x7ff808b34b4a nanosleep + 196
2 vcmiclient 0x10707451e SDL_Delay_REAL + 94
3 vcmiclient 0x106bfced9 CFramerateManager::framerateDelay() + 57
I’m using the latest Mac OS. Any clue on how to fix this?
please post full crash log, this one is cut and doesn’t show the crashed thread (16)
Here you go!
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: vcmiclient [28739]
Path: /Applications/VCMI.app/Contents/MacOS/vcmiclient
Identifier: vcmiclient
Version: ???
Code Type: X86-64 (Native)
Parent Process: launchd [1]
User ID: 501
Date/Time: 2022-12-03 17:39:15.9245 +0100
OS Version: macOS 13.0.1 (22A400)
Report Version: 12
Bridge OS Version: 7.0 (20P420)
Anonymous UUID: 716D7E9E-9BEF-6723-305A-E40E7D236AAC
Sleep/Wake UUID: 433BFB29-2B5D-4D40-A1EB-FE104C645521
Time Awake Since Boot: 52000 seconds
Time Since Wake: 770 seconds
System Integrity Protection: enabled
Crashed Thread: 16
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000070
Exception Codes: 0x0000000000000001, 0x0000000000000070
Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process: exc handler [28739]
VM Region Info: 0x70 is not in any region. Bytes before following region: 140737486806928
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
shared memory 7fffffe86000-7fffffe87000 [ 4K] r-x/r-x SM=SHM
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x7ff80268e0ce __semwait_signal + 10
1 libsystem_c.dylib 0x7ff8025a2b4a nanosleep + 196
2 vcmiclient 0x10974351e SDL_Delay_REAL + 94
3 vcmiclient 0x1092cbed9 CFramerateManager::framerateDelay() + 57
4 vcmiclient 0x1092cb835 CGuiHandler::renderFrame() + 501
5 vcmiclient 0x1094ea774 main + 17188
6 dyld 0x7ff802399310 start + 2432
Thread 1:
0 libsystem_kernel.dylib 0x7ff80268e1fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff8026ca7e1 _pthread_cond_wait + 1243
2 libvcmi.dylib 0x10c8f944e boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&) + 78
3 libvcmi.dylib 0x10c8f8b0b void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 491
4 libvcmi.dylib 0x10c8f8750 CConsoleHandler::run() + 208
5 libboost_thread.dylib 0x10b8f2ca2 boost::(anonymous namespace)::thread_proxy(void*) + 130
6 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
7 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 2:: SDLTimer
0 libsystem_kernel.dylib 0x7ff80268e1fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff8026ca7e1 _pthread_cond_wait + 1243
2 vcmiclient 0x1097560ee SDL_CondWaitTimeout_REAL + 142
3 vcmiclient 0x1097563f0 SDL_SemWaitTimeout_REAL + 80
4 vcmiclient 0x1096ab461 SDL_TimerThread + 113
5 vcmiclient 0x1096ab015 SDL_RunThread + 53
6 vcmiclient 0x109755b79 RunThread + 9
7 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
8 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 3:: caulk.messenger.shared:17
0 libsystem_kernel.dylib 0x7ff80268b61e semaphore_wait_trap + 10
1 caulk 0x7ff80bdd18f8 caulk::mach::semaphore::wait_or_error() + 16
2 caulk 0x7ff80bdb7664 caulk::concurrent::details::worker_thread::run() + 36
3 caulk 0x7ff80bdb7328 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 41
4 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
5 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 4:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x7ff80268b6a2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff80269967d mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff80269271a mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff80268b989 mach_msg + 19
4 CoreFoundation 0x7ff8027a4d0e __CFRunLoopServiceMachPort + 145
5 CoreFoundation 0x7ff8027a377a __CFRunLoopRun + 1360
6 CoreFoundation 0x7ff8027a2bb0 CFRunLoopRunSpecific + 560
7 AppKit 0x7ff805a25696 _NSEventThread + 132
8 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 5:
0 libsystem_pthread.dylib 0x7ff8026c5c58 start_wqthread + 0
Thread 6:
0 libsystem_pthread.dylib 0x7ff8026c5c58 start_wqthread + 0
Thread 7:
0 libsystem_pthread.dylib 0x7ff8026c5c58 start_wqthread + 0
Thread 8:
0 libsystem_pthread.dylib 0x7ff8026c5c58 start_wqthread + 0
Thread 9:
0 libsystem_pthread.dylib 0x7ff8026c5c58 start_wqthread + 0
Thread 10:: AudioQueue thread
0 libsystem_kernel.dylib 0x7ff80268b6a2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff80269967d mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff80269271a mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff80268b989 mach_msg + 19
4 CoreFoundation 0x7ff8027a4d0e __CFRunLoopServiceMachPort + 145
5 CoreFoundation 0x7ff8027a377a __CFRunLoopRun + 1360
6 CoreFoundation 0x7ff8027a2bb0 CFRunLoopRunSpecific + 560
7 vcmiclient 0x10972df5e audioqueue_thread + 1054
8 vcmiclient 0x1096ab015 SDL_RunThread + 53
9 vcmiclient 0x109755b79 RunThread + 9
10 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
11 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 11:: caulk.messenger.shared:high
0 libsystem_kernel.dylib 0x7ff80268b61e semaphore_wait_trap + 10
1 caulk 0x7ff80bdd18f8 caulk::mach::semaphore::wait_or_error() + 16
2 caulk 0x7ff80bdb7664 caulk::concurrent::details::worker_thread::run() + 36
3 caulk 0x7ff80bdb7328 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 41
4 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
5 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 12:: AQConverterThread
0 libsystem_kernel.dylib 0x7ff80268e1fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff8026ca7e1 _pthread_cond_wait + 1243
2 libAudioToolboxUtility.dylib 0x7ff80fee7a2c CADeprecated::CAGuard::Wait() + 54
3 AudioToolbox 0x7ff811036a2a AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 722
4 libAudioToolboxUtility.dylib 0x7ff80fec9333 CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 77
5 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 13:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x7ff80268b6a2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff80269967d mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff80269271a mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff80268b989 mach_msg + 19
4 CoreAudio 0x7ff8049d78a5 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 111
5 CoreAudio 0x7ff8048b04c1 HALC_ProxyIOContext::IOWorkLoop() + 3783
6 CoreAudio 0x7ff8048af029 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 63
7 CoreAudio 0x7ff804a36630 HALB_IOThread::Entry(void*) + 72
8 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
9 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 14:
0 libsystem_kernel.dylib 0x7ff8026954ca __wait4_nocancel + 10
1 libsystem_c.dylib 0x7ff80260d89a system + 440
2 vcmiclient 0x10956b416 CServerHandler::threadRunServer() + 1494
3 libboost_thread.dylib 0x10b8f2ca2 boost::(anonymous namespace)::thread_proxy(void*) + 130
4 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
5 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 15:
0 libsystem_kernel.dylib 0x7ff80268e1fe __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x7ff8026ca7e1 _pthread_cond_wait + 1243
2 vcmiclient 0x1092cd39e boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&) + 78
3 vcmiclient 0x1092cba9b void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&) + 491
4 vcmiclient 0x10956c7fb CServerHandler::threadHandleConnection() + 235
5 libboost_thread.dylib 0x10b8f2ca2 boost::(anonymous namespace)::thread_proxy(void*) + 130
6 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
7 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 16 Crashed:
0 vcmiclient 0x10959e806 CMapHandler::init() + 54
1 vcmiclient 0x109461ef2 CClient::initMapHandler() + 386
2 vcmiclient 0x109461ce9 CClient::newGame() + 601
3 vcmiclient 0x10956f596 CServerHandler::startGameplay() + 86
4 libboost_thread.dylib 0x10b8f2ca2 boost::(anonymous namespace)::thread_proxy(void*) + 130
5 libsystem_pthread.dylib 0x7ff8026ca259 _pthread_start + 125
6 libsystem_pthread.dylib 0x7ff8026c5c7b thread_start + 15
Thread 16 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000053 rcx: 0x0000000000000001 rdx: 0x00000000000d164e
rdi: 0x0000000000000000 rsi: 0x000070000f987d50 rbp: 0x000070000f987e40 rsp: 0x000070000f987df0
r8: 0x0000000000000200 r9: 0x00000000000001ff r10: 0x0000000000000001 r11: 0x0000000000000246
r12: 0x0000600002140200 r13: 0x00007fad5944aac0 r14: 0x000060000151c000 r15: 0x00007fad588ac530
rip: 0x000000010959e806 rfl: 0x0000000000010202 cr2: 0x0000000000000070
Logical CPU: 0
Error Code: 0x00000004 (no mapping for user data read)
Trap Number: 14
Thread 16 instruction stream:
01 84 c0 74 05 45 31 f6-eb 0b 8b 43 08 41 3b 47 ...t.E1....C.A;G
08 41 0f 9c c6 44 89 f0-48 83 c4 08 5b 41 5e 41 .A...D..H...[A^A
5f 5d c3 0f 1f 80 00 00-00 00 55 48 89 e5 41 57 _]........UH..AW
41 56 41 55 41 54 53 48-83 ec 28 49 89 fd e8 59 AVAUATSH..(I...Y
30 07 01 e8 54 30 07 01-e8 4f 30 07 01 e8 4a 30 0...T0...O0...J0
07 01 48 89 45 b8 48 8b-05 dd 91 42 01 48 8b 00 ..H.E.H....B.H..
[8b]48 70 8b 40 74 49 8b-95 30 01 00 00 8b 72 10 [email protected]. <==
41 89 b5 20 01 00 00 8b-72 0c 41 89 b5 24 01 00 A.. ....r.A..$..
00 80 7a 14 01 ba 02 00-00 00 83 da 00 41 89 95 ..z..........A..
28 01 00 00 8d 51 e0 c1-ea 1f 01 ca 83 c2 e0 d1 (....Q..........
fa 89 d6 83 c6 1f 0f 49-f2 83 c6 1f c1 fe 05 f7 .......I........
d2 89 cf 01 d7 8d 54 11-1f 0f 49 d7 c1 fa 05 01 ......T...I.....
Binary Images:
0x7ff80268a000 - 0x7ff8026c3ff7 libsystem_kernel.dylib (*) <0c2fd2c9-777c-3355-b70f-7b1b6e9d1b0b> /usr/lib/system/libsystem_kernel.dylib
0x7ff802592000 - 0x7ff80261afff libsystem_c.dylib (*) <5efaf10b-2ec1-32ed-b077-80125e552c8d> /usr/lib/system/libsystem_c.dylib
0x109257000 - 0x10a9c6fff vcmiclient (*) <b0764a0e-0ef6-34ee-9436-69baf73e5bc2> /Applications/VCMI.app/Contents/MacOS/vcmiclient
0x7ff802393000 - 0x7ff80242754f dyld (*) <28fd2071-57f3-3873-87bf-e4f674a82de6> /usr/lib/dyld
0x7ff8026c4000 - 0x7ff8026cfff7 libsystem_pthread.dylib (*) <13b5e252-77d1-31e1-888d-1c5f4426ea87> /usr/lib/system/libsystem_pthread.dylib
0x10c3eb000 - 0x10cb5afff libvcmi.dylib (*) <3ed3fb39-02b0-38f5-8c8e-1bd18dcfefae> /Applications/VCMI.app/Contents/Frameworks/libvcmi.dylib
0x10b8f0000 - 0x10b8fbfff libboost_thread.dylib (*) <2d5d47bd-b4c8-3062-8ce7-aacbd3ede237> /Applications/VCMI.app/Contents/Frameworks/libboost_thread.dylib
0x7ff80bdb5000 - 0x7ff80bddafff com.apple.audio.caulk (1.0) <43ed8c13-59df-3c8d-b4d2-aee44e4939b9> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7ff802726000 - 0x7ff802bbefff com.apple.CoreFoundation (6.9) <dbc459f3-81bb-398a-8f74-3f7392392bb7> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7ff805887000 - 0x7ff80688bff6 com.apple.AppKit (6.9) <817d572e-eb8c-3999-b7a0-68e1c4b47266> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7ff80febc000 - 0x7ff80feedfef libAudioToolboxUtility.dylib (*) <ee89b544-7e34-3ac9-8186-f9d26b7409a3> /usr/lib/libAudioToolboxUtility.dylib
0x7ff811000000 - 0x7ff811126ff3 com.apple.audio.toolbox.AudioToolbox (1.14) <bfde04fe-c599-3132-88f2-1aeac6382074> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7ff8046d8000 - 0x7ff804dd2ffd com.apple.audio.CoreAudio (5.0) <e9f27094-01cb-337a-8530-0cab0e2cc96d> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=551.7M resident=0K(0%) swapped_out_or_unallocated=551.7M(100%)
Writable regions: Total=728.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=728.0M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
CG backing stores 2528K 4
CG image 100K 7
ColorSync 228K 26
CoreAnimation 128K 12
CoreGraphics 16K 3
CoreUI image data 1232K 9
Foundation 16K 1
IOKit 15.5M 2
Image IO 4K 1
Kernel Alloc Once 8K 1
MALLOC 440.1M 182
MALLOC guard page 32K 7
MALLOC_NANO (reserved) 256.0M 1 reserved VM address space (unallocated)
OpenGL GLSL 256K 3
STACK GUARD 56.1M 17
Stack 16.1M 17
VM_ALLOCATE 4748K 43
__CTF 756 1
__DATA 28.5M 381
__DATA_CONST 31.0M 231
__DATA_DIRTY 756K 124
__FONT_DATA 2352 1
__GLSLBUILTINS 5174K 1
__LINKEDIT 191.7M 17
__OBJC_RO 65.1M 1
__OBJC_RW 1982K 1
__TEXT 360.0M 403
dyld private memory 256K 1
mapped file 182.2M 27
shared memory 788K 20
=========== ======= =======
TOTAL 1.6G 1547
TOTAL, minus reserved VM space 1.4G 1547
-----------
Full Report
-----------
{"app_name":"vcmiclient","timestamp":"2022-12-03 17:39:17.00 +0100","app_version":"","slice_uuid":"b0764a0e-0ef6-34ee-9436-69baf73e5bc2","build_version":"","platform":1,"share_with_app_devs":1,"is_first_party":1,"bug_type":"309","os_version":"macOS 13.0.1 (22A400)","roots_installed":0,"incident_id":"6A15F882-73E7-4CC2-854D-375A9BA79B06","name":"vcmiclient"}
{
"uptime" : 52000,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookPro15,1",
"coalitionID" : 6556,
"osVersion" : {
"train" : "macOS 13.0.1",
"build" : "22A400",
"releaseType" : "User"
},
"captureTime" : "2022-12-03 17:39:15.9245 +0100",
"incident" : "6A15F882-73E7-4CC2-854D-375A9BA79B06",
"pid" : 28739,
"cpuType" : "X86-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2022-12-03 17:39:07.3827 +0100",
"procStartAbsTime" : 52594270888115,
"procExitAbsTime" : 52602805170319,
"procName" : "vcmiclient",
"procPath" : "\/Applications\/VCMI.app\/Contents\/MacOS\/vcmiclient",
"parentProc" : "launchd",
"parentPid" : 1,
"crashReporterKey" : "716D7E9E-9BEF-6723-305A-E40E7D236AAC",
"responsiblePid" : 28734,
"wakeTime" : 770,
"bridgeVersion" : {"build":"20P420","train":"7.0"},
"sleepWakeUUID" : "433BFB29-2B5D-4D40-A1EB-FE104C645521",
"sip" : "enabled",
"vmRegionInfo" : "0x70 is not in any region. Bytes before following region: 140737486806928\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n shared memory 7fffffe86000-7fffffe87000 [ 4K] r-x\/r-x SM=SHM ",
"exception" : {"codes":"0x0000000000000001, 0x0000000000000070","rawCodes":[1,112],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000070"},
"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":28739},
"vmregioninfo" : "0x70 is not in any region. Bytes before following region: 140737486806928\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n shared memory 7fffffe86000-7fffffe87000 [ 4K] r-x\/r-x SM=SHM ",
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 16,
"threads" : [{"id":784195,"queue":"com.apple.main-thread","frames":[{"imageOffset":16590,"symbol":"__semwait_signal","symbolLocation":10,"imageIndex":0},{"imageOffset":68426,"symbol":"nanosleep","symbolLocation":196,"imageIndex":1},{"imageOffset":5162270,"symbol":"SDL_Delay_REAL","symbolLocation":94,"imageIndex":2},{"imageOffset":478937,"symbol":"CFramerateManager::framerateDelay()","symbolLocation":57,"imageIndex":2},{"imageOffset":477237,"symbol":"CGuiHandler::renderFrame()","symbolLocation":501,"imageIndex":2},{"imageOffset":2701172,"symbol":"main","symbolLocation":17188,"imageIndex":2},{"imageOffset":25360,"symbol":"start","symbolLocation":2432,"imageIndex":3}]},{"id":784201,"frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":26593,"symbol":"_pthread_cond_wait","symbolLocation":1243,"imageIndex":4},{"imageOffset":5301326,"symbol":"boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)","symbolLocation":78,"imageIndex":5},{"imageOffset":5298955,"symbol":"void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&)","symbolLocation":491,"imageIndex":5},{"imageOffset":5298000,"symbol":"CConsoleHandler::run()","symbolLocation":208,"imageIndex":5},{"imageOffset":11426,"symbol":"boost::(anonymous namespace)::thread_proxy(void*)","symbolLocation":130,"imageIndex":6},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":784202,"name":"SDLTimer","frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":26593,"symbol":"_pthread_cond_wait","symbolLocation":1243,"imageIndex":4},{"imageOffset":5239022,"symbol":"SDL_CondWaitTimeout_REAL","symbolLocation":142,"imageIndex":2},{"imageOffset":5239792,"symbol":"SDL_SemWaitTimeout_REAL","symbolLocation":80,"imageIndex":2},{"imageOffset":4539489,"symbol":"SDL_TimerThread","symbolLocation":113,"imageIndex":2},{"imageOffset":4538389,"symbol":"SDL_RunThread","symbolLocation":53,"imageIndex":2},{"imageOffset":5237625,"symbol":"RunThread","symbolLocation":9,"imageIndex":2},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":784206,"name":"caulk.messenger.shared:17","frames":[{"imageOffset":5662,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":116984,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":16,"imageIndex":7},{"imageOffset":9828,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":7},{"imageOffset":9000,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*)","symbolLocation":41,"imageIndex":7},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":784253,"name":"com.apple.NSEventThread","frames":[{"imageOffset":5794,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":63101,"symbol":"mach_msg2_internal","symbolLocation":82,"imageIndex":0},{"imageOffset":34586,"symbol":"mach_msg_overwrite","symbolLocation":723,"imageIndex":0},{"imageOffset":6537,"symbol":"mach_msg","symbolLocation":19,"imageIndex":0},{"imageOffset":519438,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":8},{"imageOffset":513914,"symbol":"__CFRunLoopRun","symbolLocation":1360,"imageIndex":8},{"imageOffset":510896,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":8},{"imageOffset":1697430,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":9},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":784254,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":784255,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":784256,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":784258,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":784260,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":4}]},{"id":784424,"name":"AudioQueue thread","frames":[{"imageOffset":5794,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":63101,"symbol":"mach_msg2_internal","symbolLocation":82,"imageIndex":0},{"imageOffset":34586,"symbol":"mach_msg_overwrite","symbolLocation":723,"imageIndex":0},{"imageOffset":6537,"symbol":"mach_msg","symbolLocation":19,"imageIndex":0},{"imageOffset":519438,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":8},{"imageOffset":513914,"symbol":"__CFRunLoopRun","symbolLocation":1360,"imageIndex":8},{"imageOffset":510896,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":8},{"imageOffset":5074782,"symbol":"audioqueue_thread","symbolLocation":1054,"imageIndex":2},{"imageOffset":4538389,"symbol":"SDL_RunThread","symbolLocation":53,"imageIndex":2},{"imageOffset":5237625,"symbol":"RunThread","symbolLocation":9,"imageIndex":2},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":784426,"name":"caulk.messenger.shared:high","frames":[{"imageOffset":5662,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":116984,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":16,"imageIndex":7},{"imageOffset":9828,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":7},{"imageOffset":9000,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*)","symbolLocation":41,"imageIndex":7},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":784428,"name":"AQConverterThread","frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":26593,"symbol":"_pthread_cond_wait","symbolLocation":1243,"imageIndex":4},{"imageOffset":178732,"symbol":"CADeprecated::CAGuard::Wait()","symbolLocation":54,"imageIndex":10},{"imageOffset":223786,"symbol":"AQConverterManager::AQConverterThread::ConverterThreadEntry(void*)","symbolLocation":722,"imageIndex":11},{"imageOffset":54067,"symbol":"CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*)","symbolLocation":77,"imageIndex":10},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":784432,"name":"com.apple.audio.IOThread.client","frames":[{"imageOffset":5794,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":63101,"symbol":"mach_msg2_internal","symbolLocation":82,"imageIndex":0},{"imageOffset":34586,"symbol":"mach_msg_overwrite","symbolLocation":723,"imageIndex":0},{"imageOffset":6537,"symbol":"mach_msg","symbolLocation":19,"imageIndex":0},{"imageOffset":3143845,"symbol":"HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":111,"imageIndex":12},{"imageOffset":1934529,"symbol":"HALC_ProxyIOContext::IOWorkLoop()","symbolLocation":3783,"imageIndex":12},{"imageOffset":1929257,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":63,"imageIndex":12},{"imageOffset":3532336,"symbol":"HALB_IOThread::Entry(void*)","symbolLocation":72,"imageIndex":12},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":784495,"frames":[{"imageOffset":46282,"symbol":"__wait4_nocancel","symbolLocation":10,"imageIndex":0},{"imageOffset":506010,"symbol":"system","symbolLocation":440,"imageIndex":1},{"imageOffset":3228694,"symbol":"CServerHandler::threadRunServer()","symbolLocation":1494,"imageIndex":2},{"imageOffset":11426,"symbol":"boost::(anonymous namespace)::thread_proxy(void*)","symbolLocation":130,"imageIndex":6},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"id":784502,"frames":[{"imageOffset":16894,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":26593,"symbol":"_pthread_cond_wait","symbolLocation":1243,"imageIndex":4},{"imageOffset":484254,"symbol":"boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, boost::detail::real_platform_timepoint const&)","symbolLocation":78,"imageIndex":2},{"imageOffset":477851,"symbol":"void boost::this_thread::sleep<boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> >(boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000ll> const&)","symbolLocation":491,"imageIndex":2},{"imageOffset":3233787,"symbol":"CServerHandler::threadHandleConnection()","symbolLocation":235,"imageIndex":2},{"imageOffset":11426,"symbol":"boost::(anonymous namespace)::thread_proxy(void*)","symbolLocation":130,"imageIndex":6},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]},{"triggered":true,"id":784510,"instructionState":{"instructionStream":{"bytes":[1,132,192,116,5,69,49,246,235,11,139,67,8,65,59,71,8,65,15,156,198,68,137,240,72,131,196,8,91,65,94,65,95,93,195,15,31,128,0,0,0,0,85,72,137,229,65,87,65,86,65,85,65,84,83,72,131,236,40,73,137,253,232,89,48,7,1,232,84,48,7,1,232,79,48,7,1,232,74,48,7,1,72,137,69,184,72,139,5,221,145,66,1,72,139,0,139,72,112,139,64,116,73,139,149,48,1,0,0,139,114,16,65,137,181,32,1,0,0,139,114,12,65,137,181,36,1,0,0,128,122,20,1,186,2,0,0,0,131,218,0,65,137,149,40,1,0,0,141,81,224,193,234,31,1,202,131,194,224,209,250,137,214,131,198,31,15,73,242,131,198,31,193,254,5,247,210,137,207,1,215,141,84,17,31,15,73,215,193,250,5,1],"offset":96}},"threadState":{"r13":{"value":140382503742144},"rax":{"value":0},"rflags":{"value":66050},"cpu":{"value":0},"r14":{"value":105553138401280},"rsi":{"value":123145563962704},"r8":{"value":512},"cr2":{"value":112},"rdx":{"value":857678},"r10":{"value":1},"r9":{"value":511},"r15":{"value":140382491559216},"rbx":{"value":83},"trap":{"value":14,"description":"(no mapping for user data read)"},"err":{"value":4},"r11":{"value":582},"rip":{"value":4451854342,"matchesCrashFrame":1},"rbp":{"value":123145563962944},"rsp":{"value":123145563962864},"r12":{"value":105553151132160},"rcx":{"value":1},"flavor":"x86_THREAD_STATE","rdi":{"value":0}},"frames":[{"imageOffset":3438598,"symbol":"CMapHandler::init()","symbolLocation":54,"imageIndex":2},{"imageOffset":2141938,"symbol":"CClient::initMapHandler()","symbolLocation":386,"imageIndex":2},{"imageOffset":2141417,"symbol":"CClient::newGame()","symbolLocation":601,"imageIndex":2},{"imageOffset":3245462,"symbol":"CServerHandler::startGameplay()","symbolLocation":86,"imageIndex":2},{"imageOffset":11426,"symbol":"boost::(anonymous namespace)::thread_proxy(void*)","symbolLocation":130,"imageIndex":6},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":4},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":4}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703169028096,
"size" : 237560,
"uuid" : "0c2fd2c9-777c-3355-b70f-7b1b6e9d1b0b",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703168012288,
"size" : 561152,
"uuid" : "5efaf10b-2ec1-32ed-b077-80125e552c8d",
"path" : "\/usr\/lib\/system\/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4448415744,
"size" : 24576000,
"uuid" : "b0764a0e-0ef6-34ee-9436-69baf73e5bc2",
"path" : "\/Applications\/VCMI.app\/Contents\/MacOS\/vcmiclient",
"name" : "vcmiclient"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703165919232,
"size" : 607568,
"uuid" : "28fd2071-57f3-3873-87bf-e4f674a82de6",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703169265664,
"size" : 49144,
"uuid" : "13b5e252-77d1-31e1-888d-1c5f4426ea87",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4500402176,
"size" : 7798784,
"uuid" : "3ed3fb39-02b0-38f5-8c8e-1bd18dcfefae",
"path" : "\/Applications\/VCMI.app\/Contents\/Frameworks\/libvcmi.dylib",
"name" : "libvcmi.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 4488888320,
"size" : 49152,
"uuid" : "2d5d47bd-b4c8-3062-8ce7-aacbd3ede237",
"path" : "\/Applications\/VCMI.app\/Contents\/Frameworks\/libboost_thread.dylib",
"name" : "libboost_thread.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703327539200,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.audio.caulk",
"size" : 155648,
"uuid" : "43ed8c13-59df-3c8d-b4d2-aee44e4939b9",
"path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
"name" : "caulk"
},
{
"source" : "P",
"arch" : "x86_64h",
"base" : 140703169667072,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 4820992,
"uuid" : "dbc459f3-81bb-398a-8f74-3f7392392bb7",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1953.1"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703221444608,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 16797687,
"uuid" : "817d572e-eb8c-3999-b7a0-68e1c4b47266",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2299"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703395725312,
"size" : 204784,
"uuid" : "ee89b544-7e34-3ac9-8186-f9d26b7409a3",
"path" : "\/usr\/lib\/libAudioToolboxUtility.dylib",
"name" : "libAudioToolboxUtility.dylib"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703413829632,
"CFBundleShortVersionString" : "1.14",
"CFBundleIdentifier" : "com.apple.audio.toolbox.AudioToolbox",
"size" : 1208308,
"uuid" : "bfde04fe-c599-3132-88f2-1aeac6382074",
"path" : "\/System\/Library\/Frameworks\/AudioToolbox.framework\/Versions\/A\/AudioToolbox",
"name" : "AudioToolbox",
"CFBundleVersion" : "1.14"
},
{
"source" : "P",
"arch" : "x86_64",
"base" : 140703202902016,
"CFBundleShortVersionString" : "5.0",
"CFBundleIdentifier" : "com.apple.audio.CoreAudio",
"size" : 7319550,
"uuid" : "e9f27094-01cb-337a-8530-0cab0e2cc96d",
"path" : "\/System\/Library\/Frameworks\/CoreAudio.framework\/Versions\/A\/CoreAudio",
"name" : "CoreAudio",
"CFBundleVersion" : "5.0"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
}
],
"sharedCache" : {
"base" : 140703165313024,
"size" : 21474836480,
"uuid" : "840e528a-0c70-3c6a-b7b4-4f05f32ccc51"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=551.7M resident=0K(0%) swapped_out_or_unallocated=551.7M(100%)\nWritable regions: Total=728.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=728.0M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 128K 1 \nActivity Tracing 256K 1 \nCG backing stores 2528K 4 \nCG image 100K 7 \nColorSync 228K 26 \nCoreAnimation 128K 12 \nCoreGraphics 16K 3 \nCoreUI image data 1232K 9 \nFoundation 16K 1 \nIOKit 15.5M 2 \nImage IO 4K 1 \nKernel Alloc Once 8K 1 \nMALLOC 440.1M 182 \nMALLOC guard page 32K 7 \nMALLOC_NANO (reserved) 256.0M 1 reserved VM address space (unallocated)\nOpenGL GLSL 256K 3 \nSTACK GUARD 56.1M 17 \nStack 16.1M 17 \nVM_ALLOCATE 4748K 43 \n__CTF 756 1 \n__DATA 28.5M 381 \n__DATA_CONST 31.0M 231 \n__DATA_DIRTY 756K 124 \n__FONT_DATA 2352 1 \n__GLSLBUILTINS 5174K 1 \n__LINKEDIT 191.7M 17 \n__OBJC_RO 65.1M 1 \n__OBJC_RW 1982K 1 \n__TEXT 360.0M 403 \ndyld private memory 256K 1 \nmapped file 182.2M 27 \nshared memory 788K 20 \n=========== ======= ======= \nTOTAL 1.6G 1547 \nTOTAL, minus reserved VM space 1.4G 1547 \n",
"legacyInfo" : {
"threadTriggered" : {
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "61fd92db295c182621ececc3",
"factorPackIds" : {
"SIRI_DIALOG_ASSETS" : "6357deb4892de80b72cc9b97"
},
"deploymentId" : 240000215
},
{
"rolloutId" : "6112d17137f5d11121dcd4e2",
"factorPackIds" : {
},
"deploymentId" : 240000155
}
],
"experiments" : [
]
}
}