Running Microsoft Office 97 installer works with wine but fails with winedbg.
--- [j@laptop tmp]$ winedbg -- /mnt/cdrom/install.exe fixme:console:SetConsoleCtrlHandler (0x40592770,1) - no error checking or testing yet WineDbg starting on pid a Breakpoint 1 at 0x40583000 Invalid address, can't set breakpoint You can turn on deferring breakpoints by address by setting $CanDeferOnBPByAddr to 1 Loaded debug information from ELF 'wine' ((nil)) Breakpoint 2 at 0x4000b2a0 (_end+0x400545c) Loaded debug information from ELF '/usr/local/wine/lib/libwine.so.1' (0x40015000) No debug information in ELF '/lib/i686/libc.so.6' (0x4003b000) No debug information in ELF '/lib/libdl.so.2' (0x4016b000) No debug information in ELF '/lib/i686/libm.so.6' (0x4016e000) No debug information in ELF '/lib/ld-linux.so.2' (0x40000000) Loaded debug information from ELF '/usr/local/wine/lib/wine/ntdll.dll.so' (0x40192000) Loaded debug information from ELF '/usr/local/wine/lib/libwine_unicode.so.1' (0x401ff000) No debug information in ELF '/lib/libnss_files.so.2' (0x4002f000) Loaded debug information from ELF '/usr/local/wine/lib/wine/kernel32.dll.so' (0x40410000) Loaded debug information from ELF '/usr/local/wine/lib/wine/winevdm.exe.so' (0x40571000) No debug information in 32bit DLL 'winevdm.exe' (0x40580000) No debug information in 32bit DLL 'NTDLL.DLL' (0x401b0000) No debug information in 32bit DLL 'KERNEL32.DLL' (0x40440000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x408b0000) Loaded debug information from ELF '/usr/local/wine/lib/wine/winedos.dll.so' (0x40690000) Loaded debug information from ELF '/usr/local/wine/lib/wine/user32.dll.so' (0x406ea000) Loaded debug information from ELF '/usr/local/wine/lib/wine/gdi32.dll.so' (0x40822000) Loaded debug information from ELF '/usr/local/wine/lib/wine/advapi32.dll.so' (0x4089e000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40840000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40710000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEDOS.DLL' (0x406a0000) Loading required GL library /usr/X11R6/lib/libGL.so.1.2 fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (French keyboard layout) for scancode mapping. Please define your layout in dlls/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. err:wineconsole:WINECON_Fatal Couldn't find a decent font, aborting
Invalid address for breakpoint 1, disabling it Invalid address for breakpoint 2, disabling it Process of pid=0000000a has terminated [j@laptop tmp]$
Jérôme Bouat wrote:
Running Microsoft Office 97 installer works with wine but fails with winedbg.
which wine version are you using ? A+
Jérôme Bouat wrote:
CVS (~10 houres ago)
then, the installer tries to open a console and fails...
please check that you should have some fixed size X11 fonts installed. This is need for the console to run
if you do, and it doesn't work, could you send me the trace generated by wineconsole --debugmsg +wineconsole winedbg
TIA
The problem is that it worked the first time I ran this installer.
Anyway, where can I check for fixed size X11 fonts ?
Le jeu 06/11/2003 à 22:33, Eric Pouech a écrit :
Jérôme Bouat wrote:
CVS (~10 houres ago)
then, the installer tries to open a console and fails...
please check that you should have some fixed size X11 fonts installed. This is need for the console to run
if you do, and it doesn't work, could you send me the trace generated by wineconsole --debugmsg +wineconsole winedbg
TIA
Jérôme Bouat wrote:
The problem is that it worked the first time I ran this installer.
behavior also depends on whether or not you redirected the input. Some recent changes in the freetype handling code may have broken things too.
Anyway, where can I check for fixed size X11 fonts ?
xlsfonts A+
[j@laptop tmp]$ xlsfonts |grep -i fixed|wc -l 277 [j@laptop tmp]$
Thus I ran wineconsole as you advised. I saw some non organized chars on my virtual console (as if no line return were used). Here is the trace: --- [j@laptop tmp]$ wineconsole --debugmsg +wineconsole winedbg trace:wineconsole:WINECON_RegLoad loading L"winedbg" registry settings. trace:wineconsole:WINECON_DumpConfig load cell=(7,13) cursor=(25,1) attr=0f font=L"Misc Fixed"/0 hist=50/2 flags=qX msk=00000000 sb=(80,25) win=(0,0)x(80,25) edit=0 registry=L"winedbg" trace:wineconsole:WINECON_Init using hConIn 0x20, hSynchro event 0x24 trace:wineconsole:WINECON_Init using hConOut 0x2c [j@laptop tmp]$ ---
Le jeu 06/11/2003 à 22:46, Eric Pouech a écrit :
Jérôme Bouat wrote:
The problem is that it worked the first time I ran this installer.
behavior also depends on whether or not you redirected the input. Some recent changes in the freetype handling code may have broken things too.
Anyway, where can I check for fixed size X11 fonts ?
xlsfonts A+
Jérôme Bouat wrote:
[j@laptop tmp]$ xlsfonts |grep -i fixed|wc -l 277 [j@laptop tmp]$
Thus I ran wineconsole as you advised. I saw some non organized chars on my virtual console (as if no line return were used). Here is the trace:
[j@laptop tmp]$ wineconsole --debugmsg +wineconsole winedbg trace:wineconsole:WINECON_RegLoad loading L"winedbg" registry settings. trace:wineconsole:WINECON_DumpConfig load cell=(7,13) cursor=(25,1) attr=0f font=L"Misc Fixed"/0 hist=50/2 flags=qX msk=00000000 sb=(80,25) win=(0,0)x(80,25) edit=0 registry=L"winedbg" trace:wineconsole:WINECON_Init using hConIn 0x20, hSynchro event 0x24 trace:wineconsole:WINECON_Init using hConOut 0x2c
unfortunately this is the startup of the wineconsole for the debugger, not for the other app could you retry with WINEOPTIONS="-debugmsg +wineconsole,+wc_font" winedbg
(if every goes ok, you should get in the trace the error message too) A+