GeoscienceAustralia / ga-worldwind-suite

A collection of tools created by the Geoscience Australia (GA) Movies and 3D Visualisation (M3DV) team. The tools are built around the NASA World Wind Java SDK, an open-source virtual globe toolkit.
40 stars 23 forks source link

gdal_GEOR.dll plugin error #96

Closed ljbade closed 11 years ago

ljbade commented 11 years ago

When launching the Java applications, I get this message in the console:

ERROR 1: Can't load requested DLL: C:\ga-worldwind-suite\Tiler\target\executable\tiler-windows-x86\gdal\plugins\gdal_GEOR.dll 126: The specified module could not be found.

Which according to http://lists.osgeo.org/pipermail/gdal-dev/2011-January/027334.html is the Oracle database plugin.

The plugin neeeds to be removed to get rid of this message.

ljbade commented 11 years ago

Turns out it is a simple fix.

Just delete the uneeded DLLs: https://github.com/ljbade/ga-worldwind-suite/commit/cc6a5880ca8cc57dd6c9b3bba8e032c5cf1f5e05

jfnavin commented 11 years ago

Fixed in pull request #97