Page 1 of 1

GUIClient under ubuntu 11.10

PostPosted: Thu 19. Jan 2012, 23:09
by Nico0084
Hello,

I try running GUIClient.exe under linux ubuntu 11.10 but it doesn't work.
mono run version 4 of .NET. I have try use version 2.4.2.3 but it's don't work to.

$ mono --runtime=v2.4.2.3 GUIClient.exe
WARNING: The runtime version supported by this application is unavaible.
Using default runtime v2.0.50727
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the '/usr/lib/mono/2.0/mscorlib.dll' directory.


I have try with v2.0.50727
$ mono --runtime=v2.0.50727 GUIClient.exe
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the '/usr/lib/mono/2.0/mscorlib.dll' directory.


I have install package : libmono-corlib2.0-ci
But error message :
The entry point method could not be loaded


I don't find other mono version package on web.
If someone could help me.
Or perhaps IRTrans could make a new version with .NET 4 compatibility.
Thanks for you answers.
Nico

Re: GUIClient under ubuntu 11.10

PostPosted: Thu 20. Sep 2012, 09:43
by rmetrich
Same issue with Ubuntu 12.04 x64.
Code: Select all
    $ mono ./GUIClient.exe
    The entry point method could not be loaded
    $ mono -V
    Mono JIT compiler version 2.10.8.1 (Debian 2.10.8.1-1ubuntu2.2)

Re: GUIClient under ubuntu 11.10

PostPosted: Thu 20. Sep 2012, 12:18
by IRTrans
Unfortunately it looks like we need to provide SW versions for every Mono version. That is very time consuming for us - especially as we would need a bunch of OS versions, too to install the Mono versions.

Therefore we will concentrate on our Java frontend in the future. It is already available and supports the complete device settings. We will add IR Learning soon and special functions will follow.

IRTrans