Noteworthy Composer error message - meaning please

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Tootler
Level 2
Level 2
Posts: 23
Joined: Tue May 12, 2009 7:32 am

Noteworthy Composer error message - meaning please

Post by Tootler »

I run Noteworthy Composer in Wine - it is the only thing I use Wine for. Mostly it runs OK but there I get a few niggling problems from time to time. Recently I ran the program from the terminal to try and get a handle on one of the problems. The program seemed to run OK but when I shut down, I found the following error message.

Code: Select all

~$ wine c:\\Program\ Files\\Noteworthy\ Software\\NoteWorthy\ Composer\ 2\\nwc2.exe
err:thunk:_loadthunk (NWMID95C.DLT, thunkobj_ThunkData16, NWMID95C.DLL): Unable to load 'NWMID95C.DLT', error 2
fixme:advapi:DeregisterEventSource ((nil)) stub
~$
What does the "err:..." mean? and what steps do I need to take to try and fix the problem?

TIA

Geoff
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Re: Noteworthy Composer error message - meaning please

Post by jeffz »

Tootler wrote: What does the "err:..." mean? and what steps do I need to take to try and fix the problem?

TIA

Geoff

The err is information for developers.

What is the problem, is there some part of the application that does not work? If not, you can ignore it.
James McKenzie

Noteworthy Composer error message - meaning please

Post by James McKenzie »

Tootler wrote:
I run Noteworthy Composer in Wine - it is the only thing I use Wine for. Mostly it runs OK but there I get a few niggling problems from time to time. Recently I ran the program from the terminal to try and get a handle on one of the problems. The program seemed to run OK but when I shut down, I found the following error message.
This error can be safely ignored unless it is causing a problem with the
program running again.

Like jeffz stated: What is the problem you experience while the program
is running?

James McKenzie
ntworthy
Newbie
Newbie
Posts: 2
Joined: Mon Mar 08, 2010 7:52 pm

Re: Noteworthy Composer error message - meaning please

Post by ntworthy »

Tootler wrote:

Code: Select all

~$ wine c:\\Program\ Files\\Noteworthy\ Software\\NoteWorthy\ Composer\ 2\\nwc2.exe
err:thunk:_loadthunk (NWMID95C.DLT, thunkobj_ThunkData16, NWMID95C.DLL): Unable to load 'NWMID95C.DLT', error 2
fixme:advapi:DeregisterEventSource ((nil)) stub
~$
What does the "err:..." mean?
This probably means that Wine is reporting the Windows version as Windows 95, 98, or ME, which causes NoteWorthy Composer to attempt to thunk to its 16-bit MIDI sequencing engine. The error is harmless, but you can avoid it by changing the OS version that NWC sees from Wine.
Tootler
Level 2
Level 2
Posts: 23
Joined: Tue May 12, 2009 7:32 am

Post by Tootler »

Problems have recurred. Noteworthy starts to load but then hangs so the error is no longer harmless. Running from the terminal gives the same error message but without the "fixme".

I forgot to say that I am running Ubuntu 9.04 currently.
Tootler
Level 2
Level 2
Posts: 23
Joined: Tue May 12, 2009 7:32 am

Post by Tootler »

I changed the Windows version in Wine to WinXP which is the version I use to run it in Window but with no effect. NWC starts to load but then hangs with a blank window.
ntworthy
Newbie
Newbie
Posts: 2
Joined: Mon Mar 08, 2010 7:52 pm

Post by ntworthy »

It sounds like you have a new problem.

In addition, if you still get the error message about NWMID95C.DLT, then the Windows version is definitely not being reported to NWC2 as Windows XP. The NWMID95C.DLT module is only loaded by NWC2 when the OS indicates Windows 95, 98 or ME.
Tootler
Level 2
Level 2
Posts: 23
Joined: Tue May 12, 2009 7:32 am

Post by Tootler »

The error message has disappeared since I changed the Windows version to WinXP, but NWC still does not load. However there is no error message when running from the terminal.

Geoff
Tootler
Level 2
Level 2
Posts: 23
Joined: Tue May 12, 2009 7:32 am

Post by Tootler »

Update.

I have bought a new computer and installed 10.04 and Wine 1.3x

Noteworthy runs fine and the print preview crash seems to have resolved itself.
Locked