issue with jpg-illuminator

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ixo
Level 1
Level 1
Posts: 8
Joined: Thu Mar 08, 2012 3:59 am

issue with jpg-illuminator

Post by ixo »

Hallo,

I'm using wine in Kubuntu. The only Windows application I'm using is http://www.jpg-illuminator.de/ (freeware).

It's running without any problems with Kubuntu 11.10 (wine-1.3.28 ).


But I just installed Kubuntu 12.04 (Beta) with wine-1.4-rc6 and get the following error message and a frozen jpg-illuminator:
$ cat /disk2/tmp/xxx
~$ wine /opt/JPG-Illuminator/jpgIlluminator.exe
wine: Unhandled page fault on write access to 0x00000102 at address 0x0000:0x7bc47aac (thread 0009), starting debugger...
To generate the error message, you have to klick on "Datei" (= file) and that's it. So jpg-illuminator is not usable any more.

Unfortunately, jpg-illuminator is available with a German gui only. It's a fantastic program and very popular in the German speaking countries and I saw in forums that a lot of people seem to use it with wine.

---

My question:

Is this a known bug (from other programs) or does it make sense to make an entry in Bugzilla?

Are there any Workarounds?

Best Regards, ixo
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: issue with jpg-illuminator

Post by vitamin »

ixo wrote:~$ wine /opt/JPG-Illuminator/jpgIlluminator.exe
wine: Unhandled page fault on write access to 0x00000102 at address 0x0000:0x7bc47aac (thread 0009), starting debugger...
Post the entire terminal output start to finish. If it's too big, please use pastebin.
ixo
Level 1
Level 1
Posts: 8
Joined: Thu Mar 08, 2012 3:59 am

Post by ixo »

Hi,

that's all. After that output, the application is totally frozen and I've killed it.

It easy to reproduce (it doesn't harm the rest of your installation).

Download it from the website:
http://www.jpg-illuminator.de/download.htm

(version 4.3.13.3, which works perfectly with wine 1.3.28 )

unpack the zip file:

$ cd /tmp
$ unzip JPG-Illuminator_v43.zip

and start it:
$ wine JPG-Illuminator/jpgIlluminator.exe

Klick on 'Datei' in the upper left corner.

Thanks, ixo
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Code: Select all

~$ wine /opt/JPG-Illuminator/jpgIlluminator.exe 
Why did you put it in /opt? It should be in the wineprefix.

I downloaded it, and it starts up and appears to work just fine (I opened a jpg) when placed in the wineprefix. No crash.
ixo
Level 1
Level 1
Posts: 8
Joined: Thu Mar 08, 2012 3:59 am

Post by ixo »

Sorry, I'm not the hero with windows (or wine) :oops:

I unpacked it in directory '~/.wine/drive_c/Program Files'

and it's also frozen with the exactly same error message.

Where should I install it? On what OS did you test it? I'm still using Kubuntu 12.04 beta with wine-1.4-rc6.
If necessary I can compile 1.4 it on my gentoo server (but I wanted to wait for 1.4 final in Kubuntu, which should be updated soon.)

Regards, ixo


btw, at /opt, it's easier to maintain together with other "special" applications for several workstations (eg. backup, nfs mount). But that's not important. I can change this.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

I'm on openSUSE 11.4 (64 bit), Wine 1.4.
ixo
Level 1
Level 1
Posts: 8
Joined: Thu Mar 08, 2012 3:59 am

Post by ixo »

So you can klick on "Datei" (File)
and then "Öffnen" (open)
and load a jpeg file?

So if it works for you, there's hope 8)

I'll wait a few days until it's hopefully updated in Kubuntu.

It's already in portage (gentoo) as masked. I'll download and compile it there.

ixo
ixo
Level 1
Level 1
Posts: 8
Joined: Thu Mar 08, 2012 3:59 am

Post by ixo »

Hi,

can you please make the test I described (open a jpg file)?

I just compiled wine 1.4 on Gentoo (64 bit) and get the same frozen jpg-illuminator as on Kubuntu (64 bit) with the rc6.

Output is the same also.

Best Regards, ixo
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

ixo wrote: can you please make the test I described (open a jpg file)?
That's exactly what I did when I tested it the first time, and I just did it again. It works fine here.

You should be getting a backtrace after the unhandled page fault message; the fact that you aren't suggests your builds are broken. Did you install everything ./configure complained about?
ixo
Level 1
Level 1
Posts: 8
Joined: Thu Mar 08, 2012 3:59 am

Post by ixo »

I installed it via the package manager of Kubunto (apt) or Gentoo (portage). So all dependencies should be fulfilled.

But I'll try later to install it without package manager on Gentoo (It's easier on Gentoo, because all header files etc. are always there.)

Very strange.
ixo
ixo
Level 1
Level 1
Posts: 8
Joined: Thu Mar 08, 2012 3:59 am

Post by ixo »

Ich habe gerade in Ubuntu 12.04 per Paketmanager das Update auf wine 1.4 installiert. Das Programm läuft damit, das Problem hat sich also erledigt.

Grüße und danke für die Info über Suse, ixo
ixo
Level 1
Level 1
Posts: 8
Joined: Thu Mar 08, 2012 3:59 am

Post by ixo »

Oh god, .....

I just was in another forum and didn't switch the language in my brain :oops:

I just made an upgrade in Kubuntu 12.04 with the packet manager and got wine 1.4. The program now runs in my VM. So I think the problem is solved.

Thanks for the information about SUSE.
Regards, ixo
Locked