It isn't allowing me to run it on Mac "Check with the developer to make sure Logisim works with this version of macOS. You may need to reinstall the application. Be sure to install any available updates for the application and macOS." Any help?
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
dyld: Using shared cache: 77B63435-1866-32DD-98A1-47090B666EFA
Library not loaded: /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/JavaApplicationLauncher
Referenced from: /Applications/Logisim.app/Contents/MacOS/JavaApplicationStub
Reason: image not found
I had the same issue. To fix this, I installed OpenJDK (if you don't have Java installed) from here: https://openjdk.java.net
I used the instructions from here to do the installation: https://java.tutorials24x7.com/blog/how-to-install-openjdk-14-on-mac
(the OpenJDK version I used was 1.6, so the file name in the instructions changes from:
"jdk-14.0.1.jdk" to "jdk-16.jdk"
Having the same problem!!! My version of Mac OS: 11.2.2 (20D80)
Here the dump:
Process: JavaApplicationStub [9520]
Path: /Applications/Logisim.app/Contents/MacOS/JavaApplicationStub
Identifier: JavaApplicationStub
Version: 2.7.1 (10.2)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: JavaApplicationStub [9520]
User ID: 501
Date/Time: 2021-03-07 20:58:53.245 -0300
OS Version: macOS 11.2.2 (20D80)
Report Version: 12
Anonymous UUID: 52F1ED28-B103-1598-2DF0-9B32AE12842D
Sleep/Wake UUID: 2C5260C2-57C9-4FD2-8A8F-F3B96E7A643D
Time Awake Since Boot: 24000 seconds
Time Since Wake: 1900 seconds
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x1] Library missing
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
dyld: Using shared cache: 77B63435-1866-32DD-98A1-47090B666EFA
Library not loaded: /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/JavaApplicationLauncher
Referenced from: /Applications/Logisim.app/Contents/MacOS/JavaApplicationStub
Reason: image not found
Binary Images:
0x1058b0000 - 0x1058b0fff +JavaApplicationStub (2.7.1 - 10.2) <2EF297DB-A500-C676-D2E9-3AF8AA29E602> /Applications/Logisim.app/Contents/MacOS/JavaApplicationStub
0x109798000 - 0x109833fff dyld (832.7.3) <0D4EA85F-7E30-338B-9215-314A5A5539B6> /usr/lib/dyld
Model: MacBookPro11,5, BootROM 426.0.0.0.0, 4 processors, Quad-Core Intel Core i7, 2.8 GHz, 16 GB, SMC 2.30f2
Graphics: kHW_AMDRadeonR9M370XItem, AMD Radeon R9 M370X, spdisplays_pcie_device, 2 GB
Graphics: kHW_IntelIrisProItem, Intel Iris Pro, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1675.1)
Bluetooth: Version 8.0.3d9, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512G, 500.28 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
I had the same issue. To fix this, I installed OpenJDK (if you don't have Java installed) from here:
https://openjdk.java.net
I used the instructions from here to do the installation:
https://java.tutorials24x7.com/blog/how-to-install-openjdk-14-on-mac
(the OpenJDK version I used was 1.6, so the file name in the instructions changes from:
"jdk-14.0.1.jdk" to "jdk-16.jdk"
Then, I used the tool and instructions located here:
https://discussions.apple.com/thread/252335117
This replaces the "JavaApplicationStub" in the Logisim app with one that works under newer OS-X.
Hope this helps.
I replaced JavaApplicationStub from another project and now it works. Logisim attached.
it works,great thanks!