Questions tagged [lime-haxe]

23 questions
6
votes
2 answers

Could not find template file flash/hxml when installing haxe lime

I recently tried to develop in haxe/lime and I have two things that freaked me out. 1. I tried to install Lime by this command: > haxelib install lime haxelib run lime setup and it automatically installed Lime in "c:/" and I need to move the files…
Michael
  • 896
  • 10
  • 28
3
votes
1 answer

How to check the available free space in Haxe?

I don't find a way to check the free space available in a device using Haxe, Openfl, Lime or another library. I would like to avoid download data that will exceed the size recommended for an app in each device. What do you do to check that?
ccsakuweb
  • 789
  • 5
  • 17
3
votes
1 answer

Best solution to encode assets in HaxeFlixel

Im trying to find best solution to scramble or encode assets (especially images/textures) for a game written in HaxeFlixel. In the root of my project there is a folder assets/images, and that's where are all of my game textures are stored. If I…
Bob T.
  • 261
  • 1
  • 13
2
votes
1 answer

Why my rebuilded openfl/lime 2.9.1 for haxeflixel always ingores my own androidmanifest uses permissions?

I use haxeflixel that create lime build android applications. I rebuild lime 2.9.1 from source that lime can make android target sdk version 26, as google said soon be minimum version for playstore. This is the original article . As result i can…
2
votes
1 answer

Haxe: openfl test works but not lime build

I'm in the process of moving all my projects to individual modules in IntelliJ rather than having one module in the entire git repo, and my IntelliJ builds stopped working. I notice it uses lime builds even though my module is set to openfl (and…
2
votes
1 answer

Getting Error loading templates, please run 'flixel download'.?

i am getting, Error loading templates, please run 'flixel download'. after a fresh install on a windows pc. Everything is freshly installed. I tried : i am confused what to do next ?
Sim
  • 382
  • 2
  • 13
2
votes
1 answer

Workaround to lime-legacy not providing access to lime classes

I'm using HaxePunk 2.5.6 with OpenFL 3.6.1 and Lime 2.9.1 ; I read in an issue on the HaxeFlixel GitHub that Lime prevents access to its classes on legacy. That's a big problem, because HaxePunk uses legacy by default. I want to use…
Matrefeytontias
  • 592
  • 1
  • 4
  • 13
2
votes
1 answer

FlashDevelop / Haxe - How to Choose a Project Type

I am not a completely inexperienced developer, but I often find myself struggling with tools and workflow related questions due to not understanding the related compilation process well at all. I have worked with FlashDevelop before, and with Haxe,…
Gusy
  • 21
  • 1
1
vote
1 answer

(Friday Night Funkin') Problem when running "lime test windows"

Whenever I try to run "Lime test windows" I get greeted by a message that says: "Error: Failed with error: No such Project : extension-webm.ndll" even though extension-webm is installed in the haxelib library. I am actively looking for the solution…
1
vote
1 answer

HaxeUI library not working with Lime/openFL/Haxe

I'm trying to run the HelloWorld sample provided by HaxeUI in my linux machine. when I test using Lime or OpenFL like lime test neko it gives the following error: /usr/lib/haxe/std/neko/_std/sys/FileSystem.hx:59: characters 21-90 : Error…
Ahmed Ashraf
  • 2,795
  • 16
  • 25
1
vote
2 answers

Haxe project not compiling

I was working on my game, when I noticed that a new version of OpenFL, Lime (if I remember correcly) and swf had been published. I updated the libraries, opened FlashDevelop again, and continued making my game. After a while, instead of successfully…
Kalakuh
  • 41
  • 6
1
vote
1 answer

HaxeFlixel - Hello World with android wont start / turn off

Im trying to build hello world in haxeflixel for android. So there is deal : i create new project build it and then send it into device and run it. After few seconds app turns off. Its my first android app ever, so basically im pretty lost. I added…
Bob T.
  • 261
  • 1
  • 13
1
vote
2 answers

Unable to install Lime (HaxeFlixel)

I'm installing HaxeFlixel by the Getting Started guide (http://haxeflixel.com/documentation/getting-started/). When I type haxelib install lime, it return: You already have lime version 1.0.1 installed [file_contents,C:\Program…
phqb
  • 351
  • 3
  • 14
0
votes
0 answers

haxelflixel app:checkDebugManifest build error

when I try to build my android app using haxelflixel I get this error > Task :app:checkDebugManifest FAILED FAILURE: Build failed with an exception. * What went wrong: A problem was found with the configuration of task ':app:checkDebugManifest'…
user18513298
0
votes
2 answers

FNF Psych Engine Slow Down (Friday Night Funkin') lime test windows

(Sorry if there is typo I type this in a hurry) EDIT: The problem is gone for me but I have no idea why. I rebooted my pc many times and fail for days but somehow it goes back to normal now. I will leave this as unsolved for people who may run into…
BorisC04
  • 11
  • 5
1
2