Tool RPGM RPG Maker MacOS/OSX Launcher [v2.4.1]

m4kro

Member
Feb 7, 2020
477
492
Announcement
Development for this app has been completed! Only bugfixes will be released in the future.
Thanks to everyone who stuck around!


You don't have permission to view the spoiler content. Log in or register now.
 

BURNERBLAZERBOILER

New Member
Dec 25, 2023
3
0
has anybody managed to run black souls on this
keep getting error saying Graphics/Titles2/Mist
solved this on whisky by manually downloading RPGVXACE to it but it genuinely runs horrendously
hopefully if i get it to work on this launcher itll be smoother
 

m4kro

Member
Feb 7, 2020
477
492
has anybody managed to run black souls on this
keep getting error saying Graphics/Titles2/Mist
solved this on whisky by manually downloading RPGVXACE to it but it genuinely runs horrendously
hopefully if i get it to work on this launcher itll be smoother
Please provide screenshots of the error.
Edit: try this version -
 
Last edited:

m4kro

Member
Feb 7, 2020
477
492
Announcement
2.3.1 has been released!

Changelog:
Fixed RTP type detection issue due to case sensitivity
Fixed typos
 

R34zone

Newbie
Feb 9, 2020
45
5
Hello. I'm having trouble opening the application itself. As in, I try opening it and it just won't open at all. What is the problem here?
 

m4kro

Member
Feb 7, 2020
477
492
Hello. I'm having trouble opening the application itself. As in, I try opening it and it just won't open at all. What is the problem here?


If this doesn't work, look in ~/Library/Application Support/RPGM-Launcher/
and post the contents of log.txt
 

SS4312

Newbie
Nov 3, 2018
89
52
Would it be possible to run older RPGm games through this, IE stuff from 8+ years ago? Girl Knight MILK runs via Wine on mac, but not via this program. The program itself has QoL that Wine does not have, like window resizing.
 

R34zone

Newbie
Feb 9, 2020
45
5


If this doesn't work, look in ~/Library/Application Support/RPGM-Launcher/
and post the contents of log.txt

Where to find "~/Library/Application Support/RPGM-Launcher/"?
 

m4kro

Member
Feb 7, 2020
477
492
Where to find "~/Library/Application Support/RPGM-Launcher/"?
use finder

alternatively, you can run the following command in the terminal:
open "~/Library/Application Support/RPGM-Launcher/"
 
Last edited:

m4kro

Member
Feb 7, 2020
477
492
Would it be possible to run older RPGm games through this, IE stuff from 8+ years ago? Girl Knight MILK runs via Wine on mac, but not via this program. The program itself has QoL that Wine does not have, like window resizing.
yes, but only to an extent. Some stuff needs windows api calls and only work through wine. You can only try and hope it works.
 
  • Like
Reactions: SS4312

R34zone

Newbie
Feb 9, 2020
45
5
use finder

alternatively, you can run the following command in the terminal:
open "~/Library/Application Support/RPGM-Launcher/"
Thanks. I tried, but in the terminal, it said the file doesn't exist. Any solution?
 

m4kro

Member
Feb 7, 2020
477
492
Thanks. I tried, but in the terminal, it said the file doesn't exist. Any solution?
Thats odd. Has the application worked for you in the past?

Are there any error messages when you try to open or does it just immediately close?

And can you post the result of running the following in the terminal:
ls "~/Library/Application Support/"
 

R34zone

Newbie
Feb 9, 2020
45
5
Thats odd. Has the application worked for you in the past?

Are there any error messages when you try to open or does it just immediately close?

And can you post the result of running the following in the terminal:
ls "~/Library/Application Support/"
It worked in the past. The problem is that it closes immediately. No error message when opened.


Terminal (Username changed to username for privacy purposes)
Last login: Sat Jan 11 14:48:44 on ttys000


~/Library/Application Support/RPGM-Launcher/





The default interactive shell is now zsh.


