kalabasa Posted December 18, 2020 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted December 18, 2020 Error C2039 'jname': is not a member of 'item_data' map-server c:\users\user\documents\ra\rathena\src\map\clif.cpp 13779 Error C2660 'strcat': function does not take 1 arguments map-server c:\users\user\documents\ra\rathena\src\map\clif.cpp 13779 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\skill.cpp 8110 Error C2039 'jname': is not a member of 'item_data' map-server c:\users\user\documents\ra\rathena\src\map\skill.cpp 17757 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 101 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 335 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 366 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 374 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 400 latest pull Quote Link to comment Share on other sites More sharing options...
CyberDevil Posted December 18, 2020 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: December 2, 2024 Share Posted December 18, 2020 I confirm this problem compiling for linux server Quote Link to comment Share on other sites More sharing options...
M a p l e Posted December 19, 2020 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 271 Reputation: 63 Joined: 02/04/19 Last Seen: October 27, 2023 Share Posted December 19, 2020 Converted item database to YAML (#4335) · rathena/rathena@04cfe17 (github.com) 6 hours ago, CyberDevil said: I confirm this problem compiling for linux server 1 Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted February 3, 2021 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted February 3, 2021 (edited) Quote Got this problem strcat(strcat(strcat(strcat(out_msg, "["), item->ename), "] "), message); Error (active) E0413 no suitable conversion function from "std::string" to "const char *" exists map-server NVM Already Solve Edited February 3, 2021 by simplexjay2 Solve the Problem Quote Link to comment Share on other sites More sharing options...
ProjectFaust Posted February 27, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 04/21/16 Last Seen: March 20, 2021 Share Posted February 27, 2021 On 12/19/2020 at 7:51 AM, M a p l e said: Converted item database to YAML (#4335) · rathena/rathena@04cfe17 (github.com) Hi i'm facing the same problem even thou my item already YAML any suggestion? Quote Link to comment Share on other sites More sharing options...
gamingmagic Posted March 16, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 19 Reputation: 20 Joined: 08/23/17 Last Seen: Wednesday at 12:24 AM Share Posted March 16, 2021 (edited) On 2/27/2021 at 4:56 PM, ProjectFaust said: Hi i'm facing the same problem even thou my item already YAML any suggestion? its not yml sucks. they change jname to ename #define itemdb_ename(n) itemdb_search(n)->ename.c_str() Edited March 17, 2021 by gamingmagic 1 Quote Link to comment Share on other sites More sharing options...
kalabasa Posted March 18, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted March 18, 2021 (edited) Error C2664 'char *strcat(char *,const char *)': cannot convert argument 2 from 'std::string' to 'const char *' map-server rathena\src\map\clif.cpp 13789 mapserver sv_readdb: cant read db/item_vending.txt anyone can solve this error? Edited March 18, 2021 by kalabasa Quote Link to comment Share on other sites More sharing options...
M a p l e Posted March 18, 2021 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 271 Reputation: 63 Joined: 02/04/19 Last Seen: October 27, 2023 Share Posted March 18, 2021 5 hours ago, kalabasa said: Error C2664 'char *strcat(char *,const char *)': cannot convert argument 2 from 'std::string' to 'const char *' map-server rathena\src\map\clif.cpp 13789 mapserver sv_readdb: cant read db/item_vending.txt anyone can solve this error? You forgot to add this to your SQL ALTER TABLE `vendings` ADD COLUMN `extended_vending_item` int(10) unsigned NOT NULL DEFAULT '0' AFTER `sit`; 1 Quote Link to comment Share on other sites More sharing options...
cook1e Posted March 18, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 171 Reputation: 68 Joined: 10/25/20 Last Seen: 1 hour ago Share Posted March 18, 2021 Not working on latest rAthena. Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted March 19, 2021 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted March 19, 2021 10 hours ago, cook1e said: Not working on latest rAthena. it's working u just need to edit something Quote Link to comment Share on other sites More sharing options...
cook1e Posted March 19, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 171 Reputation: 68 Joined: 10/25/20 Last Seen: 1 hour ago Share Posted March 19, 2021 7 hours ago, simplexjay2 said: it's working u just need to edit something Well, RIP... i don't know what to edit Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted March 19, 2021 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted March 19, 2021 what error u have Quote Link to comment Share on other sites More sharing options...
kalabasa Posted March 20, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted March 20, 2021 7 hours ago, simplexjay2 said: what error u have care to check my errors? Quote Link to comment Share on other sites More sharing options...
gamingmagic Posted March 22, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 19 Reputation: 20 Joined: 08/23/17 Last Seen: Wednesday at 12:24 AM Share Posted March 22, 2021 On 12/18/2020 at 11:17 AM, kalabasa said: Error C2039 'jname': is not a member of 'item_data' map-server c:\users\user\documents\ra\rathena\src\map\clif.cpp 13779 Error C2660 'strcat': function does not take 1 arguments map-server c:\users\user\documents\ra\rathena\src\map\clif.cpp 13779 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\skill.cpp 8110 Error C2039 'jname': is not a member of 'item_data' map-server c:\users\user\documents\ra\rathena\src\map\skill.cpp 17757 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 101 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 335 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 366 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 374 Error C3861 'itemdb_jname': identifier not found map-server c:\users\user\documents\ra\rathena\src\map\vending.cpp 400 latest pull #define itemdb_ename(n) itemdb_search(n)->ename.c_str() check that line revise it. dont use jname Quote Link to comment Share on other sites More sharing options...
kalabasa Posted March 22, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted March 22, 2021 On 3/18/2021 at 2:48 PM, kalabasa said: Error C2664 'char *strcat(char *,const char *)': cannot convert argument 2 from 'std::string' to 'const char *' map-server rathena\src\map\clif.cpp 13789 mapserver sv_readdb: cant read db/item_vending.txt anyone can solve this error? this is my latest error @gamingmagic Quote Link to comment Share on other sites More sharing options...
gamingmagic Posted March 22, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 19 Reputation: 20 Joined: 08/23/17 Last Seen: Wednesday at 12:24 AM Share Posted March 22, 2021 (edited) 4 minutes ago, kalabasa said: this is my latest error @gamingmagic add this to sql ALTER TABLE `vendings` ADD COLUMN `extended_vending_item` int(10) unsigned NOT NULL DEFAULT '0' AFTER `sit`; Edited March 22, 2021 by gamingmagic Quote Link to comment Share on other sites More sharing options...
anjasoleil1 Posted March 26, 2021 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 66 Reputation: 0 Joined: 05/11/14 Last Seen: January 30 Share Posted March 26, 2021 I am also getting the just the apple, it patches smoothly, no errors both in compilation and in console. I'm using 2020-04-01 client. It says 'skill has failed' when I try to vend and choose any apple as currency. Any luck? Clean latest revision of rathena [8f4d1be] 2020-04-01bRagexe.exe 258 Enable Shortcut All Item 3 Chat Flood Remove Limit 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 270 Change AchievementList*.lub path 272 Change Towninfo*.lub path 16 Disable Swear Filter 273 Change PetEvolutionCln*.lub path 274 Change Tipbox*.lub path 275 Change CheckAttendance*.lub path 19 Enable Title Bar Menu 20 Extend Chat Box 277 Change RecommendedQuestInfoList*.lub path 21 Extend Chat Room Box 278 Change PrivateAirplane*.lub path 279 Fix item description bug 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 283 Change fade in/out delay 28 Increase Headgear ViewID 287 Change character display deletion time from actual date to relative date 31 Increase Zoom Out 75% 289 Fix Homunculus attack AI 290 Hide build info in client (Recommended) 34 Enable /showname (Recommended) 291 Hide packets from peek (Recommended) 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 41 Disable Nagle Algorithm (Recommended) 43 Always Use Email for Char Deletion 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 50 Skip License Screen 53 Use Ascii on All LangTypes (Recommended) 313 Change MapInfo*.lub path 319 Opening To Service Select 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 322 Case-Insensitive Storage Search 328 Enable 44.1 kHz Audio Sampling Frequency 329 Disable ViewPointTable.txt 73 Remove Hourly Announce (Recommended) 331 Disable Blind skills effect 75 Enable Flag Emoticons 334 Remove Hardcoded HTTP IP 335 Enable HTTP Emblem on Ragexe 79 Shared Body Palettes Type2 338 Additional client validation (Recommended) 83 Shared Head Palettes Type2 84 Remove Serial Display (Recommended) 342 Add support for preview button in cash shop 343 Change MerchantStore Url 344 Mvp Drop Item Use Identified Name 88 Allow space in guild name 90 Enable DNS Support (Recommended) 91 Disconnect to Login Window 98 Disable dc_scream.txt 99 Disable ba_frostjoke.txt 101 Skip Friend list Cheat Check 102 Skip Guild Member Cheat Check 213 Disable Help Message on Login (Recommended) 215 Increase Map Quality 222 Show Replay Button 227 Change Walk To Delay. 229 Enable Emblem hover for BG 230 Always load Korea ExternalSettings lua file 231 Remove hardcoded address/port (Recommended) 232 Restore old login packet (Recommended) 242 Disable kRO Site Launch 244 Disable Cheat Defender Game Guard (Recommended) 246 Increase hair style limit in game 253 Skip some hidden menu icon buttons 255 Change Auto Follow Delay 256 Use Default Web Browser In Cashshop Quote Link to comment Share on other sites More sharing options...
M a p l e Posted March 27, 2021 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 271 Reputation: 63 Joined: 02/04/19 Last Seen: October 27, 2023 Share Posted March 27, 2021 I updated the diff to the latest rA, enjoy! ExtendedVending_rev6.diff 1 Quote Link to comment Share on other sites More sharing options...
kalabasa Posted March 28, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted March 28, 2021 (edited) 9 hours ago, M a p l e said: I updated the diff to the latest rA, enjoy! ExtendedVending_rev6.diff 27.68 kB · 5 downloads thank you for your wonderful time spending to update this but im getting errors sv_readdb can't read db/item_vending.txt <- though i already added this manually also this part not working REPLACE INTO `item_db2_re` (`id`,`name_aegis`,`name_english`,`type`,`price_sell`,`weight`) VALUES (30000,'Zeny','Zeny','Etc',10,10); REPLACE INTO `item_db2_rel` (`id`,`name_aegis`,`name_english`,`type`,`price_sell`,`weight`) VALUES (30001,'Cash','Cash','Etc',10,10); is this the same adding the custom zeny or cash in item_db.yml? when i try buying the item wont be bought nothing happens additional map server error Edited March 28, 2021 by kalabasa additional error Quote Link to comment Share on other sites More sharing options...
SteelEdition Posted May 4, 2021 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 11/26/19 Last Seen: May 20, 2021 Share Posted May 4, 2021 Good day to you all! I recently encountered this error while trying to vend my whitesmith. After i successfully used my vending skill and open up a merchant vend, when someone tries to open the vend it will immediately disconnect you to the server and all the players online then server crashed. [Error]: Server recieved crash signal! attempting to save all online characters! Segmentation fault. in screenshot below, i tried to disabled extended vending but still the problem insist. i hope you guys can give some info and ideas to fix this. Thank you! Quote Link to comment Share on other sites More sharing options...
mR L Posted May 27, 2021 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 177 Reputation: 26 Joined: 12/24/14 Last Seen: December 25, 2024 Share Posted May 27, 2021 (edited) MY BADDD !! this happend when you try to remove bound item check so please guys !! DON'T EVER NEVER remove the code they make everything nice with this code Edited May 7, 2022 by mR L Quote Link to comment Share on other sites More sharing options...
BeWan Posted May 27, 2021 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: Wednesday at 10:23 PM Share Posted May 27, 2021 56 minutes ago, mR L said: CAREFULLY, this source is BUG You can DUPE with this source this is the result when you remove the bound item condition. Quote Link to comment Share on other sites More sharing options...
AinsLord Posted May 28, 2021 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted May 28, 2021 10 hours ago, BeWan said: this is the result when you remove the bound item condition. dunno how this happens i've tried many time on my server it doesnt duplicate Quote Link to comment Share on other sites More sharing options...
BeWan Posted May 28, 2021 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: Wednesday at 10:23 PM Share Posted May 28, 2021 (edited) 1 hour ago, AinsLord said: dunno how this happens i've tried many time on my server it doesnt duplicate they are using account bound item and normal item. Edited May 28, 2021 by BeWan Quote Link to comment Share on other sites More sharing options...
simplexjay2 Posted May 31, 2021 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 224 Reputation: 4 Joined: 02/09/12 Last Seen: April 20, 2024 Share Posted May 31, 2021 On 3/20/2021 at 9:43 AM, kalabasa said: care to check my errors? fix already? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.