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
On Wed, Oct 22, 2008 at 6:42 PM, Eric Mitchell <solowrockerman at gmail.com> 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
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.