huntersan9x
06-14-2010, 10:31 PM
First of all, I want to thank the developers for their hard work in making this software available for us all.
The bug I would like to report is one that I don't think many folks have or will see, but an oddity none the less.
I have one server that is running eqemu's LoginServer, ucs, world, and 5 dynamic zones. I have the svn rev 1534 that i compiled with gcc 4.3.4 and compiled it from clean. This is an i686 Gentoo Linux box.
The second box is a much faster machine running ONLY eqlaunch with 5 static zones loaded. same revision, same gcc, but this is an x86_64 machine. It is compiled without the march flag in the make files and compiled as a 32 bit executable
Here is the weird part, I have a character in the static zone on the x86_64 box that can goto a trade skill container (forge, tailoring kit, zone based, item based) can search recipes, pick a recipe, but not see the components needed to make it. the combine works without it, but it is not showing items in the boxes.
In the logs, I get:
15368 [06.14. - 21:22:31] Invalid size for RecipeDetails Request: Expected: 8, Got: 4
15368 [06.14. - 21:23:26] Invalid size for RecipeDetails Request: Expected: 8, Got: 4
15368 [06.14. - 21:23:26] Invalid size for RecipeDetails Request: Expected: 8, Got: 4
NOTE: This was for three different tries at getting a recipe to show
I did a test where I stopped the static zones on the x86_64 box and started the zone on the i686 box (with the rest of the services) and did the same test. but this time it shows the items needed to make the recipe!
Now, I noticed a lack of info on making an eqemu server on multiple machines, and a search of the error on the forums turned up nothing and on google only leads me to the thousands of svn views of the error in client_packet.cpp.
So, as this looks like something that is not intended, I wonder if someone can help me fix this for the server?
The bug I would like to report is one that I don't think many folks have or will see, but an oddity none the less.
I have one server that is running eqemu's LoginServer, ucs, world, and 5 dynamic zones. I have the svn rev 1534 that i compiled with gcc 4.3.4 and compiled it from clean. This is an i686 Gentoo Linux box.
The second box is a much faster machine running ONLY eqlaunch with 5 static zones loaded. same revision, same gcc, but this is an x86_64 machine. It is compiled without the march flag in the make files and compiled as a 32 bit executable
Here is the weird part, I have a character in the static zone on the x86_64 box that can goto a trade skill container (forge, tailoring kit, zone based, item based) can search recipes, pick a recipe, but not see the components needed to make it. the combine works without it, but it is not showing items in the boxes.
In the logs, I get:
15368 [06.14. - 21:22:31] Invalid size for RecipeDetails Request: Expected: 8, Got: 4
15368 [06.14. - 21:23:26] Invalid size for RecipeDetails Request: Expected: 8, Got: 4
15368 [06.14. - 21:23:26] Invalid size for RecipeDetails Request: Expected: 8, Got: 4
NOTE: This was for three different tries at getting a recipe to show
I did a test where I stopped the static zones on the x86_64 box and started the zone on the i686 box (with the rest of the services) and did the same test. but this time it shows the items needed to make the recipe!
Now, I noticed a lack of info on making an eqemu server on multiple machines, and a search of the error on the forums turned up nothing and on google only leads me to the thousands of svn views of the error in client_packet.cpp.
So, as this looks like something that is not intended, I wonder if someone can help me fix this for the server?