problem executing an application

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dayanna
Newbie
Newbie
Posts: 1
Joined: Thu Jun 21, 2012 8:37 am

problem executing an application

Post by dayanna »

Hello,

I am trying to run EPRI OpenDSS (x86) with wine

but once the application opens I get the following error:
fixme:process:GetLogicalProcessorInformation ((nil),0x32fe10): stub
fixme:wtsapi:WTSRegisterSessionNotification Stub 0xd0156 0x00000000
wrap.c :117 : ME_InsertRowStart: L'assertion « len » a échoué.

and after that any command that I prompt on the application it gives me:
caret.c :208 : ME_GetCursorCoordinates: L'assertion « ~para->member.para.nFlags & 0x01 » a échoué.

anyone knows how to fix this issue?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

What version of Wine are you using?
I just downloaded the app from
http://sourceforge.net/projects/electri ... s/OpenDSS/
and ran it with wine-1.5.6, and didn't have that problem.
Please try wine-1.5.6.

Alternately, does
winetricks riched20
work around the problem?
Locked