Noteworthy Composer under WineDbg

2005-03-12 Thread Andrew Neil Ramage
I have been unable to find the reason Wine MIDI Mapper does not open 
properly.  The trace below shows the output from winedbg with WINDEBUG 
set to +all.  I hope someone can tell me what is going on.

Andrew
[EMAIL PROTECTED] Default]$ set WINEDEBUG=+all
[EMAIL PROTECTED] Default]$ winedbg ~/.wine/drive_c/Program 
Files/NoteWorthy Composer/NWC32.EXE
WineDbg starting on pid 0xa
In 32 bit mode.
0x404d7dbf start_process+0xcf 
[/home/andrew/Download/Software/wine-20050211/dlls/kernel/../../include/winternl.h:1356] 
in kernel32: jmp0x404d7db5 start_process+0xc5 
[/home/andrew/Download/Software/wine-20050211/dlls/kernel/process.c:1046] 
in kernel32
1356static inline void WINAPI DbgBreakPoint(void) { __asm__ 
__volatile__(int3); }
Wine-dbgnext
1046ExitProcess( entry( peb ) );
Wine-dbgnext
err:thunk:_loadthunk (NWMID95B.DLT, thunkobj_ThunkData16, NWMID95B.DLL): 
Unable to load 'NWMID95B.DLT', error 2
fixme:commdlg:PRINTDLG_OpenDefaultPrinter Could not open printer 
EPSONStylusC42?!
fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at minimum
fixme:mmtime:timeEndPeriod Stub; we set our timer resolution at minimum
Invalid address (0x404d7db8) for breakpoint 0, disabling it
Process of pid=0x000a has terminated
Wine-dbgquit
WineDbg terminated on pid 0xa
[EMAIL PROTECTED] Default]$

--
Andrew
[hackcoughsniffle]
Internal Virus Database corrupt


Re: Noteworthy Composer under WineDbg

2005-03-12 Thread Eric Pouech
err:thunk:_loadthunk (NWMID95B.DLT, thunkobj_ThunkData16, NWMID95B.DLL): 
Unable to load 'NWMID95B.DLT', error 2
wine dies because of this... it cannot find (or load) nwmid95b.dlt
A+
--
Eric Pouech



Re: Noteworthy Composer under WineDbg

2005-03-12 Thread Andrew Neil Ramage
Further detail interspersed
Andrew
[hackcoughsniffle]
Internal Virus Database corrupt
Andrew Neil Ramage wrote:
I have been unable to find the reason Wine MIDI Mapper does not open 
properly.  The trace below shows the output from winedbg with WINDEBUG 
set to +all.  I hope someone can tell me what is going on.

Andrew
[EMAIL PROTECTED] Default]$ set WINEDEBUG=+all
[EMAIL PROTECTED] Default]$ winedbg ~/.wine/drive_c/Program 
Files/NoteWorthy Composer/NWC32.EXE
WineDbg starting on pid 0xa
In 32 bit mode.
0x404d7dbf start_process+0xcf 
[/home/andrew/Download/Software/wine-20050211/dlls/kernel/../../include/winternl.h:1356] 
in kernel32: jmp0x404d7db5 start_process+0xc5 
[/home/andrew/Download/Software/wine-20050211/dlls/kernel/process.c:1046] 
in kernel32
1356static inline void WINAPI DbgBreakPoint(void) { __asm__ 
__volatile__(int3); }
Wine-dbgnext
1046ExitProcess( entry( peb ) );
Wine-dbgnext
Normal start of program - main window opens and tips dialog displayed
err:thunk:_loadthunk (NWMID95B.DLT, thunkobj_ThunkData16, NWMID95B.DLL): 
Unable to load 'NWMID95B.DLT', error 2
fixme:commdlg:PRINTDLG_OpenDefaultPrinter Could not open printer 
EPSONStylusC42?!
No such dialog is displayed
Load song file and press Play.  NWC reports that the MIDI device is
not set up and asks if you want to open the dialog.to fix the problem.
WineMIDI Mapper is selected, as the default midi mapper, but pressing OK
results in the same error message from Noteworthy.  Either pressing
Cancel or removing the Wine MIDI Mapper allows the dialog to close.
fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at minimum
The notes on the display are highlighted as normal but no sound is
generated.
Quit application
fixme:mmtime:timeEndPeriod Stub; we set our timer resolution at minimum
Invalid address (0x404d7db8) for breakpoint 0, disabling it
Process of pid=0x000a has terminated
Wine-dbgquit
WineDbg terminated on pid 0xa
[EMAIL PROTECTED] Default]$