Client error upgrading to RC3: de.polygonal.ds::ListSet

Post here your questions about the Flash / Flex / Air API for SFS2X

Moderators: Lapo, Bax

Post Reply
jonc
Posts: 19
Joined: 08 Oct 2010, 02:57

Client error upgrading to RC3: de.polygonal.ds::ListSet

Post by jonc »

Hi,

We are trying to update from RC1b to RC3. I have downloaded the RC3 patch and installed it. The server build seems to run fine. However, when I run our AS3 client I get an error as described below. Here is the call stack:

Code: Select all

VerifyError: Error #1111: de.polygonal.ds::ListSet cannot implement de.polygonal.ds.Set.

	at flash.display::MovieClip/nextFrame()
	at mx.managers::SystemManager/deferredNextFrame()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:284]
	at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2633]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.preloaders::Preloader/timerHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\preloaders\Preloader.as:515]
	at flash.utils::Timer/_timerDispatch()
	at flash.utils::Timer/tick()
We are using Flash Builder 4 with the Flex 4.5.1 SDK.

I tried downloading the client API again as referred to in this post: http://forums.smartfoxserver.com/viewtopic.php?t=11741, however, that doesn't seem to fix the problem.

Any help much appreciated.
User avatar
Bax
Site Admin
Posts: 4626
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Post by Bax »

You seem to have a conflicting library. Try updating or removing the Polygonal DS library.
Paolo Bax
The SmartFoxServer Team
jonc
Posts: 19
Joined: 08 Oct 2010, 02:57

Post by jonc »

Hi Paolo, yes we solved this problem by rebuilding the Bits .swc.
tantanix
Posts: 13
Joined: 16 Feb 2012, 05:18

Re: Client error upgrading to RC3: de.polygonal.ds::ListSet

Post by tantanix »

Hi All,

We're getting the same error every time we add both OpenSpace_Flex_2x.swc and SFS2X_API_AS3.swc in Flash Develop.
We're using SFS 2.0.0-RC3.
We've also tried <allow-source-path-overlap>true</allow-source-path-overlap> in flex config XML, but that didn't do the trick either.
We've also tried changing the setting in Flash Develop for allow overlap, but that failed as well.
User avatar
Bax
Site Admin
Posts: 4626
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Re: Client error upgrading to RC3: de.polygonal.ds::ListSet

Post by Bax »

Please update to the latest SFS2X version. RC3 is very old and not supported anymore.
Also make sure you download the latest AS3 API from this page, adding them to your project: http://www.smartfoxserver.com/download/sfs2x#p=updates
Paolo Bax
The SmartFoxServer Team
Post Reply