search for: steam_minecraft

Displaying 1 result from an estimated 1 matches for "steam_minecraft".

2011 May 15
1
exec()'ing Linux applications from Wine
...Is it a fundamental incompatibility between the APIs for Windows and Linux? My attempts to strace wine (using strace -Tttfvo) caused wine to fail to launch, and produced a 230 Mb strace file filled with what seems like an enormous call to recvmsg(): $ egrep '\{NULL, 0\}, \{NULL, 0\}' /tmp/steam_minecraft.trace | cut -c 1-1024 28727 17:57:10.151689 recvmsg(23, {msg_name(1257252)=NULL, msg_iov(735032052973305856)=[{NULL, 0}, {NULL, 8183968} Further down, this same function call is filled with pages and pages of: {NULL, 0}, {NULL, 0}, {NULL, 0}, {NULL, 0} So, I'm not sure how to strace wine...