Flamecs compatibility

Which versions of Flamecs work with the latest version of Jecs? I’ve been using trial and error for quite a while now to get them to work together. The latest version of Jecs gives me an error when I try to create a new world, and Flamecs gives me an error with the second-latest version of Jecs that says: “attempt to index nil with 'new'.” I've made this barebones so I only have Flamecs, Jecs, and the Flamework template.
Solution:
Got latest flamecs to work with 0.5.5
Jump to solution
5 Replies
glenacus
glenacusOP2mo ago
ReplicatedStorage.rbxts_include.node_modules.@rbxts.flamecs.out.registry:6: attempt to index nil with 'new' - Server - registry:6
ReplicatedStorage.rbxts_include.node_modules.@rbxts.flamecs.out.registry:6: attempt to index nil with 'new' - Server - registry:6
"dependencies": {
"@flamework/core": "^1.3.1",
"@rbxts/flamecs": "0.1.0-rc.11",
"@rbxts/jecs": "0.7.0"
}
"dependencies": {
"@flamework/core": "^1.3.1",
"@rbxts/flamecs": "0.1.0-rc.11",
"@rbxts/jecs": "0.7.0"
}
Solution
glenacus
glenacus2mo ago
Got latest flamecs to work with 0.5.5
glenacus
glenacusOP2mo ago
Is flamecs updated at all?
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
glenacus
glenacusOP2mo ago
Shame I really like the idea behind flamecs The features of it seem extremely useful and nice

Did you find this page helpful?