SyMbiANtS / GameModeWin

Game Mode for windows 10
http://devel.symbiants.com
GNU Lesser General Public License v3.0
10 stars 2 forks source link

Error OFF #4

Open oeai opened 5 years ago

oeai commented 5 years ago

here's an error received from Omar T.

screenshot 105

oeai commented 5 years ago

right now installing windows update 1809, so can test bugs after

try to remove some markups on the right until you find exact one that causes this error or you can remove all and then enable to OFF it once again to find the error

if you'll get it, you can go to github and find exact registry entry

the other way is in going to gpedit.msc and search all enabled or those that has some relation to

the problem is probably that you have enabled some parameter before or ms has changed an access to this parameter (for example) after one of some windows patch.

this error is " unset TCPnoDelay " so there's something wrong with it and you need to disable this option first.

oeai commented 5 years ago

you can see these lines of which exact entry has been changed

https://github.com/SyMbiANtS/GameModeWin/blob/3494d90519db50a59850e8134cdb0b0daadb734d/GameModeWin/ConfigRegistryClass.cs#L84

https://github.com/SyMbiANtS/GameModeWin/blob/3494d90519db50a59850e8134cdb0b0daadb734d/GameModeWin/ConfigRegistryClass.cs#L110

oeai commented 5 years ago

what i do in case of trouble - i'm removing all tags to make it off anyway, then enable it with needed tags and it writes values and then it works well, because it has those parameters. this can happend because ms patches can write their default parameters, but there's no sofisticated checks yet in gamemode, so it thinks that there should be those parameters that have been before (when enabled). so before update it's better to make it OFF for some time.

oeai commented 5 years ago

Why not just suppress it?