📦 A familiar Minecraft Launcher with native support for macOS arm64 (M1)

Overview

ManyMC

A familiar Minecraft Launcher with native support for macOS arm64 (M1)


⚠️ This is an UNOFFICIAL project. DO NOT report any issues to the MultiMC team. ONLY raise issues in THIS repository.

Supported versions

All stable Minecraft versions from 1.6.4 to 1.18 have been tested and work great. Version 1.5.2 and before suffer from inverted colors and choppy performance.

Install

  1. Make sure you have an arm64 native version of Java installed. For example, Azul OpenJDK 17 arm64.

  2. Download the latest release of this app and extract it.

  3. The first time only, do not double-click on the app, but right-click on it and press Open, then Open again.

  4. As you go through the initial setup, make sure you select your arm64 native version of Java. To verify this, at the Java selection window, click on the green checkmark on the right side - it should mention aarch64, like:

    Java test succeeded!
    Platform reported: aarch64
    Java version reported: 17.0.1
    

That's all! Everything will work like normal, and it will be fully optimized for your platform.

Known issues

  • Enabling full screen from the game settings permanently crashes the game
    • To recover, select your instance in ManyMC and click on Minecraft Folder. In the folder that opens, edit the file options.txt and change fullscreen:true to fullscreen:false
  • Using text-to-speech will result in a crash
    • No current workaround

Troubleshooting

  • OptiFine doesn't work
  • Forge doesn't work
    • Minecraft 1.17 and above:
      • It is currently unsupported
    • Minecraft 1.12 and before:
      • Install an arm64 native version of Java 8 (i.e. Azul OpenJDK 8 arm64) and set ManyMC to use this version instead

How does it work

Minecraft is almost entirely written in Java, which means that as long as you have a native arm64 Java installed, you can almost run Minecraft natively without special work. The exception are some libraries like LWJGL, which have platform-specific binaries. However, since most of the libraries are open-source, they can be re-built or hacked to work.

At the time of writing there is no official arm64 launcher, be it third or first party. However, the amazing MultiMC can be easily compiled to run on arm64. To comply with MultiMC's licensing, this unofficial build was rebranded as ManyMC. In order to make ManyMC use the modified libraries, we create a neat custom meta package.

Building

⚠️ This will only work on macOS. Tested on macOS 12.0.1 arm64.

  1. Install dependencies:

    brew install cask-versions zulu8 qt@5 cmake
  2. Install XCode and set it up to the point where you can build things from a terminal

  3. Ensure that JAVA_HOME points to Java 8:

    export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)
  4. Run a build (you may have to set DLauncher_EMBED_SECRETS to OFF):

    mkdir build
    cd build
    cmake \
       -DCMAKE_C_COMPILER=/usr/bin/clang \
       -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
       -DCMAKE_BUILD_TYPE=Release \
       -DCMAKE_INSTALL_PREFIX:PATH="$(dirname $PWD)/dist/" \
       -DCMAKE_PREFIX_PATH="/opt/homebrew/opt/qt@5/" \
       -DQt5_DIR="/opt/homebrew/opt/qt@5/" \
       -DLauncher_LAYOUT=mac-bundle \
       -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 \
       -DLauncher_META_URL="https://minecraftmachina.github.io/meta-multimc-arm64/" \
       -DLauncher_EMBED_SECRETS=ON \
       ..
    make -j$(sysctl -n hw.physicalcpu) install
    cd ../dist
    chmod -R u+w .
    find . -depth -exec codesign -f -s - {} \;
