google-code-export / rainmeter

Automatically exported from code.google.com/p/rainmeter
1 stars 0 forks source link

The "latest" project source code compiles to be build 757, with errors #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Svn checkout at http://rainmeter.googlecode.com/svn/trunk/, because 
http://rainmeter.googlecode.com/svn/trunk/ rainmeter-read-only doesn't actually 
exist.
2. Compile in Microsoft Visual Studio 2010.
3. Go to Rainmeters About screen from Status Tray Icon.

What is the expected output? What do you see instead?
rev 862, and most config working. Instead I see rev 757, most configs not 
functioning properly and a million errors from Rainmeter, also in the log.

What version of the product are you using? On what operating system?
The "latest" source code, r757. Windows 7 x86.

Original issue reported on code.google.com by XTREME...@gmail.com on 10 Jul 2011 at 7:19

GoogleCodeExporter commented 9 years ago
To update the version number, run UpdateVersion.bat in trunk\Install. As to the 
errors, could you post a screenshot and/or upload the log?

Original comment by birunthan.mohanathas on 10 Jul 2011 at 8:24

GoogleCodeExporter commented 9 years ago
Does the log store a file?, there's a lot of errors, but just recurrences about 
the WebParser, NowPlaying, and InputText Plugins not being found, and being 
unable to bind meters with measures that use those Plugins. I'm also having a 
new issue with the current .exe download, where I have iTunes open, and skins 
are showing track info, etc. using the NowPlaying Plugin, then I close and 
reopen iTunes, and no information shows. I checked the logs for those skins, 
and they display the information that they would if nothing was playing. Bangs 
to Open/Close iTunes don't work either. Closing and reopening Rainmeter is the 
only solution, although I believe a reboot might fix this.

Original comment by XTREME...@gmail.com on 10 Jul 2011 at 8:58

GoogleCodeExporter commented 9 years ago
A complete solution rebuild fixed the WebParser and InputText errors, but not 
the NowPlaying errors, possibly because Visual Studio said that one rebuild of 
22 was skipped.

Original comment by XTREME...@gmail.com on 10 Jul 2011 at 9:03

GoogleCodeExporter commented 9 years ago
Visual Studio says this for every .obj:
AboutDialog.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to 
'/INCREMENTAL:NO' specification

Original comment by XTREME...@gmail.com on 10 Jul 2011 at 9:06

GoogleCodeExporter commented 9 years ago
SVN checkout url:
The Google Code page displays the svn command to be used with the svn 
command-line application.

Visual Studio:
- What you posted above is a warning, not an error. Two VERY different things.
- NowPlaying is not built on rebuild by default as it uses ATL (which is not 
available for VC++ Express users)

Marking as Invalid as none of these are valid defects. Create a new report for 
the NowPlaying/iTunes issue (I'm not able to reproduce, though).

Original comment by birunthan.mohanathas on 10 Jul 2011 at 9:56