[Mono-devel-list] g_build_filename returning NULL in mono_init (Embedded Mono in Mozilla)

Boyd Timothy boyd at timothy.ws
Thu Jun 3 18:20:43 EDT 2004


I'm trying to use Embedded Mono from Mozilla.  When I run my extension
in Mozilla, I can't get past the mono_jit_init () call.

I've modified assembly.c on my machine with a bunch of printf's so I
could see what was going on.  Here is the output I get:

mono_assembly_load ("mscorlib") called!
 
default_path:
/usr/local/lib
 
 
load_in_path ("mscorlib.dll") called
Calling g_build_filename ("/usr/local/lib", "mscorlib.dll", NULL)...
g_build_filename returned NULL!
 
** CRITICAL **: file assembly.c: line 594 (mono_assembly_open):
assertion `filename != NULL' failed
load_in_path("mscorlib.dll", default_path, status) failed.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: assembly.c
Type: text/x-c
Size: 26095 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040603/da47f8f5/attachment.bin 


More information about the Mono-devel-list mailing list