Wine Not Running Corectly

Questions about Wine on Linux
Locked
caltrop
Level 1
Level 1
Posts: 8
Joined: Sat Sep 02, 2017 12:06 pm

Wine Not Running Corectly

Post by caltrop »

Fresh install running supplied iexplore.exe or any other program.
Each program returns similar results with some variation but basically the same.

Installed using Mint's Software Manager, so do not ask me which repository - Mint I assume.
And Mint's repository contains older so-called stable versions -- HA!

I have searched these issues and found no clear answer.

I have also had no success running a program in background from a Terminal.
Appears to run fine using GUI Launcher. I assume the error messages just disappear.

Code: Select all

Mon Nov 06 18:18:17
~ $ wine iexplore
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:ieframe:handle_navigation_error Navigate to error page
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
Mon Nov 06 18:18:30
~ $ wine --version
wine-1.6.2
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Wine Not Running Corectly

Post by Bob Wya »

caltrop wrote:...
Installed using Mint's Software Manager, so do not ask me which repository - Mint I assume.
And Mint's repository contains older so-called stable versions -- HA!
...
@caltrop

You're right they're "so-called stable" - that version of Wine has been obsolete for years... :roll:
See: WineHQ Downloads: Ubuntu ...

Once you've updated Wine - don't forget:

Code: Select all

wineboot -u
to force automatic updating of your Wine Mono and Wine Gecko packages!

Bob
caltrop
Level 1
Level 1
Posts: 8
Joined: Sat Sep 02, 2017 12:06 pm

Re: Wine Not Running Corectly

Post by caltrop »

This version is what is on the Linux Mint Software Manager & so-called stable.

Where do I get a newer stable version?
caltrop
Level 1
Level 1
Posts: 8
Joined: Sat Sep 02, 2017 12:06 pm

Re: Wine Not Running Corectly

Post by caltrop »

I found it after a circular bit of navigating...

I took all of the commands and put them in a script, nice single command.

Why there is no easy to install package in the Mint Software Manager...
caltrop
Level 1
Level 1
Posts: 8
Joined: Sat Sep 02, 2017 12:06 pm

Re: Wine Not Running Corectly

Post by caltrop »

2.0.3 installed and still ERRORS...
I assume the NEW Wine installed over the old version I had...?
Oh well, we'll see what we can do with it & how it works with WinXP stuff...

Code: Select all

Tue Dec 05 15:18:45
~ $ winecfg
err:ntdll:RtlpWaitForCriticalSection section 0x7bd08c80 "loader.c: loader_section" wait timed out in thread 001b, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bd08c80 "loader.c: loader_section" wait timed out in thread 001a, blocked by 001e, retrying (60 sec)
Tue Dec 05 15:19:21
~ $ wine notepad
Tue Dec 05 15:19:41
~ $ wine wordpad
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L"InavelF\00f6rtvinad"!
Tue Dec 05 15:20:42
~ $ 
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Wine Not Running Corectly

Post by Bob Wya »

caltrop wrote:I found it after a circular bit of navigating...
...
Like clicking on the direct link I posted? :wink:

Bob
caltrop
Level 1
Level 1
Posts: 8
Joined: Sat Sep 02, 2017 12:06 pm

Re: Wine Not Running Corectly

Post by caltrop »

Well, a whole new system & install...
I installed direct from WINE, not the system repository.

SSDD - Same Shit, Different Day!!!

I had some things running on the old system but the same things on the new system DO NOT WORK!

I also am experiencing issues with my external/dual monitor system.
WOW, the WIN windows come up blank then when you move them the window paints with what should be there.

Well, I am NOT experiencing anything now because I totally removed WINE!
My new system has Win10 & Linux with WinXP in a Virtual Machine.
So I guess I no longer need WINE.

Good Luck with this, I'm done drinking WINE!
Locked