Kade-github / Kade-Engine

Kade Engine is a Competitive Rhythm Game engine rewrite for FNF with Quality of Life features included.
https://kadedev.github.io/Kade-Engine/
Apache License 2.0
407 stars 603 forks source link

Bug Report: lime test error for 1.6 #2873

Open rxydc opened 2 years ago

rxydc commented 2 years ago

When I lime test windows I see

source/Caching.hx:173: Finished caching...
source/Caching.hx:177: false

Does anyone know how to help?

image

ADA-Funni commented 2 years ago

OUTDATED:

i have a similar problem: when i lime test or lime build any version, it says this: C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:20: characters 35-48 : openfl.utils.IAssetCache has no field getBitmapKeys (Suggestion: getBitmapData) C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:20: characters 15-50 : You can't iterate on a Dynamic value, please specify Iterator or Iterable C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:24: characters 35-46 : openfl.utils.IAssetCache has no field getFontKeys C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:24: characters 15-48 : You can't iterate on a Dynamic value, please specify Iterator or Iterable C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:28: characters 35-47 : openfl.utils.IAssetCache has no field getSoundKeys C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:28: characters 15-49 : You can't iterate on a Dynamic value, please specify Iterator or Iterable C:/HaxeToolkit/haxe/lib/polymod/git/polymod/Polymod.hx:483: characters 80-81 : Missing ; C:/HaxeToolkit/haxe/lib/polymod/git/polymod/Polymod.hx:483: characters 80-81 : For function argument 'message' C:/HaxeToolkit/haxe/lib/polymod/git/polymod/Polymod.hx:494: characters 82-83 : Missing ; C:/HaxeToolkit/haxe/lib/polymod/git/polymod/Polymod.hx:494: characters 82-83 : For function argument 'message'

ghost commented 2 years ago

haxelib remove polymod haxelib install polymod they fix this problem

ADA-Funni commented 2 years ago

OUTDATED:

i have a similar problem: when i lime test or lime build any version, it says this: C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:20: characters 35-48 : openfl.utils.IAssetCache has no field getBitmapKeys (Suggestion: getBitmapData) C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:20: characters 15-50 : You can't iterate on a Dynamic value, please specify Iterator or Iterable C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:24: characters 35-46 : openfl.utils.IAssetCache has no field getFontKeys C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:24: characters 15-48 : You can't iterate on a Dynamic value, please specify Iterator or Iterable C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:28: characters 35-47 : openfl.utils.IAssetCache has no field getSoundKeys C:/HaxeToolkit/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:28: characters 15-49 : You can't iterate on a Dynamic value, please specify Iterator or Iterable C:/HaxeToolkit/haxe/lib/polymod/git/polymod/Polymod.hx:483: characters 80-81 : Missing ; C:/HaxeToolkit/haxe/lib/polymod/git/polymod/Polymod.hx:483: characters 80-81 : For function argument 'message' C:/HaxeToolkit/haxe/lib/polymod/git/polymod/Polymod.hx:494: characters 82-83 : Missing ; C:/HaxeToolkit/haxe/lib/polymod/git/polymod/Polymod.hx:494: characters 82-83 : For function argument 'message'

This is an outdated comment, and I have already fixed this problem, but I would like to keep the message here to help others.

Sylveondev commented 2 years ago

haxelib remove polymod haxelib install polymod they fix this problem

haxlib update polymod works too

ghost commented 2 years ago

haxelib remove polymod haxelib install polymod they fix this problem

haxlib update polymod works too

true