Wine is missing things and I don't know how to fix it
-
- Level 1
- Posts: 6
- Joined: Mon Jan 31, 2022 7:42 pm
Wine is missing things and I don't know how to fix it
When I try to boot up wine, it says
00e0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\syswow64\\winecfg.exe") not found
00e0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\syswow64\\comdlg32.dll") not found
00e0:err:module:import_dll Library comdlg32.dll (which is needed by L"C:\\windows\\syswow64\\winecfg.exe") not found
00e0:err:module:LdrInitializeThunk Importing dlls for L"C:\\windows\\syswow64\\winecfg.exe" failed, status c0000135
The first time I opened it it said it could download things that it needed for me, and I told it to install it but the progress bar never made any progress so I tried to close it and open it again, but it gave me this error ever since. I tried to look at the forums for other people having this problem and saw someone say to try "WINEPREFIX=${HOME}/test-wine wine winecfg" which installs whatever it needs and opens but doesn't run apps, assumedly because it's a test wine thing, although I don't know much about this.
00e0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\syswow64\\winecfg.exe") not found
00e0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\syswow64\\comdlg32.dll") not found
00e0:err:module:import_dll Library comdlg32.dll (which is needed by L"C:\\windows\\syswow64\\winecfg.exe") not found
00e0:err:module:LdrInitializeThunk Importing dlls for L"C:\\windows\\syswow64\\winecfg.exe" failed, status c0000135
The first time I opened it it said it could download things that it needed for me, and I told it to install it but the progress bar never made any progress so I tried to close it and open it again, but it gave me this error ever since. I tried to look at the forums for other people having this problem and saw someone say to try "WINEPREFIX=${HOME}/test-wine wine winecfg" which installs whatever it needs and opens but doesn't run apps, assumedly because it's a test wine thing, although I don't know much about this.
-
- Level 1
- Posts: 6
- Joined: Mon Jan 31, 2022 7:42 pm
Wine is missing things and I don't know how to fix it
whenever it i try to start it it says
00e0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\syswow64\\winecfg.exe") not found
00e0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\syswow64\\comdlg32.dll") not found
00e0:err:module:import_dll Library comdlg32.dll (which is needed by L"C:\\windows\\syswow64\\winecfg.exe") not found
00e0:err:module:LdrInitializeThunk Importing dlls for L"C:\\windows\\syswow64\\winecfg.exe" failed, status c0000135
00e0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\syswow64\\winecfg.exe") not found
00e0:err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\syswow64\\comdlg32.dll") not found
00e0:err:module:import_dll Library comdlg32.dll (which is needed by L"C:\\windows\\syswow64\\winecfg.exe") not found
00e0:err:module:LdrInitializeThunk Importing dlls for L"C:\\windows\\syswow64\\winecfg.exe" failed, status c0000135
Re: Wine is missing things and I don't know how to fix it
Remove (or rename) the hidden .wine directory in your home folder and try again.
-
- Level 5
- Posts: 368
- Joined: Tue Dec 24, 2019 3:23 pm
Re: Wine is missing things and I don't know how to fix it
Just some additional background info.
Wine creates a work directory called ".wine" in your home directory.
You can make wine use a name different than .wine by using a command like this:
like you have above. In that case wine will use "test-wine" as the work directory.
Another way to do it is to use ".wine" but delete or rename an already existing ".wine" folder:
Go to home directory:
to delete:
to rename:
Wine creates a work directory called ".wine" in your home directory.
You can make wine use a name different than .wine by using a command like this:
Code: Select all
WINEPREFIX=${HOME}/test-wine wine
Another way to do it is to use ".wine" but delete or rename an already existing ".wine" folder:
Go to home directory:
Code: Select all
cd
Code: Select all
rm -rf .wine
Code: Select all
mv .wine .wine-old
-
- Newbie
- Posts: 1
- Joined: Thu Feb 03, 2022 4:44 am
Re: Wine is missing things and I don't know how to fix it
I have a similar problem! I tried the option that you described, but I didn’t succeed! Are there other solutions?
-
- Level 1
- Posts: 6
- Joined: Mon Jan 31, 2022 7:42 pm
Re: Wine is missing things and I don't know how to fix it
thank you guys sm i got it to work
-
- Level 1
- Posts: 6
- Joined: Mon Jan 31, 2022 7:42 pm
Re: Wine is missing things and I don't know how to fix it
sorry I said the same thing twice, I'm kinda dumb lol