Problems using SFS 2x RC3

Post here your questions about the OpenSpace 2.x or notify bugs and suggestions.

Moderators: Lapo, Bax

Post Reply
trispo
Posts: 28
Joined: 30 Jul 2008, 09:56

Problems using SFS 2x RC3

Post by trispo »

After updating to SFS 2x RC3 I get a Flash error when using OpenSpace 2X. The problem is that SFS now uses a different version of the de.polygonal data structures than OpenSpace.

Please provide an updated OpenSpace version.

Thanks
trispo
User avatar
Bax
Site Admin
Posts: 4626
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Post by Bax »

Can you please show the error?
Paolo Bax
The SmartFoxServer Team
trispo
Posts: 28
Joined: 30 Jul 2008, 09:56

Post by trispo »

Sure. Here it is:

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

at flash.display::MovieClip/nextFrame()
at mx.managers::SystemManager/deferredNextFrame()
at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::Preloader/timerHandler()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
ifernandez
Posts: 21
Joined: 16 Jul 2010, 17:02

Post by ifernandez »

I'm having the same issue after RC3 update

Code: Select all

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

	at flash.display::MovieClip/nextFrame()
	at mx.managers::SystemManager/deferredNextFrame()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:267]
	at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:2460]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.preloaders::Preloader/timerHandler()[E:\dev\trunk\frameworks\projects\framework\src\mx\preloaders\Preloader.as:488]
	at flash.utils::Timer/_timerDispatch()
	at flash.utils::Timer/tick()

User avatar
Bax
Site Admin
Posts: 4626
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Post by Bax »

An update on this topic.
The issue is confirmed. We can reproduce it with the following very simple Flex project containing the SFS2X RC3 API and the OpenSpace SWC files:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
	<mx:Script>
		<![CDATA[
			import de.polygonal.ds.HashSet;
			
			private var hs:HashSet;
			private var s:Set
		]]>
	</mx:Script>
	
</mx:Application>
The API SWC contains a recente version of the Polygonal Data Structures, while OpenSpace an old one. But in OpenSpace the whole package of the Data Structures was changed from de.polygonal.ds to de.polygonal.dsx to avoid conflicts to customers using them in their games.
We are still trying to understand what is going on. Sorry for this totally unexpected issue.
Paolo Bax
The SmartFoxServer Team
User avatar
Bax
Site Admin
Posts: 4626
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Post by Bax »

Problem found and solved.
The OpenSpace SWC file contains the classes of the old SFS AS3 API, causing conflicts with the new one. We will release an update soon.
Paolo Bax
The SmartFoxServer Team
greg76
Posts: 3
Joined: 14 Jun 2011, 15:28

Post by greg76 »

Hi there,
Does that mean we can't use redBox with SFS2X RC3? Any info on when a patch would be released?
Thanks
User avatar
Bax
Site Admin
Posts: 4626
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Post by Bax »

We will release a new version of SmartFoxBits, RedBox and OpenSpace using the latest SFS2X API within the next two days.
Paolo Bax
The SmartFoxServer Team
User avatar
Bax
Site Admin
Posts: 4626
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Post by Bax »

Paolo Bax
The SmartFoxServer Team
Post Reply