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@winehq.org ReportedBy: focht@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
http://bugs.winehq.org/show_bug.cgi?id=32562
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://go.microsoft.com/?li | |nkid=9709949
http://bugs.winehq.org/show_bug.cgi?id=32562
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle@yahoo.fr
https://bugs.winehq.org/show_bug.cgi?id=32562
--- Comment #1 from Anastasius Focht focht@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
http://bugs.winehq.org/show_bug.cgi?id=32562
Anastasius Focht focht@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
https://bugs.winehq.org/show_bug.cgi?id=32562
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #2 from Teras teras@luukku.com --- the same 1.7.37
https://bugs.winehq.org/show_bug.cgi?id=32562
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #3 from super_man@post.com --- No change 1.9.1
https://bugs.winehq.org/show_bug.cgi?id=32562
Anastasius Focht focht@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@gmx.net --- Hello folks,
revisiting, still present
$ wine --version wine-3.15
Regards
https://bugs.winehq.org/show_bug.cgi?id=32562
Anastasius Focht focht@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@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
https://bugs.winehq.org/show_bug.cgi?id=32562
Andrey andrey.gursky@e-mail.ua changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.gursky@e-mail.ua
https://bugs.winehq.org/show_bug.cgi?id=32562
--- Comment #6 from Anastasius Focht focht@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