err:ole:CoInitializeEx error

Questions about Wine on Linux
Locked
shogun1234
Level 2
Level 2
Posts: 14
Joined: Sun Dec 14, 2008 6:53 am

err:ole:CoInitializeEx error

Post by shogun1234 »

version: wine-1.6.2
kernel: 3.13-1-686-pae

When attempting to launch a windows program, I observe the following error, and the program can't be launched. Any way I can fix this error?

Thanks

Code: Select all

err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: err:ole:CoInitializeEx error

Post by dimesio »

The error message is a common one, and may have nothing to do with the actual problem, but there is no user-level workaround for it.

Your Wine version is old; try upgrading to the latest development release.
Locked