Developement under Linux

Discussion to talk about software related topics only.
Cheetah
Posts: 4
Joined: Thu Jan 19, 2012 8:20 am

Re: Developement under Linux

Post by Cheetah »

Looks like it's hanging before it gets to the point of opening that log file, as it isn't there. There is in fact almost nothing in the workspace directory:

Code: Select all

./.metadata/
./.metadata/.lock
./.metadata/version.ini
./.metadata/.plugins/
./.metadata/.plugins/org.eclipse.ui.workbench/
./.metadata/.plugins/org.eclipse.core.resources/
./.metadata/.plugins/org.eclipse.core.resources/.root/
./.metadata/.plugins/org.eclipse.core.resources/.safetable/
The output of wine when starting NBEclipse is pretty sparse too ... the first line has me rather suspicious, however:

Code: Select all

fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:oleacc:CreateStdAccessibleObject 0x2007e -4 {618736e0-3c3d-11cf-810c-00aa00389b71} 0x3d6e3a8
<repeated many times with different hex numbers>
fixme:oleacc:CreateStdAccessibleObject 0x10112 -4 {618736e0-3c3d-11cf-810c-00aa00389b71} 0x3da0d40
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
Post Reply