ExpressPCBPlus Help, Please

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Cicero106BC
Newbie
Newbie
Posts: 1
Joined: Wed Mar 14, 2018 1:45 pm

ExpressPCBPlus Help, Please

Post by Cicero106BC »

I have been trying to run a program called ExpressPCBPlus.
It is a software package to build PCBs for circuit design; from www.expresspcb.com).

The installer installs two programs, ExpressSCH and ExpressPCBPlus. The ExpressSCH works fine. The important one, unfortunately, does not. The following is the command line I've been using to diagnose the problem. Unfortunately, I am clueless...

wine ~/.wine/drive_c/'Program Files (x86)'/ExpressPCBPlus/ExpressPCBPlus

Unhandled Exception:
System.InvalidProgramException: Invalid IL code in .: (string[]): IL_0020: pop

[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in .: (string[]): IL_0020: pop

I've contacted ExpressPCB and their response was much less than helpful. Can anyone help?
qwertymnb
Level 4
Level 4
Posts: 236
Joined: Sun Jan 17, 2016 4:36 pm

Re: ExpressPCBPlus Help, Please

Post by qwertymnb »

I tried the program, and it runs (with native .net)

Try winetricks dotnet35sp1 , then run the program

(Hopefully the winetricks works for you, I had to revert to old wineversion 1.7 to get dotnet35sp1 installed)
Locked