Canon DPP no longer working under wine 2.21

Questions about Wine on Linux
Locked
jules
Level 1
Level 1
Posts: 8
Joined: Sat Sep 03, 2016 10:46 am

Canon DPP no longer working under wine 2.21

Post by jules »

Hello,

I've been running Canon Digital Photo Professional (4.6.30) for months without any problems. But with the upgrade to Wine 2.21 it has stopped working. It worked fine under previous Wine versions, including Wine 2.19. But it hangs with Wine 2.21. My OS is Arch Linux 4.13.12-1-ARCH.

What happens when I try to launch DPP is that it gets stuck and loops on the following command in the terminal:

Code: Select all

fixme:shell:URL_ParseUrl failed to parse L"DapStrings.resources"
Any ideas or advice on what to try would be most appreciated.

Many thanks,
Jules
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Canon DPP no longer working under wine 2.21

Post by Bob Wya »

jules wrote:...
I've been running Canon Digital Photo Professional (4.6.30) for months without any problems. But with the upgrade to Wine 2.21 it has stopped working. It worked fine under previous Wine versions, including Wine 2.19. But it hangs with Wine 2.21. My OS is Arch Linux 4.13.12-1-ARCH.
...
Any ideas or advice on what to try would be most appreciated.
...
@jules,

Seems to be covered by: WineHQ Wiki: Regression Testing ...

Bob
jules
Level 1
Level 1
Posts: 8
Joined: Sat Sep 03, 2016 10:46 am

Re: Canon DPP no longer working under wine 2.21

Post by jules »

Thanks for the steer. I shall roll up my sleeves and prepare to find the bug!

Cheers,
Jules
lesebas
Level 1
Level 1
Posts: 5
Joined: Tue Jan 30, 2018 4:20 pm

Re: Canon DPP no longer working under wine 2.21

Post by lesebas »

Hello,

Always the same problem with wine 3.0, any chance to get the probleme solved?

lesebas
jules
Level 1
Level 1
Posts: 8
Joined: Sat Sep 03, 2016 10:46 am

Re: Canon DPP no longer working under wine 2.21

Post by jules »

I wasn't getting anywhere with the regression testing route. So, in the end, I decided that this was the end of the road for me and Wine... :(
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Canon DPP no longer working under wine 2.21

Post by Bob Wya »

jules wrote:I wasn't getting anywhere with the regression testing route. So, in the end, I decided that this was the end of the road for me and Wine... :(
Sorry 'bout that... I'm always quite happy to do a bit of regression testing... But only if I can get hold of the software (in question) legally!

Bob
jules
Level 1
Level 1
Posts: 8
Joined: Sat Sep 03, 2016 10:46 am

Re: Canon DPP no longer working under wine 2.21

Post by jules »

Thanks - no worries - yep, I legally own DPP - that wasn't the issue - it was the testing route that just got a bit too techie-fiddly. As such, I just started running it in a Windows virtual machine.

Thanks again.

Jules
lesebas
Level 1
Level 1
Posts: 5
Joined: Tue Jan 30, 2018 4:20 pm

Re: Canon DPP no longer working under wine 2.21

Post by lesebas »

Hello,

Yes it's legal to own this software if you own your Canon camera (you just need your serial number to downlaod it). I manage to run it by using POL with 2.19 version of wine. With wine 3.0 here is the output :

0035:fixme:shell:URL_ParseUrl failed to parse L"Dpp4Main.resources"
0035:fixme:shell:URL_ParseUrl failed to parse L"Dpp4Main.resources"
0035:fixme:shell:URL_ParseUrl failed to parse L"Dpp4Main.resources"
0035:fixme:shell:URL_ParseUrl failed to parse L"Dpp4Main.resources"
0035:fixme:shell:URL_ParseUrl failed to parse L"Dpp4Main.resources"
0035:fixme:shell:URL_ParseUrl failed to parse L"Dpp4Main.resources"

And there is a kind of infinite loop as I can see the message ''line ## skiped'' (where ## is a speed count).
Locked