Displaying 3 results from an estimated 3 matches for "write_request".
2001 Mar 14
0
wineserver: write_request: Assertion `thread->pass_fd == -1' failed.
Hello all,
I'm new to Wine and am getting the following error when I try and run my
program,
any ideas on what might be wrong (is this a bug in WINE)?
wineserver: request.c:235: write_request: Assertion `thread->pass_fd ==
-1' failed.
Thaks in advance,
Tushar.
2001 Mar 06
1
Compilation problem
...shot.
Compilation was fine, but tools/wineinstall stopped with this error
message:
------------
[...]
Compiling regapi...
rm -f regapi && ln -s ../../wine regapi
Preparing to install default Wine registry entries...
Installing default Wine registry entries...
wineserver: request.c:235: write_request: Zusicherung ?thread->pass_fd
==
-1? nicht erf?llt.
------------
Any ideas?
Platform ist Mandrake 7.2. My last try at wine was the codeveawers
preview, but I have deinstalled this.
TIA
Ulrich.
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
...",
+ host => $uri->host,
+ error => $@)));
- # Replace / with _ so the vmdk name can be used as a volume name
- my $volname = $vmdk;
- $volname =~ s,/,_,g;
- $self->{_v2v_volname} = $volname;
+ $conn->write_request($method => '/'.$uri->rel($base),
+ 'User-Agent' => $self->{agent},
+ 'Authorization' => $self->{auth})
+ or die(user_message(__x("Failed to send request to {host}: {error}",
+...