You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for all this good work. At the moment i am musing around , toying with sublime and mono on ubuntu.
I am trying to tight together everything and I stumble on this silly thing :
yoann@penguino:$ oi conf interpreter.exe=/usr/lib/mono/4.5/monop.exe -g
yoann@penguino:$ oi package install C-Sharp
installing package C-Sharp
Downloading https://raw.githubusercontent.com/continuoustests/OpenIDE.packages/master/C-Sharp.oipkg ...
System.IndexOutOfRangeException: Array index is out of range.
at OpenIDE.Core.Packaging.Installer.getInstallPackage (System.String source, System.String tempPath) [0x00000] in :0
at OpenIDE.Core.Packaging.Installer.prepareForAction (System.String source, System.Func2 destinatinoPathLocator, System.Func2 actionHandler) [0x00000] in :0
I have tried a few thing to get it running but I fail to understand what it is awaited for using : oi conf interpreter.exe=path/to/mono -g
thanks and keep on the good work,
Yoann
The text was updated successfully, but these errors were encountered:
I have pushed some changes that should fix this. Or at least display some
more enlightening error messages.The interpreter part of the config is to
set up handlers for files. Like on osx usually .exe files can't be executed
from the terminal directly. Running mono my.exe solves the problem. As mono
in path I think oi conf interpreter.exe=mono -g would be sufficient.
load the latest binaries. If the error persists run oi package install
C-Sharp --logging and send me the output.
thanks for all this good work. At the moment i am musing around , toying
with sublime and mono on ubuntu.
I am trying to tight together everything and I stumble on this silly thing
:
yoann@penguino:$ oi conf interpreter.exe=/usr/lib/mono/4.5/monop.exe -g
yoann@penguino:$ oi package install C-Sharp
installing package C-Sharp
Downloading https://raw.githubusercontent.com/continuoustests/OpenIDE.packages/master/C-Sharp.oipkg...
System.IndexOutOfRangeException: Array index is out of range.
at OpenIDE.Core.Packaging.Installer.getInstallPackage (System.String
source, System.String tempPath) [0x00000] in :0
at OpenIDE.Core.Packaging.Installer.prepareForAction (System.String
source, System.Func2 destinatinoPathLocator, System.Func2 actionHandler)
[0x00000] in :0
I have tried a few thing to get it running but I fail to understand what
it is awaited for using : oi conf interpreter.exe=path/to/mono -g
thanks and keep on the good work,
Yoann
Reply to this email directly or view it on GitHubhttps://github.com//issues/9
.
Hi Svein,
thanks for all this good work. At the moment i am musing around , toying with sublime and mono on ubuntu.
I am trying to tight together everything and I stumble on this silly thing :
yoann@penguino:
$ oi conf interpreter.exe=/usr/lib/mono/4.5/monop.exe -g$ oi package install C-Sharpyoann@penguino:
installing package C-Sharp
Downloading https://raw.githubusercontent.com/continuoustests/OpenIDE.packages/master/C-Sharp.oipkg ...
System.IndexOutOfRangeException: Array index is out of range.
at OpenIDE.Core.Packaging.Installer.getInstallPackage (System.String source, System.String tempPath) [0x00000] in :0
at OpenIDE.Core.Packaging.Installer.prepareForAction (System.String source, System.Func
2 destinatinoPathLocator, System.Func
2 actionHandler) [0x00000] in :0I have tried a few thing to get it running but I fail to understand what it is awaited for using : oi conf interpreter.exe=path/to/mono -g
thanks and keep on the good work,
Yoann
The text was updated successfully, but these errors were encountered: