http://bugs.winehq.org/show_bug.cgi?id=12642
--- Comment #16 from Dmitry Timoshkov dmitry@codeweavers.com 2008-04-22 01:22:39 --- (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.
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.