<p>
New Errors. </p><p>seems my ODE is possibly mauled, but I suspect it has more to
do with the errors about failing to create terrain. I'm going to try and DL a
Terrain file.. but in the meantime:</p><p>23:54:54 - [DATASTORE]: Loaded
terrain revision r1205271257<br />Failed generating terrain map:
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException:
gdiplus.dll<br />  at (wrapper managed-to-native)
System.Drawing.GDIPlus:GdiplusStartup
(ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)<br
/>  at System.Drawing.GDIPlus..cctor () [0x00000] --- End of inner exception
stack trace ---<br /><br />  at System.Drawing.Bitmap..ctor (System.String
filename, Boolean useIcm) [0x00000] <br />  at System.Drawing.Bitmap..ctor
(System.String filename) [0x00000] <br />  at (wrapper
remoting-invoke-with-check) System.Drawing.Bitmap:.ctor (string)<br />  at
OpenSim.Region.Terrain.TerrainEngine.TerrainToBitmap (System.String
gradientmap) [0x00000] <br />  at
OpenSim.Region.Terrain.TerrainEngine.WriteJpegImage (System.String gradientmap)
[0x00000] <br />23:54:54 - [PHYSICS]: Added meshing engine: ZeroMesher<br
/>23:54:55 - [PHYSICS]: Added physics engine: basicphysics<br />23:54:55 -
[PHYSICS]: Added physics engine: modified_BulletX<br />23:54:55 - [PHYSICS]:
Added meshing engine: Meshmerizer<br />23:54:55 - [PHYSICS]: Added physics
engine: OpenDynamicsEngine<br />23:54:55 - [PHYSICS]: Added physics engine:
POS<br />23:54:55 - [PHYSICS]: Added physics engine: RealPhysX<br />23:54:55 -
[PHYSICS]: creating meshing engine Meshmerizer<br />23:54:55 - [PHYSICS]:
creating OpenDynamicsEngine<br />[APPLICATION]: <br />APPLICATION EXCEPTION
DETECTED: System.UnhandledExceptionEventArgs<br /><br />Exception:
System.DllNotFoundException: ode<br />  at (wrapper managed-to-native)
Ode.NET.d:WorldCreate ()<br />  at
OpenSim.Region.Physics.OdePlugin.OdeScene..ctor
(OpenSim.Region.Physics.Manager.CollisionLocker dode) [0x00000] <br />  at
OpenSim.Region.Physics.OdePlugin.OdePlugin.GetScene () [0x00000] <br />  at
OpenSim.Region.Physics.Manager.PhysicsPluginManager.GetPhysicsScene
(System.String physEngineName, System.String meshEngineName) [0x00000] <br /> 
at OpenSim.Region.ClientStack.RegionApplicationBase.GetPhysicsScene
(System.String engine, System.String meshEngine) [0x00000] <br />  at
OpenSim.OpenSimMain.GetPhysicsScene () [0x00000] <br />  at
OpenSim.Region.ClientStack.RegionApplicationBase.SetupScene
(OpenSim.Framework.RegionInfo regionInfo,
OpenSim.Region.ClientStack.UDPServer& udpServer, Boolean m_permissions)
[0x00000] <br />  at OpenSim.OpenSimMain.CreateRegion
(OpenSim.Framework.RegionInfo regionInfo) [0x00000] <br />  at
OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin.Initialise
(OpenSim.OpenSimMain openSim) [0x00000] <br />  at OpenSim.OpenSimMain.StartUp
() [0x00000] <br />  at OpenSim.Application.Main (System.String[] args)
[0x00000] <br /><br />Application is terminating: True<br /><br />
-- <br />
Joe Greene<br />
UNIX Systems, Network and IT Specialist<br />
If you aren't having fun, you're doing the wrong thing!<br />
All opinions expressed are mine alone. You Can't Have them!<br />
<br />
<br />
Justin Clark-Casey <jjustincc@googlemail.com> wrote:<br />
<br />
> Joe Greene wrote:<br />
>><br />
>> Thanks That got rid of the sqlite complaints.. of course, now I've<br
/>
>> a new error.. which makes me think my MySQL DB may be damaged.<br />
>><br />
>> Exception: MySql.Data.MySqlClient.MySqlException: Table<br />
>> 'INFORMATION_SCHEMA.TABLES' doesn't exist<br />
>><br />
>> Has anyone seen that error?<br />
>><br />
> OpenSim requires version 5 of MySql, which is the first one which has<br />
> the INFORMATION_SCHEMA table<br />
><br />
> --<br />
> justincc<br />
>><br />
>><br />
>> -- <br />
>> Joe Greene<br />
>> UNIX Systems, Network and IT Specialist<br />
>> If you aren't having fun, you're doing the wrong thing!<br />
>> All opinions expressed are mine alone. You Can't Have them!<br />
>><br />
>> Fish Kungfu <fish.kungfu@earthlink.net> wrote:<br />
>><br />
>>> Below is my OpenSim.ini file for using MySQL running in standalone
mode<br />
>>> for 0.5.0, with MySQL on the same box as opensim.  You will need to
put<br />
>>> your password for MySQL root user, or whatever user you're using. 
I had<br />
>>> to create the empty database, "opensim" before everything
would work.<br />
>>> Then, remember to GRANT ALL privileges to your userName for the
opensim<br />
>>> database, and then FLUSH PRIVILEGES.<br />
>>><br />
>>> I had to add these lines to the example file that came with the<br
/>
>>> installer to make it work.  This tripped me up, and caused the
SQLite<br />
>>> activity in the log at startup.  They are included in my
OpenSim.ini below<br />
>>>    asset_database = "mysql"<br />
>>>    asset_plugin = "OpenSim.Framework.Data.MySQL.dll"<br
/>
>>><br />
>>> I hope this helps.....Fish<br />
>> [snip]<br />
>>><br />
>>><br />
>>> Joe Greene wrote:<br />
>>>><br />
>>>> Problem Desc: Opensim [ASSET SERVER] appear to be attempting to
open<br />
>>>> and SQLitew database althoguh no such reference appears (even
in<br />
>>>> comments) in my OpenSim.ini file. As I'm using MySQL (both
the<br />
>>>> OpenSim.ini and the mysql_connection.ini) I have no SQLite
installed.<br />
>>>> Any suggestions on what I'm doing wrong, or shall I submit my
OpenSim.ini<br />
>>>><br />
>>>> Version Info:<br />
>>>> SuSe Enterprise 9.3 ( with updates )<br />
>>>> Mono: Mono JIT compiler version 1.2.6 (Installed via YAST from
Mono Site)<br />
>>>> MySQL: 4.1.10a<br />
>>>><br />
>>>> libode 0.9-25<br />
>>>><br />
>>>> Console Log:<br />
>>>><br />
>>>> opensim@opensim1:~/bin> mono OpenSim.exe<br />
>>>> OpenSim 0.5, SVN build<br />
>>><br />
>><br />
>>
------------------------------------------------------------------------<br />
>><br />
>> _______________________________________________<br />
>> Opensim-users mailing list<br />
>> Opensim-users@lists.berlios.de<br />
>> <a target="_blank"
href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br
/>
>><br />
<br />
</p>