How to deactivate checking for newer version?

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
memoric
Posts: 184
Joined: Wed Feb 23, 2011 1:37 pm

How to deactivate checking for newer version?

Post by memoric »

Does anybody have any idea how to deactivate checking for newer version?
I mean by changing something in "yawcam_settings.xml", not by unchecking
the respective box in yawcam's settings.

I ask because since the new version came out, when I start the program it
prompts me to download the new one but when I click "No" it won't start.
(It's running but I can't see it.) If I disconnect from the internet the same
thing happens, but this time with the "failed to autodetect ip" popup.
count3r5tr1ke
Posts: 1
Joined: Thu Jun 14, 2012 8:23 pm

Post by count3r5tr1ke »

I have this same problem. Would like to add that deleting ver.dat (as the FAQ instructs) has no effect, even after reboot.
z3r0c00l12
Moderator
Posts: 1210
Joined: Wed Jan 14, 2009 3:50 am

Post by z3r0c00l12 »

Just add this somewhere:

Code: Select all

<void property="s_check"> 
   <boolean>false</boolean> 
  </void> 
It worked for me.
memoric
Posts: 184
Joined: Wed Feb 23, 2011 1:37 pm

Post by memoric »

Thanks z3r0c00l12, that did the job! ;)
Post Reply