Funkin icon indicating copy to clipboard operation
Funkin copied to clipboard

i keep having this error when compiling kade, specifically, vs dave.

Open jimmyjamescool opened this issue 3 years ago • 2 comments
trafficstars

C:\Users\jimmy\Downloads\VsDave-main\VsDave-main>lime build windows -release C:/HaxeToolkit/haxe/lib/polymod/1,4,2/polymod/backends/OpenFLBackend.hx:20: characters 35-48 : openfl.utils.IAssetCache has no field getBitmapKeys (Suggestion: getBitmapData) C:/HaxeToolkit/haxe/lib/polymod/1,4,2/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/1,4,2/polymod/backends/OpenFLBackend.hx:24: characters 35-46 : openfl.utils.IAssetCache has no field getFontKeys C:/HaxeToolkit/haxe/lib/polymod/1,4,2/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/1,4,2/polymod/backends/OpenFLBackend.hx:28: characters 35-47 : openfl.utils.IAssetCache has no field getSoundKeys C:/HaxeToolkit/haxe/lib/polymod/1,4,2/polymod/backends/OpenFLBackend.hx:28: characters 15-49 : You can't iterate on a Dynamic value, please specify Iterator or Iterable

jimmyjamescool avatar Apr 24 '22 23:04 jimmyjamescool

note: this happens on any engine i try

jimmyjamescool avatar Apr 25 '22 00:04 jimmyjamescool

  1. always do lime test windows or lime test windows -debug
  2. update polymod.
  3. remove polymod as a whole

TheRealJake12 avatar Apr 25 '22 09:04 TheRealJake12