http://bugs.winehq.org/show_bug.cgi?id=10157
Marcel Partap mpartap@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #2 from Marcel Partap mpartap@gmx.net 2007-10-26 22:03:28 --- mmh, as was suggested on the kde-windows mailing list ("fix your wine first") the problem went away by doing a fresh wineprefixcreate.. it's just like the real stuff: format c: and everything is back to normal ;D Also python now works all well, however it is run. hit a different problem though: piping is broken, f.e. dir|more doesn't work as expected. I looked at the source and had some fun with breaking the pointers but I totally do not grasp how it should work and what is going wrong. Report in a new bug? Seems to be a small, 1-2 byte problem in WCMD_ReadAndParseLine and WCMD_pipe ...