[SOLVED]CEGUISILLYIMAGECODEC issue in different PCs

If you found a bug in our library or on our website, please report it in this section. In this forum you can also make concrete suggestions or feature requests.

Moderators: CEGUI MVP, CEGUI Team

pentium166
Just popping in
Just popping in
Posts: 7
Joined: Sun Sep 16, 2012 00:29

[SOLVED]CEGUISILLYIMAGECODEC issue in different PCs

Postby pentium166 » Sun Sep 16, 2012 01:02

Hi, It's my first post here,I'm quite new on CEGUI so please, take it easy ok?

It was a little tricky but I could make CEGUI run in my program. and I've runned it by a couple of months... But later on I've tried to run the same program in another machine and I've got an error, here is my log:

Code: Select all

15/09/2012 21:06:22 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
15/09/2012 21:06:22 (Std)    +                     Crazy Eddie's GUI System - Event log                    +
15/09/2012 21:06:22 (Std)    +                          (http://www.cegui.org.uk/)                         +
15/09/2012 21:06:22 (Std)    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

15/09/2012 21:06:22 (Std)    CEGUI::Logger singleton created. (0077BE98)
15/09/2012 21:06:22 (Error)   CEGUI::GenericException in file ..\..\..\cegui\src\CEGUIDynamicModule.cpp(128) : DynamicModule::DynamicModule - Failed to load module 'CEGUISILLYImageCodec': Unknown Error



I'm using VS2008 SP1 and here is my piece of code:

Code: Select all

using namespace CEGUI;
OpenGLRenderer *RENDERGUI = &CEGUI::OpenGLRenderer::bootstrapSystem();



The PC where it works is an AMD Athlon 64 bits using RADEON video card, and the other one that I get error is an Intel i3 with an using IGFX video card.
I'm using OpenGLRendererModule and all the files are the same and in the same directory structure.

I've tried even recompile it but still got the error.

Sorry to disturb you and sorry for my bad english.
Last edited by pentium166 on Thu Oct 04, 2012 20:00, edited 1 time in total.

User avatar
Kulik
CEGUI Team
Posts: 1382
Joined: Mon Jul 26, 2010 18:47
Location: Czech Republic
Contact:

Re: CEGUISILLYIMAGECODEC issue in different PCs

Postby Kulik » Sun Sep 16, 2012 08:09

It's hard to guess using the info provided but my bet is that the SILLY codec doesn't have all its dependencies satisfied.

Check it with depends32.exe, most likely it's the SILLY.dll that's missing.

pentium166
Just popping in
Just popping in
Posts: 7
Joined: Sun Sep 16, 2012 00:29

Re: CEGUISILLYIMAGECODEC issue in different PCs

Postby pentium166 » Sun Sep 16, 2012 20:25

Well, first, sorry for my double post, I didn't mean to.

Second, it's the same file structure, the same directory structure, the SILLY.dll is there.

Right now I'm just trying to compile the opengl renderer my program, let's see what happens.

Regards,

User avatar
Kulik
CEGUI Team
Posts: 1382
Joined: Mon Jul 26, 2010 18:47
Location: Czech Republic
Contact:

Re: CEGUISILLYIMAGECODEC issue in different PCs

Postby Kulik » Sun Sep 16, 2012 23:27

Check it with depends32.exe

Could be the runtime, anything! Use tools to get precise diagnostic info. Better than guessing and fucking around trying random things, right? :wink:

pentium166
Just popping in
Just popping in
Posts: 7
Joined: Sun Sep 16, 2012 00:29

Re: CEGUISILLYIMAGECODEC issue in different PCs

Postby pentium166 » Mon Sep 17, 2012 01:23

ok, sorry for that, I was in a bus trip, so I couldn't download due to a poor 3G connection, but now I've got the depends32 and here what happens:

It warned me to an issue in MSVCP100.dll and MSVCR100.dll, I thought I haven't these in my intel laptop, but to my surprise, I have it!

So i've try a little test: I've got both these dlls for x86 architeture, and it's worked!

I've some conecerns about problems in the future with compativility anyway.

So, it's solved by now, thanks!


Return to “Bug Reports, Suggestions, Feature Requests”

Who is online

Users browsing this forum: No registered users and 14 guests