https://bugs.winehq.org/show_bug.cgi?id=44599
Bug ID: 44599 Summary: visual basic program can't open jpeg files - wine aborts with jpeg not compile in Product: Wine Version: 3.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gcos7@yahoo.com Distribution: ---
I have a program I wrote in Visual Basic Express 2008 on a Windows 10 PC. It works fine on Windows 10 so I thought I'd try it under wine on an old laptop I also have. It starts up fine, finds and loads png and gif images. The user selects a jpeg image and when the program tries to open it the program dies and winedbg shows the following error:
[code]002a:err:wincodecs:JpegDecoder_CreateInstance Trying to load JPEG picture, but JPEG support is not compiled in. Process of pid=0029 has terminated[/code]
I have tried this with the released version of wine 3.0 and tried the newest development release and they both fail like this.
On the wine forum I was told to report this as a bug.
I am very much a novice at this.
The Visual Basic program is using things for which net3.5 is required so I installed that before I started.
Any help would be greatly appreciated.