MSVCR80.dll Unimplemented Function.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
theShaggy
Level 2
Level 2
Posts: 10
Joined: Sun Nov 16, 2008 10:56 pm

MSVCR80.dll Unimplemented Function.

Post by theShaggy »

Hey folks,

Trying to get Lost: Via Domus installed, but having gone through all the motions, adding the necessary DLLs and such, I'm getting this:

Code: Select all

wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting
wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting
wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting
wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting
wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting
wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting
wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting
wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting
wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting
err:seh:setup_exception_record stack overflow 2084 bytes in thread 0009 eip f74e4e5a esp 00230b0c stack 0x230000-0x231000-0x330000
I've got MSVCR80 in my install, it's a clean prefix, but I can't figure out how to get past this.

Any suggestions?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: MSVCR80.dll Unimplemented Function.

Post by vitamin »

theShaggy wrote:I've got MSVCR80 in my install, it's a clean prefix, but I can't figure out how to get past this.
Wrong, use winetricks to install it. You can't just copy this dll into system32 dir - it will refuse to load from there.
theShaggy
Level 2
Level 2
Posts: 10
Joined: Sun Nov 16, 2008 10:56 pm

Post by theShaggy »

I did, I installed both vcrun2005 and vcrun2005sp1, no luck.
hellork
Level 3
Level 3
Posts: 82
Joined: Thu Mar 27, 2008 7:13 pm

Re: MSVCR80.dll Unimplemented Function.

Post by hellork »

You may still have a copy of the old outdated msvcr80.DLL somewhere in your path, and it's loading it, the one with the missing export... So remove it.
John Drescher

MSVCR80.dll Unimplemented Function.

Post by John Drescher »

On Fri, Mar 26, 2010 at 5:11 AM, hellork <[email protected]> wrote:
You may still have a copy of the old outdated msvcr80.DLL somewhere in your path, and it's loading it, the one with the missing export... So remove it.
I would try a clean prefix first.

John
Locked