https://bugs.winehq.org/show_bug.cgi?id=44892
Bug ID: 44892 Summary: regedit imports keys at wrong place when used through command line Product: Wine Version: 3.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: BM-2cUwG2wgWXGUJb7ja8qctbv4cKkDJxp72r@bitmessage.ch Distribution: ---
Created attachment 60961 --> https://bugs.winehq.org/attachment.cgi?id=60961 +reg log, registry file and screenshot after import
When importing registry files with Wow6432Node regedit creates another key named "Wow6432Node" inside Wow6432Node and imports rest of the keys inside it.
This behavior is only observed when using console to import registry, gui import works fine.
wine regedit reg_file.reg wine regedit /C reg_file.reg regedit reg_file.reg
All commands produce same results.
https://bugs.winehq.org/show_bug.cgi?id=44892
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |programs
https://bugs.winehq.org/show_bug.cgi?id=44892
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- You should run "wine64 regedit" to get the correct results, else wine runs the 32bit version of regedit - which has the redirection enabled. Don't know why the GUI import would work though.
https://bugs.winehq.org/show_bug.cgi?id=44892
ZenAnonX BM-2cUwG2wgWXGUJb7ja8qctbv4cKkDJxp72r@bitmessage.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #2 from ZenAnonX BM-2cUwG2wgWXGUJb7ja8qctbv4cKkDJxp72r@bitmessage.ch --- (In reply to Fabian Maurer from comment #1)
You should run "wine64 regedit" to get the correct results, else wine runs the 32bit version of regedit - which has the redirection enabled. Don't know why the GUI import would work though.
Thanks, running wine64 regedit does import the keys at right place. Is this the intended behavior or a side effect of Wow64 implementation?
Anyways, marking this as resolved.
https://bugs.winehq.org/show_bug.cgi?id=44892
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #3 from André H. nerv@dawncrow.de --- closing invalid