[Bug 26307] New: Jaangle Media PLayer doesn't start/work
http://bugs.winehq.org/show_bug.cgi?id=26307 Summary: Jaangle Media PLayer doesn't start/work Product: Wine Version: 1.3.15 Platform: x86 URL: http://www.jaangle.com/downloading?block OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: t.artem(a)mailcity.com Created an attachment (id=33533) --> (http://bugs.winehq.org/attachment.cgi?id=33533) Startup error $ ./jaangle.exe fixme:keyboard:UnregisterHotKey ((nil),101): stub fixme:keyboard:RegisterHotKey ((nil),176,0x00000000,B0): stub err:ole:CoGetClassObject class {00000602-0000-0010-8000-00aa006d2ea4} not registered err:ole:CoGetClassObject class {00000602-0000-0010-8000-00aa006d2ea4} not registered err:ole:create_server class {00000602-0000-0010-8000-00aa006d2ea4} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {00000602-0000-0010-8000-00aa006d2ea4} could be created for context 0x17 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26307 Artem S. Tashkinov <t.artem(a)mailcity.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26307 --- Comment #1 from Juan Lang <juan_lang(a)yahoo.com> 2011-03-04 18:50:25 CST --- Does 'winetricks mdac28' help? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26307 --- Comment #2 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2011-03-04 19:08:30 CST --- (In reply to comment #1)
Does 'winetricks mdac28' help?
Almost all error messages (except fixme:keyboard:UnregisterHotKey ((nil),101): stub and fixme:keyboard:RegisterHotKey ((nil),176,0x00000000,B0): stub ) are now gone, but the application still doesn't run and shows the same error message. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26307 --- Comment #3 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2011-03-04 19:17:02 CST --- Created an attachment (id=33534) --> (http://bugs.winehq.org/attachment.cgi?id=33534) Backtrace (with installed mdac25/28/28 and vcrun2005-ms09-035) I have also installed mdac25 and mdac27 and now the application starts but as soon as I add a folder to the library it crashes: -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26307 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #4 from joaopa <jeremielapuree(a)yahoo.fr> 2011-03-04 20:57:50 CST --- Does a native msado15.dll help (if you have a windows license)? Dont forget to register the dll (regsvr32.exe msado15.dll) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26307 --- Comment #5 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2011-03-05 08:35:19 CST --- (In reply to comment #4)
Does a native msado15.dll help (if you have a windows license)? Dont forget to register the dll (regsvr32.exe msado15.dll)
$ regsvr32 msado15.dll Successfully registered DLL msado15.dll (it also requires msado20.tlb, msado21.tlb, msado25.tlb, msado26.tlb, msado27.tlb). Alas, it doesn't help: 0x7b839672 RaiseException+0x52() in kernel32 (0x08c6c800) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26307 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2013-12-06 17:10:32 CST --- It works fine here after 'winetricks jet40 mdac28', in wine-1.3.13 and wine-1.7.8. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26307 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht(a)gmx.net Resolution|--- |INVALID --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, it's as Austin said... You need: Microsoft Data Access Components -> 'winetricks -q mdac28' Microsoft Jet 4.0 Database Engine -> 'winetricks -q jet40' Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26307 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv(a)dawncrow.de --- Comment #8 from André H. <nerv(a)dawncrow.de> --- closing invalid -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org