Hey All, I'm working on getting the Dungeon Crafter (version 1.4.1) working. You can download the program for free at www.dungeoncrafter.com.
The installation goes perfectly (Excellent work to everyone who's been working on installers. I'm very impressed) but when I run the program it gives the following:
fixme:ole:CoRegisterMessageFilter stub fixme:ole:OleLoadPictureEx (0x418bfe4c,19410,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x407929f0), partially implemented. err:ole:_jpeg_skip_input_data (3506), should not get here. Corrupt JPEG data: 370 extraneous bytes before marker 0x03 Unsupported marker type 0x03
I'm using the wine rpm for redhat 9 downloaded from the sourceforge page. This is a windows free installation and the only changes I made to the default configuration is to update the drive paths. Any suggestions on what might be happening?
Regards,
On Fri, 2003-07-11 at 18:53, Marcus Brubaker wrote:
Hey All, I'm working on getting the Dungeon Crafter (version 1.4.1) working. You can download the program for free at www.dungeoncrafter.com.
The installation goes perfectly (Excellent work to everyone who's been working on installers. I'm very impressed) but when I run the program it gives the following:
fixme:ole:CoRegisterMessageFilter stub fixme:ole:OleLoadPictureEx (0x418bfe4c,19410,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x407929f0), partially implemented. err:ole:_jpeg_skip_input_data (3506), should not get here. Corrupt JPEG data: 370 extraneous bytes before marker 0x03 Unsupported marker type 0x03
Just to help you, some hints. The problem is not with err:ole:_jpeg_skip_input_data (3506), should not get here. Corrupt JPEG data: 370 extraneous bytes before marker 0x03
In most of cases, these extra bytes are stuffs put by jpeg compressor like in numerical camera.
Try upgrading your libjpeg, mybe it will solve the "Unsupported marker type 0x03" message.
I'm using the wine rpm for redhat 9 downloaded from the sourceforge page. This is a windows free installation and the only changes I made to the default configuration is to update the drive paths. Any suggestions on what might be happening?
Regards,
Just to help you, some hints. The problem is not with err:ole:_jpeg_skip_input_data (3506), should not get here. Corrupt JPEG data: 370 extraneous bytes before marker 0x03
In most of cases, these extra bytes are stuffs put by jpeg compressor like in numerical camera.
Maybe in that case it shouldn't be an err - I would have guessed that this was the problem if you had not said otherwise. If digital cameras place that data there, perhaps it should be a warn instead?
Try upgrading your libjpeg, mybe it will solve the "Unsupported marker type 0x03" message.
Likewise, it might make sense to put this advice in the error message itself, so people know. I would not have known Wine used libjpeg to parse these images.
thanks -mike