I've overwritten my DiabloIII.exe and battle.net.dll with those from a copy of 7200, it seemed to load up correctly as v 7200. I don't have the files for 7931 any more however
If anyone would like to PM me who has them I'd love to hear from them, I'm on holidays at the moment and there's not much to do here - trying out D3 would be great
Hey guys,
There's a tree for 8101 (patch 9) that was uploaded yesterday
https://github.com/mooege/mooege/tree/8101
I compiled and ran it but I am not able to connect (haven't done it for a while so I forget if I am just doing something incorrect or whatever)
Anyhow, just thought I'd post it. Is there any open sourced MooExt redo projects being worked on? I do some development on the side and can probably contribute a bit
Ok so here's the dumb question that I have. I downloaded the 8101 files but this is the first time I'm trying to play the emulator project. I'm really not sure where to install the files or what to run. I've tried to look up guides but everything I find is for the outdated Mooext or d3sharp etc etc. The Mooege website seems to be down so none of the links i find pointing there provide me with any information. Does anyone have a working guide or would be willing to just give me a 123 on how to set things up? Thank you in advance and Merry Christmas everyone!
Last edited by TheGrouch; 12-25-2011 at 12:37 PM. Reason: wanted to deleted cant find button
I get the error again and again: "Cannot run servers as MPQStorage failed initialization." I tried copying the main MPQs then ALL possible MPQs in the folder, still not working ><. I'm using the latest 8101 tree, as my Diablo 3 game is on 8101.
I seem to be having the same issue. I have the newest version of D3, and the newest tree from Mooege. The server loads up no problem, and D3 starts up, but when I attempt to use the login stated in this walkthrough (test@ and a random password) the game gives me this:
Diablo 3 screen = Error 3005
And the server gives me this message:
Anyone else have this issue? Did I miss a document that has a new login listed? Thanks!
Last edited by Alexial; 12-27-2011 at 05:53 PM.
Does the error message mention System.Data.SQLite? If so it can be solved by installing Visual C# 2010 Express and/or Microsoft Windows SDK .
No it doesn't, i already have Visual C#. Here's my log:
[28.12.2011 00:04:47.515] [ Info] [Program]: mooege v0.7931.4378.40605 warming-up..
[28.12.2011 00:04:47.515] [ Info] [MPQStorage]: Initializing MPQ storage..
[28.12.2011 00:04:47.546] [Trace] [MPQPatchChain]: Added base-mpq file: CoreData.mpq.
[28.12.2011 00:04:47.546] [Trace] [MPQPatchChain]: Added base-mpq file: ClientData.mpq.
[28.12.2011 00:04:47.577] [Trace] [MPQPatchChain]: Applying file: ClientData.mpq.
[28.12.2011 00:04:47.655] [Trace] [MPQPatchChain]: Applying file: CoreData.mpq.
[28.12.2011 00:04:47.686] [Trace] [MPQPatchChain]: All files successfully applied.
[28.12.2011 00:04:47.702] [Error] [MPQPatchChain]: Required patch-chain version 7931 is not satified (found version: 0).
[28.12.2011 00:04:47.702] [Fatal] [Program]: Cannot run servers as MPQStorage failed initialization.
I don't understand the problem, required patch-chain version 7931 is not satified, but mooege and the game are on 8101...
Firstly, it looks like your computer isn't recognizing you have D3 installed (Required patch-chain version 7931 is not satified (found version: 0). Secondly, did you change the config.ini file to say X:\MPQ versus $ROOT/MPQ ? That section of your config should look something like this:
X:\MPQ;EnableTasks
'X' should be the letter of the drive where you put the folder called MPQ. And make sure you renamed it- when you copy it from the D3 folder, it's called MPQs.
Last edited by Alexial; 12-27-2011 at 06:19 PM.
From your folder name Release mooege-ffe8c54 it looks like you are running an old version only supporting version 7931 (patch 7) so this is expected.
The latest version 80c0e66 which shall support version 8101 (patch 9) can be found at https://github.com/mooege/mooege/zipball/8101.
I am having trouble running the latest version; D3 gives me The request was invalid. Please try again. ERROR_300007 when logging in and then aborts.
The log file from mooege contains two warnings:
- [ Warn] [PresenceService]: Received an unhandled Presence.Subscribe request with type GameAccountId
- [ Warn] [MooNetRouter]: Unimplemented service method: ConnectionService.RequestDisconnect
Maybe this has to do with the new Battle Tags added recently?
Last edited by Waws; 12-28-2011 at 05:30 AM.
Great! Thank you for the link, I'll give that a shot! Still the same login supposedly? (test@, randompass)?
That one you have is a nasty one. Let me get mine up and see if I get the same problem you do. If I do, we may have the answer to whether its the tags or not.
Edit: Strange, it's still acting like I'm using the old version, but I'm definitely building off the one you just gave me. Do I need to put that mooege-mooege-80c0e66 folder somewhere specific? Right now I have both folders sitting on the same level under a folder named D3Server. Do I need to put one inside the other, or copy the dll's and exe's and paste them to the mooege-mooege-80c0e66 folder? Something tells me this will work if I can get the folder organization right.
Last edited by Alexial; 12-27-2011 at 06:33 PM.
Yeah, same user/pass.
I just noticed another error in the logs prior to the ones in my earlier post. It says
Is there any configuration of certificates needed? The wiki and beginners links are down so i'm kind of using trial and error.Code:[Fatal] [MooNetClient]: OnTSLAuthentication() exception: - [Exception] OpenSSL.Core.OpenSslException: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher at OpenSSL.SslStreamBase.EndRead(IAsyncResult asyncResult) at OpenSSL.SslStream.EndRead(IAsyncResult asyncResult) at OpenSSL.SslStream.EndAuthenticateAsServer(IAsyncResult ar) at Mooege.Net.MooNet.MooNetClient.OnTSLAuthentication(IAsyncResult result)
Full log:
[spoiler][28.12.2011 00:00:12.074] [ Info] [Program]: mooege v0.8101.4378.24855 warming-up..
[28.12.2011 00:00:12.152] [ Info] [MPQStorage]: Initializing MPQ storage..
[28.12.2011 00:00:12.886] [Trace] [MPQPatchChain]: Added base-mpq file: CoreData.mpq.
[28.12.2011 00:00:12.886] [Trace] [MPQPatchChain]: Added base-mpq file: ClientData.mpq.
[28.12.2011 00:00:13.214] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7170.MPQ.
[28.12.2011 00:00:13.214] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7200.MPQ.
[28.12.2011 00:00:13.214] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7318.MPQ.
[28.12.2011 00:00:13.214] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7338.MPQ.
[28.12.2011 00:00:13.214] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7447.MPQ.
[28.12.2011 00:00:13.214] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7728.MPQ.
[28.12.2011 00:00:13.214] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7841.MPQ.
[28.12.2011 00:00:13.230] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-7931.MPQ.
[28.12.2011 00:00:13.230] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-8059.MPQ.
[28.12.2011 00:00:13.230] [Trace] [MPQPatchChain]: Added patch file: /base/d3-update-base-8101.MPQ.
[28.12.2011 00:00:13.417] [Trace] [MPQPatchChain]: Applying file: d3-update-base-8101.MPQ.
[28.12.2011 00:00:13.730] [Trace] [MPQPatchChain]: Applying file: d3-update-base-8059.MPQ.
[28.12.2011 00:00:14.042] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7931.MPQ.
[28.12.2011 00:00:14.136] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7841.MPQ.
[28.12.2011 00:00:14.277] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7728.MPQ.
[28.12.2011 00:00:14.480] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7447.MPQ.
[28.12.2011 00:00:14.542] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7338.MPQ.
[28.12.2011 00:00:14.542] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7318.MPQ.
[28.12.2011 00:00:14.839] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7200.MPQ.
[28.12.2011 00:00:14.886] [Trace] [MPQPatchChain]: Applying file: d3-update-base-7170.MPQ.
[28.12.2011 00:00:14.886] [Trace] [MPQPatchChain]: Applying file: ClientData.mpq.
[28.12.2011 00:00:15.089] [Trace] [MPQPatchChain]: Applying file: CoreData.mpq.
[28.12.2011 00:00:15.230] [Trace] [MPQPatchChain]: All files successfully applied.
[28.12.2011 00:00:19.246] [ Info] [MPQPatchChain]: Found a total of 48495 assets from CoreTOC.dat catalog and postponed loading because lazy loading is activated.
[28.12.2011 00:00:19.902] [ Info] [MPQPatchChain]: Found a total of 46166 assets from TOC.dat catalog and postponed loading because lazy loading is activated.
[28.12.2011 00:00:22.433] [ Info] [MPQPatchChain]: Found a total of 335 assets from DB catalog and postponed loading because lazy loading is activated.
[28.12.2011 00:00:33.886] [ Info] [Program]: Item database loaded with a total of 1481 item definitions.
[28.12.2011 00:00:34.871] [ Info] [AchievementManager]: Achievement file loaded from disk.
[28.12.2011 00:00:34.871] [ Info] [Program]: Achievement file parsed with a total of 44 achievements and 105 criteria in 14 categories.
[28.12.2011 00:00:35.339] [ Info] [MooNetServer]: MooNet-Server is listening on 192.168.0.11:1345...
[28.12.2011 00:00:35.339] [ Info] [GameServer]: Game-Server is listening on 192.168.0.11:1999...
[28.12.2011 00:03:31.058] [Trace] [MooNetServer]: MooNet-Client connected: 192.168.0.5:33943
[28.12.2011 00:03:31.527] [Trace] [ConnectionService]: Connect()
[28.12.2011 00:03:31.714] [Trace] [ConnectionService]: Bind(): { Client: ?? }
[28.12.2011 00:03:31.714] [Trace] [ConnectionService]: [export] Hash: 0xB732DB32 Id: 0x10 Service: ChannelService
[28.12.2011 00:03:31.714] [Trace] [ConnectionService]: [export] Hash: 0xFA0796FF Id: 0x0B Service: PresenceService
[28.12.2011 00:03:31.714] [Trace] [ConnectionService]: [import] Hash: 0xBF8C8094 Id: 0x02
[28.12.2011 00:03:31.730] [Trace] [ConnectionService]: Bind(): { Client: ?? }
[28.12.2011 00:03:31.730] [Trace] [ConnectionService]: [export] Hash: 0x0DECFC01 Id: 0x01 Service: AuthenticationService
[28.12.2011 00:03:31.730] [Trace] [ConnectionService]: [import] Hash: 0x71240E35 Id: 0x03
[28.12.2011 00:03:31.730] [Trace] [ConnectionService]: Bind(): { Client: ?? }
[28.12.2011 00:03:31.730] [Trace] [ConnectionService]: [export] Hash: 0x43487D3D Id: 0x20 Service: AchievementService
[28.12.2011 00:03:31.730] [Trace] [ConnectionService]: [import] Hash: 0xD4DCD093 Id: 0x04
[28.12.2011 00:03:31.730] [Trace] [ConnectionService]: Bind(): { Client: ?? }
[28.12.2011 00:03:31.746] [Trace] [ConnectionService]: [export] Hash: 0x7CAF61C9 Id: 0x63 Service: N/A
[28.12.2011 00:03:31.855] [Trace] [AuthenticationService]: LogonRequest(): Email=test@
[28.12.2011 00:03:31.871] [Trace] [VersionChecker]: Client Info: user: test@ program: D3 platform: Win locale: enUS version: 8101 [Aurora f506438e8d_public/284 (Dec 17 2011 21:51:04)] app_version: 501.
[28.12.2011 00:03:32.152] [Trace] [MooNetClient]: [RPC: { Client: ?? }] Method: Void <InitAuthentication>b__0() Target: (listenerId) 2.
[28.12.2011 00:03:33.355] [Trace] [MooNetRouter]: RPCReply => Google.ProtocolBuffers.RpcUtil+<>c__DisplayClass4`2[bnet.protocol.authentication.ModuleLoadResponse,bnet.protocol.authentication.Mod uleLoadResponse+Builder]
[28.12.2011 00:03:33.355] [Trace] [AuthManager]: ModuleLoadResponse(): module_id: 0
[28.12.2011 00:03:33.558] [Trace] [AuthenticationService]: ModuleMessage(): command: 2
[28.12.2011 00:03:33.652] [Trace] [MooNetClient]: [RPC: { Client: ?? }] Method: Void <HandleAuthResponse>b__3() Target: N/A
[28.12.2011 00:03:33.746] [ Info] [AuthenticationService]: User test@ authenticated successfuly.
[28.12.2011 00:03:33.761] [Trace] [MooNetRouter]: RPCReply => Google.ProtocolBuffers.RpcUtil+<>c__DisplayClass4`2[bnet.protocol.NoData,bnet.protocol.NoData+Builder]
[28.12.2011 00:03:33.761] [Trace] [AuthenticationService]: SelectGameAccount(): 1
[28.12.2011 00:03:33.761] [Trace] [MooNetClient]: [RPC: { Client: test@ }] Method: Void <EnableEncryption>b__0() Target: N/A
[28.12.2011 00:03:33.777] [Trace] [MooNetRouter]: RPCReply => Google.ProtocolBuffers.RpcUtil+<>c__DisplayClass4`2[bnet.protocol.NoData,bnet.protocol.NoData+Builder]
[28.12.2011 00:03:36.199] [Trace] [PresenceService]: Subscribe() { Client: test@ } { Account: test@ [lowId: 1] }
[28.12.2011 00:03:36.246] [Fatal] [MooNetClient]: OnTSLAuthentication() exception: - [Exception] OpenSSL.Core.OpenSslException: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher
at OpenSSL.SslStreamBase.EndRead(IAsyncResult asyncResult)
at OpenSSL.SslStream.EndRead(IAsyncResult asyncResult)
at OpenSSL.SslStream.EndAuthenticateAsServer(IAsyncResult ar)
at Mooege.Net.MooNet.MooNetClient.OnTSLAuthentication(IAsyncResult result)
[28.12.2011 00:03:36.261] [Trace] [MooNetClient]: TLSStream: authenticated: True, signed: True, encrypted: True, cipher: None cipher-strength: 0, hash algorithm: None, hash-strength: 0, key-exchange algorithm: None, key-exchange strength: 0, protocol: None
[28.12.2011 00:03:36.324] [Trace] [MooNetClient]: Local certificate was issued to CN=Mooege by CN=Mooege and is valid from 12/28/2011 00:03:35 until 12/27/2012 00:03:35.
[28.12.2011 00:03:36.449] [Trace] [MooNetClient]: [RPC: { Client: test@ }] Method: Void <NotifySubscriptionAdded>b__7() Target: { Account: test@ [lowId: 1] } [localId: 2, remoteId: 3].
[28.12.2011 00:03:36.480] [ Warn] [PresenceService]: Recieved an unhandled Presence.Subscribe request with type GameAccountId
[28.12.2011 00:03:36.480] [Trace] [ConnectionService]: Bind(): { Client: test@ }
[28.12.2011 00:03:36.480] [Trace] [ConnectionService]: [export] Hash: 0xA3DDB1BD Id: 0x06 Service: FriendsService
[28.12.2011 00:03:36.480] [Trace] [ConnectionService]: [import] Hash: 0x6F259A13 Id: 0x06
[28.12.2011 00:03:36.480] [Trace] [ConnectionService]: Bind(): { Client: test@ }
[28.12.2011 00:03:36.480] [Trace] [ConnectionService]: [export] Hash: 0x060CA08D Id: 0x11 Service: ChannelOwnerService
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: Bind(): { Client: test@ }
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: [export] Hash: 0x060CA08D Id: 0x11 Service: ChannelOwnerService
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: Bind(): { Client: test@ }
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: [export] Hash: 0xECBE75BA Id: 0x64 Service: N/A
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: Bind(): { Client: test@ }
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: [export] Hash: 0x810CB195 Id: 0x07 Service: GameMasterService
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: [export] Hash: 0x3FC1274D Id: 0x08 Service: GameUtilitiesService
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: [export] Hash: 0x060CA08D Id: 0x11 Service: ChannelOwnerService
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: [import] Hash: 0xC6F9CCC5 Id: 0x01
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: Bind(): { Client: test@ }
[28.12.2011 00:03:36.496] [Trace] [ConnectionService]: [export] Hash: 0xD750148B Id: 0x0A Service: ExchangeService
[28.12.2011 00:03:36.511] [Trace] [ConnectionService]: [import] Hash: 0x166FE4A1 Id: 0x07
[28.12.2011 00:03:36.511] [Trace] [ConnectionService]: Bind(): { Client: test@ }
[28.12.2011 00:03:36.511] [Trace] [ConnectionService]: [export] Hash: 0x0A24A291 Id: 0x0E Service: SearchService
[28.12.2011 00:03:36.574] [Trace] [ConnectionService]: Bind(): { Client: test@ }
[28.12.2011 00:03:36.574] [Trace] [ConnectionService]: [export] Hash: 0x0CBE3C43 Id: 0x0C Service: NotificationService
[28.12.2011 00:03:36.574] [Trace] [ConnectionService]: [import] Hash: 0xE1CB2EA8 Id: 0x08
[28.12.2011 00:03:36.574] [Trace] [ConnectionService]: Bind(): { Client: test@ }
[28.12.2011 00:03:36.574] [Trace] [ConnectionService]: [export] Hash: 0x83040608 Id: 0x03 Service: ChannelInvitationService
[28.12.2011 00:03:36.589] [Trace] [ConnectionService]: [import] Hash: 0xF084FC20 Id: 0x09
[28.12.2011 00:03:36.589] [Trace] [ConnectionService]: Bind(): { Client: test@ }
[28.12.2011 00:03:36.589] [Trace] [ConnectionService]: [export] Hash: 0x3E19268A Id: 0x05 Service: UserManagerService
[28.12.2011 00:03:36.589] [Trace] [ConnectionService]: [import] Hash: 0xBC872C22 Id: 0x0A
[28.12.2011 00:03:36.683] [Trace] [FriendsService]: Subscribe() { Client: test@ }
[28.12.2011 00:03:36.808] [Trace] [ChannelInvitationService]: Subscribe() { Client: test@ }
[28.12.2011 00:03:36.886] [Trace] [UserManagerService]: Subscribe() { Client: test@ }
[28.12.2011 00:03:37.089] [Trace] [GameUtilitiesService]: ProcessClientRequest()
[28.12.2011 00:03:37.105] [Trace] [GameMasterService]: ListFactories() { Client: test@ }
[28.12.2011 00:03:37.136] [ Warn] [MooNetRouter]: Unimplemented service method: ConnectionService.RequestDisconnect
[28.12.2011 00:03:37.199] [Trace] [MooNetServer]: Client disconnected: 192.168.0.5:33943
[/spoiler]
packet dump:
[spoiler][/spoiler]Code:[ Dump] [MooNetRouter]: [I] bnet.protocol.connection.ConnectRequest { } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.ConnectResponse { server_id: { label: 0x00000000u (0) epoch: 0x4EFA4EC3u (1325027011) } client_id: { label: 0x00000001u (1) epoch: 0x4EFA4EC3u (1325027011) } } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0xB732DB32u (3073563442) imported_service_hash: 0xFA0796FFu (4194801407) exported_service: { hash: 0xBF8C8094u (3213656212) id: 0x00000002u (2) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000010u (16) imported_service_id: 0x0000000Bu (11) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0x0DECFC01u (233634817) exported_service: { hash: 0x71240E35u (1898188341) id: 0x00000003u (3) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000001u (1) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0x43487D3Du (1128824125) exported_service: { hash: 0xD4DCD093u (3571241107) id: 0x00000004u (4) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000020u (32) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0x7CAF61C9u (2091868617) } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000063u (99) } [ Dump] [MooNetRouter]: [I] bnet.protocol.authentication.LogonRequest { program: D3 platform: Win locale: enUS email: test@ listener_id: 0x0000000000000002ul (2) version: Aurora f506438e8d_public/284 (Dec 17 2011 21:51:04) application_version: 501 } [ Dump] [Pac****ut]: [O] bnet.protocol.authentication.ModuleLoadRequest { module_handle: { region: 0x00005553u (21843) usage: 0x61757468u (1635087464) hash: \217R\220j,\205\264\026\245\225p\"QW\017\226\323R/9#v\003\021_/\032\262Ib\004< [0x00000020] { 0000 8F 52 90 6A 2C 85 B4 16 A5 95 70 22 51 57 0F 96 .R.j,... ..p"QW.. 0010 D3 52 2F 39 23 76 03 11 5F 2F 1A B2 49 62 04 3C .R/9#v.. _/..Ib.< } } message: \000\261\344 \203Q\3544\322d\024\266\374$\357W\364\346)\2646\n\220\221\350\277\227\275:\331\024RS\330n:\200R\354\fc\246)af#\2071\020d?s\206`p\002\3270\320\344v-\330\356\354\342HQ\272\225\b\233\003\341\325p&q\345\273%\345\aH5\314\025\206v\024\314\310]:\241\231\016qD\217\323FL6\3417\241&\320D|\360\271VN\026A\217\242e\335jc\031a.Q\304\236\317\207>e\232\247)\347\310\233\232\3058\262?h\352|S\037>\211\326P\026\357\330\351\022v\301\025\237G}jmBt\221\037L\226I%\250A\3400\003*Qi\356\\\335\356<\316?\250X[\350\361\225T<\036\322\242-\204\210\260`\243\224#he\325\000\354b\222\225\202\353\2461\353\365\016\375\036\024\216\234U\234bK1r\350.\324\302]\n\226\361\245\375\350\004\332\276#r\227\t\246\262\222\323g\377\330 \305\313\310\364\215\026\327\320\022\370H\321\005\256\003\272XI\234\212\267V\252\310\373\030^~N\033,\320L\332\243\267R\335\211\024\342\036s\243\230]ZA\350\001\332\220\315a\235n\335Ah [0x00000141] { 0000 00 B1 E4 20 83 51 EC 34 D2 64 14 B6 FC 24 EF 57 ... .Q.4 .d...$.W 0010 F4 E6 29 B4 36 0A 90 91 E8 BF 97 BD 3A D9 14 52 ..).6... ....:..R 0020 53 D8 6E 3A 80 52 EC 0C 63 A6 29 61 66 23 87 31 S.n:.R.. c.)af#.1 0030 10 64 3F 73 86 60 70 02 D7 30 D0 E4 76 2D D8 EE .d?s.`p. .0..v-.. 0040 EC E2 48 51 BA 95 08 9B 03 E1 D5 70 26 71 E5 BB ..HQ.... ...p&q.. 0050 25 E5 07 48 35 CC 15 86 76 14 CC C8 5D 3A A1 99 %..H5... v...]:.. 0060 0E 71 44 8F D3 46 4C 36 E1 37 A1 26 D0 44 7C F0 .qD..FL6 .7.&.D|. 0070 B9 56 4E 16 41 8F A2 65 DD 6A 63 19 61 2E 51 C4 .VN.A..e .jc.a.Q. 0080 9E CF 87 3E 65 9A A7 29 E7 C8 9B 9A C5 38 B2 3F ...>e..) .....8.? 0090 68 EA 7C 7F 53 1F 3E 89 D6 50 16 EF D8 E9 12 76 h.|S.>. .P.....v 00A0 C1 15 9F 47 7D 6A 6D 7F 42 74 91 1F 4C 96 49 25 ...G}jm Bt..L.I% 00B0 A8 41 E0 30 03 2A 51 69 EE 5C DD EE 3C CE 3F A8 .A.0.*Qi .\..<.?. 00C0 58 5B E8 F1 95 54 3C 1E D2 A2 2D 84 88 B0 60 A3 X[...T<. ..-...`. 00D0 94 23 68 65 D5 00 EC 62 92 95 82 EB A6 31 EB F5 .#he...b .....1.. 00E0 0E FD 1E 14 8E 9C 55 9C 62 4B 31 72 E8 2E D4 C2 ......U. bK1r.... 00F0 5D 0A 96 F1 A5 FD E8 04 DA BE 23 72 97 09 A6 B2 ]....... ..#r.... 0100 92 D3 67 FF D8 20 C5 CB C8 F4 8D 16 D7 D0 12 F8 ..g.. .. ........ 0110 48 D1 05 AE 03 BA 58 49 9C 8A B7 56 AA C8 FB 18 H.....XI ...V.... 0120 5E 7E 4E 1B 2C D0 4C DA A3 B7 52 DD 89 14 E2 1E ^~N.,.L. ..R..... 0130 73 A3 98 5D 5A 41 E8 01 DA 90 CD 61 9D 6E DD 41 s..]ZA.. ...a.n.A 0140 68 h } } [ Dump] [MooNetRouter]: [I] bnet.protocol.authentication.ModuleMessageRequest { module_id: 0 message: \002\272\375\324\005\r\345\017,?cQfZ\202\004THKdJ\313t\240\020\vwY\320F\372\037x)\274\264\336\307\261Z9^\332~\v\210\220C\231\237]1\235\254[\205\334R\220Z1c\n\235 \317\366y\201\\\324\251\231\253\267\247\362\367\v\004F\350n2\221}_\316\351\370\230\347\004\320\332\217|\371\305\215q\334\242\366J\367{\341\241\222\370\205\t\033\330n8w<H?\334\240n\017\360D:vM\017[Y*o\345N>\310.\245Y1\245q\205\353\001\341\332\025S`\002\2237}\260%g\335\225z\207\004\361xo\272\352.\362O\263KBK3\333\364\b\207\202\253\350\275\365-_\205\037M\361\275\350/\031\033HI;\031\254\231\306\004e\377>\356Cmw\371\021\247/\273\375\277Bh\314\252\v\225]cR\366\233LC\355V\325\033_\027}\247v\3048\263!\333\0227\223\000\370\00573\001\343\326\021\243\330Q|\312\260\213\236\257\302\256r\326\266\317B\236$~*\212\345\"\004h\315\263\210\211\271 [0x00000121] { 0000 02 BA FD D4 05 0D E5 0F 2C 3F 63 51 66 5A 82 04 ........ ,?cQfZ.. 0010 54 48 4B 64 4A CB 74 A0 10 0B 77 59 D0 46 FA 1F THKdJ.t. ..wY.F.. 0020 78 29 BC B4 DE C7 B1 5A 39 5E DA 7E 0B 88 90 43 x).....Z 9^.~...C 0030 99 9F 5D 31 9D AC 5B 85 DC 52 90 5A 31 63 0A 9D ..]1..[. .R.Z1c.. 0040 20 CF F6 79 81 5C D4 A9 99 AB B7 A7 F2 F7 0B 04 ..y.\.. ........ 0050 46 E8 6E 32 91 7D 5F CE E9 F8 98 E7 04 D0 DA 8F F.n2.}_. ........ 0060 7C F9 C5 8D 71 DC A2 F6 4A F7 7B E1 A1 92 F8 85 |...q... J.{..... 0070 09 1B D8 6E 38 77 3C 48 3F DC A0 6E 0F F0 44 3A ...n8w<H ?..n..D: 0080 76 4D 0F 5B 59 2A 6F E5 4E 3E C8 2E A5 59 31 A5 vM.[Y*o. N>...Y1. 0090 71 85 EB 01 E1 DA 15 53 60 02 93 37 7D B0 25 67 q......S `..7}.%g 00A0 DD 95 7A 87 04 F1 78 6F BA EA 2E F2 4F B3 4B 42 ..z...xo ....O.KB 00B0 4B 33 DB F4 08 87 82 AB E8 BD F5 2D 5F 85 1F 4D K3...... ...-_..M 00C0 F1 BD E8 2F 19 1B 48 49 3B 19 AC 99 C6 04 65 FF .../..HI ;.....e. 00D0 3E EE 43 6D 77 F9 11 A7 2F BB FD BF 42 68 CC AA >.Cmw... /...Bh.. 00E0 0B 95 5D 63 52 F6 9B 4C 43 ED 56 D5 1B 5F 17 7D ..]cR..L C.V.._.} 00F0 A7 76 C4 38 B3 21 DB 12 37 93 00 F8 05 37 33 01 .v.8.!.. 7....73. 0100 E3 D6 11 A3 D8 51 7C CA B0 8B 9E AF C2 AE 72 D6 .....Q|. ......r. 0110 B6 CF 42 9E 24 7E 2A 8A E5 22 04 68 CD B3 88 89 ..B.$~*. .".h.... 0120 B9 . } } [ Dump] [Pac****ut]: [O] bnet.protocol.NoData { } [ Dump] [Pac****ut]: [O] bnet.protocol.authentication.ModuleMessageRequest { module_id: 0 message: \003\240\3628q/a\tL\302f5\245\006|C\005!/\266q\375\005\343D\345\023=\230o)\301}\225t\f\2552\027\034\272u\002\263\245\321\000ZZL2<\326:\224\362U\333\005\036\2250}\302i\270d\220\342y\312\327]\215wQ~\307)\267\003\001\263b\304m\352O\365Dn\234\005o,\004\312\2262w!)\270\203\340\023;\\\231\202\b{c\277\r\332\267wc\264\321\357d`cZ\273\337\\\245\034\303`\316\217\326\304\025U\273m\231\322&t\033O.\344B\\\265\204D@`\247\335R\030 [0x000000A1] { 0000 03 A0 F2 38 71 2F 61 09 4C C2 66 35 A5 06 7C 43 ...8q/a. L.f5..|C 0010 05 21 2F B6 71 FD 05 E3 44 E5 13 7F 3D 98 6F 29 .!/.q... D..=.o) 0020 C1 7D 95 74 0C AD 32 17 1C BA 75 02 B3 A5 D1 00 .}.t..2. ..u..... 0030 5A 5A 4C 32 3C D6 3A 94 F2 55 DB 05 1E 95 30 7D ZZL2<.:. .U....0} 0040 C2 69 B8 64 90 E2 79 CA D7 5D 8D 77 51 7E C7 29 .i.d..y. .].wQ~.) 0050 B7 03 01 B3 62 C4 6D EA 4F F5 44 6E 9C 05 6F 2C ....b.m. O.Dn..o, 0060 04 CA 96 32 77 21 29 B8 83 E0 13 3B 5C 99 82 08 ...2w!). ...;\... 0070 7B 63 BF 0D DA B7 77 63 B4 D1 EF 64 60 63 5A BB {c....wc ...d`cZ. 0080 DF 5C A5 1C C3 60 CE 8F D6 C4 15 55 BB 6D 99 D2 .\...`.. ...U.m.. 0090 26 74 1B 4F 2E E4 42 5C B5 84 44 40 60 A7 DD 52 &t.O..B\ ..D@`..R 00A0 18 . } } [ Dump] [Pac****ut]: [O] bnet.protocol.authentication.LogonResponse { account: { high: 0x0100000000000000ul (72057594037927936) low: 0x0000000000000001ul (1) } game_account: { high: 0x0200000000000000ul (144115188075855872) low: 0x0000000000000001ul (1) } } [ Dump] [MooNetRouter]: [I] bnet.protocol.EntityId { high: 0x0200000000000000ul (144115188075855872) low: 0x0000000000000001ul (1) } [ Dump] [Pac****ut]: [O] bnet.protocol.NoData { } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.EncryptRequest { } [ Dump] [MooNetRouter]: [I] bnet.protocol.presence.SubscribeRequest { entity_id: { high: 0x0100000000000000ul (72057594037927936) low: 0x0000000000000001ul (1) } object_id: 0x0000000000000003ul (3) } [ Dump] [Pac****ut]: [O] bnet.protocol.channel.AddNotification { channel_state: { presence: { entity_id: { high: 0x0100000000000000ul (72057594037927936) low: 0x0000000000000001ul (1) } field_operation: { field: { key: { program: 0x0000424Eu (16974) group: 0x00000001u (1) field: 0x00000001u (1) index: 0x0000000000000000ul (0) } value: { string_value: test@ } } } field_operation: { field: { key: { program: 0x0000424Eu (16974) group: 0x00000001u (1) field: 0x00000002u (2) index: 0x0000000000000000ul (0) } value: { bool_value: true } } } field_operation: { field: { key: { program: 0x0000424Eu (16974) group: 0x00000001u (1) field: 0x00000005u (5) index: 0x0000000000000000ul (0) } value: { string_value: NICKTEMPNAME } } } } } } [ Dump] [Pac****ut]: [O] bnet.protocol.NoData { } [ Dump] [MooNetRouter]: [I] bnet.protocol.presence.SubscribeRequest { entity_id: { high: 0x0200000000000000ul (144115188075855872) low: 0x0000000000000001ul (1) } object_id: 0x0000000000000004ul (4) } [ Dump] [Pac****ut]: [O] bnet.protocol.NoData { } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0xA3DDB1BDu (2749215165) exported_service: { hash: 0x6F259A13u (1864735251) id: 0x00000006u (6) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000006u (6) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0x060CA08Du (101490829) exported_service: { hash: 0xBF8C8094u (3213656212) id: 0x00000002u (2) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000011u (17) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0x060CA08Du (101490829) exported_service: { hash: 0xBF8C8094u (3213656212) id: 0x00000002u (2) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000011u (17) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0xECBE75BAu (3971904954) } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000064u (100) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0x810CB195u (2165092757) imported_service_hash: 0x3FC1274Du (1069623117) imported_service_hash: 0x060CA08Du (101490829) exported_service: { hash: 0xC6F9CCC5u (3338259653) id: 0x00000001u (1) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000007u (7) imported_service_id: 0x00000008u (8) imported_service_id: 0x00000011u (17) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0xD750148Bu (3612349579) exported_service: { hash: 0x166FE4A1u (376431777) id: 0x00000007u (7) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x0000000Au (10) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0x0A24A291u (170173073) } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x0000000Eu (14) } [ Dump] [MooNetRouter]: [I] bnet.protocol.achievements.InitializeRequest { } [ Dump] [Pac****ut]: [O] bnet.protocol.achievements.InitializeResponse { content_handle: { region: 0x00005553u (21843) usage: 0x61636876u (1633904758) hash: \va\256\356t\273\246\272\002\271<\236\025\b\224\004\332\365\323\315\034~c\035|\020\206\205\211K?\353 [0x00000020] { 0000 0B 61 AE EE 74 BB A6 BA 02 B9 3C 9E 15 08 94 04 .a..t... ..<..... 0010 DA F5 D3 CD 1C 7E 63 1D 7C 10 86 85 89 4B 3F EB .....~c. |....K?. } } } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0x0CBE3C43u (213793859) exported_service: { hash: 0xE1CB2EA8u (3788189352) id: 0x00000008u (8) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x0000000Cu (12) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0x83040608u (2198078984) exported_service: { hash: 0xF084FC20u (4035247136) id: 0x00000009u (9) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000003u (3) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.BindRequest { imported_service_hash: 0x3E19268Au (1041835658) exported_service: { hash: 0xBC872C22u (3162975266) id: 0x0000000Au (10) } } [ Dump] [Pac****ut]: [O] bnet.protocol.connection.BindResponse { imported_service_id: 0x00000005u (5) } [ Dump] [MooNetRouter]: [I] bnet.protocol.friends.SubscribeToFriendsRequest { object_id: 0x0000000000000005ul (5) } [ Dump] [Pac****ut]: [O] bnet.protocol.friends.SubscribeToFriendsResponse { max_friends: 0x0000007Fu (127) max_received_invitations: 0x0000007Fu (127) max_sent_invitations: 0x0000007Fu (127) } [ Dump] [MooNetRouter]: [I] bnet.protocol.channel_invitation.SubscribeRequest { object_id: 0x0000000000000006ul (6) } [ Dump] [Pac****ut]: [O] bnet.protocol.channel_invitation.SubscribeResponse { } [ Dump] [MooNetRouter]: [I] bnet.protocol.user_manager.SubscribeToUserManagerRequest { object_id: 0x0000000000000007ul (7) } [ Dump] [Pac****ut]: [O] bnet.protocol.user_manager.SubscribeToUserManagerResponse { } [ Dump] [MooNetRouter]: [I] bnet.protocol.game_utilities.ClientRequest { attribute: { name: Version value: { string_value: 0.5.1 } } attribute: { name: CustomMessageId value: { int_value: 0x0000000000000008l (8) } } attribute: { name: CustomMessage value: { message_value: \n\f\b\200\200\200\200\200\200\200\200\002\020\001 [0x0000000E] { 0000 0A 0C 08 80 80 80 80 80 80 80 80 02 10 01 ........ ...... } } } } [ Dump] [Pac****ut]: [O] bnet.protocol.game_utilities.ClientResponse { } [ Dump] [MooNetRouter]: [I] bnet.protocol.game_master.ListFactoriesRequest { filter: { op: MATCH_ANY } start_index: 0x00000000u (0) max_results: 0x0000000Au (10) } [ Dump] [Pac****ut]: [O] bnet.protocol.game_master.ListFactoriesResponse { description: { id: 0xC5BEEC600D8C6273ul (14249086168335147635) attribute: { name: min_players value: { int_value: 0x0000000000000002l (2) } } attribute: { name: max_players value: { int_value: 0x0000000000000004l (4) } } attribute: { name: num_teams value: { int_value: 0x0000000000000001l (1) } } attribute: { name: version value: { string_value: 0.3.1 } } stats_bucket: { bucket_min: 0 bucket_max: 4267296 wait_milliseconds: 0x0000054Au (1354) games_per_hour: 0x00000000u (0) active_games: 0x00000045u (69) active_players: 0x0000004Bu (75) forming_games: 0x00000005u (5) waiting_players: 0x00000000u (0) } } total_results: 0x00000001u (1) } [ Dump] [MooNetRouter]: [I] bnet.protocol.connection.DisconnectRequest { error_code: 0x00000000u (0) }
Last edited by Waws; 12-27-2011 at 06:40 PM.
Thanks Alexial, that actually helped. But now i have a new error
. The one solutionaa mentionned above, I'm on a French PC, so the error is mostly in french, here it is:
(replace "Ã " by "at")
![]()