run two exe files separately with Wine

Questions about Wine on Linux
Locked
bsnayak
Newbie
Newbie
Posts: 3
Joined: Wed Nov 26, 2014 4:02 pm

run two exe files separately with Wine

Post by bsnayak »

Hello

I have two exe files which are designed in windows and can run with double clicking them.

I want to run both of them with ubuntu. One of them is a server and otherone works as a client. I cann't play both of them together at the same time with wine. One application runs fine which is the server. when i run the other application with wine, the following error is showed on terminal

Code: Select all

wine: Call from 0x7b83aace to unimplemented function msvcr100.dll.__AdjustPointer, aborting
err:seh:setup_exception_record stack overflow 1792 bytes in thread 0028 eip 7bc57f4a esp 00230c30 stack 0x230000-0x231000-0x330000

User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: run two exe files separately with Wine

Post by dimesio »

You must be using an old Wine version. The function it's crashing in was implemented 6 months ago. Upgrade to the latest development release.
bsnayak
Newbie
Newbie
Posts: 3
Joined: Wed Nov 26, 2014 4:02 pm

Re: run two exe files separately with Wine

Post by bsnayak »

I downloaded directly from software centre.. How can it be old version? Can you suggest which version i should install. ? 32 bits or 64 bits?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: run two exe files separately with Wine

Post by dimesio »

Distros often ship outdated versions. To get the current release you have to add this PPA: https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa. You need to install whatever package matches the architecture of your system; the 64 bit packages do include the needed 32 bit parts.
bsnayak
Newbie
Newbie
Posts: 3
Joined: Wed Nov 26, 2014 4:02 pm

Re: run two exe files separately with Wine

Post by bsnayak »

Hi..

I solved the issue with installing .net framework from winetricks. It works fine now. Thanks
Locked