PDA

View Full Version : Interacting with Bazaar window gives warning



xerxes
07-11-2021, 07:30 PM
Warning: OP_BazaarSearchRequest (0x229) (dataLen: 24) doesn't match:
Warning: OP_BazaarSearchRequest (0x229) (dataLen: 12) doesn't match:
Warning: OP_BazaarSearchResponse (0x6615) (dataLen: 1998) doesn't match: modulus of sizeof(bazaarSearchResponseStruct):160
Warning: OP_BazaarSearchResponse (0x6615) (dataLen: 1998) doesn't match: modulus of sizeof(bazaarSearchResponseStruct):160
Warning: OP_BazaarSearchResponse (0x6615) (dataLen: 1998) doesn't match: modulus of sizeof(bazaarSearchResponseStruct):160
Warning: OP_BazaarSearchRequest (0x229) (dataLen: 12) doesn't match:
Warning: OP_BazaarSearchRequest (0x229) (dataLen: 284) doesn't match:



Looks like this struct needs some work. I was in a different zone than bazaar at the time, but not sure if that matters. I was running some searches.

BlueAdept
07-12-2021, 06:17 PM
I think there is a patch coming up in a couple days. I wont get time to look at it until the weekend. If it is still messed up then, Ill try to look at it.

fransick
07-12-2021, 06:30 PM
Warning: OP_BazaarSearchRequest (0x229) (dataLen: 24) doesn't match:
Warning: OP_BazaarSearchRequest (0x229) (dataLen: 12) doesn't match:
Warning: OP_BazaarSearchResponse (0x6615) (dataLen: 1998) doesn't match: modulus of sizeof(bazaarSearchResponseStruct):160
Warning: OP_BazaarSearchResponse (0x6615) (dataLen: 1998) doesn't match: modulus of sizeof(bazaarSearchResponseStruct):160
Warning: OP_BazaarSearchResponse (0x6615) (dataLen: 1998) doesn't match: modulus of sizeof(bazaarSearchResponseStruct):160
Warning: OP_BazaarSearchRequest (0x229) (dataLen: 12) doesn't match:
Warning: OP_BazaarSearchRequest (0x229) (dataLen: 284) doesn't match:



Looks like this struct needs some work. I was in a different zone than bazaar at the time, but not sure if that matters. I was running some searches.

I looked at this a while back and I recall seeing they made the packets all variable length with the length in the first octet. I messed with trying to make it work but it was over my head as far as changing the structs and handler to accept variable length packets. There is even a packetstream type for handling exactly this type of packet but I could not get it to do anything helpful. I bet someone more knowledgeable could make quick work of it though.

BlueAdept
07-13-2021, 02:40 PM
That probably rules me out then. I was never able to do stuff with variable length...which seems to be most stuff now.