Open claymorwan opened 1 month ago
use openfl 9.2.2
use openfl 9.2.2
Huh aren't I already using it ? Even the warning says I'm on 9.2.2
use openfl 9.2.2
Huh aren't I already using it ? Even the warning says I'm on 9.2.2
source was changed to audioSource in newer openfl versions, can you do haxelib list so I can see?
Well it does says I'm on 9.2.2 so idk
$ haxelib list
actuate: [1.9.0]
away3d: [5.0.9]
box2d: [1.2.3]
discord_rpc: [git]
flixel-addons: [2.10.0] 3.2.2 3.2.3
flixel-demos: [3.2.0]
flixel-templates: [2.7.0]
flixel-tools: [1.5.1]
flixel-ui: [2.5.0] 2.6.1
flixel: [5.2.2] 5.6.1 5.8.0
flxanimate: [3.0.4] git
funkin.vis: [git]
grig.audio: [git]
hscript-iris: [1.0.2]
hscript: [2.5.0]
hxCodec: [3.0.2]
hxcpp: [4.3.2]
hxdiscord_rpc: [git]
hxvlc: [1.2.0] git
jsonpatch: [1.0.0]
jsonpath: [1.0.0]
layout: [1.2.1]
lime-samples: [7.0.0]
lime: 8.1.1 8.1.2 [8.1.3]
linc_luajit: 0.0.6 [git]
newgrounds: [2.0.3]
openfl-samples: [8.7.0]
openfl: 9.2.2 9.3.3 [9.3.4]
polymod: [git]
SScript: [21.0.0]
systools: [1.1.0]
thx.core: [0.44.0]
thx.semver: [0.2.2]
tink_core: [1.26.0]
tjson: [1.4.0]
nope, it shows you have 9.3.4 selected, so do haxelib set openfl 9.2.2
So this worked, but now I get stuck at this error during compilation
Describe your problem here.
I've been trying to compile the game to linux, cuz sadly fnf games seems to be running pretty bad throught wine (I get lap spikes everytime I press a key, and I'm not so sure it's my pc cuz I think I have good enough performance to run the mod just fine) I tried to manually convert the
compile.bat
file to a .sh onebut I get this flixel error
And I end up getting an output without an executable
I did download all the correct dependencies, since the .sh does it for me Pwease help
Are you modding a build from source or with Lua?
source
What is your build target?
Linux
Did you edit anything in this build? If so, mention or summarize your changes.
No, nothing yet.