Comments
  • Instant crash on launching 1.19 Fabric instance

    Instant crash on launching 1.19 Fabric instance

    Vanilla 1.19 and pre-1.19 Fabric instances work fine but my Fabric 1.19 instance crashes straight away.

    Screen recording: https://user-images.githubusercontent.com/57523771/179422057-ca7cbb80-2902-4364-9b06-1ff36844974e.mov

    Log:

    ------------------------------------- Translated Report (Full Report Below) -------------------------------------

    Process: ManyMC [2415] Path: /Applications/ManyMC.app/Contents/MacOS/ManyMC Identifier: org.manymc.ManyMC Version: 0.1.2 (0.1.2) Code Type: ARM-64 (Native) Parent Process: launchd [1] User ID: 501

    Date/Time: 2022-07-17 20:25:58.6291 +0100 OS Version: macOS 12.4 (21F79) Report Version: 12 Anonymous UUID: 6EA01D03-9C75-A1EA-9C36-0457C0E88598

    Time Awake Since Boot: 710 seconds

    System Integrity Protection: enabled

    Crashed Thread: 5 Thread (pooled)

    Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

    Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 Terminating Process: exc handler [2415]

    VM Region Info: 0 is not in any region. Bytes before following region: 4296409088 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START --->
    __TEXT 100160000-1006c8000 [ 5536K] r-x/r-x SM=COW .../MacOS/ManyMC

    Thread 0:: Dispatch queue: com.apple.main-thread 0 CoreFoundation 0x19168a7dc -[__NSArrayM indexOfObjectIdenticalTo:] + 164 1 AppKit 0x194227808 NSViewInvalidateZOrder + 116 2 AppKit 0x194227808 NSViewInvalidateZOrder + 116 3 AppKit 0x194226bc8 -[NSView _setSuperview:] + 764 4 AppKit 0x19424e24c -[NSView removeFromSuperview] + 148 5 AppKit 0x194c04b74 -[NSTitlebarView _updateSectionBackgroundViews:] + 732 6 AppKit 0x194c03ff4 -[NSTitlebarView updateSections:] + 340 7 AppKit 0x194c062f8 -[NSTitlebarContainerView _updateSectionContentControllers:] + 740 8 AppKit 0x19450ae5c -[NSTitlebarContainerView dealloc] + 184 9 libobjc.A.dylib 0x1914612b4 AutoreleasePoolPage::releaseUntil(objc_object**) + 196 10 libobjc.A.dylib 0x19145db34 objc_autoreleasePoolPop + 212 11 AppKit 0x1942d28f4 NSDisplayCycleObserverInvoke + 196 12 AppKit 0x1942d2478 NSDisplayCycleFlush + 820 13 QuartzCore 0x19851a36c CA::Transaction::run_commit_handlers(CATransactionPhase) + 120 14 QuartzCore 0x1985192d4 CA::Transaction::commit() + 328 15 AppKit 0x194370910 __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 304 16 AppKit 0x194ad4c1c ___NSRunLoopObserverCreateWithHandler_block_invoke + 64 17 CoreFoundation 0x1916a0244 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 36 18 CoreFoundation 0x1916a0094 __CFRunLoopDoObservers + 592 19 CoreFoundation 0x19169f5c8 __CFRunLoopRun + 772 20 CoreFoundation 0x19169eb24 CFRunLoopRunSpecific + 600 21 HIToolbox 0x19a2d7338 RunCurrentEventLoopInMode + 292 22 HIToolbox 0x19a2d6fc4 ReceiveNextEventCommon + 324 23 HIToolbox 0x19a2d6e68 _BlockUntilNextEventMatchingListInModeWithFilter + 72 24 AppKit 0x19420578c _DPSNextEvent + 860 25 AppKit 0x194204084 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1328 26 AppKit 0x1941f6250 -[NSApplication run] + 596 27 libqcocoa.dylib 0x10172dc8c 0x1016f8000 + 220300 28 QtCore 0x1029a8620 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 524 29 QtCore 0x1029acb74 QCoreApplication::exec() + 132 30 ManyMC 0x100163a04 main + 164 31 dyld 0x100b4508c start + 520

    Thread 1: 0 libsystem_pthread.dylib 0x1915cf078 start_wqthread + 0

    Thread 2: 0 libsystem_pthread.dylib 0x1915cf078 start_wqthread + 0

    Thread 3: 0 libsystem_pthread.dylib 0x1915cf078 start_wqthread + 0

    Thread 4:: Qt bearer thread 0 libsystem_kernel.dylib 0x19159eeb0 poll + 8 1 QtCore 0x102a0959c qt_safe_poll(pollfd*, unsigned int, timespec const*) + 436 2 QtCore 0x102a0adbc QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 976 3 QtCore 0x1029a8620 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 524 4 QtCore 0x1027f6220 QThread::exec() + 136 5 QtCore 0x1027f71b8 0x1027d4000 + 143800 6 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 7 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 5 Crashed:: Thread (pooled) 0 ManyMC 0x100289394 Packwiz::V1::Mod::Mod(Packwiz::V1::Mod const&) + 24 1 ManyMC 0x100288a18 ModFolderLoadTask::run() + 1376 2 ManyMC 0x100288a18 ModFolderLoadTask::run() + 1376 3 QtCore 0x1027fb5b0 0x1027d4000 + 161200 4 QtCore 0x1027f71b8 0x1027d4000 + 143800 5 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 6 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 6:: Thread (pooled) 0 libsystem_kernel.dylib 0x19159a270 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1915d483c _pthread_cond_wait + 1236 2 QtCore 0x1027ff5ec 0x1027d4000 + 177644 3 QtCore 0x1027ff2a4 0x1027d4000 + 176804 4 QtCore 0x1027ff1f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104 5 QtCore 0x1027fb770 0x1027d4000 + 161648 6 QtCore 0x1027f71b8 0x1027d4000 + 143800 7 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 8 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 7:: Thread (pooled) 0 libsystem_kernel.dylib 0x19159a270 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1915d483c _pthread_cond_wait + 1236 2 QtCore 0x1027ff5ec 0x1027d4000 + 177644 3 QtCore 0x1027ff2a4 0x1027d4000 + 176804 4 QtCore 0x1027ff1f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104 5 QtCore 0x1027fb770 0x1027d4000 + 161648 6 QtCore 0x1027f71b8 0x1027d4000 + 143800 7 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 8 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 8:: Thread (pooled) 0 libsystem_kernel.dylib 0x19159a270 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1915d483c _pthread_cond_wait + 1236 2 QtCore 0x1027ff5ec 0x1027d4000 + 177644 3 QtCore 0x1027ff2a4 0x1027d4000 + 176804 4 QtCore 0x1027ff1f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104 5 QtCore 0x1027fb770 0x1027d4000 + 161648 6 QtCore 0x1027f71b8 0x1027d4000 + 143800 7 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 8 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 9:: Thread (pooled) 0 libsystem_kernel.dylib 0x19159a270 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1915d483c _pthread_cond_wait + 1236 2 QtCore 0x1027ff5ec 0x1027d4000 + 177644 3 QtCore 0x1027ff2a4 0x1027d4000 + 176804 4 QtCore 0x1027ff1f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104 5 QtCore 0x1027fb770 0x1027d4000 + 161648 6 QtCore 0x1027f71b8 0x1027d4000 + 143800 7 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 8 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 10:: Thread (pooled) 0 libsystem_kernel.dylib 0x19159a270 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1915d483c _pthread_cond_wait + 1236 2 QtCore 0x1027ff5ec 0x1027d4000 + 177644 3 QtCore 0x1027ff2a4 0x1027d4000 + 176804 4 QtCore 0x1027ff1f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104 5 QtCore 0x1027fb770 0x1027d4000 + 161648 6 QtCore 0x1027f71b8 0x1027d4000 + 143800 7 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 8 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 11:: Thread (pooled) 0 libsystem_kernel.dylib 0x19159a270 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1915d483c _pthread_cond_wait + 1236 2 QtCore 0x1027ff5ec 0x1027d4000 + 177644 3 QtCore 0x1027ff2a4 0x1027d4000 + 176804 4 QtCore 0x1027ff1f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104 5 QtCore 0x1027fb770 0x1027d4000 + 161648 6 QtCore 0x1027f71b8 0x1027d4000 + 143800 7 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 8 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 12:: Thread (pooled) 0 libsystem_kernel.dylib 0x19159a270 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1915d483c _pthread_cond_wait + 1236 2 QtCore 0x1027ff5ec 0x1027d4000 + 177644 3 QtCore 0x1027ff2a4 0x1027d4000 + 176804 4 QtCore 0x1027ff1f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104 5 QtCore 0x1027fb770 0x1027d4000 + 161648 6 QtCore 0x1027f71b8 0x1027d4000 + 143800 7 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 8 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 13: 0 libsystem_pthread.dylib 0x1915cf078 start_wqthread + 0

    Thread 14:: QNetworkAccessManager thread 0 libsystem_kernel.dylib 0x19159eeb0 poll + 8 1 QtCore 0x102a09480 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 152 2 QtCore 0x102a0adbc QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 976 3 QtCore 0x1029a8620 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 524 4 QtCore 0x1027f6220 QThread::exec() + 136 5 QtCore 0x1027f71b8 0x1027d4000 + 143800 6 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 7 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 15:: Thread (pooled) 0 libsystem_kernel.dylib 0x19159a270 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1915d483c _pthread_cond_wait + 1236 2 QtCore 0x1027ff5ec 0x1027d4000 + 177644 3 QtCore 0x1027ff2a4 0x1027d4000 + 176804 4 QtCore 0x1027ff1f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104 5 QtCore 0x1027fb770 0x1027d4000 + 161648 6 QtCore 0x1027f71b8 0x1027d4000 + 143800 7 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 8 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 16:: Thread (pooled) 0 libsystem_kernel.dylib 0x19159a270 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1915d483c _pthread_cond_wait + 1236 2 QtCore 0x1027ff5ec 0x1027d4000 + 177644 3 QtCore 0x1027ff2a4 0x1027d4000 + 176804 4 QtCore 0x1027ff1f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104 5 QtCore 0x1027fb770 0x1027d4000 + 161648 6 QtCore 0x1027f71b8 0x1027d4000 + 143800 7 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 8 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 17:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x1915968b0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x191596d20 mach_msg + 76 2 CoreFoundation 0x1916a12b0 __CFRunLoopServiceMachPort + 372 3 CoreFoundation 0x19169f760 __CFRunLoopRun + 1180 4 CoreFoundation 0x19169eb24 CFRunLoopRunSpecific + 600 5 AppKit 0x194372374 _NSEventThread + 196 6 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 7 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 18: 0 libsystem_pthread.dylib 0x1915cf078 start_wqthread + 0

    Thread 19:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x1915a1598 __select + 8 1 CoreFoundation 0x1916cb890 __CFSocketManager + 644 2 libsystem_pthread.dylib 0x1915d426c _pthread_start + 148 3 libsystem_pthread.dylib 0x1915cf08c thread_start + 8

    Thread 5 crashed with ARM Thread State (64-bit): x0: 0x000060000126cfc0 x1: 0x0000000000000000 x2: 0x0000000000000005 x3: 0x000060000158c4a8 x4: 0x0000000000000001 x5: 0x00000001915e8fa0 x6: 0x0000000000000000 x7: 0x0000000000572b00 x8: 0x0000000000000000 x9: 0x000060000126cfc0 x10: 0x0000000000000fc0 x11: 0x0000000000000000 x12: 0x00000000bee0d03a x13: 0x000000003ee0d000 x14: 0x000000003ee00000 x15: 0x000000000000002b x16: 0x00000000000008fd x17: 0x00000000000008fd x18: 0x0000000000000000 x19: 0x000060000126cfc0 x20: 0x0000000000000000 x21: 0x000060000126cfc0 x22: 0x000000014a737e98 x23: 0x00000000ffffffff x24: 0x0000000000000001 x25: 0xffffffffffffffff x26: 0x0000600001833600 x27: 0x00000000ffffffff x28: 0x0000000000000000 fp: 0x000000016ff56df0 lr: 0x0000000100288a18 sp: 0x000000016ff56dd0 pc: 0x0000000100289394 cpsr: 0x60001000 far: 0x0000000000000000 esr: 0x92000006 (Data Abort) byte read Translation fault

    Binary Images: 0x19161c000 - 0x191b62fff com.apple.CoreFoundation (6.9) <994db908-11a1-3e43-b7df-25c09d51368a> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x1941c4000 - 0x19507bfff com.apple.AppKit (6.9) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x191453000 - 0x191490fff libobjc.A.dylib () <6ffccf84-5e0f-34b2-bcbb-bcf98407ea05> /usr/lib/libobjc.A.dylib 0x198513000 - 0x198840fff com.apple.QuartzCore (1.11) <7a5838a0-104b-3896-9c99-66ee81786497> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x19a2a5000 - 0x19a5d8fff com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x1016f8000 - 0x101843fff libqcocoa.dylib () <2650359b-1d13-3afa-be92-d5ec1521fe2d> /Applications/ManyMC.app/Contents/MacOS/platforms/libqcocoa.dylib 0x1027d4000 - 0x102caffff org.qt-project.QtCore (5.15) <81e6f1eb-c5e5-3312-a3bf-38e1b85b6db2> /Applications/ManyMC.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore 0x100160000 - 0x1006c7fff org.manymc.ManyMC (0.1.2) <010ee569-5e90-3c0f-8f5f-125d98c4985f> /Applications/ManyMC.app/Contents/MacOS/ManyMC 0x100b40000 - 0x100b9ffff dyld () /usr/lib/dyld 0x1915cd000 - 0x1915d9fff libsystem_pthread.dylib () <42166a2c-89a9-3c38-a215-f028544cea23> /usr/lib/system/libsystem_pthread.dylib 0x191595000 - 0x1915ccfff libsystem_kernel.dylib (*) <03f48dc5-caa7-3678-af61-1a3c7fa8b06e> /usr/lib/system/libsystem_kernel.dylib

    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=815.7M resident=0K(0%) swapped_out_or_unallocated=815.7M(100%) Writable regions: Total=1.5G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.5G(100%)

                                VIRTUAL   REGION 
    

    REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 256K 2 Activity Tracing 256K 1 CG backing stores 2176K 4 CG image 224K 5 ColorSync 528K 26 CoreAnimation 304K 12 CoreGraphics 32K 2 CoreUI image data 2272K 15 Foundation 16K 1 Kernel Alloc Once 32K 1 MALLOC 274.3M 51 MALLOC guard page 192K 10 MALLOC_MEDIUM (reserved) 840.0M 7 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) STACK GUARD 56.3M 20 Stack 18.1M 20 VM_ALLOCATE 208K 13 __AUTH 1805K 153 __AUTH_CONST 9.8M 304 __CTF 756 1 __DATA 8996K 315 __DATA_CONST 10.8M 326 __DATA_DIRTY 600K 101 __FONT_DATA 4K 1 __LINKEDIT 583.0M 25 __OBJC_CONST 1265K 130 __OBJC_RO 83.0M 1 __OBJC_RW 3152K 1 __TEXT 232.7M 341 __UNICODE 592K 1 dyld private memory 1024K 1 mapped file 145.8M 22 shared memory 912K 17 =========== ======= ======= TOTAL 2.6G 1931 TOTAL, minus reserved VM space 1.4G 1931


    Full Report

    {"app_name":"ManyMC","timestamp":"2022-07-17 20:25:58.00 +0100","app_version":"0.1.2","slice_uuid":"010ee569-5e90-3c0f-8f5f-125d98c4985f","build_version":"0.1.2","platform":1,"bundleID":"org.manymc.ManyMC","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.4 (21F79)","incident_id":"E8EA4C82-433F-4995-8A46-A02535C858FB","name":"ManyMC"} { "uptime" : 710, "procLaunch" : "2022-07-17 20:25:52.3677 +0100", "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookPro17,1", "procStartAbsTime" : 16950688392, "coalitionID" : 547, "osVersion" : { "train" : "macOS 12.4", "build" : "21F79", "releaseType" : "User" }, "captureTime" : "2022-07-17 20:25:58.6291 +0100", "incident" : "E8EA4C82-433F-4995-8A46-A02535C858FB", "bug_type" : "309", "pid" : 2415, "procExitAbsTime" : 17100704758, "translated" : false, "cpuType" : "ARM-64", "procName" : "ManyMC", "procPath" : "/Applications/ManyMC.app/Contents/MacOS/ManyMC", "bundleInfo" : {"CFBundleShortVersionString":"0.1.2","CFBundleVersion":"0.1.2","CFBundleIdentifier":"org.manymc.ManyMC"}, "storeInfo" : {"deviceIdentifierForVendor":"859AE0BF-8127-5D42-805B-B84230AE0AE6","thirdParty":true}, "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "org.manymc.ManyMC", "crashReporterKey" : "6EA01D03-9C75-A1EA-9C36-0457C0E88598", "sip" : "enabled", "vmRegionInfo" : "0 is not in any region. Bytes before following region: 4296409088\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 100160000-1006c8000 [ 5536K] r-x/r-x SM=COW .../MacOS/ManyMC", "isCorpse" : 1, "exception" : {"codes":"0x0000000000000001, 0x0000000000000000","rawCodes":[1,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000000"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":2415}, "vmregioninfo" : "0 is not in any region. Bytes before following region: 4296409088\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 100160000-1006c8000 [ 5536K] r-x/r-x SM=COW .../MacOS/ManyMC", "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" : 5, "threads" : [{"id":21346,"queue":"com.apple.main-thread","frames":[{"imageOffset":452572,"symbol":"-[__NSArrayM indexOfObjectIdenticalTo:]","symbolLocation":164,"imageIndex":0},{"imageOffset":407560,"symbol":"NSViewInvalidateZOrder","symbolLocation":116,"imageIndex":1},{"imageOffset":407560,"symbol":"NSViewInvalidateZOrder","symbolLocation":116,"imageIndex":1},{"imageOffset":404424,"symbol":"-[NSView _setSuperview:]","symbolLocation":764,"imageIndex":1},{"imageOffset":565836,"symbol":"-[NSView removeFromSuperview]","symbolLocation":148,"imageIndex":1},{"imageOffset":10750836,"symbol":"-[NSTitlebarView _updateSectionBackgroundViews:]","symbolLocation":732,"imageIndex":1},{"imageOffset":10747892,"symbol":"-[NSTitlebarView updateSections:]","symbolLocation":340,"imageIndex":1},{"imageOffset":10756856,"symbol":"-[NSTitlebarContainerView _updateSectionContentControllers:]","symbolLocation":740,"imageIndex":1},{"imageOffset":3436124,"symbol":"-[NSTitlebarContainerView dealloc]","symbolLocation":184,"imageIndex":1},{"imageOffset":58036,"symbol":"AutoreleasePoolPage::releaseUntil(objc_object**)","symbolLocation":196,"imageIndex":2},{"imageOffset":43828,"symbol":"objc_autoreleasePoolPop","symbolLocation":212,"imageIndex":2},{"imageOffset":1108212,"symbol":"NSDisplayCycleObserverInvoke","symbolLocation":196,"imageIndex":1},{"imageOffset":1107064,"symbol":"NSDisplayCycleFlush","symbolLocation":820,"imageIndex":1},{"imageOffset":29548,"symbol":"CA::Transaction::run_commit_handlers(CATransactionPhase)","symbolLocation":120,"imageIndex":3},{"imageOffset":25300,"symbol":"CA::Transaction::commit()","symbolLocation":328,"imageIndex":3},{"imageOffset":1755408,"symbol":"__62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke","symbolLocation":304,"imageIndex":1},{"imageOffset":9505820,"symbol":"___NSRunLoopObserverCreateWithHandler_block_invoke","symbolLocation":64,"imageIndex":1},{"imageOffset":541252,"symbol":"CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION","symbolLocation":36,"imageIndex":0},{"imageOffset":540820,"symbol":"__CFRunLoopDoObservers","symbolLocation":592,"imageIndex":0},{"imageOffset":538056,"symbol":"__CFRunLoopRun","symbolLocation":772,"imageIndex":0},{"imageOffset":535332,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":0},{"imageOffset":205624,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":4},{"imageOffset":204740,"symbol":"ReceiveNextEventCommon","symbolLocation":324,"imageIndex":4},{"imageOffset":204392,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":4},{"imageOffset":268172,"symbol":"_DPSNextEvent","symbolLocation":860,"imageIndex":1},{"imageOffset":262276,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1328,"imageIndex":1},{"imageOffset":205392,"symbol":"-[NSApplication run]","symbolLocation":596,"imageIndex":1},{"imageOffset":220300,"imageIndex":5},{"imageOffset":1918496,"symbol":"QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)","symbolLocation":524,"imageIndex":6},{"imageOffset":1936244,"symbol":"QCoreApplication::exec()","symbolLocation":132,"imageIndex":6},{"imageOffset":14852,"symbol":"main","symbolLocation":164,"imageIndex":7},{"imageOffset":20620,"symbol":"start","symbolLocation":520,"imageIndex":8}]},{"id":21361,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":21362,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":21369,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":21376,"name":"Qt bearer thread","frames":[{"imageOffset":40624,"symbol":"poll","symbolLocation":8,"imageIndex":10},{"imageOffset":2315676,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":436,"imageIndex":6},{"imageOffset":2321852,"symbol":"QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag)","symbolLocation":976,"imageIndex":6},{"imageOffset":1918496,"symbol":"QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)","symbolLocation":524,"imageIndex":6},{"imageOffset":139808,"symbol":"QThread::exec()","symbolLocation":136,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"triggered":true,"id":21384,"name":"Thread (pooled)","threadState":{"x":[{"value":105553135587264},{"value":0},{"value":5},{"value":105553138861224},{"value":1},{"value":6733860768,"symbolLocation":352,"symbol":"_platform_memset_pattern16"},{"value":0},{"value":5712640},{"value":0},{"value":105553135587264},{"value":4032},{"value":0},{"value":3202404410},{"value":1054920704},{"value":1054867456},{"value":43},{"value":2301},{"value":2301},{"value":0},{"value":105553135587264},{"value":0},{"value":105553135587264},{"value":5544050328},{"value":4294967295},{"value":1},{"value":18446744073709551615},{"value":105553141642752},{"value":4294967295},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4297624088},"cpsr":{"value":1610616832},"fp":{"value":6173322736},"sp":{"value":6173322704},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4297626516,"matchesCrashFrame":1},"far":{"value":0}},"frames":[{"imageOffset":1217428,"symbol":"Packwiz::V1::Mod::Mod(Packwiz::V1::Mod const&)","symbolLocation":24,"imageIndex":7},{"imageOffset":1215000,"symbol":"ModFolderLoadTask::run()","symbolLocation":1376,"imageIndex":7},{"imageOffset":1215000,"symbol":"ModFolderLoadTask::run()","symbolLocation":1376,"imageIndex":7},{"imageOffset":161200,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21385,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":9},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21386,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":9},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21387,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":9},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21388,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":9},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21389,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":9},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21390,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":9},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21391,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":9},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21392,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":21394,"name":"QNetworkAccessManager thread","frames":[{"imageOffset":40624,"symbol":"poll","symbolLocation":8,"imageIndex":10},{"imageOffset":2315392,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":152,"imageIndex":6},{"imageOffset":2321852,"symbol":"QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag)","symbolLocation":976,"imageIndex":6},{"imageOffset":1918496,"symbol":"QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)","symbolLocation":524,"imageIndex":6},{"imageOffset":139808,"symbol":"QThread::exec()","symbolLocation":136,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21396,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":9},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21397,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":9},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21398,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6320,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":10},{"imageOffset":7456,"symbol":"mach_msg","symbolLocation":76,"imageIndex":10},{"imageOffset":545456,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":0},{"imageOffset":538464,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":0},{"imageOffset":535332,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":0},{"imageOffset":1762164,"symbol":"_NSEventThread","symbolLocation":196,"imageIndex":1},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]},{"id":21442,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":21553,"name":"com.apple.CFSocket.private","frames":[{"imageOffset":50584,"symbol":"__select","symbolLocation":8,"imageIndex":10},{"imageOffset":718992,"symbol":"__CFSocketManager","symbolLocation":644,"imageIndex":0},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":9},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":9}]}], "usedImages" : [ { "source" : "P", "arch" : "arm64e", "base" : 6734069760, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 5533696, "uuid" : "994db908-11a1-3e43-b7df-25c09d51368a", "path" : "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1863" }, { "source" : "P", "arch" : "arm64e", "base" : 6779846656, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 15433728, "uuid" : "a773dd23-b1c8-3c9b-9175-9a71d210ace0", "path" : "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", "name" : "AppKit", "CFBundleVersion" : "2113.50.132" }, { "source" : "P", "arch" : "arm64e", "base" : 6732197888, "size" : 253952, "uuid" : "6ffccf84-5e0f-34b2-bcbb-bcf98407ea05", "path" : "/usr/lib/libobjc.A.dylib", "name" : "libobjc.A.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 6850424832, "CFBundleShortVersionString" : "1.11", "CFBundleIdentifier" : "com.apple.QuartzCore", "size" : 3334144, "uuid" : "7a5838a0-104b-3896-9c99-66ee81786497", "path" : "/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore", "name" : "QuartzCore", "CFBundleVersion" : "964.28" }, { "source" : "P", "arch" : "arm64e", "base" : 6881431552, "CFBundleShortVersionString" : "2.1.1", "CFBundleIdentifier" : "com.apple.HIToolbox", "size" : 3358720, "uuid" : "f842b96a-54f3-36f3-9b94-b258fae1b7eb", "path" : "/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox", "name" : "HIToolbox" }, { "source" : "P", "arch" : "arm64", "base" : 4319051776, "size" : 1359872, "uuid" : "2650359b-1d13-3afa-be92-d5ec1521fe2d", "path" : "/Applications/ManyMC.app/Contents/MacOS/platforms/libqcocoa.dylib", "name" : "libqcocoa.dylib" }, { "source" : "P", "arch" : "arm64", "base" : 4336730112, "CFBundleShortVersionString" : "5.15", "CFBundleIdentifier" : "org.qt-project.QtCore", "size" : 5095424, "uuid" : "81e6f1eb-c5e5-3312-a3bf-38e1b85b6db2", "path" : "/Applications/ManyMC.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore", "name" : "QtCore", "CFBundleVersion" : "5.15.3" }, { "source" : "P", "arch" : "arm64", "base" : 4296409088, "CFBundleShortVersionString" : "0.1.2", "CFBundleIdentifier" : "org.manymc.ManyMC", "size" : 5668864, "uuid" : "010ee569-5e90-3c0f-8f5f-125d98c4985f", "path" : "/Applications/ManyMC.app/Contents/MacOS/ManyMC", "name" : "ManyMC", "CFBundleVersion" : "0.1.2" }, { "source" : "P", "arch" : "arm64e", "base" : 4306763776, "size" : 393216, "uuid" : "d9c2a46e-8dc4-3950-9d6a-f799e8ccb683", "path" : "/usr/lib/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "arm64e", "base" : 6733746176, "size" : 53248, "uuid" : "42166a2c-89a9-3c38-a215-f028544cea23", "path" : "/usr/lib/system/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 6733516800, "size" : 229376, "uuid" : "03f48dc5-caa7-3678-af61-1a3c7fa8b06e", "path" : "/usr/lib/system/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" } ], "sharedCache" : { "base" : 6730448896, "size" : 3136077824, "uuid" : "513553bb-5ca5-3b9e-a613-b0603ffe3038" }, "vmSummary" : "ReadOnly portion of Libraries: Total=815.7M resident=0K(0%) swapped_out_or_unallocated=815.7M(100%)\nWritable regions: Total=1.5G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.5G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG backing stores 2176K 4 \nCG image 224K 5 \nColorSync 528K 26 \nCoreAnimation 304K 12 \nCoreGraphics 32K 2 \nCoreUI image data 2272K 15 \nFoundation 16K 1 \nKernel Alloc Once 32K 1 \nMALLOC 274.3M 51 \nMALLOC guard page 192K 10 \nMALLOC_MEDIUM (reserved) 840.0M 7 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.3M 20 \nStack 18.1M 20 \nVM_ALLOCATE 208K 13 \n__AUTH 1805K 153 \n__AUTH_CONST 9.8M 304 \n__CTF 756 1 \n__DATA 8996K 315 \n__DATA_CONST 10.8M 326 \n__DATA_DIRTY 600K 101 \n__FONT_DATA 4K 1 \n__LINKEDIT 583.0M 25 \n__OBJC_CONST 1265K 130 \n__OBJC_RO 83.0M 1 \n__OBJC_RW 3152K 1 \n__TEXT 232.7M 341 \n__UNICODE 592K 1 \ndyld private memory 1024K 1 \nmapped file 145.8M 22 \nshared memory 912K 17 \n=========== ======= ======= \nTOTAL 2.6G 1931 \nTOTAL, minus reserved VM space 1.4G 1931 \n", "legacyInfo" : { "threadTriggered" : { "name" : "Thread (pooled)" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "60186475825c62000ccf5450", "factorPackIds" : { "SIRI_VALUE_INFERENCE_CONTACT_RESOLUTION" : "62bdc4218fe09c1632d841e9" }, "deploymentId" : 240000023 }, { "rolloutId" : "5fc94383418129005b4e9ae0", "factorPackIds" : {

      },
      "deploymentId" : 240000401
    }
    

    ], "experiments" : [

    ] } }

    Model: MacBookPro17,1, BootROM 7459.121.3, proc 8:4:4 processors, 8 GB, SMC Graphics: Apple M1, Apple M1, Built-In Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online Memory Module: LPDDR4 AirPort: Wi-Fi, wl0: Mar 23 2022 19:57:59 version 18.60.27.0.7.8.129 FWID 01-570be953 Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB31Bus USB Device: USB31Bus Thunderbolt Bus: MacBook Pro, Apple Inc. Thunderbolt Bus: MacBook Pro, Apple Inc.

    bug 
    opened by ceiri 20
  • Simple Voice Chat mod support on 1.16.5 (permissions issue)

    Simple Voice Chat mod support on 1.16.5 (permissions issue)

    So on this page from SVC mod creator it says the launcher needs NSMicrophoneUsageDescription in it's Info.plist and signed with microphone entitlement. For me on 1.16.5 the mod doesn't ask for microphone permission, and I can't hear anyone. New versions of SVC have a workaround, but on 1.16.5 the mod wasn't updated for a few months, missing permission workaround

    opened by deargosep 19
  • Update the icon

    Update the icon

    Apple arm64 architecture supported only on MacOS >= BigSur, so it makes sense to have an icon that uses MacOS icon guides.

    I have this two variants: IMG_258A9CF773CE-1

    I'll prepare one or both of them after approval.

    Also, pleas add a label, because I only found how to add a "bug"

    enhancement 
    opened by morimoto-ltd 14
  • What is the method to start minecraft?

    What is the method to start minecraft?

    i want to do the same thing but with a python script (to velocize the game start), I created the authenticator but I don't now how can I start the game! can you help me? please

    opened by yap241986 11
  • [1.18.2] [Fabric 0.14.8]

    [1.18.2] [Fabric 0.14.8] "Failed to create window: ... GLFW error 65540: Invalid scancode -1"

    I tried basic troubleshooting first

    Describe the bug

    When starting the modpack All of Fabric 5 via ManyMC, the game loads for about a minute, then stalls after Failed to create window: ... GLFW error 65540: Invalid scancode -1. The game then doesn't close until killed.

    To reproduce

    Steps to reproduce the behavior:

    1. Install All of Fabric 5 v1.3.0
    2. Start the modpack
    3. Game loads for a bit in the background
    4. GLFW error is thrown
    5. Game stalls until killed

    Expected behavior

    The modpack loads as normal, brings me to the title screen, allows me to join a world, etc.

    Logs

    https://mclo.gs/WZhoYzn

    Screenshots

    N/A

    System configuration

    • ManyMC version: 0.1.2-develop
    • Java version: Azul JDK 17.0.4

    Additional context

    Changing the LWJGL 3 version from 3.2.2 to 3.3.1 did not help. A "vanilla" instance of Minecraft 1.18.2 with Fabric 0.14.8 installed starts and runs without issue.

    bug 
    opened by unilock 10
  • Not just a ManyMC issue - weird stuttering with modpackt

    Not just a ManyMC issue - weird stuttering with modpackt

    This isn't something exclusive to manymc but to apple silicone in general, but sometimes there is a huge fps drop to like 1 fps every few seconds on older versions when using mods, it would be nice if it was possible to find a workaround to be implemented here

    opened by Bexin3 9
  • No sound for minecraft versions that use LWJGL 2

    No sound for minecraft versions that use LWJGL 2

    I noticed that whenever I use minecraft versions that use LWJGL 2 not 3(Like 1.8 and 1.12), there is no sound. This isn't specific to ManyMC(This is happening on Lunar Client too), but I thought that this was the only suitable place where people talk about these kinds of things. I think this is an issue OpenAL, not sure though

    bug 
    opened by MartinTintin3 9
  • PolyMC lead devs have gone rogue!

    PolyMC lead devs have gone rogue!

    I'm sure you've already seen this, but some of the old lead devs of PolyMC went rogue—causing the main meta-server to essentially send users malware (see https://github.com/PolyMC/PolyMC/commit/ccf282593dcdbe189c99b81b8bc90cb203aed3ee , warning for NSFW content and slurs being posted, because we can't have nice things on the internet)

    The actually active devs have forked the pre-trashing commit version of the PolyMC development branch to https://github.com/PlaceholderMC/PlaceholderMC, so I suppose that's where things are going to continue? I suggest that ManyMC doesn't update any metaserver stuff with upstream commits for the time being, obviously.

    opened by cocona20xx 8
  • I can't get vault hunters mudpack to run

    I can't get vault hunters mudpack to run

    !! Please fill in this template, DO NOT ignore or delete it. !!

    I tried basic troubleshooting first

    Describe the bug

    I installed the vault hunters modpack and tried both through curseforge and the zip file but it does the same thing both times

    To reproduce

    Steps to reproduce the behavior:

    install vault hunters modpack and start it.

    Expected behavior

    it just runs

    Logs

    https://pastebin.com/KxhGX74C

    If applicable, add screenshots to help explain your problem.

    System configuration

    • ManyMC version: latest
    • Java version: Azul JDK 17 (17.0.2)
    • M1 iMac 16gb ram

    Additional context

    Add any other context about the problem here. when I tried using curseforge to launch it I had a similar problem and used the steps in this Reddit post to get the game running. https://www.reddit.com/r/VaultHuntersMinecraft/comments/so4rad/comment/hw6pqje/?utm_source=share&utm_medium=web2x&context=3

    bug 
    opened by Skywalker8510 7
  • "fixup_bundle: not a valid bundle" error when building

    !! Please fill in this template, DO NOT ignore or delete it. !!

    I tried basic troubleshooting first

    Describe the bug

    While trying to build this project I run into error at fixup_bundle saying that it's not a valid bundle.

    Screen Shot 2022-06-15 at 18 22 37

    I think that's the relevant logs, but the complete logs is given down below.

    To reproduce

    Steps to reproduce the behavior:

    1. Install dependencies and xcode cli.
    2. Run ./build.sh.

    Expected behavior

    Build works successfully

    Logs The logs are [here](https://privatebin.net/?91598d62833a18ee#HshMZ4kzRtJTxz4fe6YWs4GELjHC6Btg5vdVCydLJYtA)

    Screenshots None

    System configuration

    • ManyMC version: latest master (commit 6e4b76b6a5f62e3537792eec0140dafb9cbd3c87)
    • Java version: openjdk 18.0.1.1 2022-04-22

    Additional context None

    bug 
    opened by garyteofanus 6
  • Fullscreen

    Fullscreen

    While the workaround listed allows me to re-open Minecraft, I am presently unsure of exactly how to get it to function in full screen? Is that just not supported? And if so, are there plans to support fullscreen? It feels like a pretty integral part of the game IMO.

    opened by Priultimus 6
  • ManyMC crashes when trying to import modpack from zip

    ManyMC crashes when trying to import modpack from zip

    I tried basic troubleshooting first

    Describe the bug

    Because I can no longer directly import modpacks from Curseforge as seen in #87, I tried to download the modpack directly from there and import it from the zip file. However, this would crash the launcher. I've tried this with other modpacks too and it causes the same issue. I am using the latest version of the launcher on macOS 12.4 which is all shown in the crash report down below.

    This is the modpack I'm trying to install: https://www.curseforge.com/minecraft/modpacks/infinityevolved-reloaded

    To reproduce

    Steps to reproduce the behavior:

    1. Open ManyMC v0.1.2 installed manually
    2. Click add instance
    3. Click import from zip on the left
    4. Download any modpack from curseforge, I used https://www.curseforge.com/minecraft/modpacks/infinityevolved-reloaded/files/3692196
    5. Click browse and find the ZIP file and select it, then click OK
    6. It will say "resolving mod IDs"
    7. Then, it'll just crash

    I think it could be because the Curseforge API key thing is down but I'm not sure. I'm new to modpacks so I don't know how they work.

    Expected behavior

    It should just create a new instance with all the correct mods and stuff installed.

    Logs

    -------------------------------------
    Translated Report (Full Report Below)
    -------------------------------------
    
    Process:               ManyMC [2583]
    Path:                  /Applications/ManyMC.app/Contents/MacOS/ManyMC
    Identifier:            org.manymc.ManyMC
    Version:               0.1.2 (0.1.2)
    Code Type:             ARM-64 (Native)
    Parent Process:        launchd [1]
    User ID:               501
    
    Date/Time:             2022-10-19 12:31:58.5227 +0800
    OS Version:            macOS 12.4 (21F79)
    Report Version:        12
    Anonymous UUID:        22974CAF-BBA6-EBB2-9630-21B88625F766
    
    
    Time Awake Since Boot: 3000 seconds
    
    System Integrity Protection: enabled
    
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Exception Note:        EXC_CORPSE_NOTIFY
    
    Application Specific Information:
    abort() called
    
    
    Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib        	       0x197cced98 __pthread_kill + 8
    1   libsystem_pthread.dylib       	       0x197d03ee0 pthread_kill + 288
    2   libsystem_c.dylib             	       0x197c3e340 abort + 168
    3   libc++abi.dylib               	       0x197cbeb08 abort_message + 132
    4   libc++abi.dylib               	       0x197cae938 demangling_terminate_handler() + 312
    5   libobjc.A.dylib               	       0x197ba4330 _objc_terminate() + 160
    6   libc++abi.dylib               	       0x197cbdea4 std::__terminate(void (*)()) + 20
    7   libc++abi.dylib               	       0x197cc0c1c __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 36
    8   libc++abi.dylib               	       0x197cc0bc8 __cxa_throw + 140
    9   ManyMC                        	       0x104b42b20 Json::requireDocument(QByteArray const&, QString const&) + 240
    10  ManyMC                        	       0x104c62138 Flame::FileResolvingTask::netJobFinished() + 476
    11  QtCore                        	       0x1072547f0 0x10704c000 + 2131952
    12  ManyMC                        	       0x104c1c314 Task::emitFailed(QString) + 420
    13  ManyMC                        	       0x104b5c2e0 NetJob::startMoreParts() + 2064
    14  ManyMC                        	       0x104b5c960 NetJob::partFailed(int) + 292
    15  ManyMC                        	       0x104b5db9c QtPrivate::QFunctorSlotObject<NetJob::startMoreParts()::$_5, 1, QtPrivate::List<QString>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) + 140
    16  QtCore                        	       0x1072547f0 0x10704c000 + 2131952
    17  ManyMC                        	       0x104af5fa4 Task::failed(QString) + 52
    18  ManyMC                        	       0x104b63798 Net::Upload::downloadFinished() + 1004
    19  QtCore                        	       0x1072548f0 0x10704c000 + 2132208
    20  QtNetwork                     	       0x105636268 0x1055cc000 + 434792
    21  QtCore                        	       0x10724cb0c QObject::event(QEvent*) + 596
    22  QtWidgets                     	       0x1059fd3b0 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 292
    23  QtWidgets                     	       0x1059fe748 QApplication::notify(QObject*, QEvent*) + 548
    24  QtCore                        	       0x107224548 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 208
    25  QtCore                        	       0x107225808 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 864
    26  libqcocoa.dylib               	       0x105fa67b8 0x105f70000 + 223160
    27  libqcocoa.dylib               	       0x105fa6e78 0x105f70000 + 224888
    28  CoreFoundation                	       0x197dd1034 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
    29  CoreFoundation                	       0x197dd0f80 __CFRunLoopDoSource0 + 208
    30  CoreFoundation                	       0x197dd0c80 __CFRunLoopDoSources0 + 268
    31  CoreFoundation                	       0x197dcf600 __CFRunLoopRun + 828
    32  CoreFoundation                	       0x197dceb24 CFRunLoopRunSpecific + 600
    33  HIToolbox                     	       0x1a0a07338 RunCurrentEventLoopInMode + 292
    34  HIToolbox                     	       0x1a0a070b4 ReceiveNextEventCommon + 564
    35  HIToolbox                     	       0x1a0a06e68 _BlockUntilNextEventMatchingListInModeWithFilter + 72
    36  AppKit                        	       0x19a93578c _DPSNextEvent + 860
    37  AppKit                        	       0x19a934084 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1328
    38  libqcocoa.dylib               	       0x105fa5818 0x105f70000 + 219160
    39  QtCore                        	       0x107220620 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 524
    40  QtWidgets                     	       0x105bd6ba4 QDialog::exec() + 476
    41  ManyMC                        	       0x104dbaf84 ProgressDialog::execWithTask(Task*) + 620
    42  ManyMC                        	       0x104cd7400 MainWindow::runModalTask(Task*) + 352
    43  ManyMC                        	       0x104cd74fc MainWindow::instanceFromInstanceTask(InstanceTask*) + 116
    44  ManyMC                        	       0x104cd803c MainWindow::addInstance(QString) + 784
    45  ManyMC                        	       0x104cd8408 MainWindow::on_actionAddInstance_triggered() + 52
    46  ManyMC                        	       0x104af7c00 MainWindow::qt_metacall(QMetaObject::Call, int, void**) + 100
    47  QtCore                        	       0x1072547c0 0x10704c000 + 2131904
    48  QtWidgets                     	       0x1059f3f98 QAction::activate(QAction::ActionEvent) + 308
    49  QtWidgets                     	       0x105acd638 0x1059ec000 + 923192
    50  QtWidgets                     	       0x105ace674 QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 256
    51  QtWidgets                     	       0x105bbc888 QToolButton::mouseReleaseEvent(QMouseEvent*) + 20
    52  QtWidgets                     	       0x105a33024 QWidget::event(QEvent*) + 128
    53  QtWidgets                     	       0x105bbcfc8 QToolButton::event(QEvent*) + 292
    54  QtWidgets                     	       0x1059fd3b0 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 292
    55  QtWidgets                     	       0x1059ffcdc QApplication::notify(QObject*, QEvent*) + 6072
    56  QtCore                        	       0x107224548 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 208
    57  QtWidgets                     	       0x1059fdd14 QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) + 968
    58  QtWidgets                     	       0x105a50858 0x1059ec000 + 411736
    59  QtWidgets                     	       0x105a4f888 0x1059ec000 + 407688
    60  QtWidgets                     	       0x1059fd3b0 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 292
    61  QtWidgets                     	       0x1059fe748 QApplication::notify(QObject*, QEvent*) + 548
    62  QtCore                        	       0x107224548 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 208
    63  QtGui                         	       0x10652df30 QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) + 2836
    64  QtGui                         	       0x10651388c QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 248
    65  libqcocoa.dylib               	       0x105fa6e78 0x105f70000 + 224888
    66  CoreFoundation                	       0x197dd1034 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
    67  CoreFoundation                	       0x197dd0f80 __CFRunLoopDoSource0 + 208
    68  CoreFoundation                	       0x197dd0c80 __CFRunLoopDoSources0 + 268
    69  CoreFoundation                	       0x197dcf600 __CFRunLoopRun + 828
    70  CoreFoundation                	       0x197dceb24 CFRunLoopRunSpecific + 600
    71  HIToolbox                     	       0x1a0a07338 RunCurrentEventLoopInMode + 292
    72  HIToolbox                     	       0x1a0a06fc4 ReceiveNextEventCommon + 324
    73  HIToolbox                     	       0x1a0a06e68 _BlockUntilNextEventMatchingListInModeWithFilter + 72
    74  AppKit                        	       0x19a93578c _DPSNextEvent + 860
    75  AppKit                        	       0x19a934084 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1328
    76  AppKit                        	       0x19a926250 -[NSApplication run] + 596
    77  libqcocoa.dylib               	       0x105fa5c8c 0x105f70000 + 220300
    78  QtCore                        	       0x107220620 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 524
    79  QtCore                        	       0x107224b74 QCoreApplication::exec() + 132
    80  ManyMC                        	       0x104ae3a04 main + 164
    81  dyld                          	       0x10526908c start + 520
    
    Thread 1:: Qt bearer thread
    0   libsystem_kernel.dylib        	       0x197cceeb0 poll + 8
    1   QtCore                        	       0x10728159c qt_safe_poll(pollfd*, unsigned int, timespec const*) + 436
    2   QtCore                        	       0x107282dbc QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 976
    3   QtCore                        	       0x107220620 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 524
    4   QtCore                        	       0x10706e220 QThread::exec() + 136
    5   QtCore                        	       0x10706f1b8 0x10704c000 + 143800
    6   libsystem_pthread.dylib       	       0x197d0426c _pthread_start + 148
    7   libsystem_pthread.dylib       	       0x197cff08c thread_start + 8
    
    Thread 2:: QNetworkAccessManager thread
    0   libsystem_kernel.dylib        	       0x197cceeb0 poll + 8
    1   QtCore                        	       0x107281480 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 152
    2   QtCore                        	       0x107282dbc QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 976
    3   QtCore                        	       0x107220620 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 524
    4   QtCore                        	       0x10706e220 QThread::exec() + 136
    5   QtCore                        	       0x10706f1b8 0x10704c000 + 143800
    6   libsystem_pthread.dylib       	       0x197d0426c _pthread_start + 148
    7   libsystem_pthread.dylib       	       0x197cff08c thread_start + 8
    
    Thread 3:: com.apple.NSEventThread
    0   libsystem_kernel.dylib        	       0x197cc68b0 mach_msg_trap + 8
    1   libsystem_kernel.dylib        	       0x197cc6d20 mach_msg + 76
    2   CoreFoundation                	       0x197dd12b0 __CFRunLoopServiceMachPort + 372
    3   CoreFoundation                	       0x197dcf760 __CFRunLoopRun + 1180
    4   CoreFoundation                	       0x197dceb24 CFRunLoopRunSpecific + 600
    5   AppKit                        	       0x19aaa2374 _NSEventThread + 196
    6   libsystem_pthread.dylib       	       0x197d0426c _pthread_start + 148
    7   libsystem_pthread.dylib       	       0x197cff08c thread_start + 8
    
    Thread 4:
    0   libsystem_pthread.dylib       	       0x197cff078 start_wqthread + 0
    
    Thread 5:
    0   libsystem_pthread.dylib       	       0x197cff078 start_wqthread + 0
    
    Thread 6:
    0   libsystem_pthread.dylib       	       0x197cff078 start_wqthread + 0
    
    Thread 7:
    0   libsystem_pthread.dylib       	       0x197cff078 start_wqthread + 0
    
    Thread 8:
    0   libsystem_pthread.dylib       	       0x197cff078 start_wqthread + 0
    
    Thread 9:
    0   libsystem_pthread.dylib       	       0x197cff078 start_wqthread + 0
    
    Thread 10:: Thread (pooled)
    0   libsystem_kernel.dylib        	       0x197cca270 __psynch_cvwait + 8
    1   libsystem_pthread.dylib       	       0x197d0483c _pthread_cond_wait + 1236
    2   QtCore                        	       0x1070775ec 0x10704c000 + 177644
    3   QtCore                        	       0x1070772a4 0x10704c000 + 176804
    4   QtCore                        	       0x1070771f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104
    5   QtCore                        	       0x107073770 0x10704c000 + 161648
    6   QtCore                        	       0x10706f1b8 0x10704c000 + 143800
    7   libsystem_pthread.dylib       	       0x197d0426c _pthread_start + 148
    8   libsystem_pthread.dylib       	       0x197cff08c thread_start + 8
    
    Thread 11:: Thread (pooled)
    0   libsystem_kernel.dylib        	       0x197cca270 __psynch_cvwait + 8
    1   libsystem_pthread.dylib       	       0x197d0483c _pthread_cond_wait + 1236
    2   QtCore                        	       0x1070775ec 0x10704c000 + 177644
    3   QtCore                        	       0x1070772a4 0x10704c000 + 176804
    4   QtCore                        	       0x1070771f4 QWaitCondition::wait(QMutex*, QDeadlineTimer) + 104
    5   QtCore                        	       0x107073770 0x10704c000 + 161648
    6   QtCore                        	       0x10706f1b8 0x10704c000 + 143800
    7   libsystem_pthread.dylib       	       0x197d0426c _pthread_start + 148
    8   libsystem_pthread.dylib       	       0x197cff08c thread_start + 8
    
    
    Thread 0 crashed with ARM Thread State (64-bit):
        x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
        x4: 0x0000000197cc20c8   x5: 0x000000016b31a750   x6: 0x0000000000000065   x7: 0x0000000000000670
        x8: 0x165facd5e3e7c6f7   x9: 0x165facd4e6ca0377  x10: 0x0000000000000200  x11: 0x000000000000002b
       x12: 0x000000000000002b  x13: 0x00000001476b0ee8  x14: 0x0000000197cc20f2  x15: 0x0000000000006d0d
       x16: 0x0000000000000148  x17: 0x00000001f1d8f680  x18: 0x0000000000000000  x19: 0x0000000000000006
       x20: 0x00000001052dc580  x21: 0x0000000000000103  x22: 0x00000001052dc660  x23: 0x00000001476a4460
       x24: 0x000000010755bc08  x25: 0x0000000157784c00  x26: 0x0000000000000001  x27: 0x0000000150849b30
       x28: 0x00000001577c86d0   fp: 0x000000016b31a6c0   lr: 0x0000000197d03ee0
        sp: 0x000000016b31a6a0   pc: 0x0000000197cced98 cpsr: 0x40001000
       far: 0x0000000104fed42c  esr: 0x56000080  Address size fault
    
    Binary Images:
           0x197cc5000 -        0x197cfcfff libsystem_kernel.dylib (*) <03f48dc5-caa7-3678-af61-1a3c7fa8b06e> /usr/lib/system/libsystem_kernel.dylib
           0x197cfd000 -        0x197d09fff libsystem_pthread.dylib (*) <42166a2c-89a9-3c38-a215-f028544cea23> /usr/lib/system/libsystem_pthread.dylib
           0x197bc4000 -        0x197c45fff libsystem_c.dylib (*) <86746b94-88e3-342d-b2b2-54303404e492> /usr/lib/system/libsystem_c.dylib
           0x197cad000 -        0x197cc4fff libc++abi.dylib (*) <59de363f-98cf-36dc-becc-4d8f5f4f3a0e> /usr/lib/libc++abi.dylib
           0x197b83000 -        0x197bc0fff libobjc.A.dylib (*) <6ffccf84-5e0f-34b2-bcbb-bcf98407ea05> /usr/lib/libobjc.A.dylib
           0x104ae0000 -        0x105047fff org.manymc.ManyMC (0.1.2) <010ee569-5e90-3c0f-8f5f-125d98c4985f> /Applications/ManyMC.app/Contents/MacOS/ManyMC
           0x10704c000 -        0x107527fff org.qt-project.QtCore (5.15) <81e6f1eb-c5e5-3312-a3bf-38e1b85b6db2> /Applications/ManyMC.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
           0x1055cc000 -        0x1056d3fff org.qt-project.QtNetwork (5.15) <42decc26-4100-312a-a49e-5a52b5e9a9ca> /Applications/ManyMC.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
           0x1059ec000 -        0x105df7fff org.qt-project.QtWidgets (5.15) <a1430be8-3676-3aa4-9ded-128dd10c872a> /Applications/ManyMC.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
           0x105f70000 -        0x1060bbfff libqcocoa.dylib (*) <2650359b-1d13-3afa-be92-d5ec1521fe2d> /Applications/ManyMC.app/Contents/MacOS/platforms/libqcocoa.dylib
           0x197d4c000 -        0x198292fff com.apple.CoreFoundation (6.9) <994db908-11a1-3e43-b7df-25c09d51368a> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x1a09d5000 -        0x1a0d08fff com.apple.HIToolbox (2.1.1) <f842b96a-54f3-36f3-9b94-b258fae1b7eb> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
           0x19a8f4000 -        0x19b7abfff com.apple.AppKit (6.9) <a773dd23-b1c8-3c9b-9175-9a71d210ace0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x106500000 -        0x10696ffff org.qt-project.QtGui (5.15) <f78e38f7-6fb6-3526-a121-9b9c4040d52f> /Applications/ManyMC.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
           0x105264000 -        0x1052c3fff dyld (*) <d9c2a46e-8dc4-3950-9d6a-f799e8ccb683> /usr/lib/dyld
    
    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=876.2M resident=0K(0%) swapped_out_or_unallocated=876.2M(100%)
    Writable regions: Total=371.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=371.4M(100%)
    
                                    VIRTUAL   REGION 
    REGION TYPE                        SIZE    COUNT (non-coalesced) 
    ===========                     =======  ======= 
    Accelerate framework               640K        5 
    Activity Tracing                   256K        1 
    CG backing stores                  768K        4 
    CG image                           448K       18 
    ColorSync                          592K       28 
    CoreAnimation                      304K       19 
    CoreGraphics                        32K        2 
    CoreUI image data                 2256K       31 
    Dispatch continuations            64.0M        1 
    Foundation                          32K        2 
    Kernel Alloc Once                   32K        1 
    MALLOC                           211.3M       84 
    MALLOC guard page                  192K        9 
    MALLOC_MEDIUM (reserved)          80.0M        1         reserved VM address space (unallocated)
    STACK GUARD                       56.2M       12 
    Stack                             13.8M       12 
    VM_ALLOCATE                        192K       12 
    __AUTH                            1986K      200 
    __AUTH_CONST                      11.9M      366 
    __CTF                               756        1 
    __DATA                             9.8M      378 
    __DATA_CONST                      13.7M      390 
    __DATA_DIRTY                      1013K      130 
    __FONT_DATA                          4K        1 
    __LINKEDIT                       583.0M       26 
    __OBJC_CONST                      2085K      173 
    __OBJC_RO                         83.0M        1 
    __OBJC_RW                         3152K        1 
    __TEXT                           293.1M      405 
    __UNICODE                          592K        1 
    dyld private memory               1024K        1 
    mapped file                      451.6M       37 
    shared memory                      912K       16 
    ===========                     =======  ======= 
    TOTAL                              1.8G     2369 
    TOTAL, minus reserved VM space     1.8G     2369 
    
    
    
    -----------
    Full Report
    -----------
    
    {"app_name":"ManyMC","timestamp":"2022-10-19 12:31:59.00 +0800","app_version":"0.1.2","slice_uuid":"010ee569-5e90-3c0f-8f5f-125d98c4985f","build_version":"0.1.2","platform":1,"bundleID":"org.manymc.ManyMC","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.4 (21F79)","incident_id":"A61ABF6C-2162-469A-9096-A7006D2372AC","name":"ManyMC"}
    {
      "uptime" : 3000,
      "procLaunch" : "2022-10-19 12:21:15.4322 +0800",
      "procRole" : "Foreground",
      "version" : 2,
      "userID" : 501,
      "deployVersion" : 210,
      "modelCode" : "Macmini9,1",
      "procStartAbsTime" : 57587769782,
      "coalitionID" : 1879,
      "osVersion" : {
        "train" : "macOS 12.4",
        "build" : "21F79",
        "releaseType" : "User"
      },
      "captureTime" : "2022-10-19 12:31:58.5227 +0800",
      "incident" : "A61ABF6C-2162-469A-9096-A7006D2372AC",
      "bug_type" : "309",
      "pid" : 2583,
      "procExitAbsTime" : 73022039421,
      "translated" : false,
      "cpuType" : "ARM-64",
      "procName" : "ManyMC",
      "procPath" : "\/Applications\/ManyMC.app\/Contents\/MacOS\/ManyMC",
      "bundleInfo" : {"CFBundleShortVersionString":"0.1.2","CFBundleVersion":"0.1.2","CFBundleIdentifier":"org.manymc.ManyMC"},
      "storeInfo" : {"deviceIdentifierForVendor":"9A4E79A8-0F22-5B70-8E06-2DA029F8A222","thirdParty":true},
      "parentProc" : "launchd",
      "parentPid" : 1,
      "coalitionName" : "org.manymc.ManyMC",
      "crashReporterKey" : "22974CAF-BBA6-EBB2-9630-21B88625F766",
      "sip" : "enabled",
      "isCorpse" : 1,
      "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
      "asi" : {"libsystem_c.dylib":["abort() called"]},
      "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" : 0,
      "threads" : [{"triggered":true,"id":36751,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":6841704648},{"value":6093383504},{"value":101},{"value":1648},{"value":1612197226273556215},{"value":1612197222026969975},{"value":512},{"value":43},{"value":43},{"value":5493165800},{"value":6841704690},{"value":27917},{"value":328},{"value":8352495232},{"value":0},{"value":6},{"value":4381853056,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":4381853280,"symbolLocation":224,"symbol":"_main_thread"},{"value":5493113952},{"value":4418026504},{"value":5762468864},{"value":1},{"value":5645835056},{"value":5762746064}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6841974496},"cpsr":{"value":1073745920},"fp":{"value":6093383360},"sp":{"value":6093383328},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6841757080,"matchesCrashFrame":1},"far":{"value":4378776620}},"queue":"com.apple.main-thread","frames":[{"imageOffset":40344,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":0},{"imageOffset":28384,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":1},{"imageOffset":500544,"symbol":"abort","symbolLocation":168,"imageIndex":2},{"imageOffset":72456,"symbol":"abort_message","symbolLocation":132,"imageIndex":3},{"imageOffset":6456,"symbol":"demangling_terminate_handler()","symbolLocation":312,"imageIndex":3},{"imageOffset":135984,"symbol":"_objc_terminate()","symbolLocation":160,"imageIndex":4},{"imageOffset":69284,"symbol":"std::__terminate(void (*)())","symbolLocation":20,"imageIndex":3},{"imageOffset":80924,"symbol":"__cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*)","symbolLocation":36,"imageIndex":3},{"imageOffset":80840,"symbol":"__cxa_throw","symbolLocation":140,"imageIndex":3},{"imageOffset":404256,"symbol":"Json::requireDocument(QByteArray const&, QString const&)","symbolLocation":240,"imageIndex":5},{"imageOffset":1581368,"symbol":"Flame::FileResolvingTask::netJobFinished()","symbolLocation":476,"imageIndex":5},{"imageOffset":2131952,"imageIndex":6},{"imageOffset":1295124,"symbol":"Task::emitFailed(QString)","symbolLocation":420,"imageIndex":5},{"imageOffset":508640,"symbol":"NetJob::startMoreParts()","symbolLocation":2064,"imageIndex":5},{"imageOffset":510304,"symbol":"NetJob::partFailed(int)","symbolLocation":292,"imageIndex":5},{"imageOffset":514972,"symbol":"QtPrivate::QFunctorSlotObject<NetJob::startMoreParts()::$_5, 1, QtPrivate::List<QString>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*)","symbolLocation":140,"imageIndex":5},{"imageOffset":2131952,"imageIndex":6},{"imageOffset":90020,"symbol":"Task::failed(QString)","symbolLocation":52,"imageIndex":5},{"imageOffset":538520,"symbol":"Net::Upload::downloadFinished()","symbolLocation":1004,"imageIndex":5},{"imageOffset":2132208,"imageIndex":6},{"imageOffset":434792,"imageIndex":7},{"imageOffset":2099980,"symbol":"QObject::event(QEvent*)","symbolLocation":596,"imageIndex":6},{"imageOffset":70576,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":292,"imageIndex":8},{"imageOffset":75592,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":548,"imageIndex":8},{"imageOffset":1934664,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":208,"imageIndex":6},{"imageOffset":1939464,"symbol":"QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)","symbolLocation":864,"imageIndex":6},{"imageOffset":223160,"imageIndex":9},{"imageOffset":224888,"imageIndex":9},{"imageOffset":544820,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":28,"imageIndex":10},{"imageOffset":544640,"symbol":"__CFRunLoopDoSource0","symbolLocation":208,"imageIndex":10},{"imageOffset":543872,"symbol":"__CFRunLoopDoSources0","symbolLocation":268,"imageIndex":10},{"imageOffset":538112,"symbol":"__CFRunLoopRun","symbolLocation":828,"imageIndex":10},{"imageOffset":535332,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":10},{"imageOffset":205624,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":11},{"imageOffset":204980,"symbol":"ReceiveNextEventCommon","symbolLocation":564,"imageIndex":11},{"imageOffset":204392,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":11},{"imageOffset":268172,"symbol":"_DPSNextEvent","symbolLocation":860,"imageIndex":12},{"imageOffset":262276,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1328,"imageIndex":12},{"imageOffset":219160,"imageIndex":9},{"imageOffset":1918496,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":524,"imageIndex":6},{"imageOffset":2010020,"symbol":"QDialog::exec()","symbolLocation":476,"imageIndex":8},{"imageOffset":2994052,"symbol":"ProgressDialog::execWithTask(Task*)","symbolLocation":620,"imageIndex":5},{"imageOffset":2061312,"symbol":"MainWindow::runModalTask(Task*)","symbolLocation":352,"imageIndex":5},{"imageOffset":2061564,"symbol":"MainWindow::instanceFromInstanceTask(InstanceTask*)","symbolLocation":116,"imageIndex":5},{"imageOffset":2064444,"symbol":"MainWindow::addInstance(QString)","symbolLocation":784,"imageIndex":5},{"imageOffset":2065416,"symbol":"MainWindow::on_actionAddInstance_triggered()","symbolLocation":52,"imageIndex":5},{"imageOffset":97280,"symbol":"MainWindow::qt_metacall(QMetaObject::Call, int, void**)","symbolLocation":100,"imageIndex":5},{"imageOffset":2131904,"imageIndex":6},{"imageOffset":32664,"symbol":"QAction::activate(QAction::ActionEvent)","symbolLocation":308,"imageIndex":8},{"imageOffset":923192,"imageIndex":8},{"imageOffset":927348,"symbol":"QAbstractButton::mouseReleaseEvent(QMouseEvent*)","symbolLocation":256,"imageIndex":8},{"imageOffset":1902728,"symbol":"QToolButton::mouseReleaseEvent(QMouseEvent*)","symbolLocation":20,"imageIndex":8},{"imageOffset":290852,"symbol":"QWidget::event(QEvent*)","symbolLocation":128,"imageIndex":8},{"imageOffset":1904584,"symbol":"QToolButton::event(QEvent*)","symbolLocation":292,"imageIndex":8},{"imageOffset":70576,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":292,"imageIndex":8},{"imageOffset":81116,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":6072,"imageIndex":8},{"imageOffset":1934664,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":208,"imageIndex":6},{"imageOffset":72980,"symbol":"QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool)","symbolLocation":968,"imageIndex":8},{"imageOffset":411736,"imageIndex":8},{"imageOffset":407688,"imageIndex":8},{"imageOffset":70576,"symbol":"QApplicationPrivate::notify_helper(QObject*, QEvent*)","symbolLocation":292,"imageIndex":8},{"imageOffset":75592,"symbol":"QApplication::notify(QObject*, QEvent*)","symbolLocation":548,"imageIndex":8},{"imageOffset":1934664,"symbol":"QCoreApplication::notifyInternal2(QObject*, QEvent*)","symbolLocation":208,"imageIndex":6},{"imageOffset":188208,"symbol":"QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)","symbolLocation":2836,"imageIndex":13},{"imageOffset":80012,"symbol":"QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":248,"imageIndex":13},{"imageOffset":224888,"imageIndex":9},{"imageOffset":544820,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":28,"imageIndex":10},{"imageOffset":544640,"symbol":"__CFRunLoopDoSource0","symbolLocation":208,"imageIndex":10},{"imageOffset":543872,"symbol":"__CFRunLoopDoSources0","symbolLocation":268,"imageIndex":10},{"imageOffset":538112,"symbol":"__CFRunLoopRun","symbolLocation":828,"imageIndex":10},{"imageOffset":535332,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":10},{"imageOffset":205624,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":11},{"imageOffset":204740,"symbol":"ReceiveNextEventCommon","symbolLocation":324,"imageIndex":11},{"imageOffset":204392,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":11},{"imageOffset":268172,"symbol":"_DPSNextEvent","symbolLocation":860,"imageIndex":12},{"imageOffset":262276,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1328,"imageIndex":12},{"imageOffset":205392,"symbol":"-[NSApplication run]","symbolLocation":596,"imageIndex":12},{"imageOffset":220300,"imageIndex":9},{"imageOffset":1918496,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":524,"imageIndex":6},{"imageOffset":1936244,"symbol":"QCoreApplication::exec()","symbolLocation":132,"imageIndex":6},{"imageOffset":14852,"symbol":"main","symbolLocation":164,"imageIndex":5},{"imageOffset":20620,"symbol":"start","symbolLocation":520,"imageIndex":14}]},{"id":36775,"name":"Qt bearer thread","frames":[{"imageOffset":40624,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":2315676,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":436,"imageIndex":6},{"imageOffset":2321852,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":976,"imageIndex":6},{"imageOffset":1918496,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":524,"imageIndex":6},{"imageOffset":139808,"symbol":"QThread::exec()","symbolLocation":136,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":36832,"name":"QNetworkAccessManager thread","frames":[{"imageOffset":40624,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":2315392,"symbol":"qt_safe_poll(pollfd*, unsigned int, timespec const*)","symbolLocation":152,"imageIndex":6},{"imageOffset":2321852,"symbol":"QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":976,"imageIndex":6},{"imageOffset":1918496,"symbol":"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)","symbolLocation":524,"imageIndex":6},{"imageOffset":139808,"symbol":"QThread::exec()","symbolLocation":136,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":36847,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6320,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7456,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":545456,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":10},{"imageOffset":538464,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":10},{"imageOffset":535332,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":10},{"imageOffset":1762164,"symbol":"_NSEventThread","symbolLocation":196,"imageIndex":12},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":41028,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":41280,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":41281,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":41338,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":41340,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":41341,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":41407,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":41410,"name":"Thread (pooled)","frames":[{"imageOffset":21104,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":1},{"imageOffset":177644,"imageIndex":6},{"imageOffset":176804,"imageIndex":6},{"imageOffset":176628,"symbol":"QWaitCondition::wait(QMutex*, QDeadlineTimer)","symbolLocation":104,"imageIndex":6},{"imageOffset":161648,"imageIndex":6},{"imageOffset":143800,"imageIndex":6},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":1},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]}],
      "usedImages" : [
      {
        "source" : "P",
        "arch" : "arm64e",
        "base" : 6841716736,
        "size" : 229376,
        "uuid" : "03f48dc5-caa7-3678-af61-1a3c7fa8b06e",
        "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
        "name" : "libsystem_kernel.dylib"
      },
      {
        "source" : "P",
        "arch" : "arm64e",
        "base" : 6841946112,
        "size" : 53248,
        "uuid" : "42166a2c-89a9-3c38-a215-f028544cea23",
        "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
        "name" : "libsystem_pthread.dylib"
      },
      {
        "source" : "P",
        "arch" : "arm64e",
        "base" : 6840664064,
        "size" : 532480,
        "uuid" : "86746b94-88e3-342d-b2b2-54303404e492",
        "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
        "name" : "libsystem_c.dylib"
      },
      {
        "source" : "P",
        "arch" : "arm64e",
        "base" : 6841618432,
        "size" : 98304,
        "uuid" : "59de363f-98cf-36dc-becc-4d8f5f4f3a0e",
        "path" : "\/usr\/lib\/libc++abi.dylib",
        "name" : "libc++abi.dylib"
      },
      {
        "source" : "P",
        "arch" : "arm64e",
        "base" : 6840397824,
        "size" : 253952,
        "uuid" : "6ffccf84-5e0f-34b2-bcbb-bcf98407ea05",
        "path" : "\/usr\/lib\/libobjc.A.dylib",
        "name" : "libobjc.A.dylib"
      },
      {
        "source" : "P",
        "arch" : "arm64",
        "base" : 4373479424,
        "CFBundleShortVersionString" : "0.1.2",
        "CFBundleIdentifier" : "org.manymc.ManyMC",
        "size" : 5668864,
        "uuid" : "010ee569-5e90-3c0f-8f5f-125d98c4985f",
        "path" : "\/Applications\/ManyMC.app\/Contents\/MacOS\/ManyMC",
        "name" : "ManyMC",
        "CFBundleVersion" : "0.1.2"
      },
      {
        "source" : "P",
        "arch" : "arm64",
        "base" : 4412719104,
        "CFBundleShortVersionString" : "5.15",
        "CFBundleIdentifier" : "org.qt-project.QtCore",
        "size" : 5095424,
        "uuid" : "81e6f1eb-c5e5-3312-a3bf-38e1b85b6db2",
        "path" : "\/Applications\/ManyMC.app\/Contents\/Frameworks\/QtCore.framework\/Versions\/5\/QtCore",
        "name" : "QtCore",
        "CFBundleVersion" : "5.15.3"
      },
      {
        "source" : "P",
        "arch" : "arm64",
        "base" : 4384931840,
        "CFBundleShortVersionString" : "5.15",
        "CFBundleIdentifier" : "org.qt-project.QtNetwork",
        "size" : 1081344,
        "uuid" : "42decc26-4100-312a-a49e-5a52b5e9a9ca",
        "path" : "\/Applications\/ManyMC.app\/Contents\/Frameworks\/QtNetwork.framework\/Versions\/5\/QtNetwork",
        "name" : "QtNetwork",
        "CFBundleVersion" : "5.15.3"
      },
      {
        "source" : "P",
        "arch" : "arm64",
        "base" : 4389257216,
        "CFBundleShortVersionString" : "5.15",
        "CFBundleIdentifier" : "org.qt-project.QtWidgets",
        "size" : 4243456,
        "uuid" : "a1430be8-3676-3aa4-9ded-128dd10c872a",
        "path" : "\/Applications\/ManyMC.app\/Contents\/Frameworks\/QtWidgets.framework\/Versions\/5\/QtWidgets",
        "name" : "QtWidgets",
        "CFBundleVersion" : "5.15.3"
      },
      {
        "source" : "P",
        "arch" : "arm64",
        "base" : 4395040768,
        "size" : 1359872,
        "uuid" : "2650359b-1d13-3afa-be92-d5ec1521fe2d",
        "path" : "\/Applications\/ManyMC.app\/Contents\/MacOS\/platforms\/libqcocoa.dylib",
        "name" : "libqcocoa.dylib"
      },
      {
        "source" : "P",
        "arch" : "arm64e",
        "base" : 6842269696,
        "CFBundleShortVersionString" : "6.9",
        "CFBundleIdentifier" : "com.apple.CoreFoundation",
        "size" : 5533696,
        "uuid" : "994db908-11a1-3e43-b7df-25c09d51368a",
        "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
        "name" : "CoreFoundation",
        "CFBundleVersion" : "1863"
      },
      {
        "source" : "P",
        "arch" : "arm64e",
        "base" : 6989631488,
        "CFBundleShortVersionString" : "2.1.1",
        "CFBundleIdentifier" : "com.apple.HIToolbox",
        "size" : 3358720,
        "uuid" : "f842b96a-54f3-36f3-9b94-b258fae1b7eb",
        "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
        "name" : "HIToolbox"
      },
      {
        "source" : "P",
        "arch" : "arm64e",
        "base" : 6888046592,
        "CFBundleShortVersionString" : "6.9",
        "CFBundleIdentifier" : "com.apple.AppKit",
        "size" : 15433728,
        "uuid" : "a773dd23-b1c8-3c9b-9175-9a71d210ace0",
        "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
        "name" : "AppKit",
        "CFBundleVersion" : "2113.50.132"
      },
      {
        "source" : "P",
        "arch" : "arm64",
        "base" : 4400873472,
        "CFBundleShortVersionString" : "5.15",
        "CFBundleIdentifier" : "org.qt-project.QtGui",
        "size" : 4653056,
        "uuid" : "f78e38f7-6fb6-3526-a121-9b9c4040d52f",
        "path" : "\/Applications\/ManyMC.app\/Contents\/Frameworks\/QtGui.framework\/Versions\/5\/QtGui",
        "name" : "QtGui",
        "CFBundleVersion" : "5.15.3"
      },
      {
        "source" : "P",
        "arch" : "arm64e",
        "base" : 4381360128,
        "size" : 393216,
        "uuid" : "d9c2a46e-8dc4-3950-9d6a-f799e8ccb683",
        "path" : "\/usr\/lib\/dyld",
        "name" : "dyld"
      }
    ],
      "sharedCache" : {
      "base" : 6838648832,
      "size" : 3136077824,
      "uuid" : "513553bb-5ca5-3b9e-a613-b0603ffe3038"
    },
      "vmSummary" : "ReadOnly portion of Libraries: Total=876.2M resident=0K(0%) swapped_out_or_unallocated=876.2M(100%)\nWritable regions: Total=371.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=371.4M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               640K        5 \nActivity Tracing                   256K        1 \nCG backing stores                  768K        4 \nCG image                           448K       18 \nColorSync                          592K       28 \nCoreAnimation                      304K       19 \nCoreGraphics                        32K        2 \nCoreUI image data                 2256K       31 \nDispatch continuations            64.0M        1 \nFoundation                          32K        2 \nKernel Alloc Once                   32K        1 \nMALLOC                           211.3M       84 \nMALLOC guard page                  192K        9 \nMALLOC_MEDIUM (reserved)          80.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.2M       12 \nStack                             13.8M       12 \nVM_ALLOCATE                        192K       12 \n__AUTH                            1986K      200 \n__AUTH_CONST                      11.9M      366 \n__CTF                               756        1 \n__DATA                             9.8M      378 \n__DATA_CONST                      13.7M      390 \n__DATA_DIRTY                      1013K      130 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       583.0M       26 \n__OBJC_CONST                      2085K      173 \n__OBJC_RO                         83.0M        1 \n__OBJC_RW                         3152K        1 \n__TEXT                           293.1M      405 \n__UNICODE                          592K        1 \ndyld private memory               1024K        1 \nmapped file                      451.6M       37 \nshared memory                      912K       16 \n===========                     =======  ======= \nTOTAL                              1.8G     2369 \nTOTAL, minus reserved VM space     1.8G     2369 \n",
      "legacyInfo" : {
      "threadTriggered" : {
        "queue" : "com.apple.main-thread"
      }
    },
      "trialInfo" : {
      "rollouts" : [
        {
          "rolloutId" : "5ffde50ce2aacd000d47a95f",
          "factorPackIds" : {
    
          },
          "deploymentId" : 240000207
        },
        {
          "rolloutId" : "61301e3a61217b3110231469",
          "factorPackIds" : {
            "SIRI_FIND_MY_CONFIGURATION_FILES" : "6348493aa52bb16adc4e4d06"
          },
          "deploymentId" : 240000023
        }
      ],
      "experiments" : [
    
      ]
    }
    }
    
    Model: Macmini9,1, BootROM 7459.121.3, proc 8:4:4 processors, 8 GB, SMC 
    Graphics: Apple M1, Apple M1, Built-In
    Display: LG FHD, 1920 x 1080 (1080p FHD - Full High Definition), Main, MirrorOff, Online
    Memory Module: LPDDR4
    AirPort: Wi-Fi, wl0: Mar 23 2022 19:57:59 version 18.60.27.0.7.8.129 FWID 01-570be953
    Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    USB Device: USB31Bus
    USB Device: USB31Bus
    USB Device: USB30Bus
    USB Device: Gaming Mouse G402
    USB Device: USB Receiver
    Thunderbolt Bus: Mac mini, Apple Inc.
    Thunderbolt Bus: Mac mini, Apple Inc.
    

    Screenshots

    If applicable, add screenshots to help explain your problem.

    System configuration

    • ManyMC version: 0.1.2
    • Java version: n/a, but default one is Azul JDK 17 arm64
    bug 
    opened by megagames-me 2
  • [Bug] Mods Will Still Be Displayed After Removing

    [Bug] Mods Will Still Be Displayed After Removing

    I tried basic troubleshooting first

    Describe the bug

    The removed mod will still be displayed and will be fixed after restarting manymc.

    To reproduce

    Steps to reproduce the behavior:

    1. Go to 'Mods'
    2. Remove a mod
    3. Still Displayed

    Screenshots

    Imgur

    System configuration

    • ManyMC version: 0.1.2
    bug 
    opened by TGMax233Michael 1
  • JNA not built for aarch64

    JNA not built for aarch64

    !! Please fill in this template, DO NOT ignore or delete it. !!

    I tried basic troubleshooting first

    Describe the bug

    ManyMC is not patching a version (3.4.0) of JNA that does not support arm64 by default, so Minecraft 1.8.9 is crashing when loading a mod (LabyMod 3) that requires it.

    To reproduce

    Steps to reproduce the behavior:

    1. Download LabyMod 3 from labymod.net 2.
    2. Run jar with java -jar LabyMod*.jar
    3. 1.8.9, Forge, Other (Extract)
    4. Add mod to 1.8.9 with Forge instance
    5. Launch, crash and see the below error

    Expected behavior

    Game should launch normally

    Logs

    Caused by: java.lang.UnsatisfiedLinkError: /private/var/folders/h9/3qh3y4ts7wz2f1qllz1yv7w80000gn/T/jna/jna2002535842885038387.tmp: dlopen(/private/var/folders/h9/3qh3y4ts7wz2f1qllz1yv7w80000gn/T/jna/jna2002535842885038387.tmp, 0x0001): tried: '/private/var/folders/h9/3qh3y4ts7wz2f1qllz1yv7w80000gn/T/jna/jna2002535842885038387.tmp' (fat file, but missing compatible architecture (have 'i386,x86_64,unknown', need 'arm64e'))

    Screenshots

    N/A

    System configuration

    • ManyMC version: 0.1.2-develop
    • Java version: zulu8.62.0.19-ca-jdk8.0.332-macosx_aarch64

    Additional context

    ~/Library/Application Support/ManyMC/libraries/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar contains a file in com/sun/jna/darwin/*.jnilib that is identical to the file (jna2002535842885038387.tmp) referenced in the error above. file jna2002535842885038387.tmp returns Mach-O universal binary with 3 architectures: [i386:Mach-O dynamically linked shared library i386Mach-O dynamically linked shared library i386] [x86_64:Mach-O 64-bit dynamically linked shared library x86_64Mach-O 64-bit dynamically linked shared library x86_64] [ppc_7400:Mach-O dynamically linked shared library ppc_7400Mach-O dynamically linked shared library ppc_7400] jna6932855343444723145.tmp (for architecture i386): Mach-O dynamically linked shared library i386 jna6932855343444723145.tmp (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64 jna6932855343444723145.tmp (for architecture ppc7400): Mach-O dynamically linked shared library ppc_7400
    This shows that the library lacks support for arm64/aarch64 in its current state.

    jna6932855343444723145.tmp.zip

    The solution could be to rebuild JNA 3.4.0 for aarch64- however, I am not experienced with ant, and I was unable to get this working. I can, however, provide the commit in which aarch64 support was added to JNA.

    bug 
    opened by jcrm1 9
  • "abort() called" crashes while resizing window

    On MC 1.8.9, when you resize the Minecraft window there is a chance that the game will crash. The MacOS Crash Reporter doesn't give a lot of info, but the logs do.

    MacOS Crash Report: https://pastebin.com/3kESPBUp

    MC Logs: https://pastebin.com/3GYUrQfR

    Java Error Report: https://pastebin.com/6ppG3TrG

    bug 
    opened by r58Playz 2
  • Add GameParrot/minecraft-mac-window-fix for alternative to MinecraftMachina/McMouser

    Add GameParrot/minecraft-mac-window-fix for alternative to MinecraftMachina/McMouser

    Could you apply the fixes from this repo to the JVMs used in ManyMC? https://github.com/GameParrot/minecraft-mac-window-fix/ (but with the arm64 native libraries)

    Thanks in advance!

    enhancement 
    opened by MoustacheOff 2
Releases(v0.1.2)
Owner
Minecraft Machina
Automating Minecraft, one job at a time
Minecraft Machina
Stealthy way to hijack the existing game process handle within the game launcher (currently supports Steam and Battle.net). Achieve external game process read/write with minimum footprint.

Launcher Abuser Stealthy way to hijack the existing game process handle within the game launcher (currently supports Steam and Battle.net). Achieve ex

Ricardo Nacif 80 Nov 25, 2022
Minecraft Classic 0.0.30a reimplemented in C.

MinecraftC - A 0.0.30a implementation in C Features True to the original version Implemented fully in C using SDL2 and OpenGL 1.1 Two different binari

John Payne 249 Dec 27, 2022
Replace Minecraft entity with MMD model.

KAIMyEntity Replace Minecraft entity with MMD model. KAIMyEntitySaba 将Github项目 benikabocha/saba (https://github.com/benikabocha/saba) 魔改成一个以JNI形式Expor

null 30 Oct 16, 2022
Minecraft 4k: decompiled, translated to C using SDL for graphics and input, and improved upon

M4KC Minecraft 4K - C Rewrite For those who don't know, Minecraft 4K was a stripped down version of Minecraft submitted by Notch to the Java 4K Game P

Sasha Koshka 38 Oct 9, 2022
A simplified version of the famous game Minecraft.

This program uses the concept of the famous game Minecraft but with better graphics. It procedurally generates an infinite world, the player has an animated character and can break blocks, there are also different biomes and mobs.

Angel Uriot 56 Dec 30, 2022
A voxel game/Minecraft clone for the iCE40 UP5K FPGA

FPGA craft A voxel game/Minecraft clone for the iCE40 UP5K FPGA (for the iCEBreaker board). Disclaimer Use this project at your own risk. This project

null 166 Nov 27, 2022
A Minecraft-clone written in C++/Vulkan

Minecraft A Minecraft-clone written in C++/Vulkan Current state It is currently very bare-bones. Planned features Textures Procedural generation Colli

null 4 Feb 27, 2022
A fully-featured Minecraft server startup script

A fully-featured Minecraft server startup script suite that offers a friendly user interface, blazing fast speeds, and wide compatibility.

null 81 Dec 14, 2022
Randomizes Minecraft's loot tables.

Minecraft Loot Randomizer Randomizes Minecraft's loot tables. Use Instructions To use this program, which you can either do via the provided exe file

bryceio 1 Oct 20, 2021
MotorMC is a blazing fast, multi threaded, asynchronous Minecraft server software

MotorMC is a blazing fast, multi threaded, asynchronous Minecraft server software that aims to handle many players (1000+) on a single world while still providing an experience as close to vanilla Minecraft as possible.

Garet Halliday 77 Jan 4, 2023
A Minecraft like game with basic rendering, movement, block placement.. All made from scratch

Voxel-Game-Demo A Minecraft like game with basic rendering, movement, block placement.. All made from scratch Downlod Pre-compiled binaries (executabl

null 1 Dec 30, 2021
A minecraft clone built in c++ opengl for the purpose of prefecting graphics programming skills.

LearnOpenGL - CLion This is a project template for OpenGL development with JetBrains CLion IDE. It was created mainly for LearnOpenGL tutorials. Inclu

Jeremy Dellock 1 Dec 28, 2021
StreamMinecraftClone - A Minecraft Clone developed live on stream at twitch.tv/gameswthgabe

Minecraft Clone This is a Minecraft clone that will be used for an education YouTube series. I will link the YouTube series here once I begin creating

null 95 Jan 2, 2023
A third party program to change Minecraft RTX's settings externally, directly in-memory.

RenderBender A third party program to change Minecraft RTX's settings externally, directly in-memory. Get the latest release here. About RenderBender

Jesse Daems 20 Dec 19, 2022
Minecraft Classic Clone in C

Minecraft Classic Clone in C This was my first large-scale OpenGL project. I've personally never used OpenGL, and so I apologize for any bizzare/slopp

null 3 Oct 9, 2022
Native Extension for Defold Game Engine that gives a possibility to use StrictMode on Android

Defold Native Extension StrictMode Native Extension for Defold Game Engine that gives a possibility to use StrictMode on Android Installation Copy-pas

Alexey Gulev 3 Oct 15, 2021
Lambda support for Unreal Engine dynamic delegates

DynamicLambda Lambda support for Unreal Engine dynamic delegates This is experimental feature. Now only parametless lambdas are supported To see more

Andrew Derkach 28 Nov 29, 2022
A Game Boy emulator with serial data transfer (link cable) support over tcp.

gbmulator A Game Boy emulator with serial data transfer (link cable) support over tcp. Key bindings Key bindings are not configurable yet. Key Action

null 6 Dec 30, 2022
Unreal Engine 4 plugin for SteamVR passthrough camera support

SteamVR Passthrough Plugin This Unreal Engine 4 plugin adds SteamVR passthrough camera support using the OpenVR TrackedCamera API. Example project: ht

null 10 Dec 5, 2022