coronalabs / corona

Solar2D Game Engine main repository (ex Corona SDK)
https://solar2d.com/
MIT License
2.51k stars 270 forks source link

[Android]: runtime bug #267

Open markitandl opened 3 years ago

markitandl commented 3 years ago

Describe the bug Working on a Google Play Game Servie v2 (plugin.gpgs.v2). The error happens while executing a Load Achievements method (https://docs.coronalabs.com/plugin/gpgs-v2/achievements/load.html):

To Reproduce Steps to reproduce the behavior:

local function loadAchievementslistener(event)
    print("loadAchievementslistener:")
    table.foreach(event,print)
end
local params = {
        reload = true,
        listener = loadAchievementslistener
}
gpgs.achievements.load( params )

Bug corona - gpgs Load Achievements.txt

Target platform and where build was made:

Additional context The method Show Achievements works fine: https://docs.coronalabs.com/plugin/gpgs-v2/achievements/show.html

whole test project or build.settings No need for this, because other methods of gpgs works fine.

sekodev commented 1 year ago

Is this still a thing with the new plugin - gpgs v3? @scottrules44