Funkin icon indicating copy to clipboard operation
Funkin copied to clipboard

compiling help

Open ANDYYYYYYYYXD opened this issue 2 years ago • 4 comments

whenever i compile the game this shows up

C:/HaxeToolkit/haxe/lib/polymod/git/polymod/fs/PolymodFileSystem.hx:18: characters 18-20 : Expected )

ANDYYYYYYYYXD avatar Mar 04 '22 05:03 ANDYYYYYYYYXD

I had this same exact issue, despite the README saying to use Haxe 4.1.5, I just used the latest and it compiled.

However, there seem to be issues and I'm not sure if its because of the newer version.

Issues I've seen includes:

  • Crashing when entering Freeplay
  • Third song in each week not showing up in the Story Menu. (Might be only visual)

My best guess is that Polymod updated and its now incompatible with Haxe 4.1.5.

Deltara3 avatar Mar 04 '22 21:03 Deltara3

There is a fix for freeplay : https://github.com/ninjamuffin99/Funkin/pull/412 And I think the third song not appearing is actually to prevent spoiler based on the name of the last song.

marius851000 avatar Mar 08 '22 20:03 marius851000

third song not appearing is just a bug with openfl i believe install openfl using git and it should work

ACrazyTown avatar Mar 09 '22 18:03 ACrazyTown

My best guess is that Polymod updated and its now incompatible with Haxe 4.1.5.

It updated with bad syntax and broke itself, though after applying a change manually (I’ve opened a PR on their repo about three weeks ago now) the issues with Freeplay and Story are still there.

byemc avatar May 08 '22 07:05 byemc