Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
4
votes
1
answers
3181
views
How to install OCX files to Wine
I am using macOS 10.14.5, and I am trying to run a Windows exe file.  So I did brew install wine .  Then, using wine to run the program yields the following error: ``` 0009:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0....
I am using macOS 10.14.5,
and I am trying to run a Windows
exe
file.
So I did brew install wine
.
Then, using wine
to run the program yields the following error:
0009:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
My wine
can run some other exe
programs. Because of this, I thought I needed to install mscomctl.ocx
and comctl32.ocx
into wine
. I copied the files from my Windows 7 computer to ~/.wine/drive_c/windows/system32/
and added the corresponding overrides to the "Libraries" tab in winecfg
. But I still got the same error.
I tried another way of installing the two files.
I did brew install winetricks zenity
,
and ran sh winetricks dlls
.
The GUI appeared, but it did nothing no matter what I clicked.
Also, whenever I clicked anything on the GUI,
it outputs to the shell the same message
Gtk-WARNING **: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
So how should I install OCX files to wine
?
"An OCX file is a Windows ActiveX control file."
Yizhen Chen
(141 rep)
Jun 14, 2019, 04:25 AM
• Last activity: Jul 9, 2025, 01:02 PM
5
votes
1
answers
36058
views
How to install Directx9 for Wine?
I'd like to try playing League of Legends on Fedora. To do so, I installed Lutris, Wine and Winetricks. I installed LoL from the [Lutris packages][1]. During the installation, the installer tells me that Directx9 is not found and necessary to run the game: [![enter image description here][2]][2] Aft...
I'd like to try playing League of Legends on Fedora. To do so, I installed Lutris, Wine and Winetricks. I installed LoL from the Lutris packages .
During the installation, the installer tells me that Directx9 is not found and necessary to run the game:
After a long search on the Internet, the solution would be to use Winetricks and install the library, however it doesn't work, it seems to be obsolete:
It suggests me to install instead each component individually, which I tried to do (still with Winetricks) by installing all the dlls related to Directx9, but it doesn't change anything, some of these libs are also obsolete.
How to install Directx9 under Fedora, for Wine, in order to play to League of Legends?


Foxy
(151 rep)
Dec 22, 2019, 02:08 AM
• Last activity: Jun 25, 2025, 02:07 AM
0
votes
0
answers
17
views
how to determine to what .dll we need to rename the files extracted with cabextract?
how to determine to what .dll we need to rename the files extracted with cabextract? ex.: ``` $ cabextract -l vc_redist.x64.exe ... 204800 | 16.08.2024 06:10:42 | a10 10869002 | 16.08.2024 05:37:14 | a11 903975 | 16.08.2024 06:02:16 | a12 5648016 | 16.08.2024 06:07:22 | a13 ``` I know a11 shall beco...
how to determine to what .dll we need to rename the files extracted with cabextract?
ex.:
$ cabextract -l vc_redist.x64.exe
...
204800 | 16.08.2024 06:10:42 | a10
10869002 | 16.08.2024 05:37:14 | a11
903975 | 16.08.2024 06:02:16 | a12
5648016 | 16.08.2024 06:07:22 | a13
I know a11 shall become msvcp140.dll from winetricks, but all the other files, how to know to what .dll shall I rename them to.
Obs.: I need this translation list because wine64 (from wine9.0.0.0stable-jammy) is not being able to run vc_redist.x64.exe
PS.: any other tip to install vc_redist.x64.exe than manually (extract and use regedit)?
Aquarius Power
(4537 rep)
Mar 1, 2025, 01:51 AM
• Last activity: Mar 1, 2025, 07:43 PM
0
votes
1
answers
130
views
How to use Windows app Teltonika Configurator (MS .NET) on Linux? (how to use Wine or mono or other solution)
I have been a Debian user for many years, but at a basic level. Now I need to work with an application available only for Windows - Teltonika Configurator (version for GH5200 tracker): https://wiki.teltonika-gps.com/view/Teltonika_Configurator_versions#For_GH5200_&_TMT250 It requires the environment...
I have been a Debian user for many years, but at a basic level.
Now I need to work with an application available only for Windows - Teltonika Configurator (version for GH5200 tracker):
https://wiki.teltonika-gps.com/view/Teltonika_Configurator_versions#For_GH5200_&_TMT250
It requires the environment of MS .NET or .NET Framework:
https://wiki.teltonika-gps.com/view/GH5200_First_Start#PC_Connection_(Windows)
I don't even know how they differ from each other.
In addition, I see here the availability of packages for Linux:
https://dotnet.microsoft.com/en-us/download/dotnet-framework
https://dotnet.microsoft.com/en-us/download/dotnet
and I just don't know:
- Which one to use?
- How to use it?
- Do you use Wine or mono? And if so - how to use correctly?
DarekH
(157 rep)
Feb 19, 2025, 05:08 PM
• Last activity: Feb 20, 2025, 09:15 AM
1
votes
1
answers
157
views
How to run a PDF file with wine app (Foxit PDF Editor Pro)?
I want to create a Python function to open a PDF file with the Foxit PDF Editor Pro Application (wine app), my function is as follows: ```python def open_with_foxit(output_path): command = ["wine", "/home/lediem/Wine/FoxitPDFEditor/drive_c/Program Files (x86)/Foxit Software/Foxit PDF Editor/FoxitPDF...
I want to create a Python function to open a PDF file with the Foxit PDF Editor Pro Application (wine app), my function is as follows:
def open_with_foxit(output_path):
command = ["wine",
"/home/lediem/Wine/FoxitPDFEditor/drive_c/Program Files (x86)/Foxit Software/Foxit PDF Editor/FoxitPDFEditor.exe",
output_path]
subprocess.Popen(command)
After running:
('/home/lediem/Dropbox/LATEX ALL/FILE HS ONLINE/tài liệu.pdf')
I get the error message:
wine: Read access denied for device L"\??\Z:\", FS volume label and serial are not available.
wine: Read access denied for device L"\??\Z:\", FS volume label and serial are not available.
wine: Read access denied for device L"\??\Z:\", FS volume label and serial are not available.
wine: Read access denied for device L"\??\Z:\", FS volume label and serial are not available.
Could not find Wine Gecko. HTML rendering will be disabled.
0180:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
even though my links are correct. Thank you very much!
tungsondkh
(11 rep)
Feb 18, 2024, 09:44 AM
• Last activity: Feb 29, 2024, 09:42 AM
10
votes
1
answers
56882
views
Wine: could not load kernel32.dll, status c0000135 Kali Linux
┌──(root㉿kali)-[/opt] └─# git clone https://github.com/tokyoneon/B2E.git ┌──(root㉿kali)-[/opt] └─# cd B2E/ ┌──(root㉿kali)-[/opt/B2E] └─# sudo apt install wine wine64 wine32 winbind winetricks ┌──(root㉿kali)-[/opt/B2E] └─# dpkg --add-architecture i386 && apt-get update && apt-get install wine32:i386...
┌──(root㉿kali)-[/opt]
└─# git clone https://github.com/tokyoneon/B2E.git
┌──(root㉿kali)-[/opt]
└─# cd B2E/
┌──(root㉿kali)-[/opt/B2E]
└─# sudo apt install wine wine64 wine32 winbind winetricks
┌──(root㉿kali)-[/opt/B2E]
└─# dpkg --add-architecture i386 && apt-get update && apt-get install wine32:i386
┌──(root㉿kali)-[/opt/B2E]
└─# wine 'Bat_To_Exe_Converter_(Installer).exe'
wine: could not load kernel32.dll, status c0000135
There are not much solutions for this error. Any suggestions?
Not sure why I got -4 since I explained what I did and if you try to search on your own, you will also experience there is a really mess about this issue. Not clear solution.
Here is also my Linux version if it helps:
┌──(root㉿kali)-[~]
└─# wine --version
wine-7.0 (Debian 7.0~repack-10)
┌──(root㉿kali)-[~]
└─# cat /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION="2022.4"
VERSION_ID="2022.4"
VERSION_CODENAME="kali-rolling"
ID=kali
ID_LIKE=debian
┌──(root㉿kali)-[~]
└─# uname -a
Linux kali 6.0.0-kali5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.0.10-2kali1 (2022-12-06) x86_64 GNU/Linux
Same issue in Kali Linux, when I want to use "wine" to run "shellter.exe".
┌──(root㉿kali)-[/usr/share/windows-resources/shellter]
└─# wine shellter.exe
wine: could not load kernel32.dll, status c0000135
domandaciao
(141 rep)
Dec 18, 2022, 08:23 PM
• Last activity: Sep 17, 2023, 08:58 PM
0
votes
1
answers
596
views
How to get the list of verbs installed on winetricks
How can I check which verbs are installed on my wine prefix? I want to list only the installed ones. For example, on apt package manager, I can type `apt list --installed` to display the installed packages. Something like that.
How can I check which verbs are installed on my wine prefix?
I want to list only the installed ones. For example, on apt package manager, I can type
apt list --installed
to display the installed packages. Something like that.
Meraj al Maksud
(155 rep)
Apr 26, 2023, 06:56 PM
• Last activity: Apr 29, 2023, 01:34 PM
1
votes
1
answers
2887
views
"Unhandled page fault" error when executing a Windows application in Wine
I'm trying to launch the [Shamela][1] (المكتبة الشاملة) application in Linux Mint 21.1 Cinnamon which is a library for ebooks that use elastic search using Wine version: 8 This is what i get in terminal: 0024:fixme:netprofm:list_manager_GetConnectivity 03953308, 0395323C 0024:fixme:file:NtLockFile I...
I'm trying to launch the [Shamela] (المكتبة الشاملة) application in Linux Mint 21.1 Cinnamon which is a library for ebooks that use elastic search using Wine version: 8
This is what i get in terminal:
0024:fixme:netprofm:list_manager_GetConnectivity 03953308, 0395323C
0024:fixme:file:NtLockFile I/O completion on lock not implemented yet
0024:fixme:win:RegisterPowerSettingNotification (00020068,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
006c:fixme:imm:ImeSetActiveContext (0000000000010030, 0): stub
006c:fixme:imm:ImmReleaseContext (0000000000190028, 0000000000010030): stub
0024:fixme:imm:ImeSetActiveContext (00010058, 1): stub
0024:fixme:imm:ImmReleaseContext (00030072, 00010058): stub
0024:fixme:file:server_get_file_info Unsupported info class e
0024:fixme:file:server_get_file_info Unsupported info class e
wine: Unhandled page fault on write access to 00000045 at address 7BC26FC5 (thread 010c), starting debugger...
0114:fixme:imm:ImeSetActiveContext (00010090, 1): stub
0114:fixme:imm:ImmReleaseContext (0001009A, 00010090): stub
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0114:fixme:dbghelp:elf_search_auxv can't find symbol in module
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0024:fixme:font:get_nearest_charset TCI failing on 20000000
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 20000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\fonts-gujr-extra\\aakar-medium.ttf"
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\fonts-beng-extra\\Ani.ttf"
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\malayalam\\Dyuthi-Regular.ttf"
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\Gargi\\Gargi.ttf"
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\Gubbi\\Gubbi.ttf"
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\fonts-deva-extra\\kalimati.ttf"
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\Navilu\\Navilu.ttf"
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\fonts-telu-extra\\Pothana2000.ttf"
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\fonts-gujr-extra\\Rekha.ttf"
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\fonts-deva-extra\\samanata.ttf"
0024:fixme:font:find_matching_face Untranslated charset 255
0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\truetype\\fonts-telu-extra\\vemana2000.ttf"
0024:fixme:win:NtUserFlashWindowEx 0x50d594 - semi-stub
0024:fixme:win:UnregisterPowerSettingNotification (DEADBEEF): stub
0024:fixme:msvcrt:__clean_type_info_names_internal (6603AD3C) stub
0024:fixme:msvcrt:__clean_type_info_names_internal (09D165D8) stub
pc@pc-HP-EliteBook-2560p:~$
And a get a dialog box:
Program error
The program cmd.exe has encountred a serious problem and needs to close
When i click show details this is what i get:
Unhandled exception: page fault on write access to 0x00000045 in 32-bit code (0x7bc26fc5).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7bc26fc5 ESP:00791a30 EBP:01000000 EFLAGS:00010212( R- -- I -A- - )
EAX:00004130 EBX:0103b8e0 ECX:00720072 EDX:00000041
ESI:010002b0 EDI:0103fa10
Stack dump:
0x00791a30: 00410025 00250020 00200041 00410025
0x00791a40: 00250020 00200041 00410025 00250020
0x00791a50: 00200041 00410025 00250020 00200041
0x00791a60: 0104fff8 00001002 0103f8f0 00000128
0x00791a70: 00250020 00200041 00410025 00791aa0
0x00791a80: 01000000 00000000 00791b08 01000000
Backtrace:
=>0 0x7bc26fc5 list_remove+0x13(elem=) [Z:\usr\src\packages\BUILD\include\wine\list.h:100] in ntdll (0x01000000)
1 0x7bc26fc5 heap_free_block+0xf5(heap=01000000, flags=0x1002, block=) [Z:\usr\src\packages\BUILD\dlls\ntdll\heap.c:778] in ntdll (0x01000000)
2 0x7bc27dd4 RtlFreeHeap+0x10f(handle=, flags=, ptr=) [Z:\usr\src\packages\BUILD\dlls\ntdll\heap.c:506] in ntdll (0x00791b08)
3 0x7bc2917a RtlFreeHeap+0x35(handle=, flags=, ptr=) [Z:\usr\src\packages\BUILD\dlls\ntdll\heap.c:1573] in ntdll (0x00791b48)
4 0x6aaf4032 msvcrt_heap_free+0x4a(ptr=) [Z:\usr\src\packages\BUILD\dlls\msvcrt\heap.c:114] in ucrtbase (0x00791b78)
5 0x6aaf4032 free+0x5d(ptr=) [Z:\usr\src\packages\BUILD\dlls\msvcrt\heap.c:413] in ucrtbase (0x00791b78)
6 0x0041e6be WCMD_execute+0x67e(command=L"SET newparams=!newparams! !current!", redirects=L"", cmdList=00791E80, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:1647] in cmd (0xfffffff6)
7 0x0041d3a4 WCMD_process_commands+0x64(thisCmd=, oneBracket=0x1, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:2383] in cmd (0x00000003)
8 0x00403be8 WCMD_part_execute+0x168(cmdList=, firstcmd=, isIF=0x1, executecmds=0x1) [Z:\usr\src\packages\BUILD\programs\cmd\builtins.c:1573] in cmd (0x010121b0)
9 0x0040fdb0 WCMD_if+0x60(p=L""x%A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %", cmdList=00792240) [Z:\usr\src\packages\BUILD\programs\cmd\builtins.c:2932] in cmd (0x0000000e)
10 0x0041ebcf WCMD_execute+0xb8f(command=L"IF "x!newparams!" NEQ "x" ", redirects=L"", cmdList=00792240, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:1637] in cmd (0x0000000e)
11 0x0041d3a4 WCMD_process_commands+0x64(thisCmd=, oneBracket=0x1, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:2383] in cmd (0x00000002)
12 0x00403be8 WCMD_part_execute+0x168(cmdList=, firstcmd=, isIF=0x1, executecmds=0) [Z:\usr\src\packages\BUILD\programs\cmd\builtins.c:1573] in cmd (0x01011f30)
13 0x0040fdb0 WCMD_if+0x60(p=L""N" == "Y" ", cmdList=00792600) [Z:\usr\src\packages\BUILD\programs\cmd\builtins.c:2932] in cmd (0x0000000e)
14 0x0041ebcf WCMD_execute+0xb8f(command=L"IF "!silent!" == "Y" ", redirects=L"", cmdList=00792600, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:1637] in cmd (0x0000000e)
15 0x0041d3a4 WCMD_process_commands+0x64(thisCmd=, oneBracket=0, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:2383] in cmd (0xffffffff)
16 0x0040128c WCMD_batch+0x17c(file=, command=, called=, startLabel=, pgmHandle=) [Z:\usr\src\packages\BUILD\programs\cmd\batch.c:96] in cmd (0x00000000)
17 0x0041da5f WCMD_run_program+0x5ef(command=L""Z:\media\pc\01D93B76FB51C4C0\shamela_4\elastic\bin\elasticsearch.bat"", called=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:1204] in cmd (0x00792b54)
18 0x0041e981 WCMD_execute+0x941(command=L""Z:\media\pc\01D93B76FB51C4C0\shamela_4\elastic\bin\elasticsearch.bat"", redirects=L"", cmdList=0079B320, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:1644] in cmd (0x0000002f)
19 0x0041d3a4 WCMD_process_commands+0x64(thisCmd=, oneBracket=0, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:2383] in cmd (0xffffffff)
20 0x0041f8e4 wmain+0x994(argc=, argvW=) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:2674] in cmd (0x0079fef8)
21 0x00420ac8 wmainCRTStartup+0x68() [Z:\usr\src\packages\BUILD\dlls\msvcrt\crt_wmain.c:60] in cmd (0x0079ff30)
22 0x7b629ee0 in kernel32 (+0x29ee0) (0x0079ff48)
23 0x7bc5c5a7 in ntdll (+0x5c5a7) (0x0079ff5c)
24 0x7bc5cdb0 RtlCreateUserThread(entry=00420A60, arg=7FFD1000) [Z:\usr\src\packages\BUILD\dlls\ntdll\thread.c:306] in ntdll (0x0079ffec)
0x7bc26fc5 heap_free_block+0xf5 [Z:\usr\src\packages\BUILD\dlls\ntdll\heap.c:778] in ntdll: movl %ecx,0x4(%edx)
Unable to access file 'Z:\usr\src\packages\BUILD\dlls\ntdll\heap.c'
Modules:
Module Address Debug info Name (31 modules)
PE 00400000-00596000 Dwarf-4 cmd
PE 64a80000-64ad8000 Deferred win32u
PE 65680000-656bd000 Deferred msvcrt
PE 66080000-66179000 Deferred shlwapi
PE 66640000-6665a000 Deferred version
PE 667c0000-66805000 Deferred shcore
PE 67500000-67553000 Deferred imm32
PE 68880000-68d6a000 Deferred user32
PE 69840000-6993a000 Deferred advapi32
PE 6aac0000-6ad9c000 Dwarf-4 ucrtbase
PE 6bbc0000-6bc57000 Deferred sechost
PE 6da80000-6dc9f000 Deferred gdi32
PE 71400000-720ae000 Deferred shell32
PE 7b000000-7b52c000 Deferred kernelbase
PE 7b600000-7b759000 Dwarf-4 kernel32
PE 7bc00000-7bebc000 Dwarf-4 ntdll
ELF 7d000000-7d005000 Deferred
ELF 7e595000-7e59f000 Deferred libuuid.so.1
ELF 7e59f000-7e5cf000 Deferred libexpat.so.1
ELF 7e5cf000-7e61f000 Deferred libfontconfig.so.1
ELF 7e61f000-7e642000 Deferred libbrotlicommon.so.1
ELF 7e642000-7e660000 Deferred libz.so.1
ELF 7e660000-7e6a0000 Deferred libpng16.so.16
ELF 7e6a0000-7e76d000 Deferred libfreetype.so.6
ELF 7e76d000-7e875000 Deferred libm.so.6
ELF 7e88b000-7e9ff000 Deferred win32u.so
ELF 7e9ff000-7eb87000 Dwarf libwine.so.1
ELF f7bb4000-f7c62000 Deferred ntdll.so
ELF f7d62000-f7f97000 Deferred libc.so.6
ELF f7f99000-f7fa7000 Deferred libbrotlidec.so.1
ELF f7faf000-f7fe7000 Deferred ld-linux.so.2
Threads:
process tid prio name (all IDs are in hex)
00000020 shamela.exe
00000024 0
00000104 0
00000038 services.exe
0000003c 0
00000040 0 wine_rpcrt4_server
0000004c 0 wine_rpcrt4_io
00000078 0 wine_rpcrt4_io
000000b0 0 wine_rpcrt4_io
000000c8 0 wine_rpcrt4_io
000000e0 0 wine_rpcrt4_io
00000044 winedevice.exe
00000048 0
00000054 0
00000058 0 wine_sechost_service
0000005c 0
00000060 0
00000064 0
000000d4 0
00000068 explorer.exe
0000006c 0
00000094 0
00000098 0 wine_rpcrt4_server
00000070 winedevice.exe
00000074 0
0000007c 0
00000080 0 wine_sechost_service
00000084 0
00000088 0
0000008c 0
00000090 0
000000ac 0
000000a4 plugplay.exe
000000a8 0
000000b4 0
000000b8 0 wine_sechost_service
000000bc 0 wine_rpcrt4_server
000000c0 svchost.exe
000000c4 0
000000cc 0
000000d0 0 wine_sechost_service
000000d8 rpcss.exe
000000dc 0
000000e4 0
000000e8 0 wine_sechost_service
000000ec 0 wine_rpcrt4_server
000000f0 0 wine_rpcrt4_server
000000f4 0 wine_rpcrt4_io
000000fc conhost.exe
00000100 0
00000108 (D) C:\windows\syswow64\cmd.exe
0000010c 0 0 0x7bc270db list_remove+0x9(elem=) [Z:\usr\src\packages\BUILD\include\wine\list.h:100] in ntdll (0x00791a58)
1 0x7bc270db heap_free_block+0xeb(heap=01000000, flags=0x1002, block=) [Z:\usr\src\packages\BUILD\dlls\ntdll\heap.c:780] in ntdll (0x00791a58)
2 0x7bc28025 RtlFreeHeap+0x110(handle=, flags=, ptr=) [Z:\usr\src\packages\BUILD\dlls\ntdll\heap.c:508] in ntdll (0x00791ac8)
3 0x7bc2938a RtlFreeHeap+0x35(handle=, flags=, ptr=) [Z:\usr\src\packages\BUILD\dlls\ntdll\heap.c:1608] in ntdll (0x00791b08)
4 0x6aaf4382 msvcrt_heap_free+0x4a(ptr=) [Z:\usr\src\packages\BUILD\dlls\msvcrt\heap.c:114] in ucrtbase (0x00791b38)
5 0x6aaf4382 free+0x5d(ptr=) [Z:\usr\src\packages\BUILD\dlls\msvcrt\heap.c:413] in ucrtbase (0x00791b38)
6 0x0041f756 WCMD_execute+0x706(command=L"SET newparams=!newparams! !current!", redirects=L"", cmdList=00791E50, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:1647] in cmd (0x00791df8)
7 0x0041e323 WCMD_process_commands+0x63(thisCmd=, oneBracket=0x1, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:2383] in cmd (0x00791e48)
8 0x00403d10 WCMD_part_execute+0x170(cmdList=, firstcmd=, isIF=0x1, executecmds=0x1) [Z:\usr\src\packages\BUILD\programs\cmd\builtins.c:1573] in cmd (0x00791ea8)
9 0x004104da WCMD_if+0x5a(p=L""x%A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %A %", cmdList=00792220) [Z:\usr\src\packages\BUILD\programs\cmd\builtins.c:2932] in cmd (0x00791f18)
10 0x0041fcc3 WCMD_execute+0xc73(command=L"IF "x!newparams!" NEQ "x" ", redirects=L"", cmdList=00792220, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:1637] in cmd (0x007921c8)
11 0x0041e323 WCMD_process_commands+0x63(thisCmd=, oneBracket=0x1, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:2383] in cmd (0x00792218)
12 0x00403d10 WCMD_part_execute+0x170(cmdList=, firstcmd=, isIF=0x1, executecmds=0) [Z:\usr\src\packages\BUILD\programs\cmd\builtins.c:1573] in cmd (0x00792278)
13 0x004104da WCMD_if+0x5a(p=L""N" == "Y" ", cmdList=007925F0) [Z:\usr\src\packages\BUILD\programs\cmd\builtins.c:2932] in cmd (0x007922e8)
14 0x0041fcc3 WCMD_execute+0xc73(command=L"IF "!silent!" == "Y" ", redirects=L"", cmdList=007925F0, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:1637] in cmd (0x00792598)
15 0x0041e323 WCMD_process_commands+0x63(thisCmd=, oneBracket=0, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:2383] in cmd (0x007925e8)
16 0x0040129b WCMD_batch+0x17b(file=, command=, called=, startLabel=, pgmHandle=) [Z:\usr\src\packages\BUILD\programs\cmd\batch.c:96] in cmd (0x00792648)
17 0x0041ea29 WCMD_run_program+0x639(command=L""Z:\media\pc\01D93B76FB51C4C0\shamela_4\elastic\bin\elasticsearch.bat"", called=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:1204] in cmd (0x0079b018)
18 0x0041fa63 WCMD_execute+0xa13(command=L""Z:\media\pc\01D93B76FB51C4C0\shamela_4\elastic\bin\elasticsearch.bat"", redirects=L"", cmdList=0079B320, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:1644] in cmd (0x0079b2c8)
19 0x0041e323 WCMD_process_commands+0x63(thisCmd=, oneBracket=0, retrycall=0) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:2383] in cmd (0x0079b318)
20 0x00420a14 wmain+0x994(argc=, argvW=) [Z:\usr\src\packages\BUILD\programs\cmd\wcmdmain.c:2674] in cmd (0x0079fef8)
21 0x00421c88 wmainCRTStartup+0x68() [Z:\usr\src\packages\BUILD\dlls\msvcrt\crt_wmain.c:60] in cmd (0x0079ff30)
22 0x7b62a2f0 in kernel32 (+0x2a2f0) (0x0079ff48)
23 0x7bc5d037 in ntdll (+0x5d037) (0x0079ff5c)
24 0x7bc5d840 RtlCreateUserThread(entry=00421C20, arg=7FFD1000) [Z:\usr\src\packages\BUILD\dlls\ntdll\thread.c:306] in ntdll (0x0079ffec)
0x7bc270db heap_free_block+0xeb [Z:\usr\src\packages\BUILD\dlls\ntdll\heap.c:780] in ntdll: movl %edx,0x4(%ecx)
Unable to access file 'Z:\usr\src\packages\BUILD\dlls\ntdll\heap.c'
Modules:
Module Address Debug info Name (31 modules)
PE 00400000-00597000 Dwarf-4 cmd
PE 64a80000-64ad8000 Deferred win32u
PE 65680000-65903000 Deferred msvcrt
PE 66080000-66179000 Deferred shlwapi
PE 66640000-6665b000 Deferred version
PE 667c0000-66806000 Deferred shcore
PE 67500000-67553000 Deferred imm32
PE 68880000-68d6e000 Deferred user32
PE 69840000-6993c000 Deferred advapi32
PE 6aac0000-6ada4000 Dwarf-4 ucrtbase
PE 6bbc0000-6bc59000 Deferred sechost
PE 6da80000-6dcaa000 Deferred gdi32
PE 71400000-720b7000 Deferred shell32
PE 7b000000-7b52e000 Deferred kernelbase
PE 7b600000-7b75b000 Dwarf-4 kernel32
PE 7bc00000-7bec2000 Dwarf-4 ntdll
ELF 7d000000-7d005000 Deferred
ELF 7e59e000-7e5ce000 Deferred libexpat.so.1
ELF 7e5ce000-7e61e000 Deferred libfontconfig.so.1
ELF 7e61e000-7e641000 Deferred libbrotlicommon.so.1
ELF 7e641000-7e65f000 Deferred libz.so.1
ELF 7e65f000-7e69f000 Deferred libpng16.so.16
ELF 7e69f000-7e76c000 Deferred libfreetype.so.6
ELF 7e76c000-7e874000 Deferred libm.so.6
ELF 7e88b000-7e9ff000 Deferred win32u.so
ELF 7e9ff000-7eb87000 Dwarf libwine.so.1
ELF f7b05000-f7b0f000 Deferred libuuid.so.1
ELF f7b0f000-f7bbd000 Deferred ntdll.so
ELF f7cbd000-f7ef2000 Deferred libc.so.6
ELF f7ef5000-f7f03000 Deferred libbrotlidec.so.1
ELF f7f0b000-f7f43000 Deferred ld-linux.so.2
Threads:
process tid prio name (all IDs are in hex)
00000038 services.exe
0000003c 0
00000040 0 wine_rpcrt4_server
0000004c 0 wine_rpcrt4_io
00000078 0 wine_rpcrt4_io
000000b0 0 wine_rpcrt4_io
000000c8 0 wine_rpcrt4_io
000000e0 0 wine_rpcrt4_io
00000044 winedevice.exe
00000048 0
00000054 0
00000058 0 wine_sechost_service
0000005c 0
00000060 0
00000064 0
000000d4 0
00000068 winedevice.exe
0000006c 0
0000007c 0
00000080 0 wine_sechost_service
00000084 0
00000088 0
0000008c 0
00000090 0
000000ac 0
00000070 explorer.exe
00000074 0
00000094 0
00000098 0 wine_rpcrt4_server
000000a4 plugplay.exe
000000a8 0
000000b4 0
000000b8 0 wine_sechost_service
000000bc 0 wine_rpcrt4_server
000000c0 svchost.exe
000000c4 0
000000cc 0
000000d0 0 wine_sechost_service
000000d8 rpcss.exe
000000dc 0
000000e4 0
000000e8 0 wine_sechost_service
000000ec 0 wine_rpcrt4_server
000000f0 0 wine_rpcrt4_server
000000f4 0 wine_rpcrt4_io
000000fc conhost.exe
00000100 0
00000104 shamela.exe
00000108 0
0000010c 0
00000110 (D) C:\windows\syswow64\cmd.exe
00000114 0 <==
00000120 0
System information:
Wine build: wine-8.1
Platform: i386 (WOW64)
Version: Windows 7
Host system: Linux
Host version: 5.15.0-60-generic
ardvv
(11 rep)
Feb 17, 2023, 09:51 AM
• Last activity: Feb 19, 2023, 03:51 AM
0
votes
0
answers
167
views
Debian 11, networking service starts but not working
after installing directplay on winetricks my networking service is not working, i deleted the setup file in **/etc/network/interfaces.d** and changes my **/etc/network/interfaces to** auto lo iface lo inet loopback But still not working 😢
after installing directplay on winetricks my networking service is not working, i deleted the setup file in **/etc/network/interfaces.d** and changes my **/etc/network/interfaces to**
auto lo
iface lo inet loopback
But still not working 😢
Nmaker
(1 rep)
Jan 24, 2023, 08:24 PM
1
votes
0
answers
37
views
Is it possible to run an SSD in a windows enviroment/compatibility using Bottles in Linux?
I'm new to Linux and as you can tell, I'm migrating from Windows with lots of Windows software. Eventually, I learned about Wine and Bottles which made me wonder if, instead of re-installing every program, I could somehow let the SSD loaded with my software run in a Windows environment/compatibility...
I'm new to Linux and as you can tell, I'm migrating from Windows with lots of Windows software. Eventually, I learned about Wine and Bottles which made me wonder if, instead of re-installing every program, I could somehow let the SSD loaded with my software run in a Windows environment/compatibility setting so I can avoid the tediousness of re-installation. Is it possible? If it is, is there a guide you recommend I should follow?
Thanks for your time in advance. If you have any questions, let me know!
Cheers!
Cux Ducks
(11 rep)
Sep 11, 2022, 12:29 PM
1
votes
0
answers
8554
views
How to get wine prefix (where wine is installed)?
Web search finds only how to set wine prefix. I want to put wine-gecko files in appropriate place. $ ls /usr/share/wine ls: cannot access '/usr/share/wine': No such file or directory According to the wine wiki page (see below) it means "you installed Wine in some $prefix rather than /usr,". I instal...
Web search finds only how to set wine prefix. I want to put wine-gecko files in appropriate place.
$ ls /usr/share/wine
ls: cannot access '/usr/share/wine': No such file or directory
According to the wine wiki page (see below) it means "you installed Wine in some $prefix rather than /usr,". I installed wine with something like
apt-get install winehq-stable
, how do I find out what prefix have it installed to? I've tried to use winetricks
, but running winetricks settings list
have not helped.
https://wiki.winehq.org/Gecko :
> When your application tries to display a site, Wine loads and uses its
> custom implementation of Gecko. Wine tries to find Gecko installation
> in following order:
>
> - If Wine Gecko is already installed in the prefix, that installation will be used.
> - Wine 5.0-rc1 and newer will try to load Gecko from UNIX-style installation without installing it into the prefix. It will look for -
> wine-gecko-$(VERSION)-$(ARC) subdirectory of standard local lookup
> (see bellow).
> - Wine will try to find Wine Gecko MSI installer on local machine (see bellow). If it can find it, it will install it into the prefix and use
> it.
> - If the file can't be found on your computer, Wine will download it for you. The downloaded .msi is saved to ~/.cache/wine. If thedownload
> fails, you can download the appropriate version (see table below)
> yourself from http://dl.winehq.org/wine/wine-gecko/ .
>
> Whenever Wine tries to find local installation, it will look in following directories:
>
> - In most cases, the file(s) should be placed in /usr/share/wine/gecko.
> - If you installed Wine in some $prefix rather than /usr, $prefix/share/wine/gecko/ before /usr/share/wine/gecko. (e.g. if you
> installed it from source, then place the files in
> /usr/local/share/wine/gecko).
> - If you're running Wine from build tree, Wine will try to find files in $build_dir/../gecko directory.
> - Local cache, usually ~/.cache/wine.
Martian2020
(1443 rep)
Nov 8, 2021, 07:07 AM
• Last activity: Nov 8, 2021, 09:43 AM
0
votes
1
answers
399
views
Installing Vmware horizon client using Wine
I am trying to install VMware Horizon client 5.4.3 using Wine in my Fedora 29 system. When I am opening with the .exe file with Wine its opening and promoting to install `.Net 4.5` version after I press `Install` it's exiting automatically from the installation process. Below is the output in the te...
I am trying to install VMware Horizon client 5.4.3 using Wine in my Fedora 29 system. When I am opening with the .exe file with Wine its opening and promoting to install
.Net 4.5
version after I press Install
it's exiting automatically from the installation process. Below is the output in the terminal. Any help will be appreciated. Thanks.
[sdutta@sandysdora ~]$ wine ./Downloads/VMware-Horizon-Client-5.4.3-16346110.exe
0009:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
0009:fixme:advapi:DecryptFileW (L"C:\\users\\sdutta\\Temp\\{A7221785-FAF5-4BF2-9CEF-C069D3A817CB}\\", 00000000): stub
002b:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
002b:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
002b:fixme:advapi:DecryptFileW (L"C:\\users\\sdutta\\Temp\\{27C0B175-6D01-4CE7-AFC6-EC68B0B94459}\\", 00000000): stub
002b:fixme:mscoree:metahostpolicy_GetRequestedRuntime ignoring config file stream
002b:fixme:mscoree:metahostpolicy_GetRequestedRuntime ignoring config flags
002b:fixme:advapi:DecryptFileW (L"C:\\users\\sdutta\\Temp\\{27C0B175-6D01-4CE7-AFC6-EC68B0B94459}\\", 00000000): stub
002b:fixme:exec:SHELL_execute flags ignored: 0x00000100
0030:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0030:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
0030:fixme:ole:CoInitializeSecurity (0x33f578,-1,(nil),(nil),6,2,(nil),12288,(nil)) - stub!
0030:fixme:wuapi:automatic_updates_Pause
0030:fixme:sfc:SRSetRestorePointW 0x33f440 0x33f650
0030:fixme:wuapi:automatic_updates_Resume
0030:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
002b:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
0009:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
Sandipan
(113 rep)
Aug 12, 2020, 01:57 PM
• Last activity: Aug 12, 2020, 02:03 PM
1
votes
1
answers
4115
views
How to install Adobe Reader 11.x onto Mint 18 x64 (Ubuntu 16.04) using Wine 1.8
According to this page: https://appdb.winehq.org/objectManager.php?sClass=version&iId=27093 I should first invoke these lines: winetricks atmlib winetricks riched20 winetricks wsh57 winetricks mspatcha My Wine version follows: wine --version wine-1.8 But this or similar I get in every case: winetric...
According to this page:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=27093
I should first invoke these lines:
winetricks atmlib
winetricks riched20
winetricks wsh57
winetricks mspatcha
My Wine version follows:
wine --version
wine-1.8
But this or similar I get in every case:
winetricks atmlib
------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing w_do_call atmlib
Executing load_atmlib
Downloading http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE to /home/vlastimil/.cache/winetricks/win2ksp4
--2016-11-10 07:56:29-- http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE
Resolving download.microsoft.com (download.microsoft.com)... 23.32.120.68, 2a02:26f0:ef:193::e59, 2a02:26f0:ef:190::e59
Connecting to download.microsoft.com (download.microsoft.com)|23.32.120.68|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-11-10 07:56:30 ERROR 404: Not Found.
------------------------------------------------------
Downloading http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE failed
------------------------------------------------------
If I get it right, these files are no longer available?
Vlastimil Burián
(30505 rep)
Nov 10, 2016, 07:08 AM
• Last activity: Aug 10, 2020, 03:00 PM
1
votes
0
answers
220
views
Wine only works when there is internet
This is strange behavior I notice after I test running Windows application from different folder than Wine default folder (the application is Photoshop 2015 ) , what's make this even stranger is `Winecfg` wont start without internet connection too Here is error messages from the terminal I got . 002...
This is strange behavior I notice after I test running Windows application from different folder than Wine default folder (the application is Photoshop 2015 ) , what's make this even stranger is
Winecfg
wont start without internet connection too
Here is error messages from the terminal I got .
002c:fixme:winediag:start_process Wine Staging 5.13 is a testing version containing experimental patches.
002c:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
003c:err:service:process_send_command service protocol error - failed to write pipe!
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"PlugPlay" failed to start: 1053
0050:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0050:err:winediag:nodrv_CreateWindow The explorer process failed to start.
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
003c:err:service:process_send_command service protocol error - failed to write pipe!
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv" failed to start: 1053
003c:err:service:process_send_command service protocol error - failed to write pipe!
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"winebus" failed to start: 1053
003c:err:service:process_send_command service protocol error - failed to write pipe!
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 1053
0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0024:err:winediag:nodrv_CreateWindow The explorer process failed to start.
BTW I installed all required updated to make it work e.g vc_redist
Salem F
(153 rep)
Aug 9, 2020, 03:50 AM
-6
votes
1
answers
1049
views
Can wine run any EXE file?
Sup Can wine run any EXE file ? On Windows I have a exe process running then I start a another exe file and it injects in that process. Can I do this using Wine ?
Sup
Can wine run any EXE file ?
On Windows I have a exe process running then I start a another exe file and it injects in that process. Can I do this using Wine ?
user364359
(1 rep)
Jul 28, 2019, 08:26 AM
• Last activity: Jul 28, 2019, 09:58 AM
0
votes
1
answers
1608
views
How to permanently fix a cd drive at a given location in winecfg
I installed some CD based windows educational software in wine and it works great, except for some reason it can't find the disk unless I manually change the path from its default location G:/media/user/cdname/ to D:/media/user/cdname/, but this is reset back to G:/... every time I put in a new cd....
I installed some CD based windows educational software in wine and it works great, except for some reason it can't find the disk unless I manually change the path from its default location G:/media/user/cdname/ to D:/media/user/cdname/, but this is reset back to G:/... every time I put in a new cd. Is there a way to permanently change this location to D? There are too many disks to virtually mount them from my hard drive
This is on ubuntu 19.04 and wine 4.7
edit-
The output of
ls -l ~/.wine/dosdevices
is
~~~
total 0
lrwxrwxrwx 1 user_family user_family 10 Apr 30 18:08 c: -> ../drive_c
lrwxrwxrwx 1 user_family user_family 27 May 2 11:56 d: -> /media/user_family/Geom-9
lrwxrwxrwx 1 user_family user_family 8 May 2 11:43 d:: -> /dev/sr0
lrwxrwxrwx 1 user_family user_family 1 May 1 14:16 e: -> /
lrwxrwxrwx 1 user_family user_family 8 Apr 30 18:08 f:: -> /dev/sde
lrwxrwxrwx 1 user_family user_family 27 May 2 11:43 g: -> /media/user_family/Geom-9
lrwxrwxrwx 1 user_family user_family 8 May 1 15:33 g:: -> /dev/sr0
lrwxrwxrwx 1 user_family user_family 8 Apr 30 18:08 h:: -> /dev/sdc
lrwxrwxrwx 1 user_family user_family 8 Apr 30 22:15 i:: -> /dev/sdf
lrwxrwxrwx 1 user_family user_family 19 May 1 14:38 j: -> /home/user_family
lrwxrwxrwx 1 user_family user_family 8 May 2 11:44 k:: -> /dev/sdd
lrwxrwxrwx 1 user_family user_family 1 Apr 30 18:08 z: -> /
~~~
Following telcoM's solution makes the cd drove show up in the proper D:/ location as wanted. But I still need to go into winecfg
every time i put in a new disk or the location points to the old disk and I get a no cd error in the program. It is enough to simply run winecfg to update the pointer to the new disk each time, but I would like to be able to start the program with no edits. here is the terminal output with no changes made to winecfg beside closing it:
user_family@user-pc-home:~$ ls -l ~/.wine/dosdevices
total 0
lrwxrwxrwx 1 user_family user_family 10 Apr 30 18:08 c: -> ../drive_c
lrwxrwxrwx 1 user_family user_family 27 May 3 09:25 d: -> /media/user_family/Alg2-2
lrwxrwxrwx 1 user_family user_family 8 May 2 11:43 d:: -> /dev/sr0
lrwxrwxrwx 1 user_family user_family 1 May 1 14:16 e: -> /
lrwxrwxrwx 1 user_family user_family 8 Apr 30 18:08 f:: -> /dev/sde
lrwxrwxrwx 1 user_family user_family 8 Apr 30 18:08 h:: -> /dev/sdc
lrwxrwxrwx 1 user_family user_family 8 Apr 30 22:15 i:: -> /dev/sdf
lrwxrwxrwx 1 user_family user_family 19 May 1 14:38 j: -> /home/user_family
lrwxrwxrwx 1 user_family user_family 8 May 2 11:44 k:: -> /dev/sdd
lrwxrwxrwx 1 user_family user_family 1 Apr 30 18:08 z: -> /
user_family@user-pc-home:~$ winecfg
000b:fixme:winediag:start_process Wine Staging 4.7 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
0019:fixme:ntoskrnl:ObDereferenceObject failed to release 0x1bc50
0019:fixme:ntoskrnl:ObDereferenceObject failed to release 0x1cd40
0019:fixme:ntoskrnl:ObDereferenceObject failed to release 0x1bb70
user_family@user-pc-home:~$
user_family@user-pc-home:~$ ls -l ~/.wine/dosdevices
total 0
lrwxrwxrwx 1 user_family user_family 10 Apr 30 18:08 c: -> ../drive_c
lrwxrwxrwx 1 user_family user_family 28 May 3 09:36 d: -> /media/user_family/Geom-10
lrwxrwxrwx 1 user_family user_family 8 May 2 11:43 d:: -> /dev/sr0
lrwxrwxrwx 1 user_family user_family 1 May 1 14:16 e: -> /
lrwxrwxrwx 1 user_family user_family 8 Apr 30 18:08 f:: -> /dev/sde
lrwxrwxrwx 1 user_family user_family 8 Apr 30 18:08 h:: -> /dev/sdc
lrwxrwxrwx 1 user_family user_family 8 Apr 30 22:15 i:: -> /dev/sdf
lrwxrwxrwx 1 user_family user_family 19 May 1 14:38 j: -> /home/user_family
lrwxrwxrwx 1 user_family user_family 8 May 2 11:44 k:: -> /dev/sdd
lrwxrwxrwx 1 user_family user_family 1 Apr 30 18:08 z: -> /
user_family@user-pc-home:~$
I thought maybe I was too specific so i tried to use the higher level folder D:\media\user-family\
in winecfg and hoped it would pick out the appropriate sub-folder automatically when I put the new disk in, but that didn't work, and winecfg rewrite it to the full path anyway when I ran winecfg a second time.
mother brain
(3 rep)
May 2, 2019, 02:12 AM
• Last activity: May 5, 2019, 11:05 PM
1
votes
0
answers
1145
views
native unzipping under wine
Is there a way to extract ZIP-files under wine without resorting to "3rd party applications"? When running windows natively, ZIP-files can be extracted directly in the explorer. However, the explorer that comes with wine (`wineconsole explorer`), has no idea how to handle ZIP-files. Instead i get an...
Is there a way to extract ZIP-files under wine without resorting to "3rd party applications"?
When running windows natively, ZIP-files can be extracted directly in the explorer. However, the explorer that comes with wine (
wineconsole explorer
), has no idea how to handle ZIP-files. Instead i get an error message:
> There is no Windows program configured to open this type of file
It's of course trivial to just unzip
the file under linux (without going through wine), however my use-case is a bit more convoluted:
- my system is Wine-4.0
(Debian/buster)
- a script-application downloads files from the internet and is supposed to unzip them non-interactively
- on un*x systems (when being run natively) it uses unzip
- in Windows (running natively) it creates a [VBScript](https://stackoverflow.com/a/911796/1169096) that uses the built-in capabilities of Windows to unzip ZIP-files.
- when running the Windows version of the application through wine
- it cannot access the unzip
cmdline tools
- but the VBScript also fails (after installing wsh57
(the scripting interpreter) via winetricks
), because wine cannot unzip.
- (I would like to be able to run the application under wine; so even though the application can natively under un*x
So: is there something I can do to my wine installation, to make it extract ZIP-files as if it were on Windows?
umläute
(6704 rep)
Apr 30, 2019, 12:46 PM
-8
votes
1
answers
1010
views
how to install wine on computer
i need to install wine in my computer but cannot to install wine :( root@RMX:~# dpkg --add-architecture i386 root@RMX:~# apt-get update Hit http://ftp.debian.org unstable Release.gpg Ign http://packagecloud.io any Release.gpg Ign http://old.kali.org moto/non-free Translation-en_US Ign http://old.kal...
i need to install wine in my computer
but cannot to install wine :(
root@RMX:~# dpkg --add-architecture i386
root@RMX:~# apt-get update
Hit http://ftp.debian.org unstable Release.gpg Ign http://packagecloud.io any Release.gpg
Ign http://old.kali.org moto/non-free Translation-en_US
Ign http://old.kali.org moto/non-free Translation-en
Fetched 37.2 MB in 6min 11s (100 kB/s)
W: There is no public key available for the following key IDs: 7638D0442B90D010
W: There is no public key available for the following key IDs: 7638D0442B90D010
W: GPG error: http://http.kali.org kali-bleeding-edge
Release: The following signatures were invalid:
KEYEXPIRED 1425567400
KEYEXPIRED 1425567400
KEYEXPIRED 1425567400
W: There is no public key available for the following key IDs: 7638D0442B90D010
W: GPG error: http://http.kali.org kali-rolling Release: The following signatures were invalid:
KEYEXPIRED 1425567400
KEYEXPIRED 1425567400
KEYEXPIRED 1425567400
W: Failed to fetch http://packagecloud.io/AtomEditor/atom/any/dists/any/main/binary-amd64/Packages
301 Moved Permanently [IP: 50.97.198.58 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
root@RMX:~# apt-get install wine-bin:i386
Reading package lists... Done Building dependency tree
Reading state information... Done You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
playonlinux : Depends: icoutils
tuxcut : Depends: arptables but it is not going to be installed
Depends: wondershaper but it is not going to be installed
wine-bin:i386 :
Depends: wine32:i386 (>= 1.6.2-20) but it is not going to be installed
PreDepends: dpkg:i386 (>= 1.17.5)
wine64-bin :
Conflicts: wine-bin:i386 but 1.6.2-20 is to be installed
W: Ignoring Provides line with DepCompareOp for package apt-transport-https
W: Ignoring Provides line with DepCompareOp for package libapt-inst
Kenedy Nopriansyah
(105 rep)
Apr 3, 2018, 06:36 AM
• Last activity: Aug 20, 2018, 11:53 PM
2
votes
1
answers
3530
views
winetricks unable to find mfc40
if I run: winetricks mfc40 I get this output: Executing w_do_call mfc40 Executing load_mfc40 Downloading http://activex.microsoft.com/controls/vc/mfc40.cab to /home/marty/.cache/winetricks/mfc40 --2016-03-30 23:53:39-- http://activex.microsoft.com/controls/vc/mfc40.cab Resolving activex.microsoft.co...
if I run:
winetricks mfc40
I get this output:
Executing w_do_call mfc40 Executing load_mfc40 Downloading http://activex.microsoft.com/controls/vc/mfc40.cab to /home/marty/.cache/winetricks/mfc40 --2016-03-30 23:53:39-- http://activex.microsoft.com/controls/vc/mfc40.cab Resolving activex.microsoft.com (activex.microsoft.com)... 92.122.227.59, 92.122.227.58 Connecting to activex.microsoft.com (activex.microsoft.com)|92.122.227.59|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2016-03-30 23:53:39 ERROR 404: Not Found. ------------------------------------------------------ Downloading http://activex.microsoft.com/controls/vc/mfc40.cab failed ------------------------------------------------------Apperently a dead link, is there an alternative way to get this DLL working?
Mehdi Nellen
(257 rep)
Mar 30, 2016, 10:02 PM
• Last activity: Mar 30, 2016, 10:39 PM
2
votes
0
answers
39
views
How do I make changes in winetricks permanent?
I downloaded a game powered by wineskin X11, it requires videomemory of at least 1GB winetricks works great, but each time I will have to open the dialog, modify it and run the game. [![winetricks][1]][1] Any ideas? I need to make this change permanent [1]: https://i.sstatic.net/XWyOq.jpg
I downloaded a game powered by wineskin X11, it requires videomemory of at least 1GB
winetricks works great, but each time I will have to open the dialog, modify it and run the game.
Any ideas? I need to make this change permanent

daisy
(55777 rep)
Nov 6, 2015, 12:29 AM
Showing page 1 of 20 total questions