[Bug 32562] New: Visual Studio 2010 (10.0) Express Edition needs jscript JScript_AddTypeLib impl
http://bugs.winehq.org/show_bug.cgi?id=32562 Bug #: 32562 Summary: Visual Studio 2010 (10.0) Express Edition needs jscript JScript_AddTypeLib impl Product: Wine Version: 1.5.20 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: jscript AssignedTo: wine-bugs(a)winehq.org ReportedBy: focht(a)gmx.net Classification: Unclassified Hello folks, as the summary says ... Prerequisite: 'winetricks -q dotnet20 dotnet40 windowscodecs corefonts' Try to create a new project using project wizard (doesn't matter which type). When you press "OK" to create the project the GUI wizard is shown again and nothing happened. Relevant part in console when pressing OK: --- snip --- ... 002b:fixme:jscript:JScript_AddTypeLib (0x705ac78)->() 002b:trace:loaddll:load_native_dll Loaded L"C:\\Program Files\\Microsoft Visual Studio 10.0\\Common7\\IDE\\1033\\vswizui.dll" at 0x401f0000: native 002b:trace:jscript:JScript_Release (0x705ac78) ref=1 002b:trace:jscript:JScript_Close (0x705ac78)->() 002b:trace:jscript:jsdisp_free (0x705d070) 002b:trace:jscript:jsdisp_free (0x705d120) 002b:trace:jscript:JScript_Release (0x705ac78) ref=0 002b:trace:loaddll:free_modref Unloaded module L"C:\\Program Files\\Microsoft Visual Studio 10.0\\Common7\\IDE\\VsWizard.dll" : native ... --- snip --- Native jscript ('winetricks jscript') doesn't fare better ... instead the following is shown in console: --- snip --- ... fixme:atl:AtlAxWinInit semi-stub err:ole:CoGetClassObject class {78a51822-51f4-11d0-8f20-00805f2cd064} not registered err:ole:CoGetClassObject class {78a51822-51f4-11d0-8f20-00805f2cd064} not registered err:ole:create_server class {78a51822-51f4-11d0-8f20-00805f2cd064} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {78a51822-51f4-11d0-8f20-00805f2cd064} could be created for context 0x17 err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 fixme:ole:CreateTypeLib (1,L"ConstDeb.tlb",0x32ad38), stub! --- snip --- Source: http://source.winehq.org/git/wine.git/blob/5e4a16819ef3e29757d54a536e436cdb1... --- snip --- 590 static HRESULT WINAPI JScript_AddTypeLib(IActiveScript *iface, REFGUID rguidTypeLib, 591 DWORD dwMajor, DWORD dwMinor, DWORD dwFlags) 592 { 593 JScript *This = impl_from_IActiveScript(iface); 594 FIXME("(%p)->()\n", This); 595 return E_NOTIMPL; 596 } --- snip --- For testing purpose I changed the stub to return S_OK and it allows the IDE/wizard to run further only to end up in next bug ;-) So JScript_AddTypeLib() implementation is probably really needed. Regards -- 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=32562 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://go.microsoft.com/?li | |nkid=9709949 -- 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=32562 Sylvain Petreolle <spetreolle(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle(a)yahoo.fr -- 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=32562 --- Comment #1 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting, still present. Source: http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/jscript/jscript.c#l590 $ wine --version wine-1.7.14-126-g2bb1059 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.
http://bugs.winehq.org/show_bug.cgi?id=32562 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Visual Studio 2010 (10.0) |Visual Studio 2005-2010 |Express Edition needs |Express Editions need |jscript JScript_AddTypeLib |jscript JScript_AddTypeLib |impl |impl -- 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=32562 Teras <teras(a)luukku.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |teras(a)luukku.com --- Comment #2 from Teras <teras(a)luukku.com> --- the same 1.7.37 -- 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=32562 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #3 from super_man(a)post.com --- No change 1.9.1 -- 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=32562 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://go.microsoft.com/?li |https://debian.fmi.uni-sofi |nkid=9709949 |a.bg/~aangelov/VS2010Expres | |s1.iso --- Comment #4 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting, still present $ wine --version wine-3.15 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=32562 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://debian.fmi.uni-sofi |https://web.archive.org/web |a.bg/~aangelov/VS2010Expres |/20111016110147/http://down |s1.iso |load.microsoft.com/download | |/1/E/5/1E5F1C0A-0D5B-426A-A | |603-1798B951DDAE/VS2010Expr | |ess1.iso --- Comment #5 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting, still present. https://web.archive.org/web/20111016110147/http://download.microsoft.com/dow... $ wine --version wine-4.7-98-gd48ffbdc01 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=32562 Andrey <andrey.gursky(a)e-mail.ua> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.gursky(a)e-mail.ua -- 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=32562 --- Comment #6 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting, still present. --- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE $ wine ./VCExpress.exe ... 002c:fixme:jscript:JScript_AddTypeLib (1037A1E0)->() ... --- snip --- https://source.winehq.org/git/wine.git/blob/1e478b804f72a9b5122fc6adafac5479... $ wine --version wine-5.3 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.
http://bugs.winehq.org/show_bug.cgi?id=32562 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov(a)gmail.com --- Comment #7 from Damjan Jovanovic <damjan.jov(a)gmail.com> --- With bug 51345 finally fixed, the latest Wine git can successfully install Visual Studio 2005 (with "winetricks vc2005trial"). After Visual Studio is started, most project types can be created successfully: - "Visual Basic" projects can be created successfully. - "Visual C#" projects can be created successfully. - "Visual J#" projects can be created successfully. - "Distributed System Solutions" -> "Distributed System" projects can be created successfully. - "Other Project Types" -> "Setup and Deployment" -> "Setup Project" can be created successfully. - "Test Projects" -> "Test Documents" -> "Test Project" can be created successfully. and there is nothing logged from "jscript" when creating the above project types. However, the "Visual C++" project type is still broken, possibly in a different way - the IDE bottom left status message is "Creating project 'abc'... project creation successful.", but nothing is created on disk or opened up in the IDE, and all I see logged from jscript is: ---snip--- 0144:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001 0144:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002 0144:fixme:jscript:JScript_QueryInterface (2106F7F0)->({51973c10-cb0c-11d0-b5c9-00a0244a0e7a} 08F438C4) 0144:fixme:jscript:JScript_SetScriptState unimplemented state 3 ---snip--- and it never calls JScript_AddTypeLib. -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla