Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Astro Emulator - Session Error?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="YouWaste" data-source="post: 265291" data-attributes="member: 23526"><p>Hi, I'm getting this little.. Or it may be big, error on my emulator everytime I connect to my emulator. I've tried switching the SWFs, but it's still the same errors! Anyways, here's the picture. </p><p></p><p><img src="http://i60.tinypic.com/732atd.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Here's what's on the Handshake.cs #44 line or whatever: Session.TryAuthenticate(Ticket, Session.RemoteAddress.ToString());</p><p>Here's the line on Session.cs #367: Console.WriteLine("[Authentication Failed]: " + RemoteAddress); </p><p>Here's the line on Session.cs #596: { (Yes, just the symbol "}")</p><p>The DataRouter.cs Line: mCallbacks[Message.Id].Invoke(Session, Message);</p><p>The CharacterInfoLoader.cs Line #102: return GenerateCharacterInfoFromRow(MySqlClient, LinkedClientId, Row);</p><p>The CharacterInfoLoader.cs Line #110: return new CharacterInfo(MySqlClient, LinkedClientId, (uint)Row["id"], (string)Row["username"], (string)Row["real_name"],</p></blockquote><p></p>
[QUOTE="YouWaste, post: 265291, member: 23526"] Hi, I'm getting this little.. Or it may be big, error on my emulator everytime I connect to my emulator. I've tried switching the SWFs, but it's still the same errors! Anyways, here's the picture. [IMG]http://i60.tinypic.com/732atd.png[/IMG] Here's what's on the Handshake.cs #44 line or whatever: Session.TryAuthenticate(Ticket, Session.RemoteAddress.ToString()); Here's the line on Session.cs #367: Console.WriteLine("[Authentication Failed]: " + RemoteAddress); Here's the line on Session.cs #596: { (Yes, just the symbol "}") The DataRouter.cs Line: mCallbacks[Message.Id].Invoke(Session, Message); The CharacterInfoLoader.cs Line #102: return GenerateCharacterInfoFromRow(MySqlClient, LinkedClientId, Row); The CharacterInfoLoader.cs Line #110: return new CharacterInfo(MySqlClient, LinkedClientId, (uint)Row["id"], (string)Row["username"], (string)Row["real_name"], [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Astro Emulator - Session Error?
Top