To update your account to use zsh, please run `chsh -s /bin/zsh`.


For more details, please visit .


(base) 192:~ username$ ~/Library/Application Support/RPGM-Launcher/


-bash: /Users/useranme/Library/Application: No such file or directory


(base) 192:~ username$ ;chsh -s /bin/zsh


-bash: syntax error near unexpected token `;'


(base) 192:~ username$ chsh -s /bin/zsh


Changing shell for username.


Password for username:


(base) 192:~ username$ chsh -s /bin/zsh


Changing shell for username.


Password for username:


chsh: no changes made


(base) 192:~ username$ ~/Library/Application Support/RPGM-Launcher/


-bash: /Users/username/Library/Application: No such file or directory


(base) 192:~ username$ open "~/Library/Application Support/RPGM-Launcher/"


The file /Users/username/~/Library/Application Support/RPGM-Launcher does not exist.


(base) 192:~ username$ open "~/Library/Application Support/RPGM-Launcher/"


The file /Users/username/~/Library/Application Support/RPGM-Launcher does not exist.


(base) 192:~ username$ ls "~/Library/Application Support/"


ls: ~/Library/Application Support/: No such file or directory
 

m4kro

Member
Feb 7, 2020
477
492
It worked in the past. The problem is that it closes immediately. No error message when opened.


Terminal (Username changed to username for privacy purposes)
Last login: Sat Jan 11 14:48:44 on ttys000


~/Library/Application Support/RPGM-Launcher/





The default interactive shell is now zsh.


To update your account to use zsh, please run `chsh -s /bin/zsh`.


For more details, please visit .


(base) 192:~ username$ ~/Library/Application Support/RPGM-Launcher/


-bash: /Users/useranme/Library/Application: No such file or directory


(base) 192:~ username$ ;chsh -s /bin/zsh


-bash: syntax error near unexpected token `;'


(base) 192:~ username$ chsh -s /bin/zsh


Changing shell for username.


Password for username:


(base) 192:~ username$ chsh -s /bin/zsh


Changing shell for username.


Password for username:


chsh: no changes made


(base) 192:~ username$ ~/Library/Application Support/RPGM-Launcher/


-bash: /Users/username/Library/Application: No such file or directory


(base) 192:~ username$ open "~/Library/Application Support/RPGM-Launcher/"


The file /Users/username/~/Library/Application Support/RPGM-Launcher does not exist.


(base) 192:~ username$ open "~/Library/Application Support/RPGM-Launcher/"


The file /Users/username/~/Library/Application Support/RPGM-Launcher does not exist.


(base) 192:~ username$ ls "~/Library/Application Support/"


ls: ~/Library/Application Support/: No such file or directory
Try this, replace the word username with your actual username:
open "/User/username/Library/Application Support/RPGM-Launcher/"
 

R34zone

Newbie
Feb 9, 2020
45
5
Try this, replace the word username with your actual username:
open "/User/username/Library/Application Support/RPGM-Launcher/"
Last login: Sat Jan 11 14:49:20 on ttys000
open "/User/krishnandawu/Library/Application Support/RPGM-Launcher/"
(base) krishnandawu@192 ~ % open "/User/krishnandawu/Library/Application Support/RPGM-Launcher/"
The file /User/krishnandawu/Library/Application Support/RPGM-Launcher does not exist.
(base) krishnandawu@192 ~ %

Still didn't work
 

m4kro

Member
Feb 7, 2020
477
492
Last login: Sat Jan 11 14:49:20 on ttys000
open "/User/krishnandawu/Library/Application Support/RPGM-Launcher/"
(base) krishnandawu@192 ~ % open "/User/krishnandawu/Library/Application Support/RPGM-Launcher/"
The file /User/krishnandawu/Library/Application Support/RPGM-Launcher does not exist.
(base) krishnandawu@192 ~ %

Still didn't work
which version of macos are you using?

Edit:
Forgot the s in Users
open "/Users/username/Library/Application Support/RPGM-Launcher/"