http://bugs.winehq.org/show_bug.cgi?id=23315
Summary: amp3dj.ocx fails to register Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alerinaldi@linuxzogno.org
Created an attachment (id=29060) --> (http://bugs.winehq.org/attachment.cgi?id=29060) The OCX file
Hello, amp3dj.ocx is used in many DJ and radio automation software. It fails to register in Wine, so those programs cannot be used.
http://bugs.winehq.org/show_bug.cgi?id=23315
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2010-06-21 20:08:58 --- I just tried it, and got: $ wine regsvr32 amp3dj.ocx err:module:import_dll Library AdjMmsEng.dll (which is needed by L"Z:\home\juan\Download\amp3dj.ocx") not found
Obviously it needs this dll. Not a Wine bug.
http://bugs.winehq.org/show_bug.cgi?id=23315
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2010-06-21 20:09:16 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=23315
Alessandro Rinaldi alerinaldi@linuxzogno.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #3 from Alessandro Rinaldi alerinaldi@linuxzogno.org 2010-06-22 05:34:44 --- Oh, sorry! I forgot to attach my error, that of course is different from yours. Or I wouldn't have sent the bug report! My error is:
------------------------- $ wine regsvr32 amp3dj.ocx err:ntdll:RtlpWaitForCriticalSection section 0x6a3c4804 "loader.c: loader_section" wait timed out in thread 001b, blocked by 0009, retrying (60 sec) err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x6a35569d -------------------------
So, the problem is not the one you indicate...
http://bugs.winehq.org/show_bug.cgi?id=23315
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2010-06-22 05:37:23 --- Attach +relay,+seh output of this command as a plaint text file.
http://bugs.winehq.org/show_bug.cgi?id=23315
--- Comment #5 from Alessandro Rinaldi alerinaldi@linuxzogno.org 2010-06-22 05:41:51 --- Sorry, I don't understand what I have to launch... what does "+relay,+seh" mean?
http://bugs.winehq.org/show_bug.cgi?id=23315
--- Comment #6 from Andrew Nguyen arethusa26@gmail.com 2010-06-22 05:43:05 --- (In reply to comment #5)
Sorry, I don't understand what I have to launch... what does "+relay,+seh" mean?
Have a look at http://wiki.winehq.org/FAQ#head-16da35b6327024d6ea576e3678488b16862d0f5e for getting the requested log.
http://bugs.winehq.org/show_bug.cgi?id=23315
--- Comment #7 from Alessandro Rinaldi alerinaldi@linuxzogno.org 2010-06-22 06:02:04 --- Ok, sorry I didn't know. I cannot upload it here 'cause it's more than 1MB, but I uploaded it to:
http://www.linuxzogno.org/wine.log
http://bugs.winehq.org/show_bug.cgi?id=23315
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2010-06-22 06:05:49 --- Then compress it with bzip2 -9 and attach here.
http://bugs.winehq.org/show_bug.cgi?id=23315
--- Comment #9 from Alessandro Rinaldi alerinaldi@linuxzogno.org 2010-06-22 06:11:28 --- Created an attachment (id=29066) --> (http://bugs.winehq.org/attachment.cgi?id=29066) +relay,+seh log
http://bugs.winehq.org/show_bug.cgi?id=23315
--- Comment #10 from Alessandro Rinaldi alerinaldi@linuxzogno.org 2010-06-22 06:11:42 --- Done.
http://bugs.winehq.org/show_bug.cgi?id=23315
--- Comment #11 from Juan Lang juan_lang@yahoo.com 2010-06-22 10:54:20 --- What happens if you disable any sound drivers in winecfg? Can you register it then? Also, is it possible (legal) to attach the dll here?
http://bugs.winehq.org/show_bug.cgi?id=23315
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.multimediasoft.c | |om/bins/amp3dj_t.exe CC| |focht@gmx.net
--- Comment #12 from Anastasius Focht focht@gmx.net 2010-08-18 04:30:23 --- Hello,
that ActiveX control is part of Active DJ Studio (see http://www.multimediasoft.com/amp3dj/)
What Wine version do you use? If you use an old Wine version, you might try upgrading first (use a clean WINEPREFIX for installing and running apps).
I tested with Active DJ Studio 5.3.0.0 installer from: http://www.multimediasoft.com/bins/amp3dj_t.exe Needs 'winetricks mfc42' before running the installer.
Manual registration of the ActiveX control with different sound driver backends doesn't show any problem:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Active DJ Studio/Redist
$ ls -l total 4788 -rw-rw-r--. 1 focht focht 1781140 2010-08-14 19:28 AdjMmsEng64.dll -rw-rw-r--. 1 focht focht 1660928 2010-08-14 19:29 AdjMmsEng.dll -rw-rw-r--. 1 focht focht 945664 2010-07-17 16:08 amp3dj64.ocx -rw-rw-r--. 1 focht focht 512000 2010-08-18 11:23 amp3dj.ocx
$ wine regsvr32 amp3dj.ocx Successfully registered DLL amp3dj.ocx --- snip ---
I even tested the .ocx attached here. No problem.
$ wine --version wine-1.3.0-335-g1afc16e
Regards
http://bugs.winehq.org/show_bug.cgi?id=23315
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |xerox_xerox2000@yahoo.co.uk Resolution| |INVALID
--- Comment #13 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-09-29 16:07:46 CDT --- (In reply to comment #12)
Hello,
that ActiveX control is part of Active DJ Studio (see http://www.multimediasoft.com/amp3dj/)
What Wine version do you use? If you use an old Wine version, you might try upgrading first (use a clean WINEPREFIX for installing and running apps).
I tested with Active DJ Studio 5.3.0.0 installer from: http://www.multimediasoft.com/bins/amp3dj_t.exe Needs 'winetricks mfc42' before running the installer.
Manual registration of the ActiveX control with different sound driver backends doesn't show any problem:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Active DJ Studio/Redist
$ ls -l total 4788 -rw-rw-r--. 1 focht focht 1781140 2010-08-14 19:28 AdjMmsEng64.dll -rw-rw-r--. 1 focht focht 1660928 2010-08-14 19:29 AdjMmsEng.dll -rw-rw-r--. 1 focht focht 945664 2010-07-17 16:08 amp3dj64.ocx -rw-rw-r--. 1 focht focht 512000 2010-08-18 11:23 amp3dj.ocx
$ wine regsvr32 amp3dj.ocx Successfully registered DLL amp3dj.ocx --- snip ---
I even tested the .ocx attached here. No problem.
$ wine --version wine-1.3.0-335-g1afc16e
Regards
No response from reporter. Assuming this was an invalid bugreport. Reporter, you can reopen bug if you still run into trouble
http://bugs.winehq.org/show_bug.cgi?id=23315
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-09-29 16:08:07 CDT --- closing