hogansheroes 374 Report post Posted December 2, 2017 After adding the two new files in mission file and inside the description.ext added these 2 in the mp_mission folder infiSTAR_chat.hpp infiSTAR_defines.hpp these two in the description.ext #include "infiSTAR_chat.hpp" #include "infiSTAR_defines.hpp" i get this error in the rpt ErrorMessage: File mpmissions\__cur_mp.Altis\infiSTAR_chat.hpp, line 86: .infiSTAR_CHAT: Member already defined. so the only way for my infistar to work is to cancel the 2 out of the description. so has anyone had this issue if so how did you fix it Share this post Link to post Share on other sites
MGTDB 956 Report post Posted December 2, 2017 https://forum.infistar.de/index.php/Board/8-infiSTAR-for-EXILE/?s=f3f220750da77b417e11c514f91756c269e27534 Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted December 2, 2017 (edited) 47 minutes ago, MGTDB said: https://forum.infistar.de/index.php/Board/8-infiSTAR-for-EXILE/?s=f3f220750da77b417e11c514f91756c269e27534 there is no need to post this as ive already added a post on the infistar forums as as soon as i hear on how to fix this issue ill be adding it here for others to use Edited December 2, 2017 by hogansheroes Share this post Link to post Share on other sites
infiSTAR 1293 Report post Posted December 2, 2017 Quote ErrorMessage: File mpmissions\__cur_mp.Altis\infiSTAR_chat.hpp, line 86: .infiSTAR_CHAT: Member already defined. You didn't replace the old infiSTAR_AdminMenu.hpp with the new one just copy paste all files from "infiSTAR.de_Exile\MPMission" into your currently used Mpmission and do those 3 includes like it's written in the readme #include "infiSTAR_defines.hpp" #include "infiSTAR_AdminMenu.hpp" #include "infiSTAR_chat.hpp" Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted December 2, 2017 (edited) 35 minutes ago, infiSTAR said: You didn't replace the old infiSTAR_AdminMenu.hpp with the new one just copy paste all files from "infiSTAR.de_Exile\MPMission" into your currently used Mpmission and do those 3 includes like it's written in the readme #include "infiSTAR_defines.hpp" #include "infiSTAR_AdminMenu.hpp" #include "infiSTAR_chat.hpp" This time i copied/pasted all the files to the mission now getting this error ErrorMessage: File mpmissions\__cur_mp.Altis\infiSTAR_AdminMenu.hpp, line 24: /infiSTAR_AdminMenu.infi_LIST1500: Undefined base class 'RscListBox_infiSTAR' Edited December 2, 2017 by hogansheroes Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted December 2, 2017 i think the issue maybe related to the new dlls which need to be added to the server and i only can get my server host to do this Share this post Link to post Share on other sites
Bob_the_K 105 Report post Posted December 2, 2017 I just upgraded my Infistar to v0088 earlier today. I have no error messages whatsoever in my .RPT (other than the known "bone" errors). Everything seems to be running normally so far. Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted December 2, 2017 just for some strange reason i am and this is the latest ErrorMessage: File mpmissions\__cur_mp.Altis\infiSTAR_AdminMenu.hpp, line 24: /infiSTAR_AdminMenu.infi_LIST1500: Undefined base class 'RscListBox_infiSTAR' and it was an easy switch over so its doing my head in at the moment Share this post Link to post Share on other sites
WhiteBl00d 7 Report post Posted December 2, 2017 34 minutes ago, hogansheroes said: just for some strange reason i am and this is the latest ErrorMessage: File mpmissions\__cur_mp.Altis\infiSTAR_AdminMenu.hpp, line 24: /infiSTAR_AdminMenu.infi_LIST1500: Undefined base class 'RscListBox_infiSTAR' and it was an easy switch over so its doing my head in at the moment same for me changed all and checked it now 10 times and still get this error ErrorMessage: File mpmissions\__cur_mp.chernarus\infiSTAR_AdminMenu.hpp, line 24: /infiSTAR_AdminMenu.infi_LIST1500: Undefined base class 'RscListBox_infiSTAR' Share this post Link to post Share on other sites
NeverAgain 81 Report post Posted December 2, 2017 (edited) hogansheroes Hi today i add v88 and no problem with my server. Maybe you have two times #include "infiSTAR_chat.hpp" #include "infiSTAR_chat.hpp" Edited December 2, 2017 by NeverAgain Share this post Link to post Share on other sites