kahhshbxddb / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

r918: wsh56 done but cscript and wscript do nothing #317

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
C.f. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701871
Could you confirm if this is fixed in some later SVN version?

- - -

Package: winetricks
Version: 0.0+20121030+svn918-2
Severity: normal

Dear Maintainer,

   * What led up to the situation?

I wanted to run some jscript code under wine

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

I installed winetricks and ran "winetricks wsh56"

   * What was the outcome of this action?

Trying to run a simple script with "cscript test.js" from wineconsole does 
nothing.

Trying to run the same script with "wscript test.js" produces the errors:

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:wscript:Host_Echo (0x134d48)
fixme:wscript:ActiveScriptSite_OnScriptError ()
fixme:wscript:run_script SetScriptState failed: 800a01bd

   * What outcome did you expect instead?

"Hello World"

Here's my script:

$ cat test.js
WScript.Echo("Hello world");

Original issue reported on code.google.com by jari.aalto.fi@gmail.com on 13 Jun 2013 at 9:15

GoogleCodeExporter commented 8 years ago
Works fine here in r1008/wine-1.6-rc4. Can you retest please?

Original comment by austinenglish@gmail.com on 29 Jun 2013 at 2:25