[Mono-winforms-list] prob running swf apps

Matt chiefdreegfleer@methodus2000.com
Thu, 6 Mar 2003 19:56:31 -0500


ok i installed mcs-0.22 and mono-0.22 and also configure without GC

then i compiled monostub.exe.so

everything seemed fine... when i try to run simple apps, i get this error:

[idiot - .wine-c]$ wine monostub.exe.so crap.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
parsing configuration file
initializing JIT engine
FIXME:pthread_cond_init
FIXME:pthread_cond_init
opening assembly

** ERROR **: file jit.c: line 4100 (mono_get_lmf_addr): should not be reached
aborting...
wine: Unhandled exception, starting debugger...
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
Terminated


Can someone help me?