IntroductionThe vmcNetFlix application uses the Windows Registry to store its settings. Here is a description of where those settings are found, possible values and the default value. DetailsHKEY_LOCAL_MACHINE\SOFTWARE\Luttman\vmcNetFlix- used to store shared/common values that are setup by the installer
- max stream: default = 1500Kbps
- max download: default = 5000Kbps
HKEY_CURRENT_USER\SOFTWARE\Luttman\vmcNetFlixHKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\MediaCenter\Settings\ExtensibilityEnableAddInLaunchDebuggingSet this Registry setting for whichever Vista user account is being used for the device that needs to be debugged. For example, if you are troubleshooting vmcNetflix issues on the VMC PC, then set this setting for the primary user account you use to login for TV viewing. If you are troubleshooting vmcNetflix issues for an extender, set this setting for whichever of the "MCXx" user accounts is used for that extender device. This will give you a Details button when vmcNetflix crashes that will display some call stack information. When you add this Registry entry, you will get prompted a couple times when launching the application - this is normal, and you should just click OK. If you can capture a print screen of the call stack (those cryptic-looking debug messages), that might help isolate where the problem is in case it can't be reproduced. - Setting = EnableAddInLaunchDebugging
- data type = REG_DWORD
- Value = 1 (enabled), 0 (disabled)
- default value = 0 (disabled)
NOTE: Once vmcNetflix starts working again, you should remove this Registry value (or set its value to "0"), so that you don't continue to get these (now-redundant) prompts every time you launch a Media Center add-in application. (Possible alternate Registry setting, if the above doesn't work) - Setting = EnableErrorDetails
- data type = REG_DWORD
- Value = 1 (enabled), 0 (disabled)
- default value = 0 (disabled)
|