NACL_DEBUG_ENABLE=1 PPAPI_BROWSER_DEBUG=1 NACL_PLUGIN_DEBUG=1 NACL_PPAPI_PROXY_DEBUG=1 NACL_EXE_STDOUT=DEBUG_ONLY:dev://postmessage NACL_EXE_STDERR=DEBUG_ONLY:dev://postmessage open -a "/Applications/Google Chrome.app" http://localhost:8080/hello_world/hello_world.html
Any ideas what I am doing wrong?
That was one of the things I tried, actually:
load_assembly("System.dll", "System.dll");
// which is equivalent to:
load_file_from_url("System.dll", load_assembly_from_memory, strdup("System.dll"));
load_file_from_url("mscorlib.dll", finish_mono_initialization, domain_copy);
But I am still getting the same error.
I haven't had much luck looking for documentation on this, but it may be that I am looking in the wrong place. The most relevant document I found was the Embedding Mono page, which appears to be using a somewhat different interface ("mono_domain_assembly_open()").
I made sure that System.dll is copied into the application directory. Is this the correct approach? there something else I need to do?
I made sure that System.dll is copied into the application directory. Is this the correct approach? there something else I need to do?I'm not sure if there is good error handling on URL loading, you might check the network tab (or the HTTP server logs) to make sure that System.dll is being loaded correctly. There may also be ordering issues with loading System.dll before mscorlib.dll.
DEBUG_POSTMESSAGE:* Assertion at /mnt/data/b/build/slave/linux-sdk-mono64/build/src/native_client_sdk/src/build_tools/mono_build/nacl-mono-x86-32/mono/metadata/domain.c:1381, condition `mono_defaults.object_class != 0' not met
Google does not return anything relevant on this message... Any ideas?
--
You received this message because you are subscribed to the Google Groups "Native-Client-Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to native-client-di...@googlegroups.com.
To post to this group, send email to native-cli...@googlegroups.com.
Visit this group at http://groups.google.com/group/native-client-discuss.
For more options, visit https://groups.google.com/d/optout.