Open Source Launcher

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.
 
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.
 
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)
 
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
 
how to fix this error

mmoobb - Open Source Launcher - RaGEZONE Forums


thnks
 
Last edited:
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
 
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?
 
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:
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