changed settings restore each time i restart Yawcam?

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
Anno Niem
Posts: 2
Joined: Fri Oct 16, 2009 6:42 pm

changed settings restore each time i restart Yawcam?

Post by Anno Niem »

i tried to edit the texts displayed on the streaming window.
some how ech time i restart the program the texts i changed go back to the standard settings.
how can this happen, and how to solve this problem?
i like to :
1. add my nickname and current year top center [ Anno | %YYYY |Niem ]
2. keep date and time bottom left [ %DD %month - %hh:%mm:%ss ]
3. view amount of vieweres bottim right [ %w viewer(s) ]

:arrow: help?
tellmewhy
Posts: 425
Joined: Tue Dec 11, 2007 11:19 am

Post by tellmewhy »

I'm almost sure you have Windows Vista as OS on your computer.
The settings aer stored in the Yaxcam installation directory, but Windows Vista just give read & execute rights in the "C:\Program Files\[Yawcam_installation_directory]".

On my WindowsXP machine i found the settings file named yawcam_settings.xml.
Here is the contant as example :

Code: Select all

  <?xml version="1.0" encoding="UTF-8" ?> 
- <java version="1.6.0_04" class="java.beans.XMLDecoder">
- <object class="yawcam.SettingsHolder">
- <void property="conPublicIP">
  <string>91.176.222.44</string> 
  </void>
- <void property="file_int">
  <int>3000</int> 
  </void>
- <void property="file_path">
  <string>c:\temp\image{10000}.jpg</string> 
  </void>
- <void property="firstTime">
  <boolean>false</boolean> 
  </void>
- <void property="pos_main">
- <object class="java.awt.Point">
  <int>277</int> 
  <int>411</int> 
  </object>
  </void>
- <void property="pos_prev">
- <object class="java.awt.Point">
  <int>306</int> 
  <int>5</int> 
  </object>
  </void>
  </object>
  </java>
Anno Niem
Posts: 2
Joined: Fri Oct 16, 2009 6:42 pm

thnx but didnt help (yet)

Post by Anno Niem »

Thanx for the reply, and i do have Vista as OS on my system.
i found the xml file, but could not find the texts i want to add to th eonline stream.
if anyone knows how to program the xml file according to my texts it would be great, couse im not a programmer :D

any other suggestions how to lkeep the settings while using Vista?
getting a bit tired to change it every time i start the program :(
Post Reply