regedit/begedit returned status 53

Questions about Wine on Linux
Locked
ZAWADl
Newbie
Newbie
Posts: 1
Joined: Sat Jan 25, 2025 10:23 pm

regedit/begedit returned status 53

Post by ZAWADl »

Im trying to get DCS to run on my PC. Ive found somewhere that i would need to install some things using winetricks. that one gives me this output. wine is built from source as it for some reason doesnt install using apt (cant install some other dependencies). im on linux mint 22.1, and yes, in that last warning it said begedit in that output...

Code: Select all

$ WINEPREFIX=~/.dcs WINE=~/.local/share/lutris/runners/wine/wine-10.0/bin/wine64 winetricks vcrun2019 corefonts xact d3dcompiler_43
Executing cd /usr/bin
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
------------------------------------------------------
warning: You apppear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this.
------------------------------------------------------
Using winetricks 20240105 - sha256sum: 17da748ce874adb2ee9fed79d2550c0c58e57d5969cc779a8779301350625c55 with wine-10.0-127-g1f23d893483 and WINEARCH=win64
Executing w_do_call vcrun2019
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
------------------------------------------------------
warning: You apppear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this.
------------------------------------------------------
Executing load_vcrun2019 
Using native,builtin override for following DLLs: api-ms-win-crt-private-l1-1-0 api-ms-win-crt-conio-l1-1-0 api-ms-win-crt-heap-l1-1-0 api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-math-l1-1-0 api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-stdio-l1-1-0 api-ms-win-crt-time-l1-1-0 atl140 concrt140 msvcp140 msvcp140_1 msvcp140_2 msvcp140_atomic_wait msvcp140_codecvt_ids vcamp140 vccorlib140 vcomp140 vcruntime140
Executing /home/daniel/.local/share/lutris/runners/wine/wine-10.0/bin/wine64 C:\windows\syswow64\regedit.exe C:\windows\Temp\override-dll.reg
wine: failed to open "C:\\windows\\syswow64\\regedit.exe": c0000135
------------------------------------------------------
warning: Note: command /home/daniel/.local/share/lutris/runners/wine/wine-10.0/begedit.exe C:\windows\Temp\override-dll.reg returned status 53. Aborting.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: regedit/begedit returned status 53

Post by jkfloris »

wine is built from source
What are the options that you have passed to the ./configure script?
At least you need the --enable-archs=i386,x86_64 option.
for some reason doesnt install using apt (cant install some other dependencies).
That sounds like the real problem.

Code: Select all

Using winetricks 20240105 - sha256sum:
Make sure you have the latest version of winetricks. This will eliminate a bug in winetricks.
Locked