• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

MiniA Launcher Help!

Experienced Elementalist
Joined
Jul 31, 2017
Messages
237
Reaction score
1
2TmSPjX - MiniA Launcher Help! - RaGEZONE Forums

Im already using Thor Launcher with autopatch and MiniA.exe. I cant find any any autopatch launcher that can launcher MiniA.exe it always pop up use launcher to play ran online. if i change it to Game.exe it will no open.
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Dec 16, 2012
Messages
341
Reaction score
126
Not all sources have that "app_run" to run a game exe using a shortcut.. You can see that function in your Source code
------------------------------
Basic.cpp (Search Here)

CString strCommand = CString("app") + "_" + "run";

Hope it helps...
 
Upvote 0
Experienced Elementalist
Joined
Jul 31, 2017
Messages
237
Reaction score
1
Not all sources have that "app_run" to run a game exe using a shortcut.. You can see that function in your Source code
------------------------------
Basic.cpp (Search Here)

CString strCommand = CString("app") + "_" + "run";

Hope it helps...

i already have that command in the source that i have.
 
Upvote 0
Back
Top