[GRASS-dev] raster.dll problem

Hi,

one student has problems running grass7 beta4. She keeps getting:

Could not load DLL C:\Program Files\Intergraph\ERDAS Imagine 2014\usr\lib\Win32Release\FileFilters\raster.dll: The module was not found.

I couldn’t find anything helpful. She gets this when running g.region, but I am not sure if that’s the only case. Any idea?

Thank you,

Anna

Anna Petrášová wrote

Hi,

one student has problems running grass7 beta4. She keeps getting:

Could not load DLL C:\Program Files\Intergraph\ERDAS Imagine
2014\usr\lib\Win32Release\FileFilters\raster.dll: The module was not
found.

I couldn't find anything helpful. She gets this when running g.region, but
I am not sure if that's the only case. Any idea?

it seems there is some dll conflict on this system, as g.region looks in
ERDAS Imagine for this dll.

checking by dependency walker (http://www.dependencywalker.com/) which grass
binary is looking for a foreign dll is the way to go.

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/raster-dll-problem-tp5183534p5183535.html
Sent from the Grass - Dev mailing list archive at Nabble.com.

On Sat, Jan 24, 2015 at 6:34 PM, Anna Petrášová <kratochanna@gmail.com> wrote:

Hi,

one student has problems running grass7 beta4. She keeps getting:

Could not load DLL C:\Program Files\Intergraph\ERDAS Imagine
2014\usr\lib\Win32Release\FileFilters\raster.dll: The module was not found.

I couldn't find anything helpful. She gets this when running g.region, but I
am not sure if that's the only case. Any idea?

She may try to disentangle the DLL dependencies (e.g. with "Dependency
Walker" - only free as in free lunch, not software libero):
http://www.dependencywalker.com.

Perhaps then you see the issue.

Markus

On Sat, Jan 24, 2015 at 12:56 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Sat, Jan 24, 2015 at 6:34 PM, Anna Petrášová <kratochanna@gmail.com>
wrote:
> Hi,
>
> one student has problems running grass7 beta4. She keeps getting:
>
> Could not load DLL C:\Program Files\Intergraph\ERDAS Imagine
> 2014\usr\lib\Win32Release\FileFilters\raster.dll: The module was not
found.
>
> I couldn't find anything helpful. She gets this when running g.region,
but I
> am not sure if that's the only case. Any idea?

She may try to disentangle the DLL dependencies (e.g. with "Dependency
Walker" - only free as in free lunch, not software libero):
http://www.dependencywalker.com.

Perhaps then you see the issue.

Markus

Thanks to you both for this suggestion, I will let you know if we find
anything useful.

Anna

Unfortunately, raster.dll from ERDAS problem is still around. This happens in the Windows system command line on some computer when using v.in.proj using the dialog:

C:\Users\john> ERROR NUMBER 2338 IN FUNCTION edll_InstanceOpenByClassName

DLL Open failed for C:/Program Files/Intergraph/ERDAS IMAGINE 2014/usr/lib/W
in32Release/FileFilters/raster.dll<<
ERROR NUMBER 162 IN FUNCTION edll_Open
Could not load DLL C:\Program Files\Intergraph\ERDAS IMAGINE 2014\usr\lib\Wi
n32Release\FileFilters\raster.dll: The module was not found.<<

ERROR NUMBER 2338 IN FUNCTION edll_InstanceOpenByClassName

DLL Open failed for C:/Program Files/Intergraph/ERDAS IMAGINE 2014/usr/lib/W
in32Release/FileFilters/raster.dll<<
ERROR NUMBER 162 IN FUNCTION edll_Open
Could not load DLL C:\Program Files\Intergraph\ERDAS IMAGINE 2014\usr\lib\Wi
n32Release\FileFilters\raster.dll: The module was not found.<<

···

Then GUI Command console reports a lot of errors when running g.gisenv -n.

Previous tests using Dependency Walker revealed nothing. Some things suggested that it might be related to Browse button in wxPython but it’s unclear. More investigation needed.

Interestingly, the only things I was able to find about ERROR NUMBER … IN FUNCTION edll_Open are:

http://forums.esri.com/Thread.asp?c=93&f=38&t=132335&g=1
http://support.esri.com/ja/knowledgebase/techarticles/detail/16623
https://groups.yahoo.com/neo/groups/Arcview/conversations/messages/9840

I even don’t know what to put to the WinGRASS errors page. Uninstall ERDAS? I was not able to check if this would help.

http://grasswiki.osgeo.org/wiki/WinGRASS_errors

On Sat, Jan 24, 2015 at 1:25 PM, Anna Petrášová <kratochanna@gmail.com> wrote:


grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

On Sat, Jan 24, 2015 at 12:56 PM, Markus Neteler <neteler@osgeo.org> wrote:

On Sat, Jan 24, 2015 at 6:34 PM, Anna Petrášová <kratochanna@gmail.com> wrote:

Hi,

one student has problems running grass7 beta4. She keeps getting:

Could not load DLL C:\Program Files\Intergraph\ERDAS Imagine
2014\usr\lib\Win32Release\FileFilters\raster.dll: The module was not found.

I couldn’t find anything helpful. She gets this when running g.region, but I
am not sure if that’s the only case. Any idea?

She may try to disentangle the DLL dependencies (e.g. with “Dependency
Walker” - only free as in free lunch, not software libero):
http://www.dependencywalker.com.

Perhaps then you see the issue.

Markus

Thanks to you both for this suggestion, I will let you know if we find anything useful.

Anna