<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">To be more specific, did the file
      search in the bin directory. Apologies for any confusion.<br>
      <br>
      On 11/28/2015 4:28 PM, Chris wrote:<br>
    </div>
    <blockquote cite="mid:565A2A80.5090406@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">If you're merging dev code over your
        old install (Possibly you're using git to pull new changes?)
        that could be the issue. I found that I was having this problem
        to until I did a file search for all files related to ".Meshing"
        and removed them, then recompiled the project, and the exception
        went away and OpenSim loaded.<br>
        <br>
        I have since then just completely started over from scratch and
        did a fresh pull from development master and no issues there.<br>
        <br>
        Hope this helps!<br>
        <br>
        On 11/28/2015 6:33 AM, Radioactive Rosca wrote:<br>
      </div>
      <blockquote
cite="mid:CAKb3DQzbS8BNA72L-7nT_MKSSv018MAYkf1uhm9Si5cQY0xORQ@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div class="gmail_quote">
            <div dir="ltr">
              <div>Greetings</div>
              <div><br>
              </div>
              When trying to upgrade from
              osgrid-opensim-10212015.v0.8.3.41b2855 to osgrid-opensim-11242015.v.0.9.0.774ac5e or

              previous one, I always get the following error and the
              OpenSim aborts. 
              <div><br>
              </div>
              <div>I tried to compare the .ini file with the one
                included and only the options related with the NPC's. I
                even tried with a OpenSim with only one region and
                almost empty (Radioactive 14) and I always get the
                abort. </div>
              <div><br>
              </div>
              <div>Overtiring with the old 0.8.3 version from the zip
                file (without the .ini file) solves the problem. Can
                anyone help?
                <div><br>
                </div>
                <div>...</div>
                <div>
                  <div>2015-11-28 11:54:48,621 INFO  (1) -
                    OpenSim.Framework.PluginLoader`1 [PLUGINS]: Plugin
                    Loaded: OpenSimProfile</div>
                  <div>2015-11-28 11:54:48,624 INFO  (1) -
                    OpenSim.Framework.PluginLoader`1 [PLUGINS]: Plugin
                    Loaded: OpenSim.Region.PhysicsModules.Meshing</div>
                  <div>2015-11-28 11:54:48,879 ERROR (1) -
                    OpenSim.Application [APPLICATION]: </div>
                  <div>APPLICATION EXCEPTION DETECTED:
                    System.UnhandledExceptionEventArgs</div>
                  <div><br>
                  </div>
                  <div>Exception: System.TypeLoadException: Method
                    'CreateMesh' in type
                    'OpenSim.Region.PhysicsModules.Meshing.ZeroMesher'
                    from assembly
                    'OpenSim.Region.PhysicsModules.Meshing,
                    Version=0.8.3.32762, Culture=neutral,
                    PublicKeyToken=null' does not have an
                    implementation.</div>
                  <div>   at
                    System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly
                    assembly, String name, Boolean throwOnError, Boolean
                    ignoreCase, ObjectHandleOnStack type)</div>
                  <div>   at
                    System.Reflection.RuntimeAssembly.GetType(String
                    name, Boolean throwOnError, Boolean ignoreCase)</div>
                  <div>   at Mono.Addins.RuntimeAddin.GetType(String
                    typeName, Boolean throwIfNotFound)</div>
                  <div>   at Mono.Addins.TypeExtensionNode.get_Type()</div>
                  <div>   at
                    OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.AddNode(TypeExtensionNode

                    node, IConfig modulesConfig, Dictionary`2
                    loadedModules) in
                    k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line

                    194</div>
                  <div>   at
                    OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.Initialise(OpenSimBase

                    openSim) in
                    k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\ApplicationPlugins\RegionModulesController\RegionModulesControllerPlugin.cs:line

                    108</div>
                  <div>   at
                    OpenSim.ApplicationPluginInitialiser.Initialise(IPlugin
                    plugin) in
                    k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\IApplicationPlugin.cs:line

                    64</div>
                  <div>   at OpenSim.Framework.PluginLoader`1.Load() in
                    k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line

                    191</div>
                  <div>   at
                    OpenSim.Framework.PluginLoader`1.Load(String
                    extpoint) in
                    k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\PluginLoader.cs:line

                    153</div>
                  <div>   at OpenSim.OpenSimBase.LoadPlugins() in
                    k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line

                    196</div>
                  <div>   at OpenSim.OpenSimBase.StartupSpecific() in
                    k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSimBase.cs:line

                    271</div>
                  <div>   at OpenSim.OpenSim.StartupSpecific() in
                    k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\OpenSim.cs:line

                    169</div>
                  <div>   at
                    OpenSim.Framework.Servers.BaseOpenSimServer.Startup()
                    in
                    k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line

                    160</div>
                  <div>   at OpenSim.Application.Main(String[] args) in
                    k:\OSGRID\opensim-0.9.0-98-g774ac5e\OpenSim\Region\Application\Application.cs:line

                    326</div>
                  <div><br>
                  </div>
                  <div>Application is terminating: True</div>
                  <div><br>
                  </div>
                  <div><br>
                  </div>
                  <div>
                    <div>
                      <div>
                        <div dir="ltr">
                          <div><span style="font-family:'comic sans
                              ms',sans-serif">Best regards.</span></div>
                          <div><span style="font-size:small"><font
                                face="comic sans ms, sans-serif"><b>Rui
                                  Costa, Radioactive Rosca</b></font></span><br
                              style="font-size:small;font-family:arial">
                            <font style="font-family:'arial
                              narrow',sans-serif" size="1"><i><br>
                              </i></font></div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <br>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Opensim-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a>
</pre>
      </blockquote>
      <br>
      <br>
      <pre class="moz-signature" cols="72">-- 
OpenSim: 10 Region Standalone on 0.8.1 Dev
Physics: Open Dynamics Engine
OS: Windows 7 (x64)
CPU: AMD FX 8320 8-Core 3.5 GHz
Memory: 16 GB DDR3
Database: MySQL 5.1.63 (x64)</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
OpenSim: 10 Region Standalone on 0.8.1 Dev
Physics: Open Dynamics Engine
OS: Windows 7 (x64)
CPU: AMD FX 8320 8-Core 3.5 GHz
Memory: 16 GB DDR3
Database: MySQL 5.1.63 (x64)</pre>
  </body>
</html>