Thanks!
How does the stadium look? Does R give you any error message?
I see this in R, after doing this :
b) Taking a screen shot of the kickoffhub screen:
The screen shot MUST be taken during the kickoffhub screen that comes just after the kit
selection screen (see the picture bellow).
- To take the screen shot, simply press the key $ on your keyboard.
Error in stadassign_db[which(stadecustom_name_match_score == max(stadecustom_name_match_score)), :
indice fuori limite
Inoltre: Warning messages:
1: In for (i in seq_len(n)) { :
closing unused connection 3 (D:/Stadium Server R App/exported_files_DB/teams.txt)
2: In for (i in seq_len(n)) { :
closing unused connection 3 (D:/Stadium Server R App/exported_files_DB/teamstadiumlinks.txt)
>
EDIT:
Tried another stadium with another team and the error is a bit different:
Error in team_db[which(score_home_best == max(score_home_best)), "teamid"][[1]] :
indice fuori limite
Inoltre: Warning messages:
1: In for (i in seq_len(n)) { :
closing unused connection 3 (D:/Stadium Server R App/exported_files_DB/teams.txt)
2: In for (i in seq_along(snames)) { :
closing unused connection 3 (D:/Stadium Server R App/exported_files_DB/teamstadiumlinks.txt)
3: In max(score_home_cm) : no non-missing arguments to max; returning -Inf
4: In max(score_home_fd) : no non-missing arguments to max; returning -Inf
5: In max(score_home_best) :
no non-missing arguments to max; returning -Inf
>
EDIT 2:
Even when i have no error in R, stadiums are not loading. Stadium is always a different random one, not always the same (If you were asking this)
EDIT 3:
Reinstalled everything and now is perfectly working, thanks again papinho!
