[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2008-01-27 Thread Stephan Hermann
Right, it looks like that some libs are not linked correctly or are not found during configure on amd64. Some of the missing libs can be fixed with the correct symlink in debian/rules, but e.g. libpng detection is totally broken in configure/configure.ac The check tries to link against -lpng

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2008-01-27 Thread Stephan Hermann
** Changed in: wine (Ubuntu) Importance: Undecided = Medium -- WINE Trying to load JPEG picture, but JPEG supported not compiled in. https://bugs.launchpad.net/bugs/144419 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2008-01-27 Thread Stephan Hermann
Ok, I prepared a new package for hardy (0.9.54-0ubuntu2) which fixes at least cups, png and jpeg issues. There are still some libs missing in ia32-libs and I'm trying to push them into the ia32-libs package. Regards, \sh -- WINE Trying to load JPEG picture, but JPEG supported not compiled

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2008-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package wine - 0.9.54-0ubuntu2 --- wine (0.9.54-0ubuntu2) hardy; urgency=low * debian/rules: - amd64 specific: + added symlink for libjpeg (LP: #144419) + added symlink for libcups (LP: #155665) + added symlink for libxml2 (LP:

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2008-01-26 Thread topynate
I get the same error with the Everest Poker installer, (http://www.everestpoker.com/en/dload/). Running Gutsy, AMD65, wine 0.9.52. Output: err:ole:OLEPictureImpl_LoadJpeg Trying to load JPEG picture, but JPEG supported not compiled in. fixme:ole:OLEPictureImpl_Render type -1 not implemented --

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2008-01-22 Thread Nick White
I have the same issue with another windows application, ICC Dasher (available from http://www.chessclub.com/helpcenter/interface/Dasher.html). I have wine 0.9.46 installed on an Acer Aspire 5050, an AMD64 laptop. The error I get is: err:ole:OLEPictureImpl_LoadJpeg Trying to load JPEG picture,

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-30 Thread Scott Ritchie
Have a fix on the way... ** Changed in: wine (Ubuntu) Assignee: (unassigned) = Scott Ritchie (scottritchie) Status: Confirmed = In Progress -- WINE Trying to load JPEG picture, but JPEG supported not compiled in. https://bugs.launchpad.net/bugs/144419 You received this bug

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-19 Thread Alec Wright
Confirmed due to muncrief's comment. ** Changed in: wine (Ubuntu) Status: New = Confirmed -- WINE Trying to load JPEG picture, but JPEG supported not compiled in. https://bugs.launchpad.net/bugs/144419 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-19 Thread muncrief
I can confirm that the same error occurs when installing World of Warcraft under wine in Ubuntu 7.10 AMD64: err:ole:OLEPictureImpl_LoadJpeg Trying to load JPEG picture, but JPEG supported not compiled in. My hardware - Motherboard: Gigabyte GA-K8N Pro-SLI (Nvidia nForce4 based) CPU: Athlon 64

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-09 Thread Alec Wright
If you've the patience, you could try running it under linux32 and see if that makes any difference. I'm not sure how much help that'll be though. -- WINE Trying to load JPEG picture, but JPEG supported not compiled in. https://bugs.launchpad.net/bugs/144419 You received this bug notification

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-07 Thread Alec Wright
I get a completely differnet error: [EMAIL PROTECTED]:/tmp$ wine GameBasic3D.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly LMicrosoft.Windows.Common-Controls err:module:import_dll Library MSVBVM60.DLL (which is needed by LZ:\\tmp\\GameBasic3D.exe) not found

Re: [Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-07 Thread gamebasic
You did not install the VB6 runtime files. http://support.microsoft.com/kb/192461 Hope this helps, Adam Alec Wright wrote: I get a completely differnet error: [EMAIL PROTECTED]:/tmp$ wine GameBasic3D.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-07 Thread Alec Wright
WFFM now that ive got that installed. It's probably an AMD64 specific issue, which an AMD64 user will have to investigate. -- WINE Trying to load JPEG picture, but JPEG supported not compiled in. https://bugs.launchpad.net/bugs/144419 You received this bug notification because you are a member

Re: [Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-07 Thread gamebasic
I think you're correct; the jpegs load fine on 32bit versions of Ubuntu. Unfortunately recompiling wine did not help either... Thanks again, Adam Alec Wright wrote: WFFM now that ive got that installed. It's probably an AMD64 specific issue, which an AMD64 user will have to investigate.

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-06 Thread Alec Wright
What windows program were you using to try and open the JPEG? Are you sure it isn't a bug in the windows app? -- WINE Trying to load JPEG picture, but JPEG supported not compiled in. https://bugs.launchpad.net/bugs/144419 You received this bug notification because you are a member of Ubuntu

Re: [Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-06 Thread gamebasic
Its a program of my own written in Visual Basic. I can assure you there are no errors as it works fine in windows. I am using VBs LoadPicture function to load the jpegs. Adam Alec Wright wrote: What windows program were you using to try and open the JPEG? Are you sure it isn't a bug in the

[Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-06 Thread Alec Wright
Did you use exactly the same binary for both windows and wine or id you compile it with something else? If they are the same, any chance you could send me it and tell me exactly how to reproduce it so i can confirm this bug? (Binary please, I've not the faintest idea how to compile visual basic

Re: [Bug 144419] Re: WINE Trying to load JPEG picture, but JPEG supported not compiled in.

2007-10-06 Thread gamebasic
http://www.gamebasic.com/downloads/demos Thanks, Adam Alec Wright wrote: Did you use exactly the same binary for both windows and wine or id you compile it with something else? If they are the same, any chance you could send me it and tell me exactly how to reproduce it so i can confirm