ok here my problem in the old version my dedicated server was loading the iwd from main i structured them my own the only file i overrode for the mods was _gameslogic.gsc and i only added a line after line 1480 (the line is corrected to actual server version 1041 the DBNetwork.Indigo.log says) the line was:
thread mods\_starter::init();
the structrure of the iwd was:
iw_99_0.iwd
+---maps
| \---mp
| \---gametypes
| _gamelogic.gsc
\---mods
| _starter.gsc
+---antinoob
| _antinoob.gsc
| _config.gsc
| _my.gsc
\---forcebalance
_forcebalance.gsc
so my problem is that the game dumps on start the dump says somthing like
the thread has tried to read or write to a virtual address he does not have the appropiate permissions for
the exception code is: 0xC0000005
also i flavored some server based files like gg.gsc to get it work like expected or the _teams.gsc to fix the balancing problem on team joining
with iwds loaded after the base iwd in style of if the base iwd was iw_25.iwd my file was named iw_26.iwd
and what is with the json files and the .dll plugin interface are they still available or not