http://bugs.winehq.org/show_bug.cgi?id=23837
--- Comment #11 from Claudio sick_soul@yahoo.it 2010-08-28 12:20:02 CDT --- (In reply to comment #10)
Hello,
there is nothing unusual to see. There are a lot of non-API (internal) calls and one of them dereferences a NULL pointer (c++ class instance member?), leading to crash. That "T2M2.mfx" module, where the crash occurs, seems to be related to the "ONU sound engine", part of Multimedia Fusion 2.
Could you play a bit with Wine sound config settings (winecfg), selecting different output backends, hardware vs. emulation ... and see if it makes any difference?
Regards
hat off to you..
I changed from alsa hardware to alsa software and that fixed the problem!
I tested with OSS as well, and with OSS it works with both hardware and software.
That is, alsa + full hardware acceleration is the only one that does not work.
Thank you very much!