Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting started using mono #9

Open
arthis opened this issue Apr 1, 2014 · 1 comment
Open

getting started using mono #9

arthis opened this issue Apr 1, 2014 · 1 comment

Comments

@arthis
Copy link

arthis commented Apr 1, 2014

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
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

@acken
Copy link
Member

acken commented Apr 1, 2014

Hi,

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.

-Svein Arne

On Tue, Apr 1, 2014 at 10:32 PM, Yoann [email protected] wrote:

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
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
.

Best regards
Svein Arne Ackenhausen

Blog - http://ackenpacken.blogspot.com/
Twitter - http://twitter.com/ackenpacken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants