http://bugs.winehq.org/show_bug.cgi?id=17113
Summary: Electronic dictionary application Product: Wine Version: 1.1.13 Platform: PC-x86-64 URL: http://www31.ocn.ne.jp/~h_ishida/EBPocket.html OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P3 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: jan233321@gmail.com
Created an attachment (id=18956) --> (http://bugs.winehq.org/attachment.cgi?id=18956) log from ebwin run.
Installation: OK Runs: (after adding msvcrt.dll mfc42u.dll): OK
When try to add dictionary, program ends with error. Please see attached log.
In used msvcrt.dll library IS the function _mbcjistojms present. I do not understand why does it not works... under Win XP tested, works (this library is from working configuration).
http://bugs.winehq.org/show_bug.cgi?id=17113
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-01-24 09:15:58 --- Hi, Jan.
Try this (run with builtin msvcrt):
http://www.winehq.org/pipermail/wine-patches/2009-January/068273.html
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #2 from Jan Beranek jan233321@gmail.com 2009-01-24 10:01:23 --- Hi Nikolay, I'm not able to recompile whole wine now. I have to try another 32bit system - here I'm stuck on errors in gcc. (do not have all needed libraries and I do not know how to install them)
I have to wait for 1.1.14 release :(
Jan
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2009-01-24 10:10:42 --- (In reply to comment #2)
Hi Nikolay, I'm not able to recompile whole wine now.
Ok, tell me what version did you try?
I found at least four on url provided:
http://hishida.s271.xrea.com/download/ebpocket/ebwin300b3u.exe http://hishida.s271.xrea.com/download/ebpocket/ebwin213u.exe http://hishida.s271.xrea.com/download/ebpocket/ebwin300b3m.exe http://hishida.s271.xrea.com/download/ebpocket/ebwin213m.exe
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #4 from Jan Beranek jan233321@gmail.com 2009-01-24 10:14:11 --- http://hishida.s271.xrea.com/download/ebpocket/ebwin300b3u.exe
version 3.00b3 unicode
But other versions act exactly the same.
Many thanks. Jan.
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2009-01-24 10:30:06 --- (In reply to comment #4)
http://hishida.s271.xrea.com/download/ebpocket/ebwin300b3u.exe
version 3.00b3 unicode
But other versions act exactly the same.
Many thanks. Jan.
I've just installed it. How could I add a dictionary (and where can I get it)? Describe this procedure please.
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #6 from Jan Beranek jan233321@gmail.com 2009-01-24 10:49:37 --- in ubuntu you can install edict-fpw dictionary. (after installation is located in /usr/share/dict/epwing
In all other cases, please download from http://ftp8.ua.freebsd.org/FreeBSD/ports/i386/packages-4-stable/All/ja-edict... decompress directory edict-fpw which is in archive uder /share/dict with all subdirectories and try to add this dictionary do EBWin.
How to add dictionary in EBWin: - when you start the program, it asks you where it can find dictionaries (window Scan All Dictionaries) - select toggle "Specified Path" - select directory where is our dictionary with catalog file - if you unpack archive to directory /home/xxx/test/edict-fpw/edict, then select edict-fpw and select Depth to at least 2.
Thank you Jan
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2009-01-24 11:02:41 --- Created an attachment (id=18957) --> (http://bugs.winehq.org/attachment.cgi?id=18957) Crash after _mbcjistojms patch applied
I can confirm that it crashes with unimplemented _mbcjistojms. After http://www.winehq.org/pipermail/wine-patches/2009-January/068273.html applied it crashes on unimplemented _mbctombb.
http://bugs.winehq.org/show_bug.cgi?id=17113
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal
--- Comment #8 from Juan Lang juan_lang@yahoo.com 2009-01-24 12:20:22 --- Not critical, please read severity descriptions.
http://bugs.winehq.org/show_bug.cgi?id=17113
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias|EPWing | Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #9 from Vitaliy Margolen vitaliy@kievinfo.com 2009-01-24 14:20:31 --- Confirming - _mbcjistojms is not implemented.
http://bugs.winehq.org/show_bug.cgi?id=17113
Jan Beranek jan233321@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME
--- Comment #10 from Jan Beranek jan233321@gmail.com 2009-01-25 02:04:32 --- When is function _mbcjistojms not implemented, I have to use this function from msvcrt.dll native Windows library. (in Wine Configuratin add msvcrt as substitute library and select to use native windows).
After this change everything works.
I did not know this possibility yesterday - I only downloaded msvcrt.dll from working configuration and I did not understand, why Wine did not care of this function. Sorry.
For me is bug solved now - but I'm not sure, what about msvcrt.dll copyright when I do not have Windows system.
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2009-01-25 04:42:22 --- (In reply to comment #10)
When is function _mbcjistojms not implemented, I have to use this function from msvcrt.dll native Windows library. (in Wine Configuratin add msvcrt as substitute library and select to use native windows).
After this change everything works.
This only confirms component assignment.
For me is bug solved now - but I'm not sure, what about msvcrt.dll copyright when I do not have Windows system.
Not solved. Please reopen it. An application should run with builtin msvcrt someday.
http://bugs.winehq.org/show_bug.cgi?id=17113
Jan Beranek jan233321@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME |
--- Comment #12 from Jan Beranek jan233321@gmail.com 2009-01-25 04:45:32 --- (In reply to comment #11)
OK, reopened.
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2009-02-06 16:08:00 --- _mbcjistojms implemented now.
http://source.winehq.org/git/wine.git/?a=commit;h=2254a549a66f053c906a281057...
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #14 from Austin English austinenglish@gmail.com 2009-08-13 13:08:57 --- Is this still an issue in current (1.1.27 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #15 from Jan Beranek jan233321@gmail.com 2009-08-16 13:18:51 --- Hi Nikolay, _mbsjistojms seems be implemented, but this application needs more. Now, dictionary falls to another function:
...... ...... wine: Call from 0x7b844763 to unimplemented function msvcrt.dll._mbctombb, aborting
Regrads
Jan.
http://bugs.winehq.org/show_bug.cgi?id=17113
--- Comment #16 from Jan Beranek jan233321@gmail.com 2009-08-16 13:22:30 --- Created an attachment (id=23116) --> (http://bugs.winehq.org/attachment.cgi?id=23116) svcrt.dll._mbctombb_log
http://bugs.winehq.org/show_bug.cgi?id=17113
David Hedberg david.hedberg@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |david.hedberg@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=17113
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #17 from Piotr Caban piotr.caban@gmail.com 2010-05-13 03:01:59 --- _mbctombb is already implemented (by commit 4148ac0ab59b9bd01c565bc31d4e5bf241a66436), please retest.
http://bugs.winehq.org/show_bug.cgi?id=17113
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead@gmail.com |
http://bugs.winehq.org/show_bug.cgi?id=17113
Jan Beranek jan233321@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED
--- Comment #18 from Jan Beranek jan233321@gmail.com 2010-05-13 12:31:41 --- wine-1.1.44
All needed functions are implemented, application is working natively under Wine.
Great work! Thanks.
Jan.
http://bugs.winehq.org/show_bug.cgi?id=17113
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #19 from Alexandre Julliard julliard@winehq.org 2010-05-21 14:39:05 --- Closing bugs fixed in 1.2-rc1.