EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Groups Broken? (https://www.eqemulator.org/forums/showthread.php?t=36280)

Zamthos 01-18-2013 11:08 PM

Groups Broken?
 
Okay guys, I recently updated my server to have bots, after this update Groups didn't seem to work at all! Is there any known fix for this issue? Thanks!

lerxst2112 01-18-2013 11:09 PM

Are there any query errors in your logs? Perhaps you missed an update or two.

Zamthos 01-18-2013 11:12 PM

Query errors? Where would I find the errors? I don't quite understand.

Zamthos 01-18-2013 11:30 PM

Is these where c0ncrete posts opcodes? :D

Code:

---------------------------------------------
[01.18. - 21:00:17] Starting Log: logs/eqemu_error_zone_9276.log
[01.18. - 21:00:17] [TASKS]Activities for Task 260 are not sequential starting at 0. Not loading task.
[01.18. - 21:00:17] [TASKS]Activity for non-existent task (260, 2) while loading activities from database
[01.18. - 21:00:17] [TASKS]Activity for non-existent task (260, 3) while loading activities from database
[01.18. - 22:29:39] Unable to get groupid, character not found!
[01.18. - 22:29:41] HandlePacket() Opcode error: Unexpected packet during CLIENT_CONNECTING: opcode: OP_Unknown (#0 eq=0x0000), size: 4

EDIT: A few seconds later.
Code:

---------------------------------------------
[01.18. - 21:00:17] Starting Log: logs/eqemu_error_zone_9276.log
[01.18. - 21:00:17] [TASKS]Activities for Task 260 are not sequential starting at 0. Not loading task.
[01.18. - 21:00:17] [TASKS]Activity for non-existent task (260, 2) while loading activities from database
[01.18. - 21:00:17] [TASKS]Activity for non-existent task (260, 3) while loading activities from database
[01.18. - 22:29:39] Unable to get groupid, character not found!
[01.18. - 22:29:41] HandlePacket() Opcode error: Unexpected packet during CLIENT_CONNECTING: opcode: OP_Unknown (#0 eq=0x0000), size: 4
[01.18. - 22:29:46] HandlePacket() Opcode error: Unexpected packet during CLIENT_CONNECTING: opcode: OP_Unknown (#0 eq=0x0000), size: 1
[01.18. - 22:29:46] HandlePacket() Opcode error: Unexpected packet during CLIENT_CONNECTING: opcode: OP_Unknown (#0 eq=0x0000), size: 4
[01.18. - 22:29:46] HandlePacket() Opcode error: Unexpected packet during CLIENT_CONNECTING: opcode: OP_TargetMouse (#125 eq=0x0000), size: 4


c0ncrete 01-18-2013 11:39 PM

i think you have me confused with noport. i commend your attempt at humor, however misdirected. :p

Zamthos 01-18-2013 11:40 PM

I did, I apologize, where is the hero Gotham deserves you need him? ;(

c0ncrete 01-18-2013 11:42 PM

in his cave, covered with guano.

(and/or full of)

c0ncrete 01-18-2013 11:43 PM

Quote:

Originally Posted by Zamthos (Post 216553)
Is these where c0ncrete posts opcodes? :D

Code:

---------------------------------------------
[01.18. - 21:00:17] Starting Log: logs/eqemu_error_zone_9276.log
[01.18. - 21:00:17] [TASKS]Activities for Task 260 are not sequential starting at 0. Not loading task.
[01.18. - 21:00:17] [TASKS]Activity for non-existent task (260, 2) while loading activities from database
[01.18. - 21:00:17] [TASKS]Activity for non-existent task (260, 3) while loading activities from database
[01.18. - 22:29:39] Unable to get groupid, character not found!
[01.18. - 22:29:41] HandlePacket() Opcode error: Unexpected packet during CLIENT_CONNECTING: opcode: OP_Unknown (#0 eq=0x0000), size: 4

EDIT: A few seconds later.
Code:

---------------------------------------------
[01.18. - 21:00:17] Starting Log: logs/eqemu_error_zone_9276.log
[01.18. - 21:00:17] [TASKS]Activities for Task 260 are not sequential starting at 0. Not loading task.
[01.18. - 21:00:17] [TASKS]Activity for non-existent task (260, 2) while loading activities from database
[01.18. - 21:00:17] [TASKS]Activity for non-existent task (260, 3) while loading activities from database
[01.18. - 22:29:39] Unable to get groupid, character not found!
[01.18. - 22:29:41] HandlePacket() Opcode error: Unexpected packet during CLIENT_CONNECTING: opcode: OP_Unknown (#0 eq=0x0000), size: 4
[01.18. - 22:29:46] HandlePacket() Opcode error: Unexpected packet during CLIENT_CONNECTING: opcode: OP_Unknown (#0 eq=0x0000), size: 1
[01.18. - 22:29:46] HandlePacket() Opcode error: Unexpected packet during CLIENT_CONNECTING: opcode: OP_Unknown (#0 eq=0x0000), size: 4
[01.18. - 22:29:46] HandlePacket() Opcode error: Unexpected packet during CLIENT_CONNECTING: opcode: OP_TargetMouse (#125 eq=0x0000), size: 4


i get those same messages. i don't think any of them are anything to be concerned with.

Zamthos 01-18-2013 11:47 PM

I feel like I should be concerned though, haha, they're the only errors I see that could be linked to my groups not working.

lerxst2112 01-19-2013 12:10 AM

That error means this query failed:

Code:

        if (RunQuery(query, MakeAnyLenString(&query, "SELECT groupid from group_id where name='%s'", name), errbuf, &result)) {
Is that error received because you zoned, or because you tried to create a group?

sorvani 01-19-2013 12:17 AM

Missed a SQL update maybe? I thought there was a req'd SQL recently that affected groups.

lerxst2112 01-19-2013 12:28 AM

Quote:

Originally Posted by sorvani (Post 216563)
Missed a SQL update maybe? I thought there was a req'd SQL recently that affected groups.

That is my guess, especially since switching from no bots to bots was mentioned.

Zamthos 01-19-2013 12:56 AM

Any idea which one that is specifically?

Zamthos 01-19-2013 02:13 AM

Really need this to work, can I get some feedback on anyone who has had a similar situation and knows a fix, because I have ran the required SQL updates and it still doesn't work.

c0ncrete 01-19-2013 02:21 AM

did you clean and build or just build when bots were added? i've had some weird issues resolved by cleaning and building from scratch.

Zamthos 01-19-2013 02:25 AM

I cleaned and built.

trevius 01-19-2013 02:56 AM

You most likely missed this:

http://code.google.com/p/projecteqem.../detail?r=2383

http://code.google.com/p/projecteqem...svn2383&r=2383

Zamthos 01-19-2013 03:07 AM

Thank you Trevius!~ It worked! You just saved me a lot of pain and suffering. Thanks again. :D


All times are GMT -4. The time now is 02:21 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.