- clarify many error messages
- add data corruption warning to README file
diff --git a/scheduler/client.c b/scheduler/client.c
index 607e566..1d68287 100644
--- a/scheduler/client.c
+++ b/scheduler/client.c
@@ -523,7 +523,7 @@
close( s );
}
fatal_error( "file '%s/%s' exists,\n"
- " but I cannot connect to it; maybe the server has crashed?\n"
+ " but I cannot connect to it; maybe the wineserver has crashed?\n"
" If this is the case, you should remove this socket file and try again.\n",
serverdir, SOCKETNAME );
}
@@ -627,7 +627,7 @@
if (req->version != SERVER_PROTOCOL_VERSION)
server_protocol_error( "version mismatch %d/%d.\n"
"Your %s binary was not upgraded correctly,\n"
- "or you have an older one somewhere in your PATH.\n",
+ "or you have an older one somewhere in your PATH.\nOr maybe wrong wineserver still running ?",
req->version, SERVER_PROTOCOL_VERSION,
(req->version > SERVER_PROTOCOL_VERSION) ? "wine" : "wineserver" );
if (req->boot) boot_thread_id = teb->tid;