http://bugs.winehq.org/show_bug.cgi?id=2183
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2096
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-22-04 10:45 -------
.tools/findfunc lets you find where and how various functions are defined.
$ ./tools/findfunc CreateBitMap
/dlls/gdi/gdi.exe.spec:48 pascal -ret16 CreateBitmap(word word word word ptr)
CreateBitmap16
/dlls/gdi/gdi.exe.spec:49 pascal -ret16 CreateBitmapIndirect(ptr)
CreateBitmapIndirect16
/dlls/gdi/gdi32.spec:@ stdcall CreateBitmap(long long long long ptr)
/dlls/gdi/gdi32.spec:@ stdcall CreateBitmapIndirect(ptr)
/dlls/gdi/wing.spec:1003 pascal -ret16 WinGCreateBitmap(word ptr ptr)
WinGCreateBitmap16
/dlls/user/display.drv.spec:20 stub CreateBitmap
/dlls/x11drv/x11drv.spec:@ cdecl CreateBitmap(ptr long) X11DRV_CreateBitmap
/dlls/gdi/gdi16.c:HBITMAP16 WINAPI CreateBitmap16( INT16 width, INT16 height,
UINT16 planes,
/dlls/gdi/gdi16.c:HBITMAP16 WINAPI CreateBitmapIndirect16( const BITMAP16 * bmp )
/include/wingdi.h:HBITMAP WINAPI CreateBitmap(INT,INT,UINT,UINT,LPCVOID);
/include/wingdi.h:HBITMAP WINAPI CreateBitmapIndirect(const BITMAP*);
/include/wine/wingdi16.h:HBITMAP16 WINAPI
CreateBitmap16(INT16,INT16,UINT16,UINT16,LPCVOID);
/include/wine/wingdi16.h:HBITMAP16 WINAPI CreateBitmapIndirect16(const BITMAP16*);
/objects/bitmap.c:HBITMAP WINAPI CreateBitmap( INT width, INT height, UINT planes,
/objects/bitmap.c:HBITMAP WINAPI CreateBitmapIndirect(
It is curious this is in the spec file definition... /dlls/gdi/gdi32.spec:@
stdcall CreateBitmap(long long long long ptr)
This is not how msdn defines it...
Please create an attachment of the crash. I would like to see a trace and back
trace (bt in winedbg) from the crash.
http://www.winehq.org/site/docs/wine-user/bug-reporting#AEN2824
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2183
------- Additional Comments From andy(a)goofys.co.uk 2004-22-04 07:40 -------
Sorry, forgot to mention the application: -
Availability remote (http://www.ctvtour.co.uk/index.htm)
the self extracting exe seemed to work ok, but then when trying to run the
application, I get the messages given.
I've sent them an email to ask if I can pass on a copy of the application,
will update as soon as I hear.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2096
------- Additional Comments From carl.sopchak(a)cegis123.com 2004-22-04 07:09 -------
Thanks for the pointer, Tony. I'll take a look at it. But, I must say that an update for
12/12/2003 00:01:15 CST ran OK (well, at least didn't crash; still get fixme messages),
but an update for 12/12/2003 00:01:20 CST consistently fails in my test scenario. To me,
that suggests that the update you refer to is 9 minutes too late:->.
Also, I tried going back further in the CVS in an attempt to see if the fixme messages "go
away" at some point. However, I had trouble compiling, installing, or executing wine for
any dates on or before 11/1/02. A 12/1/02 update had the fixme's. I haven't tried the
binary search within the month of November, and probably won't bother. I may look for
wine binaries prior to 12/1/02, though, and see if the messages were always there...
Tony, since you seem to be in a helpful mood here :->, I gotta ask: Would it make sense
for me to persue the parameter type mismatch problem that I have mentioned? If you say
"yes", and can point me to where the INT, LONG, and other types are defined (these are
NOT standard C, right??), I can probably take it from there.
Thanks for all of the help,
Carl
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
hi
since i suspect the bug occurs when wine is trying to render some
fonts, i wonder if the following information would be helpful --
I have installed AA fonts through msfttcore... (following the AA howto
suggested in the wine manual). When building wine through
wineinstall, it has a problem with some of the fonts when it tries to
install them:
.
.
.
apploader /usr/local/bin/`dirname regedit/__installprog__`
rm -f /usr/local/bin/`dirname regsvr32/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname regsvr32/__installprog__`
rm -f /usr/local/bin/`dirname uninstaller/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname uninstaller/__installprog__`
rm -f /usr/local/bin/`dirname wcmd/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname wcmd/__installprog__`
rm -f /usr/local/bin/`dirname wineboot/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname wineboot/__installprog__`
rm -f /usr/local/bin/`dirname winebrowser/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname winebrowser/__installprog__`
rm -f /usr/local/bin/`dirname winecfg/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname winecfg/__installprog__`
rm -f /usr/local/bin/`dirname wineconsole/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname wineconsole/__installprog__`
rm -f /usr/local/bin/`dirname winedbg/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname winedbg/__installprog__`
rm -f /usr/local/bin/`dirname winefile/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname winefile/__installprog__`
rm -f /usr/local/bin/`dirname winemine/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname winemine/__installprog__`
rm -f /usr/local/bin/`dirname winepath/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname winepath/__installprog__`
rm -f /usr/local/bin/`dirname winhelp/__installprog__` && ln /usr/local/bin/wineapploader /usr/local/bin/`dirname winhelp/__installprog__`
rm -f /usr/local/bin/wineapploader
../tools/mkinstalldirs -m 755 /usr/local/bin
/usr/bin/install -c winelauncher /usr/local/bin/winelauncher
make[1]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/programs'
cd `dirname server/__install__` && make install
make[1]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/server'
../tools/mkinstalldirs -m 755 /usr/local/bin
/usr/bin/install -c wineserver /usr/local/bin/wineserver
make[1]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/server'
cd `dirname libs/__install-lib__` && make install-lib
make[1]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/libs'
cd `dirname unicode/__install-lib__` && make install-lib
make[2]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/libs/unicode'
../../tools/mkinstalldirs -m 755 /usr/local/lib
/usr/bin/install -c libwine_unicode.so.1 /usr/local/lib/libwine_unicode.so.1
make[2]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/libs/unicode'
make[2]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/libs/port'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/libs/port'
cd `dirname wine/__install-lib__` && make install-lib
make[2]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/libs/wine'
../../tools/mkinstalldirs -m 755 /usr/local/lib
/usr/bin/install -c libwine.so.1 /usr/local/lib/libwine.so.1
make[2]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/libs/wine'
make[1]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/libs'
cd `dirname dlls/__install-dev__` && make install-dev
make[1]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/dlls'
make[2]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/dlls/dxerr8'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/dlls/dxerr8'
make[2]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/dlls/dxerr9'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/dlls/dxerr9'
make[2]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/dlls/dxguid'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/dlls/dxguid'
make[2]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/dlls/uuid'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/dlls/uuid'
../tools/mkinstalldirs -m 755 /usr/local/lib/wine
for f in libadvapi32.def libamstream.def libavicap32.def libavifil32.def libcabinet.def libcapi2032.def libcards.def libcfgmgr32.def libcomcat.def libcomctl32.def libcomdlg32.def libcrtdll.def libcrypt32.def libctl3d32.def libd3d8.def libd3d9.def libd3dim.def libd3dx8.def libdbghelp.def libdciman32.def libddraw.def libdevenum.def libdinput.def libdinput8.def libdmband.def libdmcompos.def libdmime.def libdmloader.def libdmscript.def libdmstyle.def libdmsynth.def libdmusic.def libdmusic32.def libdplay.def libdplayx.def libdpnet.def libdpnhpast.def libdsound.def libdswave.def libdxdiagn.def libgdi32.def libglu32.def libglut32.def libiccvid.def libicmp.def libimagehlp.def libimm32.def libiphlpapi.def libkernel32.def liblz32.def libmapi32.def libmpr.def libmsacm32.def libmsdmo.def libmshtml.def libmsi.def libmsimg32.def libmsnet32.def libmsrle32.def libmsvcrt.def libmsvcrt20.def libmsvcrt40.def libmsvcrtd.def libmsvfw32.def libmsvidc32.def libmswsock.def libnetapi32.def libnewdev.def libntdll.def libodbc32.def libole32.def liboleacc.def liboleaut32.def libolecli32.def liboledlg.def libolepro32.def libolesvr32.def libopengl32.def libpsapi.def libqcap.def libquartz.def librasapi32.def libriched32.def librpcrt4.def librsabase.def libsecur32.def libserialui.def libsetupapi.def libshdocvw.def libshell32.def libshfolder.def libshlwapi.def libsnmpapi.def libsti.def libtapi32.def libttydrv.def libtwain_32.def libunicows.def liburl.def liburlmon.def libuser32.def libuxtheme.def libvdmdbg.def libversion.def libw32skrnl.def libwined3d.def libwinedos.def libwineps.def libwininet.def libwinmm.def libwinnls32.def libwinspool.def libwintab32.def libwintrust.def libwnaspi32.def libwow32.def libws2_32.def libwsock32.def libx11drv.def libdxerr8.a libdxerr9.a libdxguid.a libuuid.a; do /usr/bin/install -c -m 644 $f /usr/local/lib/wine/$f; done
make[1]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/dlls'
cd `dirname libs/__install-dev__` && make install-dev
make[1]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/libs'
cd `dirname unicode/__install-dev__` && make install-dev
make[2]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/libs/unicode'
../../tools/mkinstalldirs -m 755 /usr/local/lib
cd /usr/local/lib && rm -f libwine_unicode.so && ln -s libwine_unicode.so.1 libwine_unicode.so
make[2]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/libs/unicode'
cd `dirname wine/__install-dev__` && make install-dev
make[2]: Entering directory `/usr/spcusr/deego/pub/src/wine/wine/libs/wine'
../../tools/mkinstalldirs -m 755 /usr/local/lib
cd /usr/local/lib && rm -f libwine.so && ln -s libwine.so.1 libwine.so
make[2]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/libs/wine'
make[1]: Leaving directory `/usr/spcusr/deego/pub/src/wine/wine/libs'
./tools/mkinstalldirs -m 755 /usr/local/share/aclocal
/usr/bin/install -c -m 644 ./aclocal.m4 /usr/local/share/aclocal/wine.m4
/sbin/ldconfig
Create local config file ~/.wine/config?
(yes/no) yes
Searching for an existing Windows installation... not found. (no matching /etc/fstab mount entry found)
Windows was not found on your system, so I assume you want
a Wine-only installation. Am I correct?
(yes/no) yes
Configuring Wine without Windows.
Some fake Windows directories must be created, to hold any .ini files, DLLs,
start menu entries, and other things your applications may need to install.
Where would you like your fake C drive to be placed?
(default is /home/deego/c)
Configuring Wine for a no-windows install in /home/deego/c... Created
/home/deego/.wine/config using default Wine configuration. You
probably want to review the file, though. Compiling rundll32...
make: Nothing to be done for `all'. Preparing to install default Wine
registry entries... Installing default Wine registry entries...
Could not stat /home/deego/.wine/dosdevices/a: (No such file or
directory), ignoring drive a: Building font metrics. This may take
some time...
Font metrics: 0.0% done
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-mincho-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-mincho-medium-r-normal--24-170-100-100-c-240-ksc5601.1987-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-fangsong ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0' are not working correctly now.
Font metrics: 0.2% done
Font metrics: 0.4% done
Font metrics: 0.5% done
Font metrics: 0.7% done
Font metrics: 0.9% done
Font metrics: 1.1% done
Font metrics: 1.2% done
fixme:font:LFD_InitFontInfo font '-mutt-clearlyu arabic extra-medium-r-normal--17-120-100-100-p-103-fontspecific-0' has unknown registry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-mutt-clearlyu ligature-medium-r-normal--17-120-100-100-p-141-fontspecific-0' has unknown registry 'fontspecific' and character encoding '0'
Font metrics: 1.4% done
Font metrics: 1.6% done
Font metrics: 1.8% done
Font metrics: 2.0% done
Font metrics: 2.1% done
fixme:font:LFD_InitFontInfo font '-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry 'sunolcursor' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----10-100-75-75-p-101-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----12-120-75-75-p-113-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----14-140-75-75-p-128-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----19-190-75-75-p-154-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
Font metrics: 2.3% done
Font metrics: 2.5% done
Font metrics: 2.7% done
Font metrics: 2.8% done
Font metrics: 3.0% done
Font metrics: 3.2% done
Font metrics: 3.4% done
Font metrics: 3.6% done
Font metrics: 3.7% done
Font metrics: 3.9% done
Font metrics: 4.1% done
Font metrics: 4.3% done
Font metrics: 4.4% done
Font metrics: 4.6% done
Font metrics: 4.8% done
Font metrics: 5.0% done
Font metrics: 5.2% done
Font metrics: 5.3% done
Font metrics: 5.5% done
Font metrics: 5.7% done
Font metrics: 5.9% done
Font metrics: 6.0% done
Font metrics: 6.2% done
Font metrics: 6.4% done
Font metrics: 6.6% done
Font metrics: 6.7% done
Font metrics: 6.9% done
Font metrics: 7.1% done
Font metrics: 7.3% done
Font metrics: 7.5% done
Font metrics: 7.6% done
Font metrics: 7.8% done
Font metrics: 8.0% done
Font metrics: 8.2% done
Font metrics: 8.3% done
Font metrics: 8.5% done
Font metrics: 8.7% done
Font metrics: 8.9% done
Font metrics: 9.1% done
Font metrics: 9.2% done
Font metrics: 9.4% done
Font metrics: 9.6% done
Font metrics: 9.8% done
Font metrics: 9.9% done
Font metrics: 10.1% done
Font metrics: 10.3% done
Font metrics: 10.5% done
Font metrics: 10.7% done
Font metrics: 10.8% done
Font metrics: 11.0% done
Font metrics: 11.2% done
Font metrics: 11.4% done
Font metrics: 11.5% done
Font metrics: 11.7% done
Font metrics: 11.9% done
Font metrics: 12.1% done
Font metrics: 12.3% done
Font metrics: 12.4% done
Font metrics: 12.6% done
Font metrics: 12.8% done
Font metrics: 13.0% done
Font metrics: 13.1% done
Font metrics: 13.3% done
Font metrics: 13.5% done
Font metrics: 13.7% done
Font metrics: 13.9% done
Font metrics: 14.0% done
Font metrics: 14.2% done
Font metrics: 14.4% done
Font metrics: 14.6% done
Font metrics: 14.7% done
Font metrics: 14.9% done
Font metrics: 15.1% done
Font metrics: 15.3% done
Font metrics: 15.5% done
Font metrics: 15.6% done
Font metrics: 15.8% done
Font metrics: 16.0% done
Font metrics: 16.2% done
Font metrics: 16.3% done
Font metrics: 16.5% done
Font metrics: 16.7% done
Font metrics: 16.9% done
Font metrics: 17.1% done
Font metrics: 17.2% done
Font metrics: 17.4% done
Font metrics: 17.6% done
Font metrics: 17.8% done
Font metrics: 17.9% done
Font metrics: 18.1% done
Font metrics: 18.3% done
Font metrics: 18.5% done
Font metrics: 18.7% done
Font metrics: 18.8% done
Font metrics: 19.0% done
Font metrics: 19.2% done
Font metrics: 19.4% done
Font metrics: 19.5% done
Font metrics: 19.7% done
Font metrics: 19.9% done
Font metrics: 20.1% done
Font metrics: 20.2% done
Font metrics: 20.4% done
Font metrics: 20.6% done
Font metrics: 20.8% done
Font metrics: 21.0% done
Font metrics: 21.1% done
Font metrics: 21.3% done
Font metrics: 21.5% done
Font metrics: 21.7% done
Font metrics: 21.8% done
Font metrics: 22.0% done
Font metrics: 22.2% done
Font metrics: 22.4% done
Font metrics: 22.6% done
Font metrics: 22.7% done
Font metrics: 22.9% done
Font metrics: 23.1% done
Font metrics: 23.3% done
Font metrics: 23.4% done
Font metrics: 23.6% done
Font metrics: 23.8% done
Font metrics: 24.0% done
Font metrics: 24.2% done
Font metrics: 24.3% done
Font metrics: 24.5% done
Font metrics: 24.7% done
Font metrics: 24.9% done
Font metrics: 25.0% done
Font metrics: 25.2% done
Font metrics: 25.4% done
Font metrics: 25.6% done
Font metrics: 25.8% done
Font metrics: 25.9% done
Font metrics: 26.1% done
Font metrics: 26.3% done
Font metrics: 26.5% done
Font metrics: 26.6% done
Font metrics: 26.8% done
Font metrics: 27.0% done
Font metrics: 27.2% done
Font metrics: 27.4% done
Font metrics: 27.5% done
Font metrics: 27.7% done
Font metrics: 27.9% done
Font metrics: 28.1% done
Font metrics: 28.2% done
Font metrics: 28.4% done
Font metrics: 28.6% done
Font metrics: 28.8% done
Font metrics: 29.0% done
Font metrics: 29.1% done
Font metrics: 29.3% done
Font metrics: 29.5% done
Font metrics: 29.7% done
Font metrics: 29.8% done
Font metrics: 30.0% done
Font metrics: 30.2% done
Font metrics: 30.4% done
Font metrics: 30.6% done
Font metrics: 30.7% done
Font metrics: 30.9% done
Font metrics: 31.1% done
Font metrics: 31.3% done
Font metrics: 31.4% done
Font metrics: 31.6% done
Font metrics: 31.8% done
Font metrics: 32.0% done
Font metrics: 32.1% done
Font metrics: 32.3% done
Font metrics: 32.5% done
Font metrics: 32.7% done
Font metrics: 32.9% done
Font metrics: 33.0% done
Font metrics: 33.2% done
Font metrics: 33.4% done
Font metrics: 33.6% done
Font metrics: 33.7% done
Font metrics: 33.9% done
Font metrics: 34.1% done
Font metrics: 34.3% done
Font metrics: 34.5% done
Font metrics: 34.6% done
Font metrics: 34.8% done
Font metrics: 35.0% done
Font metrics: 35.2% done
Font metrics: 35.3% done
Font metrics: 35.5% done
Font metrics: 35.7% done
Font metrics: 35.9% done
Font metrics: 36.1% done
Font metrics: 36.2% done
Font metrics: 36.4% done
Font metrics: 36.6% done
Font metrics: 36.8% done
Font metrics: 36.9% done
Font metrics: 37.1% done
Font metrics: 37.3% done
Font metrics: 37.5% done
Font metrics: 37.7% done
Font metrics: 37.8% done
Font metrics: 38.0% done
Font metrics: 38.2% done
Font metrics: 38.4% done
Font metrics: 38.5% done
Font metrics: 38.7% done
Font metrics: 38.9% done
Font metrics: 39.1% done
Font metrics: 39.3% done
Font metrics: 39.4% done
Font metrics: 39.6% done
Font metrics: 39.8% done
Font metrics: 40.0% done
Font metrics: 40.1% done
Font metrics: 40.3% done
Font metrics: 40.5% done
Font metrics: 40.7% done
Font metrics: 40.9% done
Font metrics: 41.0% done
Font metrics: 41.2% done
Font metrics: 41.4% done
Font metrics: 41.6% done
Font metrics: 41.7% done
Font metrics: 41.9% done
Font metrics: 42.1% done
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-mincho-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-mincho-medium-r-normal--24-170-100-100-c-240-ksc5601.1987-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-fangsong ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0' are not working correctly now.
Font metrics: 42.3% done
Font metrics: 42.5% done
Font metrics: 42.6% done
Font metrics: 42.8% done
Font metrics: 43.0% done
Font metrics: 43.2% done
Font metrics: 43.3% done
fixme:font:LFD_InitFontInfo font '-mutt-clearlyu arabic extra-medium-r-normal--17-120-100-100-p-103-fontspecific-0' has unknown registry 'fontspecific' and character encoding '0'
fixme:font:LFD_InitFontInfo font '-mutt-clearlyu ligature-medium-r-normal--17-120-100-100-p-141-fontspecific-0' has unknown registry 'fontspecific' and character encoding '0'
Font metrics: 43.5% done
Font metrics: 43.7% done
Font metrics: 43.9% done
Font metrics: 44.0% done
Font metrics: 44.2% done
fixme:font:LFD_InitFontInfo font '-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry 'sunolcursor' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----10-100-75-75-p-101-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----12-120-75-75-p-113-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----14-140-75-75-p-128-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----19-190-75-75-p-154-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
Font metrics: 44.4% done
Font metrics: 44.6% done
Font metrics: 44.8% done
fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-fangsong ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0' are not working correctly now.
Font metrics: 44.9% done
fixme:font:LFD_InitFontInfo font '-sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1' has unknown registry 'sunolcursor' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----10-100-75-75-p-101-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----12-120-75-75-p-113-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----14-140-75-75-p-128-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
fixme:font:LFD_InitFontInfo font '-sun-open look glyph-----19-190-75-75-p-154-sunolglyph-1' has unknown registry 'sunolglyph' and character encoding '1'
Font metrics: 45.1% done
Font metrics: 45.3% done
Font metrics: 45.5% done
Font metrics: 45.6% done
Font metrics: 45.8% done
Font metrics: 46.0% done
Font metrics: 46.2% done
Font metrics: 46.4% done
Font metrics: 46.5% done
Font metrics: 46.7% done
Font metrics: 46.9% done
Font metrics: 47.1% done
Font metrics: 47.2% done
Font metrics: 47.4% done
Font metrics: 47.6% done
Font metrics: 47.8% done
Font metrics: 48.0% done
Font metrics: 48.1% done
Font metrics: 48.3% done
Font metrics: 48.5% done
Font metrics: 48.7% done
Font metrics: 48.8% done
Font metrics: 49.0% done
Font metrics: 49.2% done
Font metrics: 49.4% done
Font metrics: 49.6% done
Font metrics: 49.7% done
Font metrics: 49.9% done
Font metrics: 50.1% done
Font metrics: 50.3% done
Font metrics: 50.4% done
Font metrics: 50.6% done
Font metrics: 50.8% done
Font metrics: 51.0% done
Font metrics: 51.2% done
Font metrics: 51.3% done
Font metrics: 51.5% done
Font metrics: 51.7% done
Font metrics: 51.9% done
Font metrics: 52.0% done
Font metrics: 52.2% done
Font metrics: 52.4% done
Font metrics: 52.6% done
Font metrics: 52.8% done
Font metrics: 52.9% done
Font metrics: 53.1% done
Font metrics: 53.3% done
Font metrics: 53.5% done
Font metrics: 53.6% done
Font metrics: 53.8% done
Font metrics: 54.0% done
Font metrics: 54.2% done
Font metrics: 54.4% done
Font metrics: 54.5% done
Font metrics: 54.7% done
Font metrics: 54.9% done
Font metrics: 55.1% done
Font metrics: 55.2% done
Font metrics: 55.4% done
Font metrics: 55.6% done
Font metrics: 55.8% done
Font metrics: 56.0% done
Font metrics: 56.1% done
Font metrics: 56.3% done
Font metrics: 56.5% done
Font metrics: 56.7% done
Font metrics: 56.8% done
Font metrics: 57.0% done
Font metrics: 57.2% done
Font metrics: 57.4% done
Font metrics: 57.5% done
Font metrics: 57.7% done
Font metrics: 57.9% done
Font metrics: 58.1% done
Font metrics: 58.3% done
Font metrics: 58.4% done
Font metrics: 58.6% done
Font metrics: 58.8% done
Font metrics: 59.0% done
Font metrics: 59.1% done
Font metrics: 59.3% done
Font metrics: 59.5% done
Font metrics: 59.7% done
Font metrics: 59.9% done
Font metrics: 60.0% done
Font metrics: 60.2% done
Font metrics: 60.4% done
Font metrics: 60.6% done
Font metrics: 60.7% done
Font metrics: 60.9% done
Font metrics: 61.1% done
Font metrics: 61.3% done
Font metrics: 61.5% done
Font metrics: 61.6% done
Font metrics: 61.8% done
Font metrics: 62.0% done
Font metrics: 62.2% done
Font metrics: 62.3% done
Font metrics: 62.5% done
Font metrics: 62.7% done
Font metrics: 62.9% done
Font metrics: 63.1% done
Font metrics: 63.2% done
Font metrics: 63.4% done
Font metrics: 63.6% done
Font metrics: 63.8% done
Font metrics: 63.9% done
Font metrics: 64.1% done
Font metrics: 64.3% done
Font metrics: 64.5% done
Font metrics: 64.7% done
Font metrics: 64.8% done
Font metrics: 65.0% done
Font metrics: 65.2% done
Font metrics: 65.4% done
Font metrics: 65.5% done
Font metrics: 65.7% done
Font metrics: 65.9% done
Font metrics: 66.1% done
Font metrics: 66.3% done
Font metrics: 66.4% done
Font metrics: 66.6% done
Font metrics: 66.8% done
Font metrics: 67.0% done
Font metrics: 67.1% done
Font metrics: 67.3% done
Font metrics: 67.5% done
Font metrics: 67.7% done
Font metrics: 67.9% done
Font metrics: 68.0% done
Font metrics: 68.2% done
Font metrics: 68.4% done
Font metrics: 68.6% done
Font metrics: 68.7% done
Font metrics: 68.9% done
Font metrics: 69.1% done
Font metrics: 69.3% done
Font metrics: 69.4% done
Font metrics: 69.6% done
Font metrics: 69.8% done
Font metrics: 70.0% done
Font metrics: 70.2% done
Font metrics: 70.3% done
Font metrics: 70.5% done
Font metrics: 70.7% done
Font metrics: 70.9% done
Font metrics: 71.0% done
Font metrics: 71.2% done
Font metrics: 71.4% done
Font metrics: 71.6% done
Font metrics: 71.8% done
Font metrics: 71.9% done
Font metrics: 72.1% done
Font metrics: 72.3% done
Font metrics: 72.5% done
Font metrics: 72.6% done
Font metrics: 72.8% done
Font metrics: 73.0% done
Font metrics: 73.2% done
Font metrics: 73.4% done
Font metrics: 73.5% done
Font metrics: 73.7% done
Font metrics: 73.9% done
Font metrics: 74.1% done
Font metrics: 74.2% done
Font metrics: 74.4% done
Font metrics: 74.6% done
Font metrics: 74.8% done
Font metrics: 75.0% done
Font metrics: 75.1% done
Font metrics: 75.3% done
Font metrics: 75.5% done
Font metrics: 75.7% done
Font metrics: 75.8% done
Font metrics: 76.0% done
Font metrics: 76.2% done
Font metrics: 76.4% done
Font metrics: 76.6% done
Font metrics: 76.7% done
Font metrics: 76.9% done
Font metrics: 77.1% done
Font metrics: 77.3% done
Font metrics: 77.4% done
Font metrics: 77.6% done
Font metrics: 77.8% done
Font metrics: 78.0% done
Font metrics: 78.2% done
Font metrics: 78.3% done
Font metrics: 78.5% done
Font metrics: 78.7% done
Font metrics: 78.9% done
Font metrics: 79.0% done
Font metrics: 79.2% done
Font metrics: 79.4% done
Font metrics: 79.6% done
Font metrics: 79.8% done
Font metrics: 79.9% done
Font metrics: 80.1% done
Font metrics: 80.3% done
Font metrics: 80.5% done
Font metrics: 80.6% done
Font metrics: 80.8% done
Font metrics: 81.0% done
Font metrics: 81.2% done
Font metrics: 81.3% done
Font metrics: 81.5% done
Font metrics: 81.7% done
Font metrics: 81.9% done
Font metrics: 82.1% done
Font metrics: 82.2% done
Font metrics: 82.4% done
Font metrics: 82.6% done
Font metrics: 82.8% done
Font metrics: 82.9% done
Font metrics: 83.1% done
Font metrics: 83.3% done
Font metrics: 83.5% done
Font metrics: 83.7% done
Font metrics: 83.8% done
Font metrics: 84.0% done
Font metrics: 84.2% done
Font metrics: 84.4% done
Font metrics: 84.5% done
Font metrics: 84.7% done
Font metrics: 84.9% done
Font metrics: 85.1% done
Font metrics: 85.3% done
Font metrics: 85.4% done
Font metrics: 85.6% done
Font metrics: 85.8% done
Font metrics: 86.0% done
Font metrics: 86.1% done
Font metrics: 86.3% done
Font metrics: 86.5% done
Font metrics: 86.7% done
Font metrics: 86.9% done
Font metrics: 87.0% done
Font metrics: 87.2% done
Font metrics: 87.4% done
Font metrics: 87.6% done
Font metrics: 87.7% done
Font metrics: 87.9% done
Font metrics: 88.1% done
Font metrics: 88.3% done
Font metrics: 88.5% done
Font metrics: 88.6% done
Font metrics: 88.8% done
Font metrics: 89.0% done
Font metrics: 89.2% done
Font metrics: 89.3% done
Font metrics: 89.5% done
Font metrics: 89.7% done
Font metrics: 89.9% done
Font metrics: 90.1% done
Font metrics: 90.2% done
Font metrics: 90.4% done
Font metrics: 90.6% done
Font metrics: 90.8% done
Font metrics: 90.9% done
Font metrics: 91.1% done
Font metrics: 91.3% done
Font metrics: 91.5% done
Font metrics: 91.7% done
Font metrics: 91.8% done
Font metrics: 92.0% done
Font metrics: 92.2% done
Font metrics: 92.4% done
Font metrics: 92.5% done
Font metrics: 92.7% done
Font metrics: 92.9% done
Font metrics: 93.1% done
fixme:font:LFD_InitFontInfo font '-microsoft-verdana-bold-i-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
Font metrics: 93.3% done
fixme:font:LFD_InitFontInfo font '-microsoft-verdana-bold-r-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
Font metrics: 93.4% done
Font metrics: 93.6% done
fixme:font:LFD_InitFontInfo font '-microsoft-verdana-medium-i-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
Font metrics: 93.8% done
Font metrics: 94.0% done
fixme:font:LFD_InitFontInfo font '-microsoft-verdana-medium-r-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-andale mono-medium-r-normal--0-0-0-0-m-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-andale mono-medium-r-normal--0-0-0-0-m-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 94.1% done
Font metrics: 94.3% done
fixme:font:LFD_InitFontInfo font '-monotype-arial black-medium-r-normal--0-0-0-0-p-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-arial black-medium-r-normal--0-0-0-0-p-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 94.5% done
Font metrics: 94.7% done
fixme:font:LFD_InitFontInfo font '-monotype-arial-bold-i-normal--0-0-0-0-p-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-arial-bold-i-normal--0-0-0-0-p-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 94.8% done
fixme:font:LFD_InitFontInfo font '-monotype-arial-bold-i-normal--0-0-0-0-p-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 95.0% done
fixme:font:LFD_InitFontInfo font '-monotype-arial-bold-i-normal--0-0-0-0-p-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-arial-bold-i-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-arial-bold-r-normal--0-0-0-0-p-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-arial-bold-r-normal--0-0-0-0-p-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 95.2% done
fixme:font:LFD_InitFontInfo font '-monotype-arial-bold-r-normal--0-0-0-0-p-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 95.4% done
fixme:font:LFD_InitFontInfo font '-monotype-arial-bold-r-normal--0-0-0-0-p-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-arial-bold-r-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-arial-medium-i-normal--0-0-0-0-p-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-arial-medium-i-normal--0-0-0-0-p-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 95.6% done
fixme:font:LFD_InitFontInfo font '-monotype-arial-medium-i-normal--0-0-0-0-p-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 95.7% done
fixme:font:LFD_InitFontInfo font '-monotype-arial-medium-i-normal--0-0-0-0-p-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-arial-medium-i-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
Font metrics: 95.9% done
fixme:font:LFD_InitFontInfo font '-monotype-arial-medium-r-normal--0-0-0-0-p-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-arial-medium-r-normal--0-0-0-0-p-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 96.1% done
fixme:font:LFD_InitFontInfo font '-monotype-arial-medium-r-normal--0-0-0-0-p-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 96.3% done
fixme:font:LFD_InitFontInfo font '-monotype-arial-medium-r-normal--0-0-0-0-p-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-arial-medium-r-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-bold-i-normal--0-0-0-0-m-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-bold-i-normal--0-0-0-0-m-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 96.4% done
fixme:font:LFD_InitFontInfo font '-monotype-courier new-bold-i-normal--0-0-0-0-m-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 96.6% done
fixme:font:LFD_InitFontInfo font '-monotype-courier new-bold-i-normal--0-0-0-0-m-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-bold-i-normal--0-0-0-0-m-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-bold-r-normal--0-0-0-0-m-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-bold-r-normal--0-0-0-0-m-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 96.8% done
fixme:font:LFD_InitFontInfo font '-monotype-courier new-bold-r-normal--0-0-0-0-m-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 97.0% done
fixme:font:LFD_InitFontInfo font '-monotype-courier new-bold-r-normal--0-0-0-0-m-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
Font metrics: 97.2% done
fixme:font:LFD_InitFontInfo font '-monotype-courier new-bold-r-normal--0-0-0-0-m-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-medium-i-normal--0-0-0-0-m-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-medium-i-normal--0-0-0-0-m-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 97.3% done
fixme:font:LFD_InitFontInfo font '-monotype-courier new-medium-i-normal--0-0-0-0-m-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 97.5% done
fixme:font:LFD_InitFontInfo font '-monotype-courier new-medium-i-normal--0-0-0-0-m-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-medium-i-normal--0-0-0-0-m-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-medium-r-normal--0-0-0-0-m-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-medium-r-normal--0-0-0-0-m-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 97.7% done
fixme:font:LFD_InitFontInfo font '-monotype-courier new-medium-r-normal--0-0-0-0-m-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 97.9% done
fixme:font:LFD_InitFontInfo font '-monotype-courier new-medium-r-normal--0-0-0-0-m-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-courier new-medium-r-normal--0-0-0-0-m-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-impact-medium-r-condensed--0-0-0-0-p-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
Font metrics: 98.0% done
fixme:font:LFD_InitFontInfo font '-monotype-impact-medium-r-condensed--0-0-0-0-p-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 98.2% done
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-bold-i-normal--0-0-0-0-p-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-bold-i-normal--0-0-0-0-p-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 98.4% done
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-bold-i-normal--0-0-0-0-p-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 98.6% done
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-bold-i-normal--0-0-0-0-p-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-bold-i-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-bold-r-normal--0-0-0-0-p-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
Font metrics: 98.8% done
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-bold-r-normal--0-0-0-0-p-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 98.9% done
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-bold-r-normal--0-0-0-0-p-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 99.1% done
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-bold-r-normal--0-0-0-0-p-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-bold-r-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-i-normal--0-0-0-0-p-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-i-normal--0-0-0-0-p-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 99.3% done
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-i-normal--0-0-0-0-p-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 99.5% done
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-i-normal--0-0-0-0-p-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-i-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-dosencoding-cp437' has unknown registry 'dosencoding' and character encoding 'cp437'
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-dosencoding-cp850' has unknown registry 'dosencoding' and character encoding 'cp850'
Font metrics: 99.6% done
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-iso8859-9e' has unknown character encoding '9e' in known registry 'iso8859'
Font metrics: 99.8% done
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-tatar-cyr' has unknown registry 'tatar' and character encoding 'cyr'
fixme:font:LFD_InitFontInfo font '-monotype-times new roman-medium-r-normal--0-0-0-0-p-0-tcvn-5712' has unknown character encoding '5712' in known registry 'tcvn'
Font metrics: 100.0% done
err:wave:OSS_WaveOutInit /dev/mixer1: No such device
Registry entries successfully installed.
Installation complete for now. Good luck (this is still alpha software).
If you have problems with WINE, please read the documentation first,
as many kinds of potential problems are explained there.
====================================================
Sincerely,
DG http://gnufans.net/
--
http://bugs.winehq.org/show_bug.cgi?id=2182
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=444
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2096
------- Additional Comments From carl.sopchak(a)cegis123.com 2004-21-04 07:26 -------
I did the regression testing that Tony pointed me to. There are three files that were
updated 12/12/2003 at 00:01:20 CST: internet.c, urlcache.c and wininet.spec, all in
dlls/wininet. A quick look at the changes leads me to believe they are related to
implementing unicode, but (a) I could be wrong, and (b) there may be other changes
unrelated to unicode. Before these changes are incorporated, Quicken 2000 Deluxe
does not crash in the scenario originally posted. After integration, it does.
The changes made in this update were by no means trivial, so it is well beyond my
capability to try to debug any potential problem with them in this case.
I also have to mention that I find it hard to believe that these changes are DIRECTLY
causing the problem (although I don't know nearly enough to be certain!). What part of
printing and/or display management uses internet related code?? (Remember, the error
I'm getting is an X resource error, although I guess any memory allocation is supposed to
be done through X...) Using --debugmsg +wininet shows no additional messages on
stdout.
One thing I did notice during the testing is that I get the fixme message from
CreateCompatibleBitmap showing huge X and Y values even prior to the 12/12 update,
but for some reason (which I have not determined) Quicken does not crash. Also, the
values shown in the message are not necessarily the same when trying different cvs
versions of wine. (65,535 +/- seems to come up relatively frequently, as well as 2 [along
with a number in the millions].)
My gut is telling me that the problem really is that bad value(s) are being passed to
CreateCompatibleBitmap (or some function which calls same), perhaps due to using a
wrong data type for the parameter(s), which values get changed based on the size of the
wine program, or where it happens to be loaded into memory. I have no real basis for this
assertion, with the exception of the fact that I have seen LONGs used where there should
be INTs (see original report). (I don't know C - or wine coding - well enough to know if
this is a real problem or not...)
One other thing, I think I have a reporducible scenario: Set up a Quicken file with
reminders turned on, and add a transaction to a checking account dated "today" that is a
check to be printed. When Quicken is started up, the reminders page is displayed.
Double click on the check that needs printing. When the printing dialog is displayed,
press Alt-K (select checks dated through today), Alt-O (one check on initial page),
Ctrl-Enter (accept selections). Quicken will then ask if the tear-off stub is still attached.
Press Space (selecting Yes). Quicken crashes hard... This seems to crash every time
(for me).
Lastly, I'm trying to determine (via the regression test methodology) when the fixme
messages began to appear, however I'm having difficulty trying to compile wine using
dates in 2002. I'll post what I find...
HTH,
Carl
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2183
Summary: Popup window with : - Assertion failed: !"bogus context
in Locla_wnwind()", file xx.cpp, line 2272
Product: Wine
Version: 20040408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andy(a)goofys.co.uk
I am having problems getting a program to run
I get the following popup messages: -
Assertion failed: !"bogus context in Locla_wnwind()", file xx.cpp, line 2272
Abnormal program termination
And the following output on the console: -
trace:loaddll:load_dll Loaded module L"C:\\Windows\\System\\advapi32.dll" :
builtin
.
.
.
trace:loaddll:load_dll Loaded module L"C:\\Windows\\System\\cp3245mt.dll" :
native
trace:loaddll:MODULE_LoadModule16 Loaded module "krnl386.exe" : builtin
trace:loaddll:MODULE_LoadModule16 Loaded module "system.drv" : builtin
trace:loaddll:MODULE_LoadModule16 Loaded module "GDI.EXE" : builtin
trace:loaddll:MODULE_LoadModule16 Loaded module "USER.EXE" : builtin
trace:loaddll:load_dll Loaded module L"x11drv.dll" : builtin
trace:loaddll:load_dll Loaded module L"C:\\Windows\\System\\imm32.dll" :
builtin
trace:loaddll:load_dll Loaded module L"wineoss.drv" : builtin
err:wave:OSS_WaveOutInit /dev/mixer1: No such file or directory
err:wave:OSS_WaveInInit /dev/mixer1: No such file or directory
trace:loaddll:load_dll Loaded module L"C:\\Windows\\System\\msacm32.dll" :
builtin
trace:loaddll:load_dll Loaded module L"C:\\Windows\\System\\msacm.drv" :
builtin
trace:loaddll:load_dll Loaded module L"C:\\Windows\\System\\midimap.drv" :
builtin
fixme:ras:RasEnumEntriesA
((nil),(null),0x406de85c,0x406dfd04,0x406dfd00),stub!
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2182
Summary: civ2: wine freezes on text display. BT, report.
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deego(a)gnufans.org
hi
It goes through the initialization. Even plays the music when selecting options
(though very brokenly.. any hints?). When I click the final ok, it freezes.
http://bugs.winehq.org/show_bug.cgi?id=2159
------- Additional Comments From david_costanzo(a)yahoo.com 2004-21-04 02:28 -------
It seems that the top bit of the first letter of some of the strings that are
being passed into CompareStringA are erronously being set. For example, when
CompareStringA gets the word "Autosave", the captial A has an acute accent mark,
or 0xC1, which is 'A' with the top bit set (0x41 | 0x80 == 0xC1).
I assume that the top bit being set is a bug. I do not know why or where the
top bit is being set. This may be a bug in QuArK, but it is also a bug in wine,
since QuArK behaves differently on Windows.
Not all words are corrupted. Here is a partial list of the words that are being
corrupted:
3DLight
AccelDelay
ArrowSize
AutoSave
BtnText
DockPos
DockRow
FloatBottom
FloatRight
FloatRightX
FloatTop
ForceAngleStep
FreeZoom
Gamma
GridHFactor
GridMinStep
GridStep
IconW
InternalVersion
LeftPanelV
LigthFactor
MapLimit
NormalVector
P2
P3
Size
SunVersion
WallLimit
vsec
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Wine Bugs <wine-bugs(a)winehq.org> writes:
> http://bugs.winehq.org/show_bug.cgi?id=2181
>
> Wine kept crashing on me when trying to start large games.
Oh, I forgot to mention-- This game (and others) installed just fine
on my machine by running "wine autorun.exe" on the cdrom. Civ2 also
installed some "Intel video drivers" after the game. Those drivers
"detected" that I have windows 95 and asked me to confirm. They asked
me to select from 95 or NT, and I "confirmed" that I have windows 95.
I actually had no windows at all on the hard drive.
(I do actually have a win2k professional CD, but not installed).
[...]
http://bugs.winehq.org/show_bug.cgi?id=717
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEW
------- Additional Comments From Speeddymon(a)yahoo.com 2004-20-04 10:51 -------
UPDATE, I think that we should go ahead with the dummy icon.. That would
actually be closer to windows anyways because that is what windows whows for
unknown filetypes.. So we need someone to make the dummy icon (blank page with
the wine glass in the middle anyone?) and modify the source to show _that_
when the icon cant be created because the file doesnt exist, as opposed to just
completely failing. Then go back and further down in the source setup
something to go back and check for the files that didnt exist, and if they do,
modify the menu and desktop items to show the correct icon..
Dustin
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2165
------- Additional Comments From therealman11(a)yahoo.com 2004-20-04 00:56 -------
The software is used for curcuit diagramming and simulation. It usually gives
that error when it needs to redraw the canvas after moving a part around or
closing a dialog box. I can't test it any more as I don't have a suitable
machine. If you all really need me to test it, I think I could get access to
one though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2101
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-04 20:34 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2180
bug-wine(a)sternwelten.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From bug-wine(a)sternwelten.at 2004-18-04 14:18 -------
i'll close my "bug",
sorry for the noise!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2180
bug-wine(a)sternwelten.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From bug-wine(a)sternwelten.at 2004-18-04 14:16 -------
thanks for your explanations
also found this feature documented at
http://www.winehq.org/site/docs/wine-user/config-fonts-main for carefully readers.
good job.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2086
------- Additional Comments From dclark(a)akamail.com 2004-18-04 11:24 -------
Go ahead and send the patch again. I do the list moderation and certainly did
not intentionally moderate it out. Being a "known user" is not required for
sending patches to the list.
But just in case you were not aware of it, if you just don't want postings
emailed to you, you can subscribe to the list and then after confirming your
subscription, go to your list configuration page and turn on " Disable mail
delivery". That will allow you to bypass moderation without being bothered by a
bunch of emails filling your inbox.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2101
treeve01(a)pi.be changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From treeve01(a)pi.be 2004-18-04 11:09 -------
printing now works again with wine-20040408
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2086
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hdavies(a)codeweavers.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-04 10:04 -------
CC:ing Huw Davies
It is quite possible that you patch didn't get through because it was moderated
out. In any case I cannot find it. You sould test and resubmit using CVS or at
least the latest tarball. This does look unreasonable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2086
------- Additional Comments From feulner.norbert(a)web.de 2004-18-04 04:40 -------
The Game is called 3D-Pinball for Windows - Space Cadet
I added the sugested Patch. I tried to send it
to wine-patches(a)winehq.com but I think it was rejected for I
am not a known user.
--- wine-20040309/objects/dib.c 2004-03-17 19:27:13.000000000 +0100
+++ wine-20040309/objects/dib.c.new 2004-03-17 15:31:20.000000000 +0100
@@ -177,9 +177,6 @@
GDI_ReleaseObj( hdc );
hdcMem = CreateCompatibleDC( hdc );
- hBitmap = CreateCompatibleBitmap(hdc, info->bmiHeader.biWidth,
- info->bmiHeader.biHeight);
- hOldBitmap = SelectObject( hdcMem, hBitmap );
if (info->bmiHeader.biCompression == BI_RLE4 ||
info->bmiHeader.biCompression == BI_RLE8) {
@@ -199,14 +196,20 @@
* ericP (2000/09/09)
*/
+ hBitmap = CreateCompatibleBitmap(hdc, info->bmiHeader.biWidth,
+ info->bmiHeader.biHeight);
/* copy existing bitmap from destination dc */
StretchBlt( hdcMem, xSrc, abs(info->bmiHeader.biHeight) - heightSrc
- ySrc,
widthSrc, heightSrc, hdc, xDst, yDst, widthDst,
heightDst,
dwRop );
+ SetDIBits(hdcMem, hBitmap, 0, info->bmiHeader.biHeight, bits,
+ info, wUsage /*DIB_RGB_COLORS*/);
+ } else {
+ hBitmap = CreateDIBitmap( hdc, &info->bmiHeader, CBM_INIT,
+ bits, info, wUsage );
}
- SetDIBits(hdcMem, hBitmap, 0, info->bmiHeader.biHeight, bits,
- info, wUsage);
+ hOldBitmap = SelectObject( hdcMem, hBitmap );
/* Origin for DIBitmap may be bottom left (positive biHeight) or top
left (negative biHeight) */
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2179
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.