Wine Internet Explorer Not Working

Questions about Wine on Linux
Locked
User avatar
TRWE_2012
Level 1
Level 1
Posts: 5
Joined: Mon Feb 08, 2021 10:54 am

Wine Internet Explorer Not Working

Post by TRWE_2012 »

Hello everyone .....

I can't run wine internet explorer for two days

The error code is given below.....

Code: Select all

0054:fixme:ntoskrnl:IoAllocateDriverObjectExtension stub: 001170C8, 001170C8, 1024, 00D7FA20
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0080:fixme:ntoskrnl:IoRegisterShutdownNotification stub: 00117480
0094:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0094:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00b0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00b0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00a8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00a8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0094:err:ole:start_rpcss Failed to start RpcSs service
0034:err:menubuilder:write_freedesktop_mime_type_entry error writing file /home/battalgazi/.local/share/mime/packages/x-wine-extension-/bzw.xml
0034:err:menubuilder:write_freedesktop_association_entry error writing association file "/home/battalgazi/.local/share/applications/wine-extension-/bzw.desktop"
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:err:module:process_init L"C:\\windows\\system32\\iexplore.exe" not found
Warning in file "/home/battalgazi/.local/share/applications/pcmanfm-mod-find.desktop": usage of MIME type "x-directory/normal" is discouraged ("x-directory" is an old media type that should be replaced with a modern equivalent)
How can I fix this problem. (Solution or idea other than deleting the. Wine profile directory)

Thanks.....
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine Internet Explorer Not Working

Post by jkfloris »

Code: Select all

...
0024:err:module:process_init L"C:\\windows\\system32\\iexplore.exe" not found
...
Can you start Wine Internet Explorer with:

Code: Select all

cd "$HOME/.wine/drive_c/Program Files/Internet Explorer"
wine iexplore.exe
If this works, copy $HOME/.wine/drive_c/Program Files/Internet Explorer/iexplore.exe to $HOME/.wine/drive_c/windows/system32/iexplore.exe
User avatar
TRWE_2012
Level 1
Level 1
Posts: 5
Joined: Mon Feb 08, 2021 10:54 am

Re: Wine Internet Explorer Not Working

Post by TRWE_2012 »

jkfloris wrote: Tue Feb 09, 2021 11:34 am

Code: Select all

...
0024:err:module:process_init L"C:\\windows\\system32\\iexplore.exe" not found
...
Can you start Wine Internet Explorer with:

Code: Select all

cd "$HOME/.wine/drive_c/Program Files/Internet Explorer"
wine iexplore.exe
If this works, copy $HOME/.wine/drive_c/Program Files/Internet Explorer/iexplore.exe to $HOME/.wine/drive_c/windows/system32/iexplore.exe
First of all thanks for your help........

$HOME/.wine/drive_c/Program Files/Internet Explorer/iexplore.exe[/i] to $HOME/.wine/drive_c/windows/system32/iexplore.exe I noticed that the exe file in the user directory mentioned in the statement was somehow deleted for no reason. Therefore, you cannot recommend it.

When you delete the ".wine" directory and give winecfg command from the command line, all the files are created from the beginning. Then the problem is solved, but since I made a lot of customization on the current directory, it is not possible to delete this directory.
User avatar
TRWE_2012
Level 1
Level 1
Posts: 5
Joined: Mon Feb 08, 2021 10:54 am

Re: Wine Internet Explorer Not Working

Post by TRWE_2012 »

Problem Solved .....! But how ....?

1.The solution was very simple.....

2.My operation is only;

I have permanently deleted settings in the hidden .wine directory and .config folder in / home / username / directory with shift + delete and restarting the system

3.The rest is shown in the screenshots below.

3.1.The winecfg command was given from the console line ....
https://i.hizliresim.com/y4bND3.png

3.2.The Wine-Gecko Components and the Wine -Mono Component were reinstalled.
https://i.hizliresim.com/fK0tD6.png

3.3.Default Windows Operating System: Legend changed to Windows XP.
https://i.hizliresim.com/W4XR05.png

3.4.Using the previously installed Q4Wine v1.3.6 Wine front-end software from the command line
Updated with

Code: Select all

q4wine -b% u
command.
https://i.hizliresim.com/wGUyUI.png

3.5.FINAL RESULT .....!
https://i.hizliresim.com/ZPRmPn.png

So much.... :)
User avatar
TRWE_2012
Level 1
Level 1
Posts: 5
Joined: Mon Feb 08, 2021 10:54 am

Re: Wine Internet Explorer Not Working

Post by TRWE_2012 »

Note :

Meanwhile, the number of Windows OS Game Software I can run in Wine 6.0 has increased to 10. I ran the latest Company Of Heroes v1.71

Code: Select all

https://forum.debian.org.tr/index.php?topic=11148.msg27578#new
System : GNU/Linux Mint 19.3 x86 MATE 1.22.2 (Classic Gnome v2.14) / LXDE v0.3.5 RC-1/WINDOWMAKER v0.95
Locked