MT4 quit when meet this error

Questions about Wine on Linux
Locked
sun5kong
Level 2
Level 2
Posts: 21
Joined: Wed Apr 15, 2015 9:25 am

MT4 quit when meet this error

Post by sun5kong »

wine 1.6.2
Ubuntu 15.04 64bit

When I start Mt4, I got only one error:

Code: Select all

err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
when meet this msg, MT4 quit.

Code: Select all

fixme:dbghelp:validate_addr64 Unsupported address fffffffff6cc0000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff6cc0000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff6cc0000
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: MT4 quit when meet this error

Post by dimesio »

Your Wine version is old; start by upgrading to the latest development release.
sun5kong
Level 2
Level 2
Posts: 21
Joined: Wed Apr 15, 2015 9:25 am

Re: MT4 quit when meet this error

Post by sun5kong »

dimesio wrote:Your Wine version is old; start by upgrading to the latest development release.
I compiled wine-1.7.43, and installed it.

I started 4 MT4 programs, but after several hours, the same issue ocurrs again.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: MT4 quit when meet this error

Post by dimesio »

Post the full terminal output, including the command used to run the app.
sun5kong
Level 2
Level 2
Posts: 21
Joined: Wed Apr 15, 2015 9:25 am

Re: MT4 quit when meet this error

Post by sun5kong »

dimesio wrote:Post the full terminal output, including the command used to run the app.
When I install chroot, and build wine base on chroot, I don't meet this issue till now.
Locked