I tried building with lime test windows, but then this appeared :
PS C:\Funkin-master> lime test windows
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 43-47 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 68-72 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 43-65 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 68-90 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 94-98 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 94-102 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:45: characters 21-25 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 56-60 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 81-85 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 56-78 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 81-103 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 107-111 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 107-115 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:55: characters 21-25 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:62: characters 13-17 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:70: characters 16-20 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:72: characters 60-64 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:81: characters 15-19 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/Int64Helper.hx:80: characters 7-11 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/Int64Helper.hx:80: characters 7-11 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 56-60 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 81-85 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 56-78 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 81-103 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 107-111 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:52: characters 107-115 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:55: characters 21-25 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 43-47 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 68-72 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 43-65 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 68-90 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 94-98 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:43: characters 94-102 : Void should be Float
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:45: characters 21-25 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:62: characters 13-17 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:70: characters 16-20 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:72: characters 60-64 : Module Math does not define type Math
C:\HaxeToolkit\haxe\std/haxe/io/FPHelper.hx:81: characters 15-19 : Module Math does not define type Math
C:/Haxe directory/flixel/4,9,0/flixel/graphics/tile/FlxDrawBaseItem.hx:9: characters 8-32 : Type not found : openfl.display.Tilesheet
C:/Haxe directory/flixel/4,9,0/flixel/graphics/tile/FlxDrawTilesItem.hx:10: characters 8-32 : Type not found : openfl.display.Tilesheet
C:/Haxe directory/flixel/4,9,0/flixel/graphics/FlxGraphic.hx:15: characters 8-32 : Type not found : openfl.display.Tilesheet
export/release/windows/haxe/ApplicationMain.hx:298: characters 1-8 : Build failure
I was able to build fine before this. Maybe i touched something i didn’t have to, i don’t really know.
How do i fix it?