Error when running Merriam-Webster 3.0

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
drif
Newbie
Newbie
Posts: 2
Joined: Wed Jan 13, 2010 12:02 pm

Error when running Merriam-Webster 3.0

Post by drif »

Wine 1.0.1, LinuxMint 8 (Ubuntu 9.10 based)
after running it the dictionary from terminal, I got the error:

zheng@zheng-laptop ~/.wine/drive_c/Program Files/Merriam-Webster $ wine merriam-webster.exe

Code: Select all

wine: Call from 0x7b8453f0 to unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z, aborting
wine: Unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z called at address 0x7b8453f0 (thread 0009), starting debugger...
Unhandled exception: unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z called in 32-bit code (0x7b845442).
..........
..........
..........
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr 0x7b8453f0

Any idea for troubleshooting?
drif
Newbie
Newbie
Posts: 2
Joined: Wed Jan 13, 2010 12:02 pm

Post by drif »

I should have made the prompt legible, what does the last line mean?

wine: Call from 0x7b8453f0 to unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z, aborting
wine: Unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z called at address 0x7b8453f0 (thread 0009), starting debugger...
Unhandled exception: unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z called in 32-bit code (0x7b845442).
..........
..........
..........
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr 0x7b8453f0
Charles Davis

Error when running Merriam-Webster 3.0

Post by Charles Davis »

drif wrote:
I should have made the prompt legible, what does the last line mean?

wine: Call from 0x7b8453f0 to unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z, aborting
wine: Unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z called at address 0x7b8453f0 (thread 0009), starting debugger...
Unhandled exception: unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z called in 32-bit code (0x7b845442).
..........
..........
..........
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr 0x7b8453f0
Congratulations, you've found a bug.

What's happening is that your program is trying to use something that
Wine doesn't have... yet. If you file a bug at WineHQ Bugzilla (it's at
http://bugs.winehq.org ) and include the relevant information, I'm sure
somebody would be happy to look into it. Who knows, maybe I'LL look into
it (seeing as I've got nothing to work on Wine-wise right now :).

Chip
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Error when running Merriam-Webster 3.0

Post by vitamin »

drif wrote:wine: Call from 0x7b8453f0 to unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z, aborting
Get native msvcirt.dll with winetricks: http://wiki.winehq.org/winetricks
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: Error when running Merriam-Webster 3.0

Post by Usurp »

Charles Davis wrote:drif wrote:
I should have made the prompt legible, what does the last line mean?

wine: Call from 0x7b8453f0 to unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z, aborting
wine: Unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z called at address 0x7b8453f0 (thread 0009), starting debugger...
Unhandled exception: unimplemented function msvcirt.dll.??0ifstream@@QAE@PBDHH@Z called in 32-bit code (0x7b845442).
..........
..........
..........
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr 0x7b8453f0
Congratulations, you've found a bug.

What's happening is that your program is trying to use something that
Wine doesn't have... yet. If you file a bug at WineHQ Bugzilla (it's at
http://bugs.winehq.org ) and include the relevant information, I'm sure
somebody would be happy to look into it. Who knows, maybe I'LL look into
it (seeing as I've got nothing to work on Wine-wise right now :).

Chip
The bug has already been filed for other apps : http://bugs.winehq.org/show_bug.cgi?id=22616
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Error when running Merriam-Webster 3.0

Post by doh123 »

Usurp wrote: The bug has already been filed for other apps : http://bugs.winehq.org/show_bug.cgi?id=22616
take a look at the dates much? your responding to a 3 year old thread that was talked about before the time stamp on the bug you linked...
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: Error when running Merriam-Webster 3.0

Post by Usurp »

doh123 wrote:
Usurp wrote: The bug has already been filed for other apps : http://bugs.winehq.org/show_bug.cgi?id=22616
take a look at the dates much? your responding to a 3 year old thread that was talked about before the time stamp on the bug you linked...
I looked at dates but didn't see the year part; I found this thread by searching the forum.

I did the search after seeing this message on wine-users : http://www.winehq.org/pipermail/wine-us ... 07007.html
The bug is valid in wine-1.5.21 and the Merriam-Webster program still affected.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error when running Merriam-Webster 3.0

Post by dimesio »

Usurp wrote: I did the search after seeing this message on wine-users : http://www.winehq.org/pipermail/wine-us ... 07007.html
You need to reply to mailing list posts on the mailing list. The gateway was shut down last June when the forum software was upgraded.
Locked