http://bugs.winehq.org/show_bug.cgi?id=10467
--- Comment #57 from Anastasius Focht focht@gmx.net 2008-03-27 09:16:16 --- Hello,
--- quote --- Do you have a small test app demonstrating the problem? --- quote ---
Sure. A .NET app: http://www.aisto.com/roeder/dotnet/Download.aspx?File=Writer (simple WYSIWYG editor for HTML files) To download fill in the usual fake info in download form, e.g. "my name", "org", "fun@inter.net".
You need the .NET 2.0 redist package as prerequisite: http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-...
1. clean ~/.wine 2. copy the file "l_intl.nls" from a windows partition to ~/.wine/drive_c/windows/system32 3. sh winetricks gecko 4. set your wine to "Windows 2000" before install to work around unsupported reparse/junction Api 5. install .NET 2.0 Framework 6. unzip the app into some directory, start the app "<unzip-dir>\Build\Writer.exe"
Regards