irusanov / ZenTimings

https://zentimings.com/
GNU General Public License v3.0
328 stars 18 forks source link

Object Reference not set to an instance of an object - Steam Deck #42

Open Yahfz opened 1 year ago

Yahfz commented 1 year ago

Zentimings fails to open on the Valve Steam Deck with the following error: Object Reference not set to an instance of an object

Does zentimings output any log somewhere to help you with debugging? If yes, let me know and i'll update the issue with one.

irusanov commented 1 year ago

Hi, it does not output a debug automatically. You might try to disable advanced mode from settings.xml file by changing <AdvancedMode>true</AdvancedMode> to <AdvancedMode>false</AdvancedMode>

Yahfz commented 10 months ago

Hi, it does not output a debug automatically. You might try to disable advanced mode from settings.xml file by changing <AdvancedMode>true</AdvancedMode> to <AdvancedMode>false</AdvancedMode>

Sorry for the delayed reply. With those settings the application runs and reads the timings, thank you! image