MINDMAKERS Forum
Welcome, Guest. Please login or register.
September 08, 2010, 02:28:18 PM

Login with username, password and session length
Search:     Advanced search
NB: Spam bots are becoming smarter every day - we had to turn off regular registration. To become member, please send email to Kris Thorisson ([kris'_lastname] att ru dott is).
337 Posts in 99 Topics by 99 Members
Latest Member: peterwit
* Home Help Search Login Register
+  MINDMAKERS Forum
|-+  Projects
| |-+  Psyclone (Moderator: cmlabs)
| | |-+  problems with version 1.1.7
« previous next »
Pages: [1] Print
Author Topic: problems with version 1.1.7  (Read 2545 times)
mauman
Newbie
*
Posts: 13


View Profile Email
« on: January 14, 2008, 01:03:53 PM »

Hi,
I tried to use the newer version of Psyclone. It correctly starts up, but as I try to access the Whiteboard with the browser I get a corrupted page:



and of course, the whiteboard does not work. As you can see in the picture, the message page is an empty page, with nothing inside...

any ideas?

maurizio


ps this is the specification I am using:

<psySpec name="Greta Whiteboard" version="1.2">

   <global>
      <port>10000</port>
      <title>GretaEVO</title>
      <description>
      </description>
      <globaltypes></globaltypes>
      <system.performance.reports>yes</system.performance.reports>
      <htmldir>html</htmldir>
   </global>
   
   <whiteboard name="Greta.Whiteboard" maxcount="10000">
      <description>Greta's whiteboard</description>
      <streams>
         <stream name="Greta.Stream.Data.FAP" maxsize="10" />
      </streams>
   </whiteboard>
   

</psySpec>
« Last Edit: January 14, 2008, 01:37:57 PM by mauman » Logged
thorlist
Jr. Member
**
Posts: 51


thorlist
View Profile WWW Email
« Reply #1 on: January 14, 2008, 05:05:43 PM »

It looks like your new psyclone is using an old version of its HTML files.

When you ran the new version of Psyclone did you remember also to use the new version of the HTML files? These are located in the 'html' subdir which is next to the psyclone executable file.

I tried running the above file (./psyclone spec=test.xml) and my psyProbe looks fine.

Could you please try to extract psyclone into an empty directory, create a test.xml file with the above XML and run the system - and then see if you get the same error?

I have attached a snapshot of my Explorer window...

Best,
Thor

Logged
mauman
Newbie
*
Posts: 13


View Profile Email
« Reply #2 on: January 14, 2008, 05:08:19 PM »

ok, the problem is fixed now! I did not extract all the files, I just replaced the exe. now it works!

another question. I would like to use the newer version of the libraries for creating c++ external modules. I'm using visual studio net 2003. is it possible to have a version of the libraries which is compatible with this version of the compiler?
if I try to use the newer libraries I get the following errors:


AIR.lib(MessageProcessor.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
AIR.lib(API.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(Messenger.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(NetProtocol.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
AIR.lib(CppAIRPlug.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
AIR.lib(Communicator.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
AIR.lib(Component.obj) : error LNK2019: symbole externe non résolu ___CxxFrameHandler3 référencé dans la fonction "public: __thiscall cmlabs::Component::Component(class cmlabs::JString,class cmlabs::JString,int)" (??0Component@cmlabs@@QAE@VJString@1@0H@Z)
CoreLibrary.lib(MediaStream.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(MediaConnection.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(Timer.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(ObjectQueue.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(NetMessageProtocol.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(NetTelnetProtocol.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(NetHTTPProtocol.obj) : error LNK2019: symbole externe non résolu ___CxxFrameHandler3 référencé dans la fonction __ehhandler$??1NetHTTPProtocol@cmlabs@@UAE@XZ
CoreLibrary.lib(NetOriginalMessageProtocol.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(TimeSeries.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(JSemaphore.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(NetworkConnection.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(BitmapUpdate.obj) : error LNK2019: symbole externe non résolu ___CxxFrameHandler3 référencé dans la fonction "public: bool __thiscall cmlabs::BitmapUpdate::readFromFile(class cmlabs::JString)" (?readFromFile@BitmapUpdate@cmlabs@@QAE_NVJString@2@@Z)
CoreLibrary.lib(Queue.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(DynamicLoader.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(OSCommand.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(Parameter.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(MediaServer.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
CoreLibrary.lib(TimerManager.obj) : error LNK2019: symbole externe non résolu ___CxxFrameHandler3 référencé dans la fonction __unwindfunclet$??0TimerManager@cmlabs@@QAE@XZ$0
CoreLibrary.lib(ObjectRequestQueue.obj) : error LNK2001: symbole externe non résolu ___CxxFrameHandler3
....
....
Logged
thorlist
Jr. Member
**
Posts: 51


thorlist
View Profile WWW Email
« Reply #3 on: January 14, 2008, 05:17:32 PM »

Hi Maurizio,

Good, glad it is now working. I believe that you will find the new psyProbe interface much better, as you can do much of the monitoring from here with the new dropdowns, single and automatic refresh of individual WBs.

Yes, we can build a version for you for Visual Studio 2003. I will let you know when this is ready for download.

Best,
Thor
Logged
mauman
Newbie
*
Posts: 13


View Profile Email
« Reply #4 on: January 14, 2008, 05:59:55 PM »

Thank you very much!  Smiley
Logged
thorlist
Jr. Member
**
Posts: 51


thorlist
View Profile WWW Email
« Reply #5 on: January 14, 2008, 09:10:53 PM »

Hi Maurizio,

We have compiled the binaries for Visual Studio 2003 and put them here for you:

   http://cmlabs.com/maurizio/

Let us know if you have any problems with them.

Best,
Thor
Logged
mauman
Newbie
*
Posts: 13


View Profile Email
« Reply #6 on: January 15, 2008, 01:32:05 PM »

Thank you, now I can compile without problems.
Maurizio
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!