Regedit no data HKEY_CLASSES_ROOT

Questions about Wine on Linux
Locked
schnauss
Newbie
Newbie
Posts: 2
Joined: Tue May 08, 2018 1:18 am

Regedit no data HKEY_CLASSES_ROOT

Post by schnauss »

Hi all. Ubuntu 16.04 wine 1.6

I need add custom data in HKEY_CLASSES_ROOT. Data added, but hidden (why?). Regedit screenshot:

Image

In the system.reg data (start with dots) exists:

Image

Wine profile new. I not found my data in Regedit search. I try wine 1.8, but same problem
schnauss
Newbie
Newbie
Posts: 2
Joined: Tue May 08, 2018 1:18 am

Re: Regedit no data HKEY_CLASSES_ROOT

Post by schnauss »

I install wine 3.0 from repo and problem solved
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Regedit no data HKEY_CLASSES_ROOT

Post by Bob Wya »

schnauss wrote:Hi all. Ubuntu 16.04 wine 1.6
...
Wine profile new. I not found my data in Regedit search. I try wine 1.8, but same problem
Wine 1.6.2 and 1.8.7 are no longer supported.
See: WineHQ Download: Ubuntu.

Please paste text files in place - in your WineHQ forum posts - don't take screenshots of them! :roll:

Please use the WineHQ forum Code tags:

Code: Select all

I AM CODE
to delimit text file dumps, terminal output, terminal commands, etc.

Your exported registry file is pretty broken / old. You need the full path for the registry key, for each entry, including the Registry hive.
E.g.

Code: Select all

REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"csmt"="enabled"
"MaxShaderModelGS"=dword:00000005
"MaxVersionGL"=dword:00040005
Notice this has the Registry Hive (HKEY_CURRENT_USER) at the start of the Registry key path.

Bob
Locked