Lala music mover throws many errors

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
guitarMan666
Newbie
Newbie
Posts: 3
Joined: Sun Apr 27, 2008 12:21 am

Lala music mover throws many errors

Post by guitarMan666 »

I am trying to run the Lala music mover (it works in conjuction with
Lala.com, a legal music sharing service). I've managed to tweak Wine
enough to work it to a certain point in the wizard (this was a few
months ago) but it throws back some errors about unimplimented
functions.

The console trace is HUGE so I didn't want to post it to the list right
off the bat for those of you who read the messages as a digest, as I do.

I want to confirm that any error regarding an "unimplimented function"
is a lost cause until Wine is updated withe the appropriate function.
Thanks
-Eric
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Lala music mover throws many errors

Post by austin987 »

On Wed, Oct 22, 2008 at 6:42 PM, Eric Mitchell <[email protected]> wrote:
I am trying to run the Lala music mover (it works in conjuction with
Lala.com, a legal music sharing service). I've managed to tweak Wine
enough to work it to a certain point in the wizard (this was a few
months ago) but it throws back some errors about unimplimented
functions.

The console trace is HUGE so I didn't want to post it to the list right
off the bat for those of you who read the messages as a digest, as I do.

I want to confirm that any error regarding an "unimplimented function"
is a lost cause until Wine is updated withe the appropriate function.
Thanks
-Eric


What dll is it in?

--
-Austin
guitarMan666
Newbie
Newbie
Posts: 3
Joined: Sun Apr 27, 2008 12:21 am

Post by guitarMan666 »

It doesn't seem to be in a dll. The pertinent part of the error seems to be this here:

Code: Select all

wine: Call from 0x7b844fb0 to unimplemented function ntoskrnl.exe.KeInitializeMutex, aborting
wine: Unimplemented function ntoskrnl.exe.KeInitializeMutex called at address 0x7b844fb0 (thread 0014), starting debugger...
Unhandled exception: unimplemented function ntoskrnl.exe.KeInitializeMutex called in 32-bit code (0x7b845026).
The rest of it is a series of dumps and explanations that are foreign to a guy with only a year of high school programming under his belt.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Lala music mover throws many errors

Post by austin987 »

On Wed, Oct 22, 2008 at 7:46 PM, guitarMan666 <[email protected]> wrote:
It doesn't seem to be in a dll. The pertinent part of the error seems to be this here:


Code:
wine: Call from 0x7b844fb0 to unimplemented function ntoskrnl.exe.KeInitializeMutex, aborting
wine: Unimplemented function ntoskrnl.exe.KeInitializeMutex called at address 0x7b844fb0 (thread 0014), starting debugger...
Unhandled exception: unimplemented function ntoskrnl.exe.KeInitializeMutex called in 32-bit code (0x7b845026).



The rest of it is a series of dumps and explanations that are foreign to a guy with only a year of high school programming under his belt.





http://bugs.winehq.org/show_bug.cgi?id=15521

You might try setting windows version to 9x, but otherwise, out of
luck until it's implemented.

--
-Austin
Locked