| MleTempS Canada. August 07 2012 10:29. Posts 21 | Profile # |
ERRO (03:16:40.508) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\badge-diamond badge-large-3.png ERRO (03:16:41.522) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\badge-diamond badge-large-3.png ERRO (03:16:42.536) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\badge-diamond badge-large-3.png NOTE (03:16:42.942) Refreshing skin "Starcraft\RankBadge.ini" ERRO (03:16:42.957) Calc: Division by 0 in [MeasureMastersWinrate] ERRO (03:16:42.957) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\.png ERRO (03:16:43.987) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\.png ERRO (03:16:45.001) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\.png ERRO (03:16:46.015) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\.png ERRO (03:16:47.029) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\.png ERRO (03:16:48.043) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\.png
Thanks for the quick reply. Above is the errors. |
|

|
| YarNhoj United States. August 07 2012 21:47. Posts 69 | Profile # |
ERRO (03:16:48.043) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\.png This means that the script was not able to parse what rank badge you needed.
NOTE (03:16:42.942) Refreshing skin "Starcraft\RankBadge.ini" This is when you refreshed after getting the new config file and starting the Rank Badge Over.
ERRO (03:16:40.508) Image: Unable to open: C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images\badge-diamond badge-large-3.png This seems to indicate that the script is working correctly as it parses the badge file name "badge-diamond badge-large-3.png" Off the top of my head I would say that C:\Users\MleTempS\Documents\Rainmeter\Skins\Starcraft\Images either doesn't exist, has been moved, or you no longer have permissions for it.
If the images are in the correct location try opening one individually. Next I would try saving the config file and re downloading the rank badge.
Let me know how it progresses! |
| | "Wait...wait...don't start another game yet...I need a beer" |
|

|
| MleTempS Canada. August 07 2012 22:35. Posts 21 | Profile # |
Thanks I got it to work by changing the names of the file from ...medium... to ...large... thanks for the great work! |
|
|
| PcH August 08 2012 04:50. Posts 60 | Profile # |
On August 07 2012 03:09 YarNhoj wrote:Hey guys I rewrote the perl regex for the measure web section. For non masters peeps the regex should look like this. RegExp="(?siU)<span class="badge (.*)">.*"division">.*(\w.*)\n.*Rank (.*)\n.*<span>.*(\d.*)\s" You will then have to change the x and y for the meters but it works out fine. Here is my config file + Show Spoiler +[Rainmeter] Author=Hydra, jwon, Papertowelz, YarNhoj Update=1000
[Metadata] Name=RankBadge Information=Display StarCraft 2 Rank License=None Version=2.5.1
[Variables]
; Fill these out ; If you're in master league, set Masters to 1. Set it to 0 if you aren't.
URL="http://us.battle.net/sc2/en/profile/737594/1/YarNhoj/ladder/" Username=YarNhoj Masters=0
; No need to edit beyond here ; unless name / division name don't fit, in which case you want to change the 'W' variable ; if something is overlapping vertically, play with the 'h' variables
color1=255,255,255,128 color2=255,255,255,255 color3=71,197,255,255 Font=imagine font
; Measures
[MeasureMasterCheck] Measure=Calc Formula=#Masters# IfEqualValue=0 IfEqualAction=[!HideMeter "MeterMastersLosses"][!HideMeter "MeterMastersWinrate"][!DisableMeasure "MeasureMasters"][!DisableMeasure "MeasureMastersLosses"][!DisableMeasure
"MeasureMastersWinrate"]
[MeasureWeb] Measure=Plugin Plugin=Plugins\WebParser.dll UpdateRate=600 Url=#URL# RegExp="(?siU)<span class="badge (.*)">.*"division">.*(\w.*)\n.*Rank (.*)\n.*<span>.*(\d.*)\s"
[MeasureMasters] Measure=Plugin Plugin=Plugins\WebParser.dll UpdateRate=600 Url=#URL# RegExp="(?siU)<span class="badge .*">.*<div class="division">.*Rank .*<span>.* Wins.*/ (.*) Losses"
[MeasureBadge] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[MeasureWeb] StringIndex=1
[MeasureDivision] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[MeasureWeb] StringIndex=2
[MeasureRankWeb] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[MeasureWeb] StringIndex=3
[MeasureWinsWeb] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[MeasureWeb] StringIndex=4
[MeasureMastersLosses] Measure=Plugin Plugin=Plugins\WebParser.dll Url=[MeasureMasters] StringIndex=1
[MeasureMastersWinrate] Measure=Calc Formula=MeasureWinsWeb / (MeasureWinsWeb + MeasureMastersLosses) * 100
; Meters
[MeterBackground] Meter=Image X=1 Y=1 H=100 W=100
[MeterBadge] MeasureName=MeasureBadge Meter=Image X=1 Y=1 ImageName=Images\%1.png LeftMouseUpAction=!Execute ["#URL#"]
[MeterName] Meter=String X=110 Y=1 W=300 FontColor=#Color2# FontSize=20 Text=#Username# FontFace=#Font# AntiAlias=1 StringStyle=BOLD
[MeterDivision] Meter=String MeasureName=MeasureDivision X=115 Y=27 W=200 H=15 FontColor=#Color1# FontFace=#Font# Text="%1" AntiAlias=1
[MeterRank] Meter=String MeasureName=MeasureRankWeb X=105 Y=43 FontColor=#Color2# FontFace=#Font# FontSize=40 Text="#%1" AntiAlias=1
[MeterWins] Meter=String MeasureName=MeasureWinsWeb X=115 Y=85 W=200 H=15 FontColor=#Color1# FontFace=#Font# Text="%1 Wins" AntiAlias=1
[MeterMastersLosses] Meter=String MeasureName=MeasureMastersLosses X=111 Y=96 W=200 H=15 FontColor=#Color1# FontFace=#Font# Text="%1 Losses" AntiAlias=1
[MeterMastersWinrate] Meter=String MeasureName=MeasureMastersWinrate X=111 Y=109 W=200 H=15 FontColor=#Color1# FontFace=#Font# Text="%1% winrate" AntiAlias=1 I think the masters stuff works fine but I'm not in masters...If it doesn't let me know and I will rewrite that section as well. Cheers to Papertowelz for the masters rewrite and Hydra/jwon for the original!
I'll try this tonight and report back. Thank you!
|
|

