LiveHaBo Problem

Moin,
obwohl ich hier schon eine Weile dabei bin, hab ich erst gestern das LiveHaBo-Tool entdeckt.

Ich hab bei der Installation folgendes Problem:

Wenn ich Livehabo.sh ausführe kommt folgende Fehlermeldung:
Code:
./Livehabo.sh

** ERROR **: file domain.c: line 714 (mono_init_internal): assertion failed: (mono_defaults.monotype_class != 0)
aborting...
Stacktrace:


Native stacktrace:

        mono [0x8179af1]
        mono [0x815c692]
        [0xb7f5a440]
        /lib/tls/i686/cmov/libc.so.6(abort+0x109) [0xb7d65fb9]
        /usr/lib/libglib-2.0.so.0(g_logv+0x454) [0xb7ee1074]
        /usr/lib/libglib-2.0.so.0(g_log+0x29) [0xb7ee10a9]
        /usr/lib/libglib-2.0.so.0(g_assert_warning+0x77) [0xb7ee1127]
        mono [0x80ad7df]
        mono(mono_init_from_assembly+0x16) [0x80ae064]
        mono [0x815d0f3]
        mono(mono_main+0x130d) [0x8059e46]
        mono [0x8057ab6]
        /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xc8) [0xb7d50ea8]
        mono [0x8057a11]

Debug info from gdb:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1210865984 (LWP 8461)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7f5a410 in ?? ()
  1 Thread -1210865984 (LWP 8461)  0xb7f5a410 in ?? ()

Thread 1 (Thread -1210865984 (LWP 8461)):
#0  0xb7f5a410 in ?? ()
#1  0xbfa6624c in ?? ()
#2  0x00000000 in ?? ()
#0  0xb7f5a410 in ?? ()


=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

./Livehabo.sh: line 4:  8461 Abgebrochen             mono Livehabo.e
Ich kann damit nicht soviel anfangen nur dass es irgendwo in Fehler bei mono gab, soweit ich das verstanden hab. Ich hab mono mittels apt-get installiert, brauch ich vielleicht eine spezielle Version? Was mir aber komisch vorkam, beim ersten Versuch hat er gemeckert, dass mscorlib.dll im Verzeichniss /usr/lib/mono/2.0/ fehlen würde. Mono ist aber installiert und auch dass er auf einem Linuxsystem wegen einer fehlenden *.dll meckert ist mir irgendwie schleierhaft. Kann mich da mal wer aufklären?
 
Leite das mal bitte direkt an ivegotmail weiter. Er wird dir vermutlich am Besten helfen koennen.
 
beim ersten Versuch hat er gemeckert, dass mscorlib.dll im Verzeichniss /usr/lib/mono/2.0/ fehlen würde. Mono ist aber installiert...
Ich hab dann /usr/lib/mono/2.0/ von Hand erstellt und die *.dll reinkopiert.
Du scheinst nur mono 1.* installiert zu haben. Du musst aber die Version 2.0 installieren. Da gibt es nochmal extra Pakete für (libmono2.0-cil / mono-classlib-2.0).
Und lösche vorher den von dir erstellten "2.0" Ordner mit der selbst kopierten dll. Die gehört da nicht hin, da es vermutlich die dll in Version 1.* ist.
 
Zurück
Oben