Jump to content

darksam

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by darksam

  1. Does anyone know how to fix the code? clif.cpp:25552:25: error: invalid use of ‘const_cast’ with type ‘int’, which is not a pointer, reference, nor a pointer-to-data-member type 25552 | p->expireTime = const_cast<int>((st->expire_time - time(NULL)) * 1000); //if 0 == unlimited on client.. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clif.cpp:25567:78: error: invalid initialization of non-const reference of type ‘item&’ from an rvalue of type ‘item*’ 25567 | clif_add_random_options( p->items[slot].option_data, &st->items_inventory[i] ); | ^~~~~~~~~~~~~~~~~~~~~~~ clif.cpp:2794:93: note: in passing argument 2 of ‘void clif_add_random_options(ItemOptions*, item&)’ 2794 | static void clif_add_random_options( struct ItemOptions buf[MAX_ITEM_RDM_OPT], struct item& it ){
  2. I used the new Nemo Diff Patcher and it works fine now.
  3. Module Name: H:\Test\client_kRo\2022-04-06_Ragexe_1648707856_patched.exe Time Stamp: 0x00000000 - Thu Jan 1 07:00:00 1970 Exception Type: 0xc0000005 0x013131a3 2022-04-06_Ragexe_1648707856_patched.exe 0x00820877 2022-04-06_Ragexe_1648707856_patched.exe 0x00661c24 2022-04-06_Ragexe_1648707856_patched.exe 0x008a8848 2022-04-06_Ragexe_1648707856_patched.exe 0x00b473c5 2022-04-06_Ragexe_1648707856_patched.exe 0x7562fcc9 KERNEL32.DLL 0x770280ce ntdll.dll 0x7702809e ntdll.dll eax: 0x00000000 ebx: 0x00e8e308 ecx: 0x73d15ef4 edx: 0x00000000 esi: 0x0346963c edi: 0x2360cc58 ebp: 0x0019f634 esp: 0x0019ec20 stack 0019ec20 - 0019f020 0019EC20 : 58 CC 60 23 3C 3B 61 23 34 F6 19 00 40 EC 19 00 0019EC30 : 08 E3 E8 00 3D 3B 61 23 2B 64 9B 75 A0 5D EE 00 0019EC40 : FE EC 81 00 3C 3B 61 23 27 7E 9B 75 40 0B B9 76 0019EC50 : 58 CC 60 23 EC 12 40 20 64 F1 19 00 52 DD A7 69 0019EC60 : 50 E0 3F 20 50 E0 3F 20 80 EC 19 00 68 98 A7 69 0019EC70 : 40 E0 3F 20 F0 22 55 20 58 CC 60 23 EC 12 40 20 0019EC80 : 8C F1 19 00 52 DD A7 69 50 E0 3F 20 F0 22 55 20 0019EC90 : 00 00 00 00 04 0E 40 20 50 E0 3F 20 01 00 00 00 0019ECA0 : 40 E0 3F 20 60 07 AB 20 58 51 55 20 00 00 00 00 0019ECB0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019ECC0 : 00 00 00 00 00 00 00 00 00 00 00 00 58 30 55 20 0019ECD0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019ECE0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019ECF0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019ED00 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019ED10 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Launch Info 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Job : Novice renderer.cpp 838 Error: What should I do to fix this? Could someone who knows please help me?
  4. Changing the database/table character set still gives the same error.
  5. Changing the database/table character set still gives the same error.
  6. Try changing to use the OS Windows Server 2022 without any errors. Client Game use Thai language. Problems encountered on CentOS 7 [ SQL Error ] : DB error - Incorrect string value: '\xE0\xC3\xB4\xA8\xE9\xD2' for column `ragctro`.`vendings`.`title` at row 1 [ Debug ] : at vending.cpp:376 - INSERT INTO `vendings`(`id`, `account_id`, `char_id`, `sex`, `map`, `x`, `y`, `title`, `autotrade`, `body_direction`, `head_direction`, `sit`) VALUES( 1, 2000000, 150000, 'M', 'izlude', 126, 141, 'เรดจ้า', 0, '0', '0', '0' ); MariaDB Database Server MariaDB version 11.1.2 in file inter_athena.conf : set default_codepage: utf8mb4 // You can specify the codepage to use in your MySQL tables here. // (Note that this feature requires MySQL 4.1+) default_codepage: utf8mb4 Is there anyone who can solve this problem? Because I tried reinstalling and changing the version and it's still the same.
×
×
  • Create New...