Open stephenenochian opened 9 years ago
We tried adding the prebuild.xml file to addon-modules, but with no success. We took a copy of EventRecordingModule.dll from another grid to the bin directory, but it has a hard-coded grid name so we're unable to use it. Upon running the sim, we get the following error:
WARNING: The add-in 'EventRecordingModule,0.1' is trying to extend '/OpenSim/RegionModules', but there isn't any compatible add-in defining this extension point
WARNING: The add-in 'EventRecordingModule,0.1' is trying to extend '/OpenSim/RegionModules/EventRecordingModule', but there isn't any compatible add-in defining this extension point
What happens when you run ./runprebuild.sh with the module source code in place?
I have a prebuilt binary robust osimctrl grid. I've added the library files to [base]/bin and added the [EventRecorder] section to OpenSim.ini (and configured it to my MySQL server and event settings), restarted the sims and robust controls, and am not seeing anything produced by Event Recorder in my MySQL database. Did I miss a step?
Here is the [EventRecorder] section:
[EventRecorder] ; Controls whether the module is enabled. ; If this line is not present or Enabled = false then the module will not be active Enabled = true