Voidstar 7 Posted January 9 Hello, I'm testing a 3.9 Core, everything works, except the "Toll". Account Data is correct, field is: "toll, int, 11, 0 not null. Gameserver doesn't read and write in the Database. Event if I write something in that field, ex. 1000, the Ingameshop is not reading the value from that field Any idea where is the bug? Thanks LE: I noticed in error.log Missing Q for: [C] 0x01 CM_ACOUNT_AUTH_RESPONSE Quote Share this post Link to post Share on other sites
WeRn 1 Posted January 13 В 09.01.2021 в 08:12, Voidstar сказал: Здравствуйте, Тестирую 3.9 Core, все работает, кроме "Toll". Данные учетной записи верны, поле: "toll, int, 11, 0 не равно null. Игровой сервер не читает и не записывает в базу данных. Событие, если я напишу что-то в этом поле, например 1000, Ingameshop не считывает значение из этого поля. Есть идеи, где ошибка? благодаря ЛЭ: Я заметил в error.log Hello, when the user is logged in, the Game server does not accept all the transmitted bytes from the Login server. Look in Login: SM_ACCOUNT_AUTH_RESPONSE And match the transmitted data with the received data in Game: CM_ACOUNT_AUTH_RESPONSE Quote Share this post Link to post Share on other sites
Voidstar 7 Posted January 13 That is a Windows 10 issue It seems that the old ingameshop on 3.9 it doesn't work in Windows 10 because of the "long" string. "The "int" string it works on Aion-Lightning 2.7 even on Windows 10. I will test next days on my Laptop which is Windows 7. Aion-Lightning 2.7 retail classic = 100% full LIVE ready Aion-Lightnig 3.9 = issue with the ingameshop, but after that got solved, will be 100% full LIVE ready. Aion-Core 5.8 = in work... Quote Share this post Link to post Share on other sites
WeRn 1 Posted January 14 (edited) 22 часа назад, Voidstar сказал: Это проблема Windows 10 Похоже, что старый игровой магазин на 3.9 не работает в Windows 10 из-за «длинной» строки. Строка "int" работает на Aion-Lightning 2.7 даже на Windows 10. Я протестирую в следующие дни на моем ноутбуке, который является Windows 7. Классическая розничная версия Aion-Lightning 2.7 = 100% полная готовность к LIVE Aion-Lightnig 3.9 = проблема с игровым магазином, но после того, как она будет решена, будет на 100% полностью готов LIVE. Aion-Core 5.8 = в работе ... What does the operating system have to do with it before the code is executed in the JVM? This is not logical! Edited January 14 by WeRn Quote Share this post Link to post Share on other sites
Voidstar 7 Posted January 15 Windows 10 present, Windows 7 at the time before 4.7 Wit Windows 10 AL 2.7 fully works AL. 3.9 "toll" doesn't work I will test also our 4.x releases, 4.7, 4.8, 4.9 and 5.0 maybe there are also some bugs with the "long" string. I finished today my laptop with Windows 7 and I will test on it to see if the issue is with Windows or not JAVA was 1.7 always, like in present. Quote Share this post Link to post Share on other sites
WeRn 1 Posted January 22 В 15.01.2021 в 14:45, Voidstar сказал: Windows 10 присутствует, Windows 7 до версии 4.7 Wit Windows 10 AL 2.7 полностью работает AL. 3.9 «платная дорога» не работает Я также протестирую наши выпуски 4.x, 4.7, 4.8, 4.9 и 5.0, возможно, также есть ошибки с "длинной" строкой. Сегодня я закончил свой ноутбук с Windows 7, и я буду тестировать его, чтобы увидеть, связана ли проблема с Windows или нет. JAVA всегда была 1.7, как сейчас. Well logically it is not related to windows but is related to code Quote Share this post Link to post Share on other sites