vitamin wrote: > > slileo wrote: > > What about the message "fixme:msvcrt:MSVCRT__sopen : pmode 0x01ed ignored."? > > Can this influence the way WINE performs when opening files? > > Not really. It only applies to new files, and it will result in file not having requested read & write permissions. > > Open a bug in bugzilla. There isn't much you can do to fix it yourself. O_CREAT is to create file if they don't exist. they are still open if they already do exist.