Package: winetricks
Version: 0.0+20121030+svn918-2
Severity: normal
| I wanted to run some jscript code under wine
| 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");
Hi,
The upstream reports[*] that this might be fixed in latest revision. Could
you report back by replying to this email if this is the case.
(1) download
# https://code.google.com/p/winetricks/source/checkout
svn checkout http://winetricks.googlecode.com/svn/trunk/ winetrick.svn
(2) test
cd winetrick.svn/src:$PATH
./winetricks ...
Thanks,
Jari
[*] https://code.google.com/p/winetricks/issues/detail?id=317
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]