• 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.

[Release] MU Launcher + Autoupdate + webzen template

Experienced Elementalist
Joined
Jan 11, 2010
Messages
284
Reaction score
19
i tried the launcher ... but not autoupdate files from subfolders lie Data/local / item.bmd.... or i miss something ?
 
Newbie Spellweaver
Joined
Dec 6, 2018
Messages
72
Reaction score
3
Hi, can anyone re-upload the source code for this? The previous link is broken.

Thanks
 
Initiate Mage
Joined
Mar 14, 2019
Messages
3
Reaction score
0
no source for this one cause seems this launcher is infected with viruses

myheart - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums

Avast Lol
no virus in kaspersky,nice launcher thank you
 
Newbie Spellweaver
Joined
May 3, 2010
Messages
51
Reaction score
3
This launcher not working with https:// , is good if working with https , how i made working this launcher with https?

When i edit the link with https: the launcher closed.

(dont download update. ) I fixed this problem.

Good release of launcher.

How i configurated the version of update, to when the users dont download the same files the old version again if right now haved the last version?
 
Last edited:
Initiate Mage
Joined
Mar 9, 2019
Messages
3
Reaction score
0
I'm trying to run for ss6 Titan, but it's only repeated. Can anybody help me?


55ifTc - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums

I'm trying to run for ss6 Titan, but it's only repeated. Can anybody help me?
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Mar 14, 2014
Messages
17
Reaction score
1
I would very much like to use this launcher, but I have not been able to make it work correctly from my hosting, I don't know if any DLL will be missing to add
Someone gives me a hand? Please

hwCPP3j - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
May 22, 2010
Messages
3
Reaction score
0
hi dude, i placed it in IGCdllmain.cpp? and i was able to compile it, place it in the client and run main.exe. It still run without prompting for the launcher. Did i miss something?

d6vQkZ9 - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


o4CqRC1 - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums



myheart

i also tried using the Launchertype=1

4TWEkdV - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


the main.exe checks for the launcher but when i run the launcher i think it just looped it:

7yJ5CUa - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


do i need to modify something here ?:

eRw1R07 - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums



myheart

Thank You very much dude, i did not know i just need to put it there :D

AjFcJHV - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums


Now Worked!!!

saSCCOA - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums

please reup source code , thanks !



I'm trying to run for ss6 Titan, but it's only repeated. Can anybody help me?


55ifTc - [Release] MU Launcher + Autoupdate + webzen template - RaGEZONE Forums

I'm trying to run for ss6 Titan, but it's only repeated. Can anybody help me?

reup source please !
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 27, 2015
Messages
91
Reaction score
11
After Antihack launch main window crash, I test with muemu s6 1.0.4.E, any help?
Other launcher working fine tho.
 
Last edited:
Experienced Elementalist
Joined
Oct 31, 2006
Messages
282
Reaction score
82
I send new folder Map and no upload files. Only existing files update. Fix Source PLZ?
 
Last edited:
Junior Spellweaver
Joined
Dec 21, 2011
Messages
193
Reaction score
93
use this:

Code:
void CheckLauncher()
{
	HANDLE hMutex = CreateMutex(NULL, FALSE, "#32770");
	
	if (GetLastError() != ERROR_ALREADY_EXISTS)
	{
  WinExec("launcher.exe", 0);

  ExitProcess(0);
	}
	
	//CloseHandle(hMutex);
}

I have source IGC.dll IGCN s9 but nohave elixe.DLL can you help me add this source, please dude
 
Back
Top