Thursday, July 17, 2014

VerifyError: Error #1014: Class flash.ui::GameInput could not be found.

https://github.com/HaxeFlixel/flixel/issues/901

Answer:
Yeah.. I expect we're gonna get this a lot from now on.
We added flash gamepad support, which requires flash player version 11.8+. So there are two things you can do:
  1. Increase the flash player version accordingly: <set name="SWF_VERSION" value="11.8" />
  2. Disable gamepads on flash: <haxedef name="FLX_NO_GAMEPAD" if="flash"


    Hopefully I don't run into this problem because I will be converting my old as3 code base to haxe.
     


OpenFL is not a recognized internal or external command:


 Hmm... The lime thing worked for me. But didn't have as many sample projects as I was hoping for.
Think my next step is to download HaxeFlixel and run those sample projects and get them running on different targets.


Making blog posts of trouble shooting as I go on my journey to get Haxe and OpenFL
rolling. :)

http://www.openfl.org/archive/community/installing-openfl/openfl-not-recognized-internal-or-external-command/

Instead of "openfl create DisplayingABitmap", try "lime create openfl.DisplayingABitmap", and so on. We'll try and get the documentation updated.
http://www.openfl.org/archive/profile/1/  <<stalk this guy.




I got this issue solved by running haxelib run openfl-tools setup
I dont remember if it is istalled by default (check by running haxelib list), if not - run haxelib install openfl-tools

Flash is dying, should I use unity?


Flash is dying.
Should I go to Unity?
No!!!

Adobe is killing flash, and look what happened with XNA.

Sure, Unity will be good for 5 or 10 years. But I am in this for longer term that that.

I don't want to be a slave to proprietary platforms, being forced to spend all my time
converting code every time technology changes.

I've been thinking about this for over six months.

This resource is pretty good:
http://haxe3.blogspot.com/2013/07/getting-started-with-haxe-3-and.html

Also, a year ago I compiled some Haxe and it worked. I can't say that for every
platform I have tried. Only reason I didn't go with it then was I wasn't sure it
had been around long enough to be safe.

Now I am sure it is.

-MakeGamesHappen
(-John Mark)

Trouble shooting notes for:
http://haxe3.blogspot.com/2013/07/getting-started-with-haxe-3-and.html

Need to install the other packages with these commands:
haxelib install openfl setup
haxelib run openfl setup
haxelib install openfl-compatibility
haxelib install openfl-html5
haxelib install openfl-native
haxelib install openfl-samples
haxelib install openfl-tools
haxelib list

New problem:
Debugging and running flash target.
This file does not have a program associated with it for performing this action.
Please install a program or, if one is already installed, create an association
in the Default Programs control panel.