ShokoAnime / ShokoDesktop

Repository for Shoko Desktop
http://shokoanime.com/shokodesktop/
105 stars 25 forks source link

JMM Client 3.6.0.3 fails to open #447

Closed calystegia closed 8 years ago

calystegia commented 8 years ago

Appears in task manager, window does not appear. Possibly config related as deleting the config file allows for re-opening.

2016-09-03.txt

Edit: Problem is caused by being able to select a default player when it isn't being detected.
Click an option>Dropdown menu is not closed>Line is written into config>Client won't re-open.

calystegia commented 8 years ago

Seems like this line in the config is causing issues <add key="DefaultPlayer_GroupList" value="0" /> Deleting it allows it to re-open.

ElementalCrisis commented 8 years ago

An idea, we can have the drop-down list only populate with detected players and add a fallback that uses Windows Default if previously selected player is no longer available.

Though thinking about it, this behavior has changed in 3.6.5 so not sure if this bug will still be an issue then.

hidden4003 commented 8 years ago

Problem is caused by a bad PATH environment variable, I will add the check so we log the error and not completely crash.