|
| SkullXbones United States. August 08 2012 07:14. Posts 54 | Profile # |
On August 07 2012 22:35 MleTempS wrote: Thanks I got it to work by changing the names of the file from ...medium... to ...large... thanks for the great work!
<3 this worked for me. |
| |
|
| PcH August 08 2012 12:41. Posts 60 | Profile # |
| YarNhoj's post + changing the file name from medium to large fixed everything. Cheers. |
|
|
| Peanutbutter717 United States. August 10 2012 10:53. Posts 235 | Profile Blog # |
So I loaded it into Rainmeter, but I dont get the Masters badge, and the "#" sign is right on top of the wins, losses, and win rate section. This is from using the version papertOwe1z gave.
I used the original one first and that didn't work, it would cut my name off and read "peanutbu.." and it wouldnt show the badge as well. |
| | Marine -> masters |  |
|
|
| YarNhoj United States. August 13 2012 10:21. Posts 69 | Profile # |
On August 10 2012 10:53 Peanutbutter717 wrote: So I loaded it into Rainmeter, but I dont get the Masters badge, and the "#" sign is right on top of the wins, losses, and win rate section. This is from using the version papertOwe1z gave.
I used the original one first and that didn't work, it would cut my name off and read "peanutbu.." and it wouldnt show the badge as well.
You still having problems? It sounds like a pixel spacing issue. |
| | "Wait...wait...don't start another game yet...I need a beer" |
|
|
| Rippou Turkey. August 29 2012 01:19. Posts 2 | Profile # |
On August 13 2012 10:21 YarNhoj wrote: Show nested quote +On August 10 2012 10:53 Peanutbutter717 wrote: So I loaded it into Rainmeter, but I dont get the Masters badge, and the "#" sign is right on top of the wins, losses, and win rate section. This is from using the version papertOwe1z gave.
I used the original one first and that didn't work, it would cut my name off and read "peanutbu.." and it wouldnt show the badge as well.
You still having problems? It sounds like a pixel spacing issue.
I am having a similar problems, but I think the problem is that RankBadge fails to get the profile information for the server. I got the skin working fine with your profile, but when I enter my battle.net info the program gives a
"WebParser.dll: [MeasureWeb] Matching error! (-1)"
and starts giving non-stop "Image:Unable to open: ...." errors. Any idea how I can go around this issue, or is it something to do with getting the information from EU server instead of US? |
| |

|
| Faent Canada. September 12 2012 04:56. Posts 91 | Profile Blog # |
| Everything is working fine for me except it wont display my division icon T_T |
| | www.cybergaming.ca |  |
|
|
| HyyeRforAiuR United States. September 13 2012 01:34. Posts 20 | Profile # |
| I think that this needs an update since the Season 9 started it seems that it no longer works. A few of my friends with the widget are having the same issue. |
| |
|
| romelako United States. September 13 2012 02:39. Posts 370 | Profile Blog # | |
|
|
| TzTz Germany. September 13 2012 02:57. Posts 466 | Profile Blog # |
I can't install rainmeter. Error message says "Inner" followed by some arabic font... Nice thing nonetheless I guess  |
| |
|
| Faent Canada. September 15 2012 03:11. Posts 91 | Profile Blog # |
On September 13 2012 01:34 HyyeRforAiuR wrote: I think that this needs an update since the Season 9 started it seems that it no longer works. A few of my friends with the widget are having the same issue.
Are they having the same issue as me? The league image isnt appearing? |
| | www.cybergaming.ca |  |
|
|
| MleTempS Canada. September 18 2012 03:59. Posts 21 | Profile # |
On September 13 2012 01:34 HyyeRforAiuR wrote: I think that this needs an update since the Season 9 started it seems that it no longer works. A few of my friends with the widget are having the same issue.
I too am having this issue since season 9. |
|
|
| felisconcolori United States. September 18 2012 04:04. Posts 2526 | Profile # | |
| | Opteron- "fyeah prime." Yes, I email sponsors... to thank them. Don't post drunk, kids. |  |
|
|
| MleTempS Canada. September 19 2012 08:53. Posts 21 | Profile # |
I do think this is a good alternative, but personally I prefer something that updates from battle.net over SC2ranks.
Even though sc2ranks is a great site. |
|
|
| Faent Canada. October 22 2012 11:49. Posts 91 | Profile Blog # |
Thank you :D This is working out nicely, perfect~ |
| | www.cybergaming.ca |  |
|
|
| Prev 1 2 3 All |
|