
rainmeter - issue #189
The "latest" project source code compiles to be build 757, with errors
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.
Comment #1
Posted on Jul 10, 2011 by Swift GiraffeTo update the version number, run UpdateVersion.bat in trunk\Install. As to the errors, could you post a screenshot and/or upload the log?
Comment #2
Posted on Jul 10, 2011 by Grumpy HippoDoes 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.
Comment #3
Posted on Jul 10, 2011 by Grumpy HippoA 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.
Comment #4
Posted on Jul 10, 2011 by Grumpy HippoVisual Studio says this for every .obj: AboutDialog.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Comment #5
Posted on Jul 10, 2011 by Swift GiraffeSVN 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).
Status: Invalid
Labels:
Type-Defect
Priority-Medium