Saturday, April 21, 2012

Wine 1.4 Errors solved



Error

I gt the following errors after  upgrading to ubuntu 12.4 and installing a software using wine 1.4 and the setup didn't event open

warn:module:load_builtin_dll cannot open .so lib for builtin L"%1.dll"
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)


Solution

The problem was due to the old .wine folder contents, so i did the following

1- Open winetricks
2- Choose "select the default winprefix"
3- Choose "delete ALL DATA AND PREFIX INSIDE THE WINEPREFIX"

Then i was able to open/install software


1 comment: