please upd to 1.0, beacause this happened.
Closed this issue · 1 comments
PhoenixDoesStuff commented
Describe your bug here.
so when i loaded a psych 1.0 song, and it crashed.
Steps to reproduce this bug.
just get a 1.0 song and load it. ex: https://gamebanana.com/mods/555041
Command Prompt/Terminal logs
Invalid field:gfVersion
Called from backend.Song.onLoadJson (backend/Song.hx line 65)
Called from backend.Song.loadFromJson (backend/Song.hx line 156)
Called from online.states.RoomState.playMusic (lumod/LuaScriptClass.hx line 1118)
Called from online.states.RoomState.new (online/states/RoomState.hx line 92)
Called from states.FreeplayState.update (states/FreeplayState.hx line 749)
Called from flixel.util.typeLimit._NextState.NextState_Impl_.createInstance (flixel/util/typeLimit/NextState.hx line 69)
Called from flixel.FlxGame.switchState (flixel/FlxGame.hx line 630)
Called from flixel.FlxGame.update (flixel/FlxGame.hx line 726)
Called from flixel.FlxGame.step (flixel/FlxGame.hx line 679)
Called from flixel.FlxGame.onEnterFrame (flixel/FlxGame.hx line 558)
Called from openfl.events.EventDispatcher.__dispatchEvent (openfl/events/EventDispatcher.hx line 426)
Called from openfl.display.DisplayObject.__dispatch (openfl/display/DisplayObject.hx line 1398)
===
Commit: 01dc8ab0ee2a7c630e5e4525d7c3b7b92768df1c
Have you modded the build?
Yes, using Mods
If you edited anything in this build, mention or summarize your changes.
No.
What is your platform?
Windows
Gabopogi01 commented
the problem is the chart json is no "song": {
you have to put the "song": { on { make sure is not on top
and put } all away down on } make sure its on the top on } like this
{
"song": {
blablabla
}
}