This again is related to NHL2004 but I felt it needed to be in a different psot as I think its more related to the way WinMM works... When the HTML files w/MPEGs embedded in NHL2004 load (via IE6) theres a crash.. and it seems to be related to WinMM:
----- fixme:ole:CoCreateInstance no classfactory created for CLSID {6c736db1-bd94-11d0-8a23-00aa00b58e10}, hres is 0x80040154 No debug information in 32bit DLL 'Z:\MNT\D\NHLDEMO\BECONTROLS_PC_Z.DLL' (0x48390000) err:ole:ITypeInfo_fnInvoke did not find member id -525, flags 2! First chance exception: illegal instruction in 32-bit code (0x4685c868). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0033 GS:005f EIP:4685c868 ESP:408493b0 EBP:408493c3 EFLAGS:00010246( R- 00 I Z- -P1 ) EAX:46c8bda8 EBX:40c5a1d4 ECX:40c59de0 EDX:40310075 ESI:408493e8 EDI:4040e118 Stack dump: 0x408493b0 (KERNEL32.DLL.VerSetConditionMask+0x334386): 40c2e612 46c8bda8 40c5a1d4 4040e118 0x408493c0 (KERNEL32.DLL.VerSetConditionMask+0x334396): 4040e1b0 408493fc 40c2e4a9 4040e118 0x408493d0 (KERNEL32.DLL.VerSetConditionMask+0x3343a6): 408493e8 408493ec 4040e118 4040e118 0x408493e0 (KERNEL32.DLL.VerSetConditionMask+0x3343b6): 46c8bda8 80004005 46c8bda8 0000000d 0x408493f0 (KERNEL32.DLL.VerSetConditionMask+0x3343c6): 00000000 48520190 00000000 4084943c 0x40849400 (KERNEL32.DLL.VerSetConditionMask+0x3343d6): 70e9d83d 4040e118 00000578 40849448 0x40849410 (KERNEL32.DLL.VerSetConditionMask+0x3343e6):
Backtrace: =>0 0x4685c868 (MIDIMAP.DRV..data+0x4aa8868) (ebp=408493c3) 1 0xc2e4a940 (MSVCRT.DLL..reloc+0x4ae0d940) (ebp=8493fc40) *** Invalid address 0x8493fc40 (MSVCRT.DLL..reloc+0xc902c40)
0x4685c868 (MIDIMAP.DRV..data+0x4aa8868): lock push %ds ---- im not familiar with how WinMM works, but my hunch is that im getting a crash because my MIDI isnt set up properly because I always get the following error when starting anything in wine: err:wave:OSS_WaveOutInit /dev/mixer1: No such device err:wave:OSS_WaveInInit /dev/mixer1: No such device
does anyone know how I can fix this error if its possible?
Backtrace: =>0 0x4685c868 (MIDIMAP.DRV..data+0x4aa8868) (ebp=408493c3) 1 0xc2e4a940 (MSVCRT.DLL..reloc+0x4ae0d940) (ebp=8493fc40) *** Invalid address 0x8493fc40 (MSVCRT.DLL..reloc+0xc902c40)
0x4685c868 (MIDIMAP.DRV..data+0x4aa8868): lock push %ds
the offset (0x4aaa8868) is clearly out of midimap.drv module bounds. Don't get mislead by that. A+