In a case where \conf\plugins.conf
contains non existing plugin
All 3 server will keep restarting and flashing
while upon closing only map server show what error is
so can there be a pause be put to pause execution of the server when plugin not found error occur???
to prevent infinite restarting all 3 server?
conf/plugins.conf
plugins_list: [
/* Enable HPMHooking when plugins in use rely on Hooking */
"HPMHooking",
// "db2sql",
//"sample",
//"other",
"mapcache",
"xGetStorageList",
"xMaxLvlCheck",
"xsa", // << intended test case! non existance plugin uncompiled
]
Error shown on map server:
[Status]: HPM: Loaded plugin 'Mapcache' (1.0.0).
[Status]: HPM: Loaded plugin 'getstoragelist' (x_O).
[Status]: HPM: Loaded plugin 'maxbaselv' (x_O).
[Fatal Error]: HPM
lugin_load: failed to load 'plugins/xsa.dll' (error: The spe
cified module could not be found.
)!
Map-Server has terminated abnormally.
Restarting in 5 seconds, press Ctrl+C to cancel.//xsa
The system cannot find the path specified.
contains non existing plugin
All 3 server will keep restarting and flashing
while upon closing only map server show what error is
so can there be a pause be put to pause execution of the server when plugin not found error occur???
to prevent infinite restarting all 3 server?
conf/plugins.conf
plugins_list: [
/* Enable HPMHooking when plugins in use rely on Hooking */
"HPMHooking",
// "db2sql",
//"sample",
//"other",
"mapcache",
"xGetStorageList",
"xMaxLvlCheck",
"xsa", // << intended test case! non existance plugin uncompiled
]
Error shown on map server:
[Status]: HPM: Loaded plugin 'Mapcache' (1.0.0).
[Status]: HPM: Loaded plugin 'getstoragelist' (x_O).
[Status]: HPM: Loaded plugin 'maxbaselv' (x_O).
[Fatal Error]: HPM
cified module could not be found.
)!
Map-Server has terminated abnormally.
Restarting in 5 seconds, press Ctrl+C to cancel.//xsa
The system cannot find the path specified.