Hooray?
So has anybody gotten into the beta yet?
First Post Woot
404 zei
een tijd geleden | Bericht #2shadowstalker zei
een tijd geleden | Bericht #3Don't know
shadowstalker zei
een tijd geleden | Bericht #4You going to?
404 zei
een tijd geleden | Bericht #5going to try to at least...
Bericht #6 door Volcano Interactive heeft een score van -2. laat zien
Volcano Interactive zei
een tijd geleden | Bericht #6I applied and didn't get it so I decompiled someone's game and found the connection code. It had 19 errors:
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 21: There is no method with the name 'loadPolicyFile'.
System.security.loadPolicyFile("xmlsocket://" + server + ":" + port);
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 48: There is no class or package with the name 'ComCenter.Message' found in package 'ComCenter'.
var __reg4 = new ComCenter.Message(type);
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 72: There is no method with the name 'mx'.
this.socket.onData = mx.utils.Delegate.create(this, function (d)
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 74: There is no property with the name '__reg0'.
if ((__reg0 = d.substring(0, 1)) === "")
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 79: There is no class or package with the name 'ComCenter.DisconnectReason' found in package 'ComCenter'.
this.onDisconnect(ComCenter.DisconnectReason.GetTypeFromId(parseInt(__reg3[0])), __reg3[1]);
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 93: There is no class or package with the name 'ComCenter.Message' found in package 'ComCenter'.
this.broadcastMessage("onMessage", ComCenter.Message.DeserializeFromString(d));
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 97: There is no method with the name 'mx'.
this.socket.onClose = mx.utils.Delegate.create(this, function ()
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 101: There is no class or package with the name 'ComCenter.DisconnectReason' found in package 'ComCenter'.
this.onDisconnect(ComCenter.DisconnectReason.ConnectionClosed, "Closed by server");
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 102: There is no class or package with the name 'ComCenter.DisconnectReason' found in package 'ComCenter'.
this.broadcastMessage("onDisconnect", ComCenter.DisconnectReason.ConnectionClosed, "Closed by server");
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 108: There is no method with the name 'mx'.
this.socket.onConnect = mx.utils.Delegate.create(this, function (e)
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 132: There is no class or package with the name 'ComCenter.DisconnectReason' found in package 'ComCenter'.
this.broadcastMessage("onDisconnect", ComCenter.DisconnectReason.Timeout, "Unable to connect in time");
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 159: There is no method with the name 'mx'.
this.sendSystemMessage("L", __reg10, mx.utils.Delegate.create(this, function (xmlResponse)
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 167: There is no class or package with the name 'ComCenter.ListGroupsResult' found in package 'ComCenter'.
var __reg12 = ComCenter.ListGroupsResult.GetTypeFromId(__reg13);
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 169: There is no class or package with the name 'ComCenter.ListGroupsResult' found in package 'ComCenter'.
if (__reg12 == ComCenter.ListGroupsResult.Sucess)
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 176: There is no class or package with the name 'ComCenter.GroupEntry' found in package 'ComCenter'.
var __reg4 = new ComCenter.GroupEntry();
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 218: There is no method with the name 'mx'.
this.sendSystemMessage("C", __reg2, mx.utils.Delegate.create(this, function (xmlResponse)
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 226: There is no class or package with the name 'ComCenter.CreateGroupResult' found in package 'ComCenter'.
var __reg3 = ComCenter.CreateGroupResult.GetTypeFromId(__reg4);
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 245: There is no method with the name 'mx'.
this.sendSystemMessage("J", __reg3, mx.utils.Delegate.create(this, function (xmlResponse)
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 253: There is no class or package with the name 'ComCenter.JoinGroupResult' found in package 'ComCenter'.
var __reg3 = ComCenter.JoinGroupResult.GetTypeFromId(__reg4);
Total ActionScript Errors: 19 Reported Errors: 19
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 21: There is no method with the name 'loadPolicyFile'.
System.security.loadPolicyFile("xmlsocket://" + server + ":" + port);
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 48: There is no class or package with the name 'ComCenter.Message' found in package 'ComCenter'.
var __reg4 = new ComCenter.Message(type);
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 72: There is no method with the name 'mx'.
this.socket.onData = mx.utils.Delegate.create(this, function (d)
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 74: There is no property with the name '__reg0'.
if ((__reg0 = d.substring(0, 1)) === "")
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 79: There is no class or package with the name 'ComCenter.DisconnectReason' found in package 'ComCenter'.
this.onDisconnect(ComCenter.DisconnectReason.GetTypeFromId(parseInt(__reg3[0])), __reg3[1]);
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 93: There is no class or package with the name 'ComCenter.Message' found in package 'ComCenter'.
this.broadcastMessage("onMessage", ComCenter.Message.DeserializeFromString(d));
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 97: There is no method with the name 'mx'.
this.socket.onClose = mx.utils.Delegate.create(this, function ()
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 101: There is no class or package with the name 'ComCenter.DisconnectReason' found in package 'ComCenter'.
this.onDisconnect(ComCenter.DisconnectReason.ConnectionClosed, "Closed by server");
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 102: There is no class or package with the name 'ComCenter.DisconnectReason' found in package 'ComCenter'.
this.broadcastMessage("onDisconnect", ComCenter.DisconnectReason.ConnectionClosed, "Closed by server");
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 108: There is no method with the name 'mx'.
this.socket.onConnect = mx.utils.Delegate.create(this, function (e)
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 132: There is no class or package with the name 'ComCenter.DisconnectReason' found in package 'ComCenter'.
this.broadcastMessage("onDisconnect", ComCenter.DisconnectReason.Timeout, "Unable to connect in time");
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 159: There is no method with the name 'mx'.
this.sendSystemMessage("L", __reg10, mx.utils.Delegate.create(this, function (xmlResponse)
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 167: There is no class or package with the name 'ComCenter.ListGroupsResult' found in package 'ComCenter'.
var __reg12 = ComCenter.ListGroupsResult.GetTypeFromId(__reg13);
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 169: There is no class or package with the name 'ComCenter.ListGroupsResult' found in package 'ComCenter'.
if (__reg12 == ComCenter.ListGroupsResult.Sucess)
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 176: There is no class or package with the name 'ComCenter.GroupEntry' found in package 'ComCenter'.
var __reg4 = new ComCenter.GroupEntry();
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 218: There is no method with the name 'mx'.
this.sendSystemMessage("C", __reg2, mx.utils.Delegate.create(this, function (xmlResponse)
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 226: There is no class or package with the name 'ComCenter.CreateGroupResult' found in package 'ComCenter'.
var __reg3 = ComCenter.CreateGroupResult.GetTypeFromId(__reg4);
*Error* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 245: There is no method with the name 'mx'.
this.sendSystemMessage("J", __reg3, mx.utils.Delegate.create(this, function (xmlResponse)
*Warning* C:\Dokumente und Einstellungen\Dominik\Desktop\game_ioorev1.swf_as\ComCenter\Connection.as: Line 253: There is no class or package with the name 'ComCenter.JoinGroupResult' found in package 'ComCenter'.
var __reg3 = ComCenter.JoinGroupResult.GetTypeFromId(__reg4);
Total ActionScript Errors: 19 Reported Errors: 19
Volcano Interactive zei
een tijd geleden | Bericht #7And a few warnings.
Kool_girl zei
een tijd geleden | Bericht #8My admin is dominik too which is my dad's name
Antwoord op onderwerp
Schrijf je nu in om te kunnen antwoorden op onderwerpen
shadowstalker zei
een tijd geleden | Bericht #1