Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flixel Tools not setting up properly #76

Open
GabrielSSBr opened this issue Jan 20, 2023 · 4 comments
Open

Flixel Tools not setting up properly #76

GabrielSSBr opened this issue Jan 20, 2023 · 4 comments

Comments

@GabrielSSBr
Copy link

GabrielSSBr commented Jan 20, 2023

I am trying to mod friday night funkin', at my old pc, I did setup all dependences to compile the game properly, but at the of my school (that is a lot better than my old one).

When i going to compile the game, it throw a error on Flx tools, and when I going to use de comand haxelib run flixel-tools setup it get this error:

C:\Windows\system32>haxelib run flixel-tools setup
Called from ? line 1
Called from FlxTools.hx line 94
Called from FlxTools.hx line 9
Called from a C function
Called from FlxTools.hx line 23
Called from utils/CommandUtils.hx line 337
Called from C:\Users\fischej\AppData\Roaming/haxe/versions/4.2.1/std/haxe/format/JsonParser.hx line 57
Called from C:\Users\fischej\AppData\Roaming/haxe/versions/4.2.1/std/haxe/format/JsonParser.hx line 147
Called from C:\Users\fischej\AppData\Roaming/haxe/versions/4.2.1/std/haxe/format/JsonParser.hx line 318
Uncaught exception - Invalid char 0 at position 0

What do i have to do? i don't have a average knowledge in programing

I am using the CMD as Admin to run everything safely and clean.

My Haxe is 4.1.5, its not 4.2.1, plz i need help

@Geokureli
Copy link
Member

Geokureli commented Jan 20, 2023

I assume you're using this guide? Did you run haxelib run lime setup flixel beforehand?

what does it show when you run haxelib list flixel? what happens when you run haxe --version?

FYI: you don't really need flixel-tools for FNF. you mainly just run lime commands

@GabrielSSBr
Copy link
Author

@Geokureli

I assume you're using this guide? Did you run haxelib run lime setup flixel beforehand?
what does it show when you run haxelib list flixel? what happens when you run haxe --version?
FYI: you don't really need flixel-tools for FNF. you mainly just run lime commands

using haxelib list flixel it shows this:

flixel-addons: 3.0.0 [3.0.2] git
flixel-demos: [2.9.0]
flixel-templates: [2.6.6]
flixel-tools: 1.0.1 [1.5.1]
flixel-ui: [2.5.0]
flixel: 4.8.1 5.0.1 [5.1.0]

and using haxe --version I get this:

C:\Windows\system32>haxe --version
4.1.5

confirming that I am using 4.1.5 (do I have to update?, the guide says that i have to use 4.1.5)

And yes, I run haxelib run lime setup flixel and its says that all tools is up-to-date. here:

C:\Windows\system32>haxelib run lime setup flixel
openfl is up to date
lime is up to date
hxcpp is up to date
lime-samples is up to date
openfl-samples is up to date
actuate is up to date
box2d is up to date
layout is up to date
hscript is up to date
systools is up to date
flixel-ui is up to date
flixel-demos is up to date
flixel-tools is up to date
flixel-templates is up to date

@GabrielSSBr
Copy link
Author

I assume you're using this guide? Did you run haxelib run lime setup flixel beforehand?

what does it show when you run haxelib list flixel? what happens when you run haxe --version?

FYI: you don't really need flixel-tools for FNF. you mainly just run lime commands

OMG you are right, i don't really need the flixel-tools (the code still have some errors) But it doesn't stop the compiling anymore, I am so confused right now

@Geokureli
Copy link
Member

Geokureli commented Jan 22, 2023

But it doesn't stop the compiling anymore, I am so confused right now

what do you mean by this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants