http://bugs.winehq.org/show_bug.cgi?id=4503
------- Additional Comments From sick_soul@yahoo.it 2006-18-02 07:36 ------- I report my latest findings:
2005-10-18 works, while 2005-10-19 shows the bug.
I generated a diff, and found the offending change being (from Changelog):
* dlls/kernel/module.c, dlls/kernel/tests/module.c: Vitaliy Margolen wine-patch@kievinfo.com LoadLibrary should ignore trailing spaces in the library name.
I attach a 2005-10-19 to 2005-10-18 patch that involves that change only.
I could reproduce the problem by: - checking out a clean 2005-10-18 version (no bug) - apply the attached patch as a reverse patch - compile/install wine (bug now present)
The problem goes then away by: - applying the attached patch - compile/install wine (no bug again)
However current CVS code seems to call some other code, since the obvious fix (revert the change in current CVS) does not work. Some more knowledge of the inner workings is probably required at this point.