GithubHelp home page GithubHelp logo

starlight-mayehem's People

Contributors

ash237 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

starlight-mayehem's Issues

Question:

Hi! I wanted to ask if you could upload a video or pass the code for the dialogues since it was difficult for me just to read it and I got a little stressed

Bug Report: Hifi and lofi modes crashes the game

If you are playing a downloaded version of the game, what operating system are you using?

Windows (x86), Windows (x86_64), Linux, or macOS? Specify below.
Windows

What version of the game are you using? Look in the bottom left corner of the main menu.

MU 2.0.2 MODIFIED

Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible.

Activate lofi/hifi and play a song

Please describe your issue. Provide extensive detail and images if possible.

Hifi and lofi modes crashes the game with the following error: "FlxBar: max cannot be less or equal to min".

Question:

i have a question, the notes of "its showtime!" and "rgb on "rgb off", i have to code it or i can put it in the chart debug?

Bug Report: the game closes and other little things

I am trying to compile it and I am encountering several errors, I have only solved or fixed 3, but the fourth one I have not understood what is going on.

Problem 1
in MenuCredits.hx - line 324
before

Sys.command('/usr/bin/xdg-open', 'https:' + socialLink[grpSocials.members.indexOf(lazyShit)], "&"]);

after

Sys.command('xdg-open https:' + socialLink[grpSocials.members.indexOf(lazyShit)]);

now if you open the browser and send you to the corresponding link in linux

Problem 2
here it is not that I have understood so much
in PlayState.hx - line (1701 - 1702)

before

songPosBar = new FlxBar(songPosBG.x + 4, songPosBG.y + 4, LEFT_TO_RIGHT, Std.int(songPosBG.width - 8), Std.int(songPosBG.height - 8), this,
'songPositionBar', 0, songLength - 1000);

after

songPosBar = new FlxBar(songPosBG.x + 4, songPosBG.y + 4, LEFT_TO_RIGHT, Std.int(songPosBG.width - 8), Std.int(songPosBG.height - 8), this, 'songPositionBar', 0, songLength - 1000);

Problem 3
a variable declared only for windows?
in PlayState.hx
line 218 here is the variable
line 1685 here is the declared variable, it will give error if it is compiled for another operating system that is not Windows in theory.


#if windows
	// Discord RPC variables
	var storyDifficultyText:String = "";
	var iconRPC:String = "";
	var songLength:Float = 0;
	var detailsText:String = "";
	var detailsPausedText:String = "";
#end
	var songLength:Float = 0;

maybe not the best solution, but it works, re-declare the variable, but outside of the condition

and one more thing, add the APIStuff.hx

Problem 4
after solving those 3 little problems, when I compile successfully, when I choose the song "artificial-lust" in freeplay and in story mode, the game closes.

this is what I got from the terminal

senlucario@Senko-san:~/Descargas/starlight-mayehem-main$ lime test linux
/home/senlucario/HAXELIB_ROOT/polymod/git/polymod/format/XMLMerge.hx:189: characters 10-23 : Warning : This typedef is deprecated in favor of haxe.xml.Access
/home/senlucario/HAXELIB_ROOT/polymod/git/polymod/format/XMLMerge.hx:189: characters 30-43 : Warning : This typedef is deprecated in favor of haxe.xml.Access
source/AnimationDebug.hx:56: characters 3-37 : Warning : `FlxCamera.defaultCameras` is deprecated, use `FlxG.cameras.setDefaultDrawTarget` instead
source/PlayState.hx:273: characters 3-39 : Warning : `FlxCamera.defaultCameras` is deprecated, use `FlxG.cameras.setDefaultDrawTarget` instead
Creating /home/senlucario/Descargas/starlight-mayehem-main/export/release/linux/obj/obj/linux64/__pch/haxe/hxcpp.h.gch...

Compiling group: haxe
g++ -Iinclude -c -fvisibility=hidden -O2 -fpic -fPIC -Wno-overflow -DHX_LINUX -DHXCPP_M64 -DHXCPP_VISIT_ALLOCS(haxe) -DHX_SMART_STRINGS(haxe) -DHXCPP_API_LEVEL=400(haxe) -m64 -DHXCPP_M64 -I/home/senlucario/HAXELIB_ROOT/hxcpp/4,2,1/include ... tags=[haxe,static]
 - src/ApplicationMain.cpp 
 - src/lime/utils/AssetCache.cpp  [haxe,release]
Link: ApplicationMain
source/NGio.hx:38: INIT NOLOGIN
source/MusicBeatState.hx:29: reg (x: -200 | y: -200 | w: 1792 | h: 1022.4)
source/MusicBeatState.hx:29: reg (x: -200 | y: -200 | w: 1792 | h: 1022.4)
source/MusicBeatState.hx:29: reg (x: -200 | y: -200 | w: 1792 | h: 1022.4)
source/MenuFreeplay.hx:326: artificial-lust-hard
source/MenuFreeplay.hx:331: did it, lul
source/MenuFreeplay.hx:352: CUR WEEK7
source/Conductor.hx:62: new BPM map BUDDY []
source/Character.hx:43: 
source/Character.hx:43: 
source/Character.hx:43: 
source/Character.hx:43: 
source/Character.hx:43: 
source/Character.hx:43: RGB
source/Character.hx:43: RGB
source/Character.hx:43: RGB
source/Character.hx:43: RGB
source/Character.hx:43: RGB
source/PlayState.hx:1817: 4
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 4
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 4
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 3
source/PlayState.hx:1817: 1
source/PlayState.hx:1817: 0
source/PlayState.hx:1817: 2
source/PlayState.hx:1817: 4
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 1
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 3
source/PlayState.hx:1846: 2
source/PlayState.hx:1846: 0
source/MusicBeatState.hx:29: reg (x: -200 | y: -200 | w: 1792 | h: 1022.4)
Killed
senlucario@Senko-san:~/Descargas/starlight-mayehem-main$ 

so, the game is partially working?
Screenshot_20210816_173322
Screenshot_20210816_173451

by the way, sorry for my ugly or robotic English, this is not the language I speak.

Bug Report: compiling problem

source/PlayState.hx:1685: characters 3-13 : Unknown identifier : songLength
source/PlayState.hx:1702: characters 27-37 : Unknown identifier : songLength
source/PlayState.hx:1702: characters 27-37 : For optional function argument 'max'
please fix it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.