missing some stuff

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Ebere
Level 2
Level 2
Posts: 15
Joined: Sat Jun 26, 2010 5:38 pm

missing some stuff

Post by Ebere »

My wine seems to be broken. Missing some things.

For instance, when I run "regedit" in terminal, this is the result in the terminal window.

Code: Select all

regedit
err:module:find_forwarded_export module not found for forward 'msvcrt.wcscat' used by L"C:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt.wcslen' used by L"C:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt.memmove' used by L"C:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt._strupr' used by L"C:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt._wcsicmp' used by L"C:\\windows\\system32\\ntoskrnl.exe"
err:module:find_forwarded_export module not found for forward 'msvcrt._stricmp' used by L"C:\\windows\\system32\\ntoskrnl.exe"
err:module:import_dll Library TDI.SYS (which is needed by L"C:\\windows\\system32\\Drivers\\fwdrv.sys") not found
err:module:import_dll Library NDIS.SYS (which is needed by L"C:\\windows\\system32\\Drivers\\fwdrv.sys") not found
err:winedevice:ServiceMain driver L"fwdrv" failed to load
err:module:import_dll Library msvcrt.dll (which is needed by L"C:\\windows\\system32\\regedit.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\regedit.exe" failed, status c0000135
It says several modules are not found.

I am lost. No idea what to do here.
Addys
Level 2
Level 2
Posts: 47
Joined: Tue Nov 25, 2008 11:33 am

Post by Addys »

Your WINEPREFIX is likely corrupt. Backup your ~/.wine directory, delete it and run regedit again. If there's no strange output like that, restore whatever files you needed off your .wine backup into your new .wine directory.
Ebere
Level 2
Level 2
Posts: 15
Joined: Sat Jun 26, 2010 5:38 pm

Post by Ebere »

Addys wrote:Your WINEPREFIX is likely corrupt. Backup your ~/.wine directory, delete it and run regedit again. If there's no strange output like that, restore whatever files you needed off your .wine backup into your new .wine directory.
Thank you.

That fixed regedit.

:)
Locked