Visio doesn't start anymore

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Subbeh
Newbie
Newbie
Posts: 2
Joined: Mon Oct 24, 2011 4:07 pm

Visio doesn't start anymore

Post by Subbeh »

I've been using Visio 2007 without any problems until today.
When I start it using the applications menu, its starting up for a good 10 seconds and then just stops (I don't get a GUI). When I start it from the terminal, it immediately give the following errors:

~/.wine/drive_c/Program Files/Microsoft Office/Office12$ wine VISIO.EXE
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0)
err:module:import_dll Library MFC80U.DLL (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\VISLIB.dll") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\VISLIB.dll") not found
err:module:import_dll Library VISLIB.dll (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\VISIO.EXE") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Office\\Office12\\VISIO.EXE" failed, status c0000135

How can this have stopped working all of a sudden?
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Visio doesn't start anymore

Post by jjmckenzie »

On Mon, Oct 24, 2011 at 2:11 PM, Subbeh <[email protected]> wrote:
I've been using Visio 2007 without any problems until today.
When I start it using the applications menu, its starting up for a good 10 seconds and then just stops (I don't get a GUI). When I start it from the terminal, it immediately give(s)
the following errors:

~/.wine/drive_c/Program Files/Microsoft Office/Office12$ wine VISIO.EXE
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0)
err:module:import_dll Library MFC80U.DLL (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\VISLIB.dll") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\VISLIB.dll") not found
err:module:import_dll Library VISLIB.dll (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\VISIO.EXE") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Office\\Office12\\VISIO.EXE" failed, status c0000135

How can this have stopped working all of a sudden?
Because Wine started including its own manifests. Rename or remove
the deadbeef manifests and see if Visio (which is a .NET program)
starts running again.

James
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Visio doesn't start anymore

Post by jjmckenzie »

On Mon, Oct 24, 2011 at 2:11 PM, Subbeh <[email protected]> wrote:
I've been using Visio 2007 without any problems until today.
When I start it using the applications menu, its starting up for a good 10 seconds and then just stops (I don't get a GUI). When I start it from the terminal, it immediately give(s)
the following errors:

~/.wine/drive_c/Program Files/Microsoft Office/Office12$ wine VISIO.EXE
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50608.0)
err:module:import_dll Library MFC80U.DLL (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\VISLIB.dll") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\VISLIB.dll") not found
err:module:import_dll Library VISLIB.dll (which is needed by L"C:\\Program Files\\Microsoft Office\\Office12\\VISIO.EXE") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Office\\Office12\\VISIO.EXE" failed, status c0000135

How can this have stopped working all of a sudden?
Because Wine started including its own manifests. Rename or remove
the deadbeef manifests and see if Visio (which is a .NET program)
starts running again.

James
Subbeh
Newbie
Newbie
Posts: 2
Joined: Mon Oct 24, 2011 4:07 pm

Post by Subbeh »

I tried renaming and removing the deadbeef manifests but that didn't fix the problem. Eventually I just reinstalled everything including wine itself and now it works again.
Locked