http://bugs.winehq.org/show_bug.cgi?id=12642
--- Comment #17 from Tefnet developers developers@tefnet.pl 2008-04-22 03:08:21 --- (In reply to comment #16)
(In reply to comment #15)
At least that it can't find dll in directory.
Wine does print a message if it can't find a library an executable being loaded depends on. If Wine starts issuing warnings for every failed LoadLibrary call that would add a lot of confusion without any real improvement.
yes, that's true
And if we know that path is based on locale warn about it too.
You know it only for this particular case, we can't assume that every path with 1033 or 1045 in it will cause the trouble.
I haven't checked source yet but we got 1033 or 1045 from somewhere, so I think we know that path is based on locale or not... but I might be wrong