Views: 6,864,528 Homepage | Main | Rules/FAQ | Memberlist | Active users | Last posts | Calendar | Stats | Online users | Search 04-20-24 04:14 AM
Guest:

0 users reading WHY IS MELONDS NOT WORKING ON MAC OS | 1 bot

Main - General - WHY IS MELONDS NOT WORKING ON MAC OS Hide post layouts | New reply


mido
Posted on 03-06-21 04:13 PM Link | #3410
so i tried downloading it through the homepage and then the github and then through brew AND NONE WORKED i always get the same problem of "melon ds cannot be opened because of a problem" https://cdn.discordapp.com/attachments/762057814382084116/817791251524485150/Screenshot_2021-03-06_at_5.10.24_PM.png

Rayyan
Posted on 03-06-21 05:44 PM Link | #3411

Open the Terminal and run:
brew install --cask melonds
melonDS will now be installed in Applications.

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

mido
Posted on 03-07-21 01:36 AM Link | #3413
tried that doesnt work

mido
Posted on 03-07-21 06:14 AM Link | #3414
btw heres the text thing that comes up


Process: melonDS [33292]
Path: /Applications/melonDS.app/Contents/MacOS/melonDS
Identifier: net.kuribo64.melonDS
Version: 0.9 (0.9)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: melonDS [33292]
User ID: 502

Date/Time: 2021-03-07 07:14:12.494 +0100
OS Version: Mac OS X 10.15.4 (19E266)
Report Version: 12
Anonymous UUID: BBE74E5B-12C7-56E0-FFF6-87F19B78A9A3

Sleep/Wake UUID: 22A53598-3196-498B-BE4D-5DF99A169609

Time Awake Since Boot: 280000 seconds
Time Since Wake: 77 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:
Library not loaded: /usr/local/opt/qt/lib/QtWidgets.framework/Versions/5/QtWidgets
Referenced from: /Applications/melonDS.app/Contents/MacOS/melonDS
Reason: image not found

Binary Images:
0x104e2e000 - 0x104f45fdb +net.kuribo64.melonDS (0.9 - 0.9) /Applications/melonDS.app/Contents/MacOS/melonDS
0x10c451000 - 0x10c548ff3 +libSDL2-2.0.0.dylib (0) <5576C373-E496-3F4E-BBEF-18B45E623C2C> /usr/local/opt/sdl2/lib/libSDL2-2.0.0.dylib
0x10c593000 - 0x10c5aaff7 +libslirp.0.dylib (0) <81B87309-CA17-3572-BFB0-BF6033E3F891> /usr/local/opt/libslirp/lib/libslirp.0.dylib
0x10c5b7000 - 0x10c6befff +libglib-2.0.0.dylib (0) <5E31AAC6-A240-3210-A3D0-FB10E79299BF> /usr/local/opt/glib/lib/libglib-2.0.0.dylib
0x10c6ef000 - 0x10c6f8fff +libintl.8.dylib (0) /usr/local/opt/gettext/lib/libintl.8.dylib
0x117d27000 - 0x117db8eff dyld (750.5) <1F893B81-89A5-3502-8510-95B97B9F730D> /usr/lib/dyld
0x7fff697ce000 - 0x7fff697cffff libSystem.B.dylib (1281.100.1) /usr/lib/libSystem.B.dylib
0x7fff6a640000 - 0x7fff6a730fff libiconv.2.dylib (59) <9458704B-A702-37CB-9707-66ABBB5DB71E> /usr/lib/libiconv.2.dylib

Model: MacBookAir5,2, BootROM 262.0.0.0.0, 2 processors, Dual-Core Intel Core i5, 1.8 GHz, 4 GB, SMC 2.5f9
Graphics: kHW_IntelHD4000Item, Intel HD Graphics 4000, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463235363634485A2D3147364D3120
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463235363634485A2D3147364D3120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (7.21.190.33 AirPortDriverBrcm4360-1601.1)
Bluetooth: Version 7.0.4f6, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD TS128E, 121.33 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Internal Memory Card Reader
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: Ultra Fit
Thunderbolt Bus: MacBook Air, Apple Inc., 23.4

Rayyan
Posted on 03-07-21 01:59 PM Link | #3415

Run
brew list --versions qt
and tell me the output.

____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

mido
Posted on 03-11-21 02:05 PM Link | #3428
Posted by WaluigiWare64
Run
brew list --versions qt
and tell me the output.


https://cdn.discordapp.com/attachments/762057814382084116/819571379891601419/Screen_Recording_2021-03-11_at_3.02.17_PM.mov

nothing???

Rayyan
Posted on 03-11-21 05:20 PM Link | #3429

Tell me the output of
brew install qt@5


____________________

How to write an emulator
1. throw code to be emulated somewhere
2. make memory system that allows accessing that code
3. emulate CPU
4. have fun implementing all the other hardware
-- Arisotura, Tuesday 5th January 2021, 22:00:17

mido
Posted on 03-15-21 06:12 PM Link | #3439
Posted by WaluigiWare64
Tell me the output of
brew install qt@5

it says: Warning: qt@5 5.15.2 is already installed and up-to-date.
To reinstall 5.15.2, run:
brew reinstall qt@5

StLouisCPhT
(post deleted) #3498

Hallo
Posted on 04-12-21 10:22 PM Link | #3581
Would also ask for a fix


Main - General - WHY IS MELONDS NOT WORKING ON MAC OS Hide post layouts | New reply

Page rendered in 0.039 seconds. (2048KB of memory used)
MySQL - queries: 29, rows: 98/98, time: 0.015 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.