Dastgir 1246 Posted February 7, 2015 gcc: Internal error: Killed (program cc1) Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. make[1]: *** [../../plugins/HPMHooking_map.so] Error 1 make[1]: Leaving directory `/root/Hercules/src/plugins' make: *** [plugins] Error 2 That's not plugin problem, but your vps,Its having low ram to compile HPMHooking Quote Share this post Link to post Share on other sites
iCORE 33 Posted February 7, 2015 i got 1 gb ram Quote Share this post Link to post Share on other sites
karazu 33 Posted February 7, 2015 i got 1 gb ram Try to restart your VPS Quote Share this post Link to post Share on other sites
Yoh Asakura 9 Posted February 7, 2015 When I had 1GB Ram I also couldn't compile it. So Dastgir told me the following (and it worked): ------------------ Install / Update GCC wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /etc/yum.repos.d/devtools-2.repo yum install devtoolset-2-gcc devtoolset-2-gcc-c++ ----------------- ## gcc4.8 default ### SSH scl enable devtoolset-2 bash *Ps: Always use the command 'scl enable devtoolset-2 bash' before you compile your plugins Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted February 7, 2015 i got 1 gb ramOld GCC(v4.3) requires around 1.5 GB ram,While new GCC(v4.8) requires around 300 mb ram, Follow the method Yoh Asakura mentioned, it works for upgrading GCC on centos/RHEL OS. Quote Share this post Link to post Share on other sites
iCORE 33 Posted February 7, 2015 i got 1 gb ramOld GCC(v4.3) requires around 1.5 GB ram,While new GCC(v4.8) requires around 300 mb ram, Follow the method Yoh Asakura mentioned, it works for upgrading GCC on centos/RHEL OS. add me on skype please junjun.ocampo Quote Share this post Link to post Share on other sites
iCORE 33 Posted February 7, 2015 thanks for this Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted February 8, 2015 Updated @afk to be supportable with last version of hercules. 2 Skyline and karazu reacted to this Quote Share this post Link to post Share on other sites
Yoh Asakura 9 Posted March 19, 2015 Dastgir, would you add something to the "autoattack" plugin? Because this scripts only let the char attacking all the mobs around, but it would be nice to select which mob(s) you want to attack, example: "@autoattack +MobId or MobName" Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted April 2, 2015 Dastgir, would you add something to the "autoattack" plugin? Because this scripts only let the char attacking all the mobs around, but it would be nice to select which mob(s) you want to attack, example: "@autoattack +MobId or MobName" Busy weeks going on ..... Would be able to check if @@Mhalicot dont want to. Quote Share this post Link to post Share on other sites
mrlongshen 22 Posted April 17, 2015 I found a bugs on critical magic attack, the item drops from mobs will be double. ._. Quote Share this post Link to post Share on other sites
Kong 9 Posted April 17, 2015 I found a bugs on critical magic attack, the item drops from mobs will be double. ._. Yea for some reason this happened to me too. Quote Share this post Link to post Share on other sites
mrlongshen 22 Posted April 18, 2015 @@Kong but my player happy using that bugs. pfffftt hahaha Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted April 18, 2015 I found a bugs on critical magic attack, the item drops from mobs will be double. ._. Yes, I know that bug from a week, and also why its happening, its just as usual, my time doesn't permit to update the plugin Quote Share this post Link to post Share on other sites
mrlongshen 22 Posted April 18, 2015 @@Kong Did you found bugs server crash ? when using this plugins ? @@Dastgir ahh oic, you are busy in real life. nvm sir. plugins are pending for new update. take noted all. Quote Share this post Link to post Share on other sites
Namine 8 Posted April 23, 2015 All plugins compile fine but.. 1>------ Operación Generar iniciada: proyecto: restock, configuración: Release Win32 ------1>Compilación iniciada a las 23-04-2015 15:45:24.1>InitializeBuildStatus:1> Aplicando tarea Touch a "restockrestock.unsuccessfulbuild".1>ClCompile:1> restock.c1>..srcpluginsrestock.c(45): error C2143: error de sintaxis : falta ';' delante de 'tipo'1>..srcpluginsrestock.c(47): error C2065: 'index' : identificador no declarado1>..srcpluginsrestock.c(48): error C2065: 'index' : identificador no declarado1>1>ERROR al compilar.1>1>Tiempo transcurrido 00:00:00.28========== Generar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ========== Quote Share this post Link to post Share on other sites
Kong 9 Posted April 23, 2015 @@mrlongshen there's no crash on the critical magic, only weird bug (drops twice) Quote Share this post Link to post Share on other sites
karazu 33 Posted May 14, 2015 Hello @@DastgirIf you can update this one and include in the collection? http://herc.ws/board/topic/2611-identifyall/ Quote Share this post Link to post Share on other sites
foreveriori 0 Posted May 17, 2015 (edited) 1> restock.c1>..srcpluginsrestock.c(45): error C2143: 語法錯誤 : 遺漏 ';' (在 '型別' 之前)1>..srcpluginsrestock.c(47): error C2065: 'index' : 未宣告的識別項1>..srcpluginsrestock.c(48): error C2065: 'index' : 未宣告的識別項 Edited May 17, 2015 by foreveriori Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted May 17, 2015 1> restock.c 1>..srcpluginsrestock.c(45): error C2143: 語法錯誤 : 遺漏 ';' (在 '型別' 之前) 1>..srcpluginsrestock.c(47): error C2065: 'index' : 未宣告的識別項 1>..srcpluginsrestock.c(48): error C2065: 'index' : 未宣告的識別項 Please post on respective topic, it's been fixed there. Quote Share this post Link to post Share on other sites
Kuya Jeo 120 Posted May 18, 2015 after i recompiled it and no errors found, but i got this error when i run the server (error found in the map-server) Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 18, 2015 @@Zhao Chow seems like you don't have HPMHooking enabled, and it is needed to run plugins Quote Share this post Link to post Share on other sites
Kuya Jeo 120 Posted May 18, 2015 @@Zhao Chow seems like you don't have HPMHooking enabled, and it is needed to run plugins then how to enable it? anyway even if i got that error, i can still use @afk in-game Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 19, 2015 @@Zhao Chow in plugins.conf remove the // from "HPMHooking", Quote Share this post Link to post Share on other sites
Kuya Jeo 120 Posted May 19, 2015 @@Zhao Chow in plugins.conf remove the // from "HPMHooking", thank you, no error haha, thnx again Quote Share this post Link to post Share on other sites