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

Open Source Launcher

Newbie Spellweaver
Joined
Nov 14, 2011
Messages
23
Reaction score
0
could you tell me what files to put on a web server and what files in client?
 
Banned
Banned
Joined
Oct 20, 2006
Messages
3,245
Reaction score
1,652
But i can't see anywhere where to put which files :p

Because you're not reading the damn post... Why do you insist on being so lazy? We are not going to hold your hand, so stop acting like you're trying because you're not, and actually TRY. There is no way you have looked on Google for how to compile this program, and there is absolutely no way you have read the first post ENTIRELY. If you had, you would not be having so many problems.
 
Newbie Spellweaver
Joined
Nov 14, 2011
Messages
23
Reaction score
0
Error. Connecting to the update server failed when i open launcher and i have everything in the folder
 
Joined
Dec 14, 2009
Messages
413
Reaction score
104
Mhmn, if one or more Clients from diffrent server use this launcher, appears little bugs. Or I did anything wrong. (the server aren't my own, I only play of them). They wanna Update the patches again and again, if you played before on an other server, witch is using this launcher too.
 
Joined
Apr 12, 2007
Messages
426
Reaction score
251
Mhmn, if one or more Clients from diffrent server use this launcher, appears little bugs. Or I did anything wrong. (the server aren't my own, I only play of them). They wanna Update the patches again and again, if you played before on an other server, witch is using this launcher too.
Its because the owners of those servers didnt changed the registry data (wich is inserted when u start the application)
 
Skilled Illusionist
Joined
Jul 29, 2010
Messages
312
Reaction score
57
Its because the owners of those servers didnt changed the registry data (wich is inserted when u start the application)

btw do you know how to convert this to write a version in an ini file or anyfile rather than saving the version in registry? ;P
 
Banned
Banned
Joined
Jan 28, 2010
Messages
62
Reaction score
0
how to fix this error

mmoobb - Open Source Launcher - RaGEZONE Forums


thnks
 
Last edited:
Junior Spellweaver
Joined
Aug 31, 2008
Messages
191
Reaction score
28
To remove multiple instances warning, delete this:
Code:
If Process.GetProcessesByName _
          (Process.GetCurrentProcess.ProcessName).Length > 1 Then
            Me.Hide()
            MessageBox.Show _
             ("Another Instance is already running, application will now close.", _
                 "Multiple Instances Forbidden", _
                  MessageBoxButtons.OK, _
                 MessageBoxIcon.Exclamation)
            Me.Close()
        ElseIf Process.GetProcessesByName("CabalMain").Length = 1 Then
            Me.Hide()
            MessageBox.Show _
             ("Another Instance is already running, application will now close.", _
                 "Multiple Instances Forbidden", _
                  MessageBoxButtons.OK, _
                 MessageBoxIcon.Exclamation)
            Me.Close()
        ElseIf Process.GetProcessesByName("Updater").Length = 1 Then
            Me.Hide()
            MessageBox.Show _
             ("Another Instance is already running, application will now close.", _
                 "Multiple Instances Forbidden", _
                  MessageBoxButtons.OK, _
                 MessageBoxIcon.Exclamation)
            Me.Close()
        Else
 
Joined
Aug 3, 2011
Messages
963
Reaction score
506
To remove multiple instances warning, delete this:
Code:
If Process.GetProcessesByName _
          (Process.GetCurrentProcess.ProcessName).Length > 1 Then
            Me.Hide()
            MessageBox.Show _
             ("Another Instance is already running, application will now close.", _
                 "Multiple Instances Forbidden", _
                  MessageBoxButtons.OK, _
                 MessageBoxIcon.Exclamation)
            Me.Close()
        ElseIf Process.GetProcessesByName("CabalMain").Length = 1 Then
            Me.Hide()
            MessageBox.Show _
             ("Another Instance is already running, application will now close.", _
                 "Multiple Instances Forbidden", _
                  MessageBoxButtons.OK, _
                 MessageBoxIcon.Exclamation)
            Me.Close()
        ElseIf Process.GetProcessesByName("Updater").Length = 1 Then
            Me.Hide()
            MessageBox.Show _
             ("Another Instance is already running, application will now close.", _
                 "Multiple Instances Forbidden", _
                  MessageBoxButtons.OK, _
                 MessageBoxIcon.Exclamation)
            Me.Close()
        Else

nothing will broke on launcher if it will removed this?
 
Junior Spellweaver
Joined
Aug 31, 2008
Messages
191
Reaction score
28
It removes the check of any process is opened (cabal.exe, cabalmain.exe or updater.exe). So it won't crash if it's opened another processes mentioned above.
 
Newbie Spellweaver
Joined
Dec 10, 2011
Messages
26
Reaction score
9
I Have 1 Doubt.

1)My Launcher's banner.php and news.php is not coming in launcher
 
Initiate Mage
Joined
Nov 27, 2011
Messages
2
Reaction score
0
Hi guys need a little help! -->
mmoobb - Open Source Launcher - RaGEZONE Forums

i dont know how to fix this error! i try to rename but problem here too :/ Sorry for my bad english!
 
Last edited:
Banned
Banned
Joined
Oct 20, 2006
Messages
3,245
Reaction score
1,652
Please read the thread before replying to it... Thanks.
 
Junior Spellweaver
Joined
Jul 27, 2011
Messages
173
Reaction score
29
guys help me on something I've tried everything to make the update launcher but does not help that I can not upgrade it already created files in rar sfx exe dat
sfx exe and turned into
rar and vice versa tranformei in dat
not good i could not make it to upgrade but do not know what to do guys help me out there
 
Back
Top