Problems using SFS 2x RC3

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

Moderators: Lapo, Bax

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

Problems using SFS 2x RC3

Postby trispo » 28 Jun 2011, 06:47

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: 4612
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Postby Bax » 28 Jun 2011, 07:36

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

Postby trispo » 28 Jun 2011, 08:42

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

Postby ifernandez » 28 Jun 2011, 16:18

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: 4612
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Postby Bax » 30 Jun 2011, 14:23

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: 4612
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Postby Bax » 01 Jul 2011, 08:26

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

Postby greg76 » 08 Jul 2011, 14:58

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: 4612
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Postby Bax » 10 Jul 2011, 12:12

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: 4612
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Postby Bax » 11 Jul 2011, 08:33

Paolo Bax
The SmartFoxServer Team

Return to “OpenSpace v2 discussions and help”

Who is online

Users browsing this forum: No registered users and 44 guests