AinsLord Posted February 5, 2017 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 February 5, 2017 (edited) patch doesnt apply Edited February 6, 2017 by whodhell Quote Link to comment Share on other sites More sharing options...
Keitenai Posted February 13, 2017 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 98 Reputation: 75 Joined: 12/04/14 Last Seen: December 10, 2024 Share Posted February 13, 2017 I'm getting memory leaks on Latest rathena revision Quote Link to comment Share on other sites More sharing options...
Haikenz Posted February 21, 2017 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted February 21, 2017 Help please: 1>c:\users\rehgu\downloads\ragnarok\rathena\src\map\skill.c(7495): warning C4013: 'clif_colormes' undefined; assuming extern returning int 1> trade.c 1> unit.c 1> vending.c 1>c:\users\rehgu\downloads\ragnarok\rathena\src\map\vending.c(95): warning C4013: 'clif_colormes' undefined; assuming extern returning int 1>c:\users\rehgu\downloads\ragnarok\rathena\src\map\vending.c(343): warning C4013: 'clif_disp_onlyself' undefined; assuming extern returning int 1>c:\users\rehgu\downloads\ragnarok\rathena\src\map\vending.c(479): error C2065: 'vendings_db' : undeclared identifier 2>LINK : fatal error LNK1168: cannot open ..\login-server.exe for writing 3>LINK : fatal error LNK1168: cannot open ..\char-server.exe for writing 4> mapcache.vcxproj -> C:\Users\rehgu\Downloads\Ragnarok\rAthena\vcproj-10\..\mapcache.exe ========== Rebuild All: 1 succeeded, 3 failed, 0 skipped ========== Quote Link to comment Share on other sites More sharing options...
MusiLiciouS Posted March 1, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 109 Reputation: 2 Joined: 06/04/13 Last Seen: July 19, 2024 Share Posted March 1, 2017 I have this after patching the diff.. patching file conf/battle/feature.conf patching file conf/msg_conf/map_msg.conf Hunk #1 succeeded at 1633 (offset 15 lines). patching file db/item_vending.txt patching file db/pre-re/item_db.txt patching file db/re/item_db.txt Hunk #1 FAILED at 11505. 1 out of 1 hunk FAILED -- saving rejects to file db/re/item_db.txt.rej patching file sql-files/upgrade_extended_vending_item.sql patching file src/map/battle.c Hunk #1 FAILED at 8331. 1 out of 1 hunk FAILED -- saving rejects to file src/map/battle.c.rej patching file src/map/battle.h Hunk #1 FAILED at 611. 1 out of 1 hunk FAILED -- saving rejects to file src/map/battle.h.rej patching file src/map/buyingstore.h patching file src/map/clif.c Hunk #1 succeeded at 12390 (offset 9 lines). Hunk #2 FAILED at 13038. Hunk #3 succeeded at 13091 (offset 19 lines). Hunk #4 succeeded at 17225 (offset -147 lines). 1 out of 4 hunks FAILED -- saving rejects to file src/map/clif.c.rej patching file src/map/clif.h Hunk #1 succeeded at 1026 (offset 23 lines). patching file src/map/itemdb.c Hunk #1 succeeded at 1174 (offset 22 lines). Hunk #2 succeeded at 1736 (offset 18 lines). Hunk #3 succeeded at 1854 (offset 30 lines). patching file src/map/itemdb.h Hunk #1 succeeded at 771 (offset 389 lines). Hunk #2 succeeded at 931 (offset 381 lines). patching file src/map/map.c Hunk #1 FAILED at 102. 1 out of 1 hunk FAILED -- saving rejects to file src/map/map.c.rej patching file src/map/pc.h Hunk #1 succeeded at 704 with fuzz 1 (offset 20 lines). patching file src/map/skill.c Hunk #1 succeeded at 7469 with fuzz 2 (offset 172 lines). Hunk #2 succeeded at 18089 (offset 49 lines). patching file src/map/skill.h Hunk #1 succeeded at 2167 (offset 25 lines). patching file src/map/vending.c Hunk #3 succeeded at 168 with fuzz 2. Hunk #5 FAILED at 327. Hunk #6 FAILED at 462. Hunk #7 succeeded at 611 with fuzz 2 (offset -12 lines). Hunk #8 succeeded at 642 (offset -12 lines). Hunk #9 succeeded at 673 (offset -12 lines). Hunk #10 succeeded at 683 (offset -12 lines). 2 out of 10 hunks FAILED -- saving rejects to file src/map/vending.c.rej What to do??? skill.c: In function 'skill_castend_nodamage_id': skill.c:7495: warning: implicit declaration of function 'clif_colormes' CC status.c CC storage.c CC trade.c CC unit.c CC vending.c vending.c: In function 'vending_vendinglistreq': vending.c:95: warning: implicit declaration of function 'clif_colormes' vending.c: In function 'vending_purchasereq': vending.c:197: error: 'struct mmo_charstatus' has no member named 'inventory' vending.c:198: error: 'struct mmo_charstatus' has no member named 'inventory' vending.c:286: error: 'struct mmo_charstatus' has no member named 'inventory' vending.c:289: error: 'struct mmo_charstatus' has no member named 'inventory' vending.c:334: error: 'struct mmo_charstatus' has no member named 'cart' vending.c:342: warning: implicit declaration of function 'clif_disp_onlyself' vending.c: In function 'vending_openvending': vending.c:478: error: 'vendings_db' undeclared (first use in this function) vending.c:478: error: (Each undeclared identifier is reported only once vending.c:478: error: for each function it appears in.) make[1]: *** [obj/vending.o] Error 1 make[1]: Leaving directory `/root/Trunk/src/map' make: *** [map] Error 2 I got those error in compiling... I manually patched it and that's the result.. Can someon tell me how to fix it? BTW, im using REV 17374 Quote Link to comment Share on other sites More sharing options...
AinsLord Posted March 9, 2017 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 March 9, 2017 (edited) patching file conf/battle/feature.conf patching file conf/msg_conf/map_msg.conf Hunk #1 succeeded at 1633 (offset 15 lines). patching file db/item_vending.txt patching file db/pre-re/item_db.txt patching file db/re/item_db.txt Hunk #1 FAILED at 11505. 1 out of 1 hunk FAILED -- saving rejects to file db/re/item_db.txt.rej patching file sql-files/upgrade_extended_vending_item.sql patching file src/map/battle.c Hunk #1 FAILED at 8331. 1 out of 1 hunk FAILED -- saving rejects to file src/map/battle.c.rej patching file src/map/battle.h Hunk #1 FAILED at 611. 1 out of 1 hunk FAILED -- saving rejects to file src/map/battle.h.rej patching file src/map/buyingstore.h patching file src/map/clif.c Hunk #1 succeeded at 12390 (offset 9 lines). Hunk #2 FAILED at 13038. Hunk #3 succeeded at 13091 (offset 19 lines). Hunk #4 succeeded at 17225 (offset -147 lines). 1 out of 4 hunks FAILED -- saving rejects to file src/map/clif.c.rej patching file src/map/clif.h Hunk #1 succeeded at 1026 (offset 23 lines). patching file src/map/itemdb.c Hunk #1 succeeded at 1174 (offset 22 lines). Hunk #2 succeeded at 1736 (offset 18 lines). Hunk #3 succeeded at 1854 (offset 30 lines). patching file src/map/itemdb.h Hunk #1 succeeded at 771 (offset 389 lines). Hunk #2 succeeded at 931 (offset 381 lines). patching file src/map/map.c Hunk #1 FAILED at 102. 1 out of 1 hunk FAILED -- saving rejects to file src/map/map.c.rej patching file src/map/pc.h Hunk #1 succeeded at 704 with fuzz 1 (offset 20 lines). patching file src/map/skill.c Hunk #1 succeeded at 7471 with fuzz 2 (offset 174 lines). Hunk #2 succeeded at 18090 (offset 50 lines). patching file src/map/skill.h Hunk #1 succeeded at 2167 (offset 25 lines). patching file src/map/vending.c Hunk #3 succeeded at 168 with fuzz 2. Hunk #5 FAILED at 327. Hunk #6 FAILED at 462. Hunk #7 succeeded at 611 with fuzz 2 (offset -12 lines). Hunk #8 succeeded at 642 (offset -12 lines). Hunk #9 succeeded at 673 (offset -12 lines). Hunk #10 succeeded at 683 (offset -12 lines). 2 out of 10 hunks FAILED -- saving rejects to file src/map/vending.c.rej i have the same issue as malicious and im using the very latest revision of rathena on git EDIT: i compiled it no error occurs on the console but no cart when i use whitesmith job and rent for cart no cart shows but able to vend Edited March 9, 2017 by whodhell Quote Link to comment Share on other sites More sharing options...
iamkevin Posted March 20, 2017 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 104 Reputation: 3 Joined: 09/15/16 Last Seen: July 20, 2024 Share Posted March 20, 2017 (edited) I cant vend - now i cant vend without errors. I found oht why it is behaving like that. the only reason i cant vend is that, you should pick a currency to vend first and then you can now set up your shop. thanks for this. im usingrevision 22356 Edited March 21, 2017 by iamkevin Fixed Quote Link to comment Share on other sites More sharing options...
AinsLord Posted March 20, 2017 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 March 20, 2017 is the item identified?? whats the revision of your rathena is it the latest?? it seems not working on me Quote Link to comment Share on other sites More sharing options...
iamkevin Posted March 21, 2017 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 104 Reputation: 3 Joined: 09/15/16 Last Seen: July 20, 2024 Share Posted March 21, 2017 this is my git R 22356 Quote Link to comment Share on other sites More sharing options...
bykass1 Posted March 24, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 14 Reputation: 2 Joined: 12/30/16 Last Seen: 3 hours ago Share Posted March 24, 2017 I can use this extended vending with Shopping persistence? this : Quote Link to comment Share on other sites More sharing options...
AinsLord Posted April 10, 2017 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 April 10, 2017 any update to this?? Quote Link to comment Share on other sites More sharing options...
MusiLiciouS Posted April 21, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 109 Reputation: 2 Joined: 06/04/13 Last Seen: July 19, 2024 Share Posted April 21, 2017 Is this working on latest revision? I got this when trying to patch this extended vending.. Quote Link to comment Share on other sites More sharing options...
mhielo12 Posted June 24, 2017 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 114 Reputation: 4 Joined: 08/28/14 Last Seen: Tuesday at 08:14 AM Share Posted June 24, 2017 how to solve this? Quote Link to comment Share on other sites More sharing options...
Haikenz Posted September 3, 2017 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted September 3, 2017 I have managed to fix all the errors of the DIFF that appears in emulator. I open the store perfectly, select if I want Zeny or Cash, but when a player buys an item in the store the map-server will crash, and no error appears in the emulator :/ Quote Link to comment Share on other sites More sharing options...
Stolao Posted September 4, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: 20 hours ago Share Posted September 4, 2017 4 hours ago, Haikenz said: I have managed to fix all the errors of the DIFF that appears in emulator. I open the store perfectly, select if I want Zeny or Cash, but when a player buys an item in the store the map-server will crash, and no error appears in the emulator :/ Post your diff so someone can actually check.... Or try running in debug mode Quote Link to comment Share on other sites More sharing options...
Haikenz Posted September 4, 2017 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted September 4, 2017 (edited) 21 minutes ago, Stolao said: Post your diff so someone can actually check.... Or try running in debug mode patch.diff Edited September 4, 2017 by Haikenz Quote Link to comment Share on other sites More sharing options...
MusiLiciouS Posted September 4, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 109 Reputation: 2 Joined: 06/04/13 Last Seen: July 19, 2024 Share Posted September 4, 2017 17 minutes ago, Haikenz said: patch.diff will this diff work on latest revision? Quote Link to comment Share on other sites More sharing options...
Haikenz Posted September 4, 2017 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted September 4, 2017 Just now, MusiLiciouS said: will this diff work on latest revision? I managed to remove all the errors that appear when compiling ... but he is with this small problem ... see in this my post 1 Quote Link to comment Share on other sites More sharing options...
Haganezuka Posted October 17, 2017 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 116 Reputation: 4 Joined: 08/14/16 Last Seen: Wednesday at 04:43 PM Share Posted October 17, 2017 can some help me about this missing textures for cash and zeny Quote Link to comment Share on other sites More sharing options...
Eyhra Posted January 4, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 73 Reputation: 7 Joined: 04/30/14 Last Seen: Yesterday at 01:18 PM Share Posted January 4, 2018 plz update lates rathena c++ Quote Link to comment Share on other sites More sharing options...
KG94 Posted February 25, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 04/19/17 Last Seen: November 4, 2020 Share Posted February 25, 2018 thanks Quote Link to comment Share on other sites More sharing options...
mawjustin Posted April 5, 2019 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 124 Reputation: 6 Joined: 09/26/14 Last Seen: August 20, 2024 Share Posted April 5, 2019 Im using the latest server version, it does not work. 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.