Joe Wells, dando pulos de alegria, escreveu :
> Eric S. Johansson writes:
>>installed coLinux-20040910.exe in c:/Program Files/colinux.
>>
>>saw note saying to install in c:/colinux. I met it half way and
>>installed all linux related images in c:/colinux and the colinux exe
>>in the installation directory. on running the daemon, I get:
>>
>>esj@speaker /cygdrive/c/Program Files/coLinux
>>$ ./colinux-daemon.exe -t nt -c default.colinux.xml
>>Cooperative Linux Daemon, 0.6.2-pre1
>>Compiled on Fri Sep 10 17:03:35 2004
>>
>>daemon: exit code 80008401
>>daemon: error - CO_RC_ERROR_ERROR, line 33, file id 0
>
> Whenever I get this error, it mysteriously goes away after I try again
> one or two times. I haven't tried to figure it out yet due to having
> (until now) more important problems with coLinux.
I am learning to use cscope ;) and from my inspection of the code, it
can only be triggered at colinux/os/winnt/user/file.c, line 33, function
co_os_file_load().
The reason is that colinux failed to open the file (obviously ;).
This can be two things:
1) File does not exist
2) Access denied
3) Some operating system error (like corrupt disk)
1) and 3) are obvious and 2) can be triggered if another program opened
the file in exclusive mode (thus denying access to colinux).
A reason for this error can be an anti-virus.
Regards,
~Nuno Lucas
|