Forum ActionScript 3.0 Trouble compiling FridgeMagnets swf...

Problems and discussions relating to ActionScript 3.0 here.

Trouble compiling FridgeMagnets swf...

Postby n0type » August 3rd, 2010, 10:34 pm

Here's the error I get:

1044: Interface method getURL in namespace playerio:GameFS not implemented by class PlayerIO.as$44:gamefs.

Unless I'm terribly mistaken, it's yelling because a function is missing in the gamefs class which is implementing the gamefs interface. Except that function isn't missing.

All this code is part of the Getting Started thing; the only thing I've changed is to put my game id in FridgeMagnets.as. Help? :(

I'm using Flash CS4, if that's an issue.
n0type
 
Posts: 1
Joined: August 3rd, 2010, 10:24 pm

Re: Trouble compiling FridgeMagnets swf...

Postby Benjaminsen » August 4th, 2010, 10:14 am

Just tested the development package again to ensure we did not make an error. Works perfectly.

Did you change the file structure or copy together and old and new development package?

/Chris
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: Trouble compiling FridgeMagnets swf...

Postby iksnae » August 6th, 2010, 5:14 am

i get the same error. i haven't changed anything but the game id in the .as file. even with other samples files i get the same compile error. i tried massaging the error away, but all seems correct. the interface is implemented to a T.
could it be that it's a private class?
any ideas?


1044: Interface method getURL in namespace playerio:GameFS not implemented by class PlayerIO.as$44:gamefs
iksnae
 
Posts: 9
Joined: August 6th, 2010, 4:59 am

Re: Trouble compiling FridgeMagnets swf...

Postby shure » August 6th, 2010, 10:30 pm

Same error here, downloaded clean version and tried with Dashboard, Fridge Magnets and even with basic New Game. Older package worked without any problems...
shure
 
Posts: 4
Joined: June 22nd, 2010, 7:43 pm

Re: Trouble compiling FridgeMagnets swf...

Postby Benjaminsen » August 6th, 2010, 11:11 pm

Sounds very strange, what version of flash/flex are you using to compile the FLA with?
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: Trouble compiling FridgeMagnets swf...

Postby shure » August 7th, 2010, 8:03 am

I'm using Flash CS4 version 10.0.2, if maybe that's an issue.
shure
 
Posts: 4
Joined: June 22nd, 2010, 7:43 pm

Re: Trouble compiling FridgeMagnets swf...

Postby HAnz » August 7th, 2010, 4:26 pm

I also got this problem, when using CS4 I got his error: \Player.IO\Flash\Example - Multiplayer - FridgeMagnets\Flash\playerio\PlayerIO.as, Line 145: 1044: Interface method getURL in namespace playerio:GameFS not implemented by class PlayerIO.as:45: gamefs.

If you comment out the GameFS parts in the Player.IO class it works, the odd thing is that the error does not appear in the CS3 or CS5.

I just followed the flashcombopackage tutorial.
I make games and stuff.
User avatar
HAnz
 
Posts: 46
Joined: August 7th, 2010, 2:59 pm

Re: Trouble compiling FridgeMagnets swf...

Postby Benjaminsen » August 7th, 2010, 11:41 pm

I guess I will have to start testing in CS4 again, I usually just test in CS3 and CS5 assuming that CS4 would work as well. Stay tuned for a fix around Monday.
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: Trouble compiling FridgeMagnets swf...

Postby Benjaminsen » August 9th, 2010, 12:06 pm

I have narrowed this problem down to a compiler bug in Flash CS4 for windows. Creating a fix, expect a release by no later than tomorrow.

For those interested here is a bit more info
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: Trouble compiling FridgeMagnets swf...

Postby shure » August 10th, 2010, 8:11 am

Thank you very much for taking your time and looking into this. I never imagined that could be compiler bug :?
shure
 
Posts: 4
Joined: June 22nd, 2010, 7:43 pm

Re: Trouble compiling FridgeMagnets swf...

Postby Benjaminsen » August 14th, 2010, 9:51 am

Just a quick update to inform you all that this issue have been solved in the new development package. Enjoy!
Benjaminsen
.IO
 
Posts: 1444
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: Trouble compiling FridgeMagnets swf...

Postby shure » August 14th, 2010, 4:43 pm

Great! Now I can start using GameFS :D

Thanks a lot ;)

EDIT: Works like a charm!
shure
 
Posts: 4
Joined: June 22nd, 2010, 7:43 pm


Return to ActionScript 3.0