驰原 wrote:> I?m using Ubuntu 10.04 & wine 1.2rc2,and my emule crashes every time.
>
> I prefer using VeryCD emule because I?m living in China.
> There?s poor network condition here.
>
> i found that if i run Xtreme8.0 beta and VC emule at the same time,it will
be more stable.
>
> here?s my command line output:
>
> Code:
>
> fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,3,(nil),0,(nil)) -
stub!
> err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not
registered
> err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not
registered
> err:ole:create_server class {5c63c1ad-3956-4ff8-8486-40034758315b} not
registered
> fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
> err:ole:CoGetClassObject no class object
{5c63c1ad-3956-4ff8-8486-40034758315b} could be created for context 0x17
> fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,3,(nil),0,(nil)) -
stub!
> err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not
registered
> err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not
registered
> err:ole:create_server class {5c63c1ad-3956-4ff8-8486-40034758315b} not
registered
> fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
> err:ole:CoGetClassObject no class object
{5c63c1ad-3956-4ff8-8486-40034758315b} could be created for context 0x17
> err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this
requires special permissions.
>
SOCK_RAW can only be created on your system by root. It is NOT
recommended to run Wine as root.> err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this
requires special permissions.
> fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (8800000a)
>
Same here. The ping command by default is restricted to root. However,
it is easy to fix this. Log in as root
run the find command:
[code]
find / -name ping
[/code]
Change directories to where ping is located
[code]
cd <directory where ping was found usually /usr/sbin>
[/code]
Finally change permissions to run the program
[code]
chmod uga +x ping
[/code]
As to the problem with SOCK_RAW, I know how to fix this in most UNIXs,
but unfortunately this has not worked for some Linux distributions....
James McKenzie
> (Then emule crashed.)
>
>
>
>
>
>
>
>
>
>