Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::MiniLogin

Support::MiniLogin Support forum for problems with the official MiniLogin release.

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 02-19-2005, 01:48 AM
shdtmp
Fire Beetle
 
Join Date: Feb 2005
Posts: 2
Default unknown opcode from <ip address>: 0x3200 size:100: ...

Undoubtedly treading over the same ground but I couldn't find that ground, so:

I'm getting a series of messages resembling the one in the topic of the post.

MiniLogin.exe, World.exe, and Boot5Zones.bat all start up fine, except for an error about tributes in Boot5Zones.bat. However, I've found another thread here (unanswered) with a similar (or same) problem and they're not having trouble with tributes, so I'm guessing that's a different problem

Login server.ini (inside World.exe folder)
Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=whateverwhatever
worldaddress=<my ip address>
locked=true
account=
password=


[WorldServer]
Defaultstatus=20
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
db.ini
Code:
[Database]
host=localhost
user=root
password=<pass>
database=eq
compression=off
LoginServer.ini (inside MiniLogin.exe folder)
Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=127.0.0.1
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=Name of server here
worldaddress=Your IP Address here
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
Should that be the same as the one in the World.exe folder?


When I created the database (just in case I screwed this up):
Code:
create database eq; 
use eq; 
source PEQ_Kunark_RC1.sql 
source merchantlist_temp.sql 
source doors_update.sql
source doorsdata.sql
Also, when I boot each of the three files:

MiniLogin.exe
Code:
LoginServer.ini read.
Server mode: Standalone
Login server listening on port:5999
World.exe
Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=36965
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Please don't make me a levelme server. :(
TCP listening on: <myip>:9000
World server listening on: <myip>:9000
Setting World to MiniLogin Server type
Connected to LoginServer: 127.0.0.1:5999
Boot5Zones.bat (taken from one of the Zone.exe windows)
Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 4295
[Status] Loading guilds
[Status] Loading factions
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Error] Error in LoadTributes first query 'SELECT id,name,descr FROM tributes':
#1146: Table 'eq.tributes' doesn't exist
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 172 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000
World.exe (after launching Boot5zones.bat)
Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=36965
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Please don't make me a levelme server. :(
TCP listening on: <myip>:9000
World server listening on: <myip>:9000
Setting World to MiniLogin Server type
Connected to LoginServer: 127.0.0.1:5999
66250 New TCP connection: 127.0.0.1:2294
66266 New TCP connection: 127.0.0.1:2295
66266 New TCP connection: 127.0.0.1:2296
66266 New TCP connection: 127.0.0.1:2297
New zoneserver: #1 127.0.0.1:2294
66282 New TCP connection: 127.0.0.1:2298
New zoneserver: #2 127.0.0.1:2298
New zoneserver: #3 127.0.0.1:2297
New zoneserver: #4 127.0.0.1:2296
New zoneserver: #5 127.0.0.1:2295
Zoneserver SetConnectInfo: 127.0.0.1:2294: <myip>:8780
Zoneserver SetConnectInfo: 127.0.0.1:2295: <myip>:8782
Zoneserver SetConnectInfo: 127.0.0.1:2296: <myip>:8783
Zoneserver SetConnectInfo: 127.0.0.1:2297: <myip>:8781
Zoneserver SetConnectInfo: 127.0.0.1:2298: <myip>:8784
MiniLogin.exe (after launching World.exe and Boot5zones.bat, in that order, of course)
Code:
LoginServer.ini read.
Server mode: Standalone
Login server listening on port:5999
33984 New Server connection: 127.0.0.1 port: 61448
Finally, after all that stuff is up, I try running eq from this shortcut:
"C:\Program Files\EverQuest\eqgame.exe" patchme

Again, I used the WRPatcher on my current EQ install, I don't know whether or not that has any bearing.

I get to the login screen and type in something random for my password and I use the name that I used for this mysql command:
Code:
insert into account (name,status, minilogin_ip) values('<name>',250,'127.0.0.1');
I get a 1001 error in the game window and I get this stuff in the MiniLogin.exe window.

Code:
LoginServer.ini read.
Server mode: Standalone
Login server listening on port:5999
33984 New Server connection: 127.0.0.1 port: 61448
421937 New client from ip: <my ip address> port: 2314
421937 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 00 0A CF 01 00 59 00 - 96 97                    | ......Y...
422437 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 01 0A CF 01 00 59 00 - 30 E0                    | ......Y.0.
422937 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 02 0A CF 01 00 59 00 - 01 08                    | ......Y...
423453 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 03 0A CF 01 00 59 00 - A7 7F                    | ......Y...
423968 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 04 0A CF 01 00 59 00 - 62 D8                    | ......Y.b.
424484 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 05 0A CF 01 00 59 00 - C4 AF                    | ......Y...
425000 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 06 0A CF 01 00 59 00 - F5 47                    | ......Y..G
425500 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 07 0A CF 01 00 59 00 - 53 30                    | ......Y.S0
426000 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 08 0A CF 01 00 59 00 - A5 78                    | ......Y..x
426500 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 09 0A CF 01 00 59 00 - 03 0F                    | ......Y...
427000 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 0A 0A CF 01 00 59 00 - 32 E7                    | ......Y.2.
427500 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 0B 0A CF 01 00 59 00 - 94 90                    | ......Y...
428078 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 0C 0A CF 01 00 59 00 - 51 37                    | ......Y.Q7
428500 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 0D 0A CF 01 00 59 00 - F7 40                    | ......Y..@
429000 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 0E 0A CF 01 00 59 00 - C6 A8                    | ......Y...
429500 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 0F 0A CF 01 00 59 00 - 60 DF                    | ......Y.`.
430000 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 10 0A CF 01 00 59 00 - F1 49                    | ......Y..I
430500 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 11 0A CF 01 00 59 00 - 57 3E                    | ......Y.W>
431000 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 12 0A CF 01 00 59 00 - 66 D6                    | ......Y.f.
431500 Received unknown opcode from <my ip address>: 0x3200 size:10
   0: 00 13 0A CF 01 00 59 00 - C0 A1                    | ......Y...

Last edited by mattmeck; 02-19-2005 at 11:31 AM..
  #2  
Old 02-19-2005, 03:21 AM
Cailin
Sarnak
 
Join Date: Dec 2004
Posts: 30
Default

This sounds like the culprit. You'll need to use the client from the pre-12/15 patch in order to connect.

Last edited by mattmeck; 02-19-2005 at 11:31 AM..
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:03 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3