Please Help me Understand This Error: EdxGdlpException

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Ow That Hurts
Newbie
Newbie
Posts: 2
Joined: Tue Oct 08, 2013 3:00 pm

Please Help me Understand This Error: EdxGdlpException

Post by Ow That Hurts »

I get the following error when trying to run Paywindow Payroll with Wine 1.4

exception class: EdxGdlpException
exception message: Invalid operation in GDI+ (Code: 1).

In the bug report window for the program, there is a panel / tab called disasm, and there are a few columns in it:

Under address, it says 007e92d0

Under asm code it says: call -$3dff71 ($409364)

Under comments it says: ; System.@RaiseExcept

~~~~

P.S: I am REALLY new to Linux, so I would REALLY appreciate it if any answers are easy and detailed. Thanks in advnace.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Please Help me Understand This Error: EdxGdlpException

Post by dimesio »

Your Wine version is old; upgrade to the latest development release. If that doesn't fix it, post terminal output. http://wiki.winehq.org/FAQ#get_log
Ow That Hurts
Newbie
Newbie
Posts: 2
Joined: Tue Oct 08, 2013 3:00 pm

Re: Please Help me Understand This Error: EdxGdlpException

Post by Ow That Hurts »

Thanks for the note.

I am somewhat new to this, so I hope you will bear with me:
"Your Wine version is old; upgrade to the latest development release."
You mean I should upgrade to 1.7.3 right???

Also, do I have to uninstall my current (1.4) version of wine first?

Can I use sudo apt-get install to install the latest version? (I am running bodhi Linux which is based on ubuntu but there is no software manager, per se, but there is synaptic package manager and it supports apt-get in the terminal).

If I can use sudo apt-get, would someone please be so kind to give me the full command? Thanks in advance.

"If that doesn't fix it, post terminal output."

Sorry to trouble you, but would it be possible for someone to tell me how to escape the command line for cd properly if the file to be executed by wine is in this folder path:

~/.wine/drive_c/Program Files (x86)/Paywindow Payroll/paywin.exe

I know I need to escape the spaces but do I need to escape the ( and the ) character with \ as well?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Please Help me Understand This Error: EdxGdlpException

Post by dimesio »

Ow That Hurts wrote: You mean I should upgrade to 1.7.3 right???
Yes.
Also, do I have to uninstall my current (1.4) version of wine first?
If you're using a distro package, your package manager should take care of uninstalling the old version when you upgrade. If you build Wine yourself, run make uninstall before installing the new version.

As for how to use synaptic, I can't help you; I'm on openSUSE. Ask your distro.
Locked