Andreas Mohr <andi(a)rhlx01.fht-esslingen.de> writes:
[wine] +; Warning ! case sensitive directory names here ! "Windows" = "c:\\windows" "System" = "c:\\windows\\system"
What makes you think they are case sensitive? -- Alexandre Julliard julliard(a)winehq.com
"Alexandre Julliard" <julliard(a)winehq.com> wrote:
Andreas Mohr <andi(a)rhlx01.fht-esslingen.de> writes:
[wine] +; Warning ! case sensitive directory names here ! "Windows" = "c:\\windows" "System" = "c:\\windows\\system"
What makes you think they are case sensitive?
Apparently it's caused by a bug somewhere, but if you will replace c:\windows by c:\Windows (note an uppercase 'W') Wine will not be able find the Windows directory. -- Dmitry.
"Dmitry Timoshkov" <dmitry(a)baikal.ru> writes:
Apparently it's caused by a bug somewhere, but if you will replace c:\windows by c:\Windows (note an uppercase 'W') Wine will not be able find the Windows directory.
It should work just fine, unless you have configured your C drive as type 'unix' which is probably not a good idea. -- Alexandre Julliard julliard(a)winehq.com
"Alexandre Julliard" <julliard(a)winehq.com> wrote:
Apparently it's caused by a bug somewhere, but if you will replace c:\windows by c:\Windows (note an uppercase 'W') Wine will not be able find the Windows directory.
It should work just fine, unless you have configured your C drive as type 'unix' which is probably not a good idea.
Weird. It works now. -- Dmitry.
participants (2)
-
Alexandre Julliard -
Dmitry Timoshkov