The Armor Games website will be down for maintenance on Monday 10/7/2024
starting at 10:00 AM Pacific time. We apologize for the inconvenience.

ForumsProgramming ForumError when using Armor Games Interface (AGI)

2 4482
Division
offline
Division
3 posts
Nomad

I get an error when calling showScoreboardList method:

[ AGI ] -> : AGI Services connecting ...
[ AGI ] -> ERROR: [ com.armorgames::AGI/iConnect() ] Client: Authentication Failed: Error #2099: Ð-агÑÑжаемÑй обÑÐµÐºÑ Ð½Ðµ наÑÑолÑко загÑÑзилÑÑ, ÑÑÐ¾Ð±Ñ Ð¼Ð¾Ð¶Ð½Ð¾ бÑло полÑÑиÑÑ ÑÑÑ Ð¸Ð½ÑоÑмаÑиÑ.
[ AGI ] -> ERROR: AGI Services failed to connect.


My game has preloader:
[Frame(factoryClass="Preloader&quot]
public class Main extends Sprite {
...
}


But when i remove preloader frame [Frame(factoryClass="Preloader&quot] it's work correct!

How can i fix it and use scores with preloader?
  • 2 Replies
Division
offline
Division
3 posts
Nomad

Error text is

Error #2099: The loading object is not sufficiently loaded to provide this informatio
Division
offline
Division
3 posts
Nomad

Fixed. I just put AGI initialization into preloader.

Showing 1-2 of 2