• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 09:32
CEST 15:32
KST 22:32
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL19] Finals Recap: Standing Tall3HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6
Community News
Flash Announces Retirement From ASL19Weekly Cups (June 23-29): Reynor in world title form?12FEL Cracov 2025 (July 27) - $8000 live event16Esports World Cup 2025 - Final Player Roster14Weekly Cups (June 16-22): Clem strikes back1
StarCraft 2
General
The SCII GOAT: A statistical Evaluation Weekly Cups (June 23-29): Reynor in world title form? StarCraft Mass Recall: SC1 campaigns on SC2 thread How does the number of casters affect your enjoyment of esports? Esports World Cup 2025 - Final Player Roster
Tourneys
FEL Cracov 2025 (July 27) - $8000 live event HomeStory Cup 27 (June 27-29) WardiTV Mondays SOOPer7s Showmatches 2025 $200 Biweekly - StarCraft Evolution League #1
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
Where did Hovz go? [ASL19] Finals Recap: Standing Tall Flash Announces Retirement From ASL ASL20 Preliminary Maps BW General Discussion
Tourneys
[Megathread] Daily Proleagues [BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET The Casual Games of the Week Thread [BSL20] ProLeague LB Final - Saturday 20:00 CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Stop Killing Games - European Citizens Initiative Things Aren’t Peaceful in Palestine Trading/Investing Thread Russo-Ukrainian War Thread
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread Korean Music Discussion
Sports
2024 - 2025 Football Thread NBA General Discussion Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
from making sc maps to makin…
Husyelt
Blog #2
tankgirl
Game Sound vs. Music: The Im…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 604 users

Match Making Rating Tool - Page 99

Forum Index > SC2 General
Post a Reply
Prev 1 97 98 99 100 101 207 Next
skeldark
Profile Joined April 2010
Germany2223 Posts
October 30 2012 00:41 GMT
#1961
On October 30 2012 09:29 kromlic wrote:
Still getting "FATALERROR Versionchecker: failed," despite my best attempts at finding an answer in this thread, my firewall, client, or otherwise. Any suggestions?

+ Show Spoiler +

17:22:32 MMR-Stats 7.0 17:22:32
--------INIT START--------
17:22:32 OK Encoding: OK
17:22:32 OK Loading DB
17:22:53 FATALERROR Versionchecker: failed
17:22:53 OK DB up to date!
17:22:53 OK Settings loaded!
17:22:53 OK Timeclient: Systemtime offset: 3 sec
17:22:53 OK Gamedata: 16 Games loaded.
17:22:53 Testing MemoryScanner ...OK
17:22:53 OK Triggers ready!
17:22:53 OK Gameobserver: ready!
17:23:14 FATALERROR Versionchecker: failed
17:23:14 OK: Program is up to date
17:23:14 --------INIT END--------


You have access to the timeserver but not to my webserver to check the version and to download the newest Database.

Must be your firewall.
Can sc2gears connect to the internet? do you see his news ect?
Save gaming: kill esport
McNuguid
Profile Joined October 2012
United States4 Posts
October 30 2012 16:14 GMT
#1962
For some reason, I can't install the plugin. I open the Sc2gears-plugin file and this opens up...

<?xml version="1.0" encoding="UTF-8"?>
<!-- Plugin descriptor, contains plugin meta-data. -->
-<plugin docVersion="1.2"> <name>MMR Stats</name> <authorFirstName>Skeletor</authorFirstName> <authorLastName>-</authorLastName> <authorEmail>mmrcalculator@hotmail.de</authorEmail> <version>7.0</version> <releaseDate>2012-01-01</releaseDate>
<!-- Format: "yyyy-MM-dd" -->
<apiVersion>3.0</apiVersion>
<!-- Plugin API version implemented/used by the plugin. -->
<homePage>http://skeletor.jimmeh.com/</homePage>
<!-- Description can be plain text or HTML text, can contain multiple lines. -->
-<description isHtml="true">
<![CDATA[ Caclulates your MMR after games. ]]>
</description>
<!-- The main class must implement the "hu.belicza.andras.sc2gearspluginapi.Plugin" interface, and must have a public no-arg constructor (a constructor that takes no arguments). The main class must also be unique: cannot be added 2 plugins with the same main class! -->
<mainClass>mmr.plugin.MMRPlugin</mainClass> </plugin>

Can someone please help me figure out how to make this work?
skeldark
Profile Joined April 2010
Germany2223 Posts
Last Edited: 2012-10-30 16:51:10
October 30 2012 16:50 GMT
#1963
On October 31 2012 01:14 McNuguid wrote:
For some reason, I can't install the plugin. I open the Sc2gears-plugin file and this opens up...

<?xml version="1.0" encoding="UTF-8"?>
<!-- Plugin descriptor, contains plugin meta-data. -->
-<plugin docVersion="1.2"> <name>MMR Stats</name> <authorFirstName>Skeletor</authorFirstName> <authorLastName>-</authorLastName> <authorEmail>mmrcalculator@hotmail.de</authorEmail> <version>7.0</version> <releaseDate>2012-01-01</releaseDate>
<!-- Format: "yyyy-MM-dd" -->
<apiVersion>3.0</apiVersion>
<!-- Plugin API version implemented/used by the plugin. -->
<homePage>http://skeletor.jimmeh.com/</homePage>
<!-- Description can be plain text or HTML text, can contain multiple lines. -->
-<description isHtml="true">
<![CDATA[ Caclulates your MMR after games. ]]>
</description>
<!-- The main class must implement the "hu.belicza.andras.sc2gearspluginapi.Plugin" interface, and must have a public no-arg constructor (a constructor that takes no arguments). The main class must also be unique: cannot be added 2 plugins with the same main class! -->
<mainClass>mmr.plugin.MMRPlugin</mainClass> </plugin>

Can someone please help me figure out how to make this work?

Follow the install howto in the op.
No need to open the xml file.
Its an plugin. You dont run it. You copy it into the pluginfolder of sc2gears and run sc2gears.
Save gaming: kill esport
McNuguid
Profile Joined October 2012
United States4 Posts
October 30 2012 17:03 GMT
#1964
On October 31 2012 01:50 skeldark wrote:
Show nested quote +
On October 31 2012 01:14 McNuguid wrote:
For some reason, I can't install the plugin. I open the Sc2gears-plugin file and this opens up...

<?xml version="1.0" encoding="UTF-8"?>
<!-- Plugin descriptor, contains plugin meta-data. -->
-<plugin docVersion="1.2"> <name>MMR Stats</name> <authorFirstName>Skeletor</authorFirstName> <authorLastName>-</authorLastName> <authorEmail>mmrcalculator@hotmail.de</authorEmail> <version>7.0</version> <releaseDate>2012-01-01</releaseDate>
<!-- Format: "yyyy-MM-dd" -->
<apiVersion>3.0</apiVersion>
<!-- Plugin API version implemented/used by the plugin. -->
<homePage>http://skeletor.jimmeh.com/</homePage>
<!-- Description can be plain text or HTML text, can contain multiple lines. -->
-<description isHtml="true">
<![CDATA[ Caclulates your MMR after games. ]]>
</description>
<!-- The main class must implement the "hu.belicza.andras.sc2gearspluginapi.Plugin" interface, and must have a public no-arg constructor (a constructor that takes no arguments). The main class must also be unique: cannot be added 2 plugins with the same main class! -->
<mainClass>mmr.plugin.MMRPlugin</mainClass> </plugin>

Can someone please help me figure out how to make this work?

Follow the install howto in the op.
No need to open the xml file.
Its an plugin. You dont run it. You copy it into the pluginfolder of sc2gears and run sc2gears.


Do I create my own sc2gears folder? Bc I dont have an sc2gears folder. I only have an MMRplugin folder. Also, How do i run the sc2gears plugin?
skeldark
Profile Joined April 2010
Germany2223 Posts
October 30 2012 17:15 GMT
#1965
On October 31 2012 02:03 McNuguid wrote:
Show nested quote +
On October 31 2012 01:50 skeldark wrote:
On October 31 2012 01:14 McNuguid wrote:
For some reason, I can't install the plugin. I open the Sc2gears-plugin file and this opens up...

<?xml version="1.0" encoding="UTF-8"?>
<!-- Plugin descriptor, contains plugin meta-data. -->
-<plugin docVersion="1.2"> <name>MMR Stats</name> <authorFirstName>Skeletor</authorFirstName> <authorLastName>-</authorLastName> <authorEmail>mmrcalculator@hotmail.de</authorEmail> <version>7.0</version> <releaseDate>2012-01-01</releaseDate>
<!-- Format: "yyyy-MM-dd" -->
<apiVersion>3.0</apiVersion>
<!-- Plugin API version implemented/used by the plugin. -->
<homePage>http://skeletor.jimmeh.com/</homePage>
<!-- Description can be plain text or HTML text, can contain multiple lines. -->
-<description isHtml="true">
<![CDATA[ Caclulates your MMR after games. ]]>
</description>
<!-- The main class must implement the "hu.belicza.andras.sc2gearspluginapi.Plugin" interface, and must have a public no-arg constructor (a constructor that takes no arguments). The main class must also be unique: cannot be added 2 plugins with the same main class! -->
<mainClass>mmr.plugin.MMRPlugin</mainClass> </plugin>

Can someone please help me figure out how to make this work?

Follow the install howto in the op.
No need to open the xml file.
Its an plugin. You dont run it. You copy it into the pluginfolder of sc2gears and run sc2gears.


Do I create my own sc2gears folder? Bc I dont have an sc2gears folder. I only have an MMRplugin folder. Also, How do i run the sc2gears plugin?

sc2gears is an replay analyse program. You have to download it and than install it.
Just google "sc2gears" or search on it here on tl.
Than you copy the PLUGIN into the pluginfolder of sc2gears.
Follow the installation howto step by step.
Save gaming: kill esport
McNuguid
Profile Joined October 2012
United States4 Posts
October 30 2012 19:08 GMT
#1966
On October 31 2012 02:15 skeldark wrote:
Show nested quote +
On October 31 2012 02:03 McNuguid wrote:
On October 31 2012 01:50 skeldark wrote:
On October 31 2012 01:14 McNuguid wrote:
For some reason, I can't install the plugin. I open the Sc2gears-plugin file and this opens up...

<?xml version="1.0" encoding="UTF-8"?>
<!-- Plugin descriptor, contains plugin meta-data. -->
-<plugin docVersion="1.2"> <name>MMR Stats</name> <authorFirstName>Skeletor</authorFirstName> <authorLastName>-</authorLastName> <authorEmail>mmrcalculator@hotmail.de</authorEmail> <version>7.0</version> <releaseDate>2012-01-01</releaseDate>
<!-- Format: "yyyy-MM-dd" -->
<apiVersion>3.0</apiVersion>
<!-- Plugin API version implemented/used by the plugin. -->
<homePage>http://skeletor.jimmeh.com/</homePage>
<!-- Description can be plain text or HTML text, can contain multiple lines. -->
-<description isHtml="true">
<![CDATA[ Caclulates your MMR after games. ]]>
</description>
<!-- The main class must implement the "hu.belicza.andras.sc2gearspluginapi.Plugin" interface, and must have a public no-arg constructor (a constructor that takes no arguments). The main class must also be unique: cannot be added 2 plugins with the same main class! -->
<mainClass>mmr.plugin.MMRPlugin</mainClass> </plugin>

Can someone please help me figure out how to make this work?

Follow the install howto in the op.
No need to open the xml file.
Its an plugin. You dont run it. You copy it into the pluginfolder of sc2gears and run sc2gears.


Do I create my own sc2gears folder? Bc I dont have an sc2gears folder. I only have an MMRplugin folder. Also, How do i run the sc2gears plugin?

sc2gears is an replay analyse program. You have to download it and than install it.
Just google "sc2gears" or search on it here on tl.
Than you copy the PLUGIN into the pluginfolder of sc2gears.
Follow the installation howto step by step.


Thank you! I finally figured it out
leopardb
Profile Joined August 2012
Germany92 Posts
October 31 2012 12:10 GMT
#1967
mhhh it's a bit weird. I had 2 games in a row with the same guy, i lost the first one and the plugin rated him 861. I won the second one and this time he was rated 518. That's quite a large difference for the exact same game and after he won a game actually (against me). Am i doing something wrong ?
don't worry, be happy
InfCereal
Profile Joined December 2011
Canada1759 Posts
October 31 2012 12:24 GMT
#1968
On October 31 2012 21:10 leopardb wrote:
mhhh it's a bit weird. I had 2 games in a row with the same guy, i lost the first one and the plugin rated him 861. I won the second one and this time he was rated 518. That's quite a large difference for the exact same game and after he won a game actually (against me). Am i doing something wrong ?


The opponent's mmr is an approximation.
Cereal
leopardb
Profile Joined August 2012
Germany92 Posts
October 31 2012 12:38 GMT
#1969
On October 31 2012 21:24 InfCereal wrote:
The opponent's mmr is an approximation.


True, it's an approximation : the difference is 861-518 = 343 points, so that's around 50% difference ( middle is (861+518)/2= 689.5). All planets in the solar system can approximately be seen as a single point. I was just wondering

I'm open to experimentation though. As i play quite a lot (for me) lately i'd gladly be a guinea pig for this plugin...
don't worry, be happy
skeldark
Profile Joined April 2010
Germany2223 Posts
October 31 2012 12:46 GMT
#1970
On October 31 2012 21:38 leopardb wrote:
Show nested quote +
On October 31 2012 21:24 InfCereal wrote:
The opponent's mmr is an approximation.


True, it's an approximation : the difference is 861-518 = 343 points, so that's around 50% difference ( middle is (861+518)/2= 689.5). All planets in the solar system can approximately be seen as a single point. I was just wondering

I'm open to experimentation though. As i play quite a lot (for me) lately i'd gladly be a guinea pig for this plugin...

Is the opponent 10 MMr above you in one of the games?
Thats the value for "I could not calculate opponent MMR in the game".
I will make this more clear in a future version.
Save gaming: kill esport
leopardb
Profile Joined August 2012
Germany92 Posts
Last Edited: 2012-10-31 14:05:52
October 31 2012 14:03 GMT
#1971
On October 31 2012 21:46 skeldark wrote:

Is the opponent 10 MMr above you in one of the games?
Thats the value for "I could not calculate opponent MMR in the game".
I will make this more clear in a future version.


EDIT: yes actually you're right : in the second game he's 10 points over me. That's what happens each time i win btw

It 's more that the exact same player that i played two times in a row is seen the first time with a MMR of 861 and the second time (immediately after) with a MMR of 518. This is a big difference for the exact same player (who just won a game against me, btw).

If it can help here's the log for both games :

Game 1 (opponent's calculated MMR = 861):

Main log:
+ Show Spoiler +
12:44:21 Webgrabber: Player true
12:44:23 Webgrabber: Opponent true
12:44:23 DATA Alg. A : failed, No Ramscanner
12:44:23 DATA Alg. A : failed, No Ramscanner
12:44:23 DATA Alg.B: failed, No Bonus Win
12:44:23 ERROR AFTERCHECK All algorithem failed
12:44:23 Gamecheck: true 12:44:23 POST-Trigger done
12:44:23 Player: Reading_OK: true Adjusted_OK: false Cap_OK: false Dev._OK: true
12:44:23 Opponent: Reading_OK: true Adjusted_OK: true Cap_OK: true Dev._OK: true
12:44:23 Player-data-Qualitiy: 50%
12:44:23 Opponent-data-Qualitiy: 100%
12:44:25 OK Uploader: game uploaded
12:44:25 Ladder Game Done!
12:44:25 --------------------------


Game log:
+ Show Spoiler +
12:38:21 Dataset:
--- GAMESTART ---
TIME: 1351683456740
VALID: true
Player1_won false
--- GAMEEND ---

12:44:23 A -9999 B -11

12:44:23
12:44:23 A -9999 B -9999

12:44:23
12:44:23 PREPLAYER 1:
Data: false
Reading: false
Adjusted: false
Dmmr: false
id:
playerlink:
server:
league: ERROR
division_name: ERROR
Main race: unkown
Game race: unkown
gamedate: ERROR
mapname: ERROR
totalbonuspool: -9999
Wins: -9999
Looses: -9999
points: -9999
bonus: -9999
change_points: -9999
adjusted_points: -9999

12:44:23 PREPLAYER 2:
Data: false
Reading: false
Adjusted: false
Dmmr: false
id:
playerlink:
server:
league: ERROR
division_name: ERROR
Main race: unkown
Game race: unkown
gamedate: ERROR
mapname: ERROR
totalbonuspool: -9999
Wins: -9999
Looses: -9999
points: -9999
bonus: -9999
change_points: -9999
adjusted_points: -9999

12:44:23 POSTPLAYER 1:
Data: false
Reading: false
Adjusted: true
Dmmr: false
id: 1-2514216
playerlink: http://eu.battle.net/sc2/en/profile/2514216/1/leopardb/
server: EU
league: gold
division_name: ramsey alamo
Main race: z
Game race: z
gamedate: 31/10/2012
mapname: Shakuras Plateau
totalbonuspool: 552
Wins: 54
Looses: -9999
points: 365
bonus: 232
change_points: -11
adjusted_points: 45

12:44:23 POSTPLAYER 2:
Data: true
Reading: true
Adjusted: false
Dmmr: false
id: 2-49093
playerlink: http://eu.battle.net/sc2/en/profile/49093/2/IceCastle/
server: EU
league: bronze
division_name: raszagal victor
Main race: z
Game race: z
gamedate: 31/10/2012
mapname: Shakuras Plateau
totalbonuspool: 552
Wins: 135
Looses: -9999
points: 770
bonus: 232
change_points: -9999
adjusted_points: 450



Game 2 (opponent's calculated MMR = 518, it's the exact same player i just lost to !):

Main log:
+ Show Spoiler +
13:4:0 Webgrabber: Player true
13:4:3 Webgrabber: Opponent true
13:4:3 DATA Alg. A : failed, No Ramscanner
13:4:3 DATA Alg.B: failed, No Bonus Win
13:4:3 ERROR AFTERCHECK All algorithem failed
13:4:3 DATA Alg. A : failed, No Ramscanner
13:4:3 Gamecheck: true
13:4:3 POST-Trigger done
13:4:3 Player: Reading_OK: true Adjusted_OK: true Cap_OK: true Dev._OK: true
13:4:3 Opponent: Reading_OK: true Adjusted_OK: false Cap_OK: false Dev._OK: true
13:4:3 Player-data-Qualitiy: 75%
13:4:3 Opponent-data-Qualitiy: 50%
13:4:4 OK Uploader: game uploaded
13:4:4 Ladder Game Done!
13:4:4 --------------------------


Game log:

+ Show Spoiler +
12:44:23 Dataset:
--- GAMESTART ---
TIME: 1351683818894
VALID: true
Player1_won false
--- GAMEEND ---

13:4:3 A -9999 B -9999

13:4:3
13:4:3 A -9999 B -10

13:4:3
13:4:3 PREPLAYER 1:
Data: false
Reading: false
Adjusted: false
Dmmr: false
id:
playerlink:
server:
league: ERROR
division_name: ERROR
Main race: unkown
Game race: unkown
gamedate: ERROR
mapname: ERROR
totalbonuspool: -9999
Wins: -9999
Looses: -9999
points: -9999
bonus: -9999
change_points: -9999
adjusted_points: -9999

13:4:3 PREPLAYER 2:
Data: false
Reading: false
Adjusted: false
Dmmr: false
id:
playerlink:
server:
league: ERROR
division_name: ERROR
Main race: unkown
Game race: unkown
gamedate: ERROR
mapname: ERROR
totalbonuspool: -9999
Wins: -9999
Looses: -9999
points: -9999
bonus: -9999
change_points: -9999
adjusted_points: -9999

13:4:3 POSTPLAYER 1:
Data: true
Reading: true
Adjusted: false
Dmmr: false
id: 1-2514216
playerlink: http://eu.battle.net/sc2/en/profile/2514216/1/leopardb/
server: EU
league: gold
division_name: ramsey alamo
Main race: z
Game race: z
gamedate: 31/10/2012
mapname: Antiga Shipyard
totalbonuspool: 552
Wins: 55
Looses: -9999
points: 378
bonus: 232
change_points: -9999
adjusted_points: 58

13:4:3 POSTPLAYER 2:
Data: false
Reading: false
Adjusted: true
Dmmr: false
id: 2-49093
playerlink: http://eu.battle.net/sc2/en/profile/49093/2/IceCastle/
server: EU
league: bronze
division_name: raszagal victor
Main race: z
Game race: z
gamedate: 31/10/2012
mapname: Antiga Shipyard
totalbonuspool: 552
Wins: 135
Looses: -9999
points: 760
bonus: 232
change_points: -10
adjusted_points: 440


Thanks again for all your efforts !

PS: if i'm allowed a small wish the game log can be copy/pasted as is, but the main log has no "\n" (newline) or something along those lines (the text pasted is a long line)
don't worry, be happy
skeldark
Profile Joined April 2010
Germany2223 Posts
Last Edited: 2012-10-31 14:28:20
October 31 2012 14:27 GMT
#1972
On October 31 2012 23:03 leopardb wrote:
Show nested quote +
On October 31 2012 21:46 skeldark wrote:

Is the opponent 10 MMr above you in one of the games?
Thats the value for "I could not calculate opponent MMR in the game".
I will make this more clear in a future version.


EDIT: yes actually you're right : in the second game he's 10 points over me. That's what happens each time i win btw

It 's more that the exact same player that i played two times in a row is seen the first time with a MMR of 861 and the second time (immediately after) with a MMR of 518. This is a big difference for the exact same player (who just won a game against me, btw).

If it can help here's the log for both games :

Game 1 (opponent's calculated MMR = 861):

Main log:
+ Show Spoiler +
12:44:21 Webgrabber: Player true
12:44:23 Webgrabber: Opponent true
12:44:23 DATA Alg. A : failed, No Ramscanner
12:44:23 DATA Alg. A : failed, No Ramscanner
12:44:23 DATA Alg.B: failed, No Bonus Win
12:44:23 ERROR AFTERCHECK All algorithem failed
12:44:23 Gamecheck: true 12:44:23 POST-Trigger done
12:44:23 Player: Reading_OK: true Adjusted_OK: false Cap_OK: false Dev._OK: true
12:44:23 Opponent: Reading_OK: true Adjusted_OK: true Cap_OK: true Dev._OK: true
12:44:23 Player-data-Qualitiy: 50%
12:44:23 Opponent-data-Qualitiy: 100%
12:44:25 OK Uploader: game uploaded
12:44:25 Ladder Game Done!
12:44:25 --------------------------


Game log:
+ Show Spoiler +
12:38:21 Dataset:
--- GAMESTART ---
TIME: 1351683456740
VALID: true
Player1_won false
--- GAMEEND ---

12:44:23 A -9999 B -11

12:44:23
12:44:23 A -9999 B -9999

12:44:23
12:44:23 PREPLAYER 1:
Data: false
Reading: false
Adjusted: false
Dmmr: false
id:
playerlink:
server:
league: ERROR
division_name: ERROR
Main race: unkown
Game race: unkown
gamedate: ERROR
mapname: ERROR
totalbonuspool: -9999
Wins: -9999
Looses: -9999
points: -9999
bonus: -9999
change_points: -9999
adjusted_points: -9999

12:44:23 PREPLAYER 2:
Data: false
Reading: false
Adjusted: false
Dmmr: false
id:
playerlink:
server:
league: ERROR
division_name: ERROR
Main race: unkown
Game race: unkown
gamedate: ERROR
mapname: ERROR
totalbonuspool: -9999
Wins: -9999
Looses: -9999
points: -9999
bonus: -9999
change_points: -9999
adjusted_points: -9999

12:44:23 POSTPLAYER 1:
Data: false
Reading: false
Adjusted: true
Dmmr: false
id: 1-2514216
playerlink: http://eu.battle.net/sc2/en/profile/2514216/1/leopardb/
server: EU
league: gold
division_name: ramsey alamo
Main race: z
Game race: z
gamedate: 31/10/2012
mapname: Shakuras Plateau
totalbonuspool: 552
Wins: 54
Looses: -9999
points: 365
bonus: 232
change_points: -11
adjusted_points: 45

12:44:23 POSTPLAYER 2:
Data: true
Reading: true
Adjusted: false
Dmmr: false
id: 2-49093
playerlink: http://eu.battle.net/sc2/en/profile/49093/2/IceCastle/
server: EU
league: bronze
division_name: raszagal victor
Main race: z
Game race: z
gamedate: 31/10/2012
mapname: Shakuras Plateau
totalbonuspool: 552
Wins: 135
Looses: -9999
points: 770
bonus: 232
change_points: -9999
adjusted_points: 450



Game 2 (opponent's calculated MMR = 518, it's the exact same player i just lost to !):

Main log:
+ Show Spoiler +
13:4:0 Webgrabber: Player true
13:4:3 Webgrabber: Opponent true
13:4:3 DATA Alg. A : failed, No Ramscanner
13:4:3 DATA Alg.B: failed, No Bonus Win
13:4:3 ERROR AFTERCHECK All algorithem failed
13:4:3 DATA Alg. A : failed, No Ramscanner
13:4:3 Gamecheck: true
13:4:3 POST-Trigger done
13:4:3 Player: Reading_OK: true Adjusted_OK: true Cap_OK: true Dev._OK: true
13:4:3 Opponent: Reading_OK: true Adjusted_OK: false Cap_OK: false Dev._OK: true
13:4:3 Player-data-Qualitiy: 75%
13:4:3 Opponent-data-Qualitiy: 50%
13:4:4 OK Uploader: game uploaded
13:4:4 Ladder Game Done!
13:4:4 --------------------------


Game log:

+ Show Spoiler +
12:44:23 Dataset:
--- GAMESTART ---
TIME: 1351683818894
VALID: true
Player1_won false
--- GAMEEND ---

13:4:3 A -9999 B -9999

13:4:3
13:4:3 A -9999 B -10

13:4:3
13:4:3 PREPLAYER 1:
Data: false
Reading: false
Adjusted: false
Dmmr: false
id:
playerlink:
server:
league: ERROR
division_name: ERROR
Main race: unkown
Game race: unkown
gamedate: ERROR
mapname: ERROR
totalbonuspool: -9999
Wins: -9999
Looses: -9999
points: -9999
bonus: -9999
change_points: -9999
adjusted_points: -9999

13:4:3 PREPLAYER 2:
Data: false
Reading: false
Adjusted: false
Dmmr: false
id:
playerlink:
server:
league: ERROR
division_name: ERROR
Main race: unkown
Game race: unkown
gamedate: ERROR
mapname: ERROR
totalbonuspool: -9999
Wins: -9999
Looses: -9999
points: -9999
bonus: -9999
change_points: -9999
adjusted_points: -9999

13:4:3 POSTPLAYER 1:
Data: true
Reading: true
Adjusted: false
Dmmr: false
id: 1-2514216
playerlink: http://eu.battle.net/sc2/en/profile/2514216/1/leopardb/
server: EU
league: gold
division_name: ramsey alamo
Main race: z
Game race: z
gamedate: 31/10/2012
mapname: Antiga Shipyard
totalbonuspool: 552
Wins: 55
Looses: -9999
points: 378
bonus: 232
change_points: -9999
adjusted_points: 58

13:4:3 POSTPLAYER 2:
Data: false
Reading: false
Adjusted: true
Dmmr: false
id: 2-49093
playerlink: http://eu.battle.net/sc2/en/profile/49093/2/IceCastle/
server: EU
league: bronze
division_name: raszagal victor
Main race: z
Game race: z
gamedate: 31/10/2012
mapname: Antiga Shipyard
totalbonuspool: 552
Wins: 135
Looses: -9999
points: 760
bonus: 232
change_points: -10
adjusted_points: 440


Thanks again for all your efforts !

PS: if i'm allowed a small wish the game log can be copy/pasted as is, but the main log has no "\n" (newline) or something along those lines (the text pasted is a long line)

Its HTML no plain text. I will try to get some line spectators in.
New version will show the empty opponent values as gray so its more clear its not the real mmr.
Perhaps i remove the lines between them so opponents show as single dots not as a graph,

Save gaming: kill esport
FreAk!
Profile Joined October 2012
Chile49 Posts
November 01 2012 23:25 GMT
#1973
Can someone help me with this error I'm getting please

+ Show Spoiler +
19:57:12 Game Start detected
19:57:13 Reading Memory ...OK
19:57:13 OK Found Memory-Profile in Active-Profiles!
19:57:56 FATALERROR WEBGRABBER Wrong Season! Update your DB File
19:57:56 Webgrabber: Player false
19:57:58 FATALERROR WEBGRABBER Wrong Season! Update your DB File
19:57:58 Webgrabber: Opponent false
19:57:58 PRE-Trigger done
20:16:51 FATALERROR WEBGRABBER Wrong Season! Update your DB File
20:16:51 Webgrabber: Player false
20:16:53 FATALERROR WEBGRABBER Wrong Season! Update your DB File
20:16:53 Webgrabber: Opponent false
20:16:53 ERROR Start with bad player
20:16:53 ERROR Start with bad player
20:16:53 ERROR LASTCHECK : Both players invalid
20:16:53 Gamecheck: false
20:16:53 POST-Trigger done
20:16:53 Player: Reading_OK: false Adjusted_OK: false Cap_OK: true Dev._OK: true
20:16:53 Opponent: Reading_OK: false Adjusted_OK: false Cap_OK: true Dev._OK: true
20:16:53 Player-data-Qualitiy: 0%
20:16:53 Opponent-data-Qualitiy: 0%
20:16:55 OK Uploader: game uploaded
20:16:55 Ladder Game Done!
20:16:55 --------------------------


All right before anyone starts flaming, "Wrong Season! Update your DB File" I've searched in SC2Gears, in their website and I still can't find the "DB File" or anything like that :/
Zergu <3
kuan888
Profile Joined March 2011
Canada305 Posts
November 02 2012 00:03 GMT
#1974
On November 02 2012 08:25 FreAk! wrote:
Can someone help me with this error I'm getting please

+ Show Spoiler +
19:57:12 Game Start detected
19:57:13 Reading Memory ...OK
19:57:13 OK Found Memory-Profile in Active-Profiles!
19:57:56 FATALERROR WEBGRABBER Wrong Season! Update your DB File
19:57:56 Webgrabber: Player false
19:57:58 FATALERROR WEBGRABBER Wrong Season! Update your DB File
19:57:58 Webgrabber: Opponent false
19:57:58 PRE-Trigger done
20:16:51 FATALERROR WEBGRABBER Wrong Season! Update your DB File
20:16:51 Webgrabber: Player false
20:16:53 FATALERROR WEBGRABBER Wrong Season! Update your DB File
20:16:53 Webgrabber: Opponent false
20:16:53 ERROR Start with bad player
20:16:53 ERROR Start with bad player
20:16:53 ERROR LASTCHECK : Both players invalid
20:16:53 Gamecheck: false
20:16:53 POST-Trigger done
20:16:53 Player: Reading_OK: false Adjusted_OK: false Cap_OK: true Dev._OK: true
20:16:53 Opponent: Reading_OK: false Adjusted_OK: false Cap_OK: true Dev._OK: true
20:16:53 Player-data-Qualitiy: 0%
20:16:53 Opponent-data-Qualitiy: 0%
20:16:55 OK Uploader: game uploaded
20:16:55 Ladder Game Done!
20:16:55 --------------------------


All right before anyone starts flaming, "Wrong Season! Update your DB File" I've searched in SC2Gears, in their website and I still can't find the "DB File" or anything like that :/


Same here, i guess OP will deliver
What doesn't kill us makes us stronger. -Friedrich Wilhelm Nietzsche ||| Acer.Scarlett <3
korona
Profile Joined October 2009
1098 Posts
Last Edited: 2012-11-02 01:06:52
November 02 2012 00:58 GMT
#1975
On November 02 2012 09:03 kuan888 wrote:
Show nested quote +
On November 02 2012 08:25 FreAk! wrote:
Can someone help me with this error I'm getting please

+ Show Spoiler +
19:57:12 Game Start detected
19:57:13 Reading Memory ...OK
19:57:13 OK Found Memory-Profile in Active-Profiles!
19:57:56 FATALERROR WEBGRABBER Wrong Season! Update your DB File
19:57:56 Webgrabber: Player false
19:57:58 FATALERROR WEBGRABBER Wrong Season! Update your DB File
19:57:58 Webgrabber: Opponent false
19:57:58 PRE-Trigger done
20:16:51 FATALERROR WEBGRABBER Wrong Season! Update your DB File
20:16:51 Webgrabber: Player false
20:16:53 FATALERROR WEBGRABBER Wrong Season! Update your DB File
20:16:53 Webgrabber: Opponent false
20:16:53 ERROR Start with bad player
20:16:53 ERROR Start with bad player
20:16:53 ERROR LASTCHECK : Both players invalid
20:16:53 Gamecheck: false
20:16:53 POST-Trigger done
20:16:53 Player: Reading_OK: false Adjusted_OK: false Cap_OK: true Dev._OK: true
20:16:53 Opponent: Reading_OK: false Adjusted_OK: false Cap_OK: true Dev._OK: true
20:16:53 Player-data-Qualitiy: 0%
20:16:53 Opponent-data-Qualitiy: 0%
20:16:55 OK Uploader: game uploaded
20:16:55 Ladder Game Done!
20:16:55 --------------------------


All right before anyone starts flaming, "Wrong Season! Update your DB File" I've searched in SC2Gears, in their website and I still can't find the "DB File" or anything like that :/


Same here, i guess OP will deliver

The tool has not yet been prepared for the new season. Reason: For some servers the web profiles still provided last season's data couple of hours ago. But now web profiles for all servers seem to have switched to new season. I am sure when skeldark has time to calculate season start times for each server he will push an update.

I am not sure about the season start times other than for EU server. EU server switched season somewhere around 1:00 am (not exact) 2012-11-01 CET (an hour later than Blizzard had announced in their EU news story). It took them nearly a full day after that to update EU web profiles.


Edit: It might help skeldark if you see your bonuspool increase in in-game client (only if you know the exact time) to post here exact time, timezone & date, your server, your league (diamond- or master+) and max bonuspool for your league at that time (you can check this from a profile of a player in your division who has 0 wins for this season). Couple of these for each server should be enough...
skeldark
Profile Joined April 2010
Germany2223 Posts
Last Edited: 2012-11-02 02:20:59
November 02 2012 01:26 GMT
#1976
Sorry was busy.
I have an update script that check for change and backcalculate the season-start.

EDIT: found good profiles. Tool is running, will take some hours.
Save gaming: kill esport
Gofarman
Profile Joined June 2010
Canada645 Posts
November 02 2012 01:50 GMT
#1977
Is there anyway to check your MMR without sc2gears and all the associated programs?

I've tried to get this working a couple times but have never had any success.
@nonytv nony.tv/tipjar One of his Chill-dren
skeldark
Profile Joined April 2010
Germany2223 Posts
November 02 2012 01:52 GMT
#1978
On November 02 2012 10:50 Gofarman wrote:
Is there anyway to check your MMR without sc2gears and all the associated programs?

I've tried to get this working a couple times but have never had any success.

no.
Did you follow the steps in the install howto?
Save gaming: kill esport
skeldark
Profile Joined April 2010
Germany2223 Posts
Last Edited: 2012-11-02 03:57:06
November 02 2012 03:55 GMT
#1979
Season 10 Data tested and public.

Database file is updated automatic. Just ladder. GLHF
Save gaming: kill esport
FreAk!
Profile Joined October 2012
Chile49 Posts
November 02 2012 04:32 GMT
#1980
On November 02 2012 12:55 skeldark wrote:
Season 10 Data tested and public.

Database file is updated automatic. Just ladder. GLHF

Yay! :D Thank you very much skeldark ^_^
Zergu <3
Prev 1 97 98 99 100 101 207 Next
Please log in or register to reply.
Live Events Refresh
Next event in 2h 28m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Harstem 376
RotterdaM 321
ForJumy 38
StarCraft: Brood War
Rain 5217
Sea 4389
EffOrt 983
Larva 838
Mini 419
Stork 378
Last 241
Zeus 216
BeSt 209
ZerO 158
[ Show more ]
Pusan 136
hero 126
Snow 122
Hyun 111
Light 100
Mind 99
Rush 76
Sharp 55
Aegong 53
JYJ31
Movie 25
Shinee 24
NaDa 22
Barracks 22
ajuk12(nOOB) 11
Noble 9
HiyA 9
IntoTheRainbow 8
scan(afreeca) 8
Icarus 8
SilentControl 5
Hm[arnc] 4
Terrorterran 3
Britney 0
Stormgate
NightEnD12
Dota 2
Gorgc7156
qojqva2130
BananaSlamJamma508
XcaliburYe419
febbydoto7
League of Legends
singsing2667
Counter-Strike
markeloff122
edward21
Super Smash Bros
Mew2King177
Heroes of the Storm
Khaldor173
Other Games
hiko764
B2W.Neo666
DeMusliM440
Fuzer 389
crisheroes221
XaKoH 201
ArmadaUGS92
ZerO(Twitch)13
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 11 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 2285
Upcoming Events
uThermal 2v2 Circuit
2h 28m
OSC
5h 28m
SHIN vs Bunny
Cham vs MaNa
SKillous vs TBD
PAPI vs Jumy
Gerald vs Moja
ArT vs TBD
Replay Cast
10h 28m
The PondCast
20h 28m
RSL Revival
20h 28m
ByuN vs Classic
Clem vs Cham
WardiTV European League
1d 2h
Replay Cast
1d 10h
RSL Revival
1d 20h
herO vs SHIN
Reynor vs Cure
WardiTV European League
2 days
FEL
2 days
[ Show More ]
Korean StarCraft League
2 days
CranKy Ducklings
2 days
RSL Revival
2 days
FEL
3 days
Sparkling Tuna Cup
3 days
RSL Revival
3 days
FEL
3 days
BSL: ProLeague
4 days
Dewalt vs Bonyth
Replay Cast
5 days
Replay Cast
5 days
The PondCast
6 days
Liquipedia Results

Completed

Proleague 2025-06-28
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025

Upcoming

CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.