Hi, I posted before in wine-users, but I haven't had any answer.
I compiled, as usual, wine from cvs, but in the last weeks I have this error every file I try to run:
err:msg:QUEUE_CreateMsgQueue Cannot get thread queueMain exe initialization for L"C:\Program Files\DepWalker\depends.exe" failed, status c0000142
Only the path changes (correctly), the status code is always the same. Can anyone help me?
Hi, I posted before in wine-users, but I haven't had any answer.
I compiled, as usual, wine from cvs, but in the last weeks I have this error every file I try to run:
err:msg:QUEUE_CreateMsgQueue Cannot get thread queueMain exe initialization for L"C:\Program Files\DepWalker\depends.exe" failed, status c0000142
This is likely due to user32 not being recompiled properly and doing the wrong server call. If you haven't already make'd and "make install"'d user32, do so now. Otherwise, do a "make clean && make" and then a "make install". Note: whenever there are server changes you should at least recompile ntdll,kernel,user and gdi.
Only the path changes (correctly), the status code is always the same. Can anyone help me?
I had the same problem, but it was because I was too lazy to properly fix my build tree so I could install the whole lot at once.
Rob