• 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
Jun 7, 2007
Messages
44
Reaction score
1
Thanks for sharing If this should be better to use delphi as MU *-*
 
Newbie Spellweaver
Joined
Oct 15, 2008
Messages
81
Reaction score
27
How Getting I then then Together then Lauchner? Which do software I need? Could Pls who do a video from like me then gets together? Pls help me translators used sry
 
Newbie Spellweaver
Joined
Jun 10, 2009
Messages
39
Reaction score
4
the only sin in this launcher is that its ip only and not a url for the update thing.

change it to url and it will be one of the best for sure.
 
Skilled Illusionist
Joined
Oct 20, 2006
Messages
396
Reaction score
49
Hi, nice release man! Can u make CabalMain2 MD5 check? Because I uses 2 same mains, but one is compacted and another is not, because compacted not working for Windows Vista/7. I tried to make it myself, but it not working. Thx! Waiting for your help!
 
Last edited:
Newbie Spellweaver
Joined
Aug 15, 2009
Messages
36
Reaction score
0
I did the test with Open Source launcher Everythings is fine, but at the end send an error message
%1 is not a valid Win32 application
Quote:
************** Exception Text **************
System.ComponentModel.Win32Exception: %1 is not a valid Win32 application
en System.Diagnostics.Process.StartWithShellExecuteEx (ProcessStartInfo startInfo)
en System.Diagnostics.Process.Start()
en System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
en System.Diagnostics.Process.Start(String fileName)
en Launcher.frmMain.downl_DownloadFileCompleted(Objec t sender, AsyncCompletedEventArgs e)
en System.Net.WebClient.OnDownloadFileCompleted(Async CompletedEventArgs e)
en System.Net.WebClient.DownloadFileOperationComplete d(Object arg)


************** Assemblies loaded **************
mscorlib
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.3082 (QFE.050727-3000)
Código base: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Launcher
Versión del ensamblado: 1.0.0.1
Versión Win32: 1.0.0.666
Código base: file:///C:/CABAL%20Slayers/Launcher.exe
----------------------------------------
Microsoft.VisualBasic
Versión del ensamblado: 8.0.0.0
Versión Win32: 8.0.50727.3053 (netfxsp.050727-3000)
Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
mscorlib.resources
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.3082 (QFE.050727-3000)
Código base: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Configuration
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.3082 (QFE.050727-3000)
Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Windows.Forms.resources
Versión del ensamblado: 2.0.0.0
Versión Win32: 2.0.50727.3053 (netfxsp.050727-3000)
Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
use framework 3.5 sp1,grateful to know whether the error is significantly framework windows or can be another problem?
 
Junior Spellweaver
Joined
Feb 8, 2009
Messages
110
Reaction score
8
How can I remove "breaklee" command from launcher?
 
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
Seriously, if you needed to ask that you probably shouldn't be fiddling with source code.

In the launcher frmMain.vb at the top:

Code:
[COLOR="Red"]Dim main_name As String = "CabalMain.exe[/COLOR]
Dim varini As String = "var.ini"
Dim UpdateHost As String = "127.0.0.1/launcher"
[COLOR="Blue"]Dim MainStartParam As String = "breaklee"[/COLOR]

Line 374:

Code:
p = Diagnostics.Process.Start([COLOR="Red"]main_name[/COLOR], [COLOR="Blue"]MainStartParam[/COLOR])

 
Junior Spellweaver
Joined
Oct 25, 2008
Messages
137
Reaction score
1
nice ,great man
 
Last edited:
Newbie Spellweaver
Joined
Aug 20, 2006
Messages
98
Reaction score
29
how to setup the patch files??

is it with the use of winrar too??
anyguide?
 
Junior Spellweaver
Joined
Sep 4, 2009
Messages
127
Reaction score
0
someone help me on the name of the application is giving error over the name is correct.


the application name is incurring. please change it to the original name: and restart




alguem pode me ajudar sobre o nome do aplicativo está dando erro mais no nome está correto.


the application name is incorrent. please change it to the orginal name: and restart


mmoobb - Open Source Launcher - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Apr 27, 2007
Messages
14
Reaction score
0
i have the same problem i only change the ip for update and then i want to compile it but dont work cuz of the error

would be nice if someone have a solution



greetz L0rd
 
Junior Spellweaver
Joined
Sep 4, 2009
Messages
127
Reaction score
0
to the problem here in the file to be downloaded,
when low it update the file some of the site where he hosted ta, he should not lower a coipa not get the file hosted?:*:


to com problema aqui no arquivo a ser baixado,
quando o update baixa ele o arquivo some do site onde ele ta hospedado, ele não devia baixa uma coipia não tirar o arquivo do site hospedado?:*:
 
Junior Spellweaver
Joined
Sep 11, 2009
Messages
104
Reaction score
10
Hello all.I have one question.
how can i start it the launcher,because none are in a portfolio cabalmain.exe or launcer.exe that would come up with it the launcher. I do not find it.please help me?
Soory my bad english thanks for answer
 
Last edited:
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
It's saying it can't find a file. I would guess at updater.exe as it's one of the first things it checks. The error checking isn't that good so the message doesn't really give any other clues (that i can see anyway).
 
Back
Top