TentaRJ / GameJolt-FNF-Integration

Add trophies, track player's play time and sessions, and connect to GameJolt with this project!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flixel/group/FlxGroup.hx (line 226), MainMenuState.hx (line 90)

Matitilego opened this issue · comments

"flixel/group/FlxGroup.hx (line 226)
MainMenuState.hx (line 90)
flixel/FlxGame.hx (line 642)
flixel/FlxGame.hx (line 729)
flixel/FlxGame.hx (line 682)
flixel/FlxGame.hx (line 550)
openfl/events/EventDispatcher.hx (line 402)
openfl/display/DisplayObject.hx (line 1399)

Uncaught Error: Null Object Reference
Please report this error to the GitHub page: https://github.com/ShadowMario/FNF-PsychEngine"

Help please, all works perfect but when i press continue it crashes!

Here a image (i dont speak english but i understand)

imagen_2023-02-11_183022687

I finally fixed it!

the problem was i didnt paste

GameJoltAPI.connect();
GameJoltAPI.authDaUser(FlxG.save.data.gjUser, FlxG.save.data.gjToken);

in mainmenustate.hx

xddddd