You can subscribe to this list here.
2002 |
Jan
(9) |
Feb
(13) |
Mar
(22) |
Apr
(33) |
May
(92) |
Jun
(50) |
Jul
(29) |
Aug
(15) |
Sep
(10) |
Oct
(30) |
Nov
(37) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(27) |
Feb
(17) |
Mar
(11) |
Apr
(14) |
May
(10) |
Jun
(34) |
Jul
(5) |
Aug
|
Sep
(3) |
Oct
(3) |
Nov
|
Dec
(2) |
2004 |
Jan
(3) |
Feb
(13) |
Mar
(6) |
Apr
(1) |
May
|
Jun
(5) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(16) |
Nov
(9) |
Dec
(1) |
2005 |
Jan
(8) |
Feb
|
Mar
|
Apr
(32) |
May
(3) |
Jun
(13) |
Jul
(11) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(6) |
2006 |
Jan
|
Feb
|
Mar
(9) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
(1) |
Oct
|
Nov
(3) |
Dec
(1) |
2007 |
Jan
(2) |
Feb
(6) |
Mar
(7) |
Apr
(1) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(7) |
Mar
(1) |
Apr
|
May
(4) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Alireza A. M. <mou...@ya...> - 2016-12-12 17:05:21
|
Hello, I am Alireza and I'm currently working on 2D soccer simulation on the Agent2D base. I'm working on Shoot at the moment and the problem is that when the player finds that the goal is open, It automatically shoots even thought i don't want it to. I presume this is a " Force shoot " implemented to shoot when it will 100% succeed but since i want to test MY codes it gets in the way and shoots before my codes even run! ( they are in OffensiveKick ). I need your assistance with finding this Force Shooting code and disabling it so i may test my own codes. I should note that i have already disabled chain action shooting system from the Role files(i commented the part that runs chain action). Thank you for advance for reading and i hope you will reply soon. Sincerely, Alireza. |
From: Dominyk T. <dom...@gm...> - 2016-01-14 09:30:40
|
Hey Folks, There seems to be a spacing error in the rcsslogplayer and rcssmonitor configure scripts that in certain circumstances can cause unrelated libraries to bump into each other and cause linker failure. In both scripts there's the line: QT4_LDADD="$($PKG_CONFIG --static --libs-only-other $QT4_REQUIRED_MODULES)$($PKG_CONFIG --static --libs-only-l $QT4_REQUIRED_MODULES)" With a self-built or package-managed Qt4 installation on OS X this returns something similar to: [snip] -framework QtCore -framework ApplicationServices -framework CoreFoundation -framework Security-ldbus-1 -lz -ldbus-1 -lz -lssl -lcrypto -ldbus-1 -lz -lm If you've not linked Qt4 against d-bus it rubs up against lz instead but the problem is the same. On OS X this causes LD to throw: ld: framework not found Security-ldbus-1 As far as tested locally it should be absolutely fine for there to be a space between the first invocation of pkg-config and the second there, which will prevent the potential problem. On OS X this returns the correct: [snip] -framework QtCore -framework ApplicationServices -framework CoreFoundation -framework Security -ldbus-1 -lz -ldbus-1 -lz -lssl -lcrypto -ldbus-1 -lz -lm and there are no build issues. Happy to send a patch if desired, but seems minor enough to be easier to fix on your end without having to handle the external patch element. My configuration is OS X 10.11.3, pkg-config 0.29, Qt4 4.8.7. It also reproduces against OS X 10.10 and OS X 10.9 with the same pkg-config/Qt4 set up. Thanks, Dom -- Sent from OS X. If you wish to communicate more securely my PGP Public Key is 0x872524db9d74326c. |
From: Ataides G. <at...@gm...> - 2014-03-14 03:22:04
|
Hello to everyone on the list. I'm having trouble running the rcsoccersim3d.cmd in the OS Windows Seven. I'm using the versions: C:\Program Files (x86)\rcssserver3d 0.6.5 C:\Program Files (x86)\simspark = 0.2.3 RCSSSERVER3D_DIR = C:\Program Files (x86)\rcssserver3d 0.6.5 SPARK_DIR= C:\Program Files (x86)\simspark When running I get the error: Could not locate the entry point of the procedure. _ZN3tbb4task13note_affinityEt, In the dynamic link library. tbb.dll |
From: Ataides G. <at...@gm...> - 2014-03-11 02:44:07
|
Hello to everyone on the list. I'm having trouble running the rcsoccersim3d.cmd in the OS Windows Seven. I'm using the versions: C:\Program Files (x86)\rcssserver3d 0.6.5 C:\Program Files (x86)\simspark = 0.2.4 When running I get the error: Could not locate the entry point of the procedure. _ZN5spark5SparkC2ERKSs, In the dynamic link library. libspark.dll I would love some help. |
From: Luca G. <giu...@ya...> - 2012-01-31 18:06:27
|
Hi, does anyone know how to help me? I've made some other tests, without success.. Luca In data 26 gennaio 2012 alle ore 08:23:22, Luca Giuliani <giu...@ya...> ha scritto: > Thank you for the quick answer, > I tried again with those commands, without success. More, my trainer does > not receive commands confirmation by server, even if it executes the > commands (like change_mode ..)! The only message that is sent from server > to trainer is the "wrong command" message. > Any suggestion? > > Thanks, > > Luca > > In data 23 gennaio 2012 alle ore 17:08:46, Hidehisa Akiyama > <hid...@gm...> ha scritto: > >> Hi Luca, >> >> I guess your trainer have not sent 'eye' and/or 'ear' commands. >> The trainer agent never receive sensory messages without these commands. >> >> Regards, >> Hidehisa >> >> >> >> On Tue, Jan 24, 2012 at 1:01 AM, Luca Giuliani <giu...@ya...> >> wrote: >>> Hello, >>> I'm trying to develop an agent for 2d simulation with my team. My idea >>> was >>> to train agents using Genetic Algorithms and i would like to use a >>> trainer >>> connected to the server to issue simulation sessions and evaluation of >>> the >>> fitness. >>> Now I've an issue: my trainer can communicate messages to the 15.0.1 >>> server (any kind of message, commands or "say" messages) but it can't >>> have >>> answers. I analyzed the communication by wireshark, and found that no >>> upd >>> packets are sent back to the trainer. No error are shown by the server >>> and >>> commands are applied. >>> It could be fine, but I need to be able to ear messages said by the >>> agents, to synchronize all the environment. >>> Did i miss something? >>> Thank you very much, >>> >>> Luca Giuliani >>> Isaac Team >>> Polytechnic of Turin (ITALY) >>> >>> >>> -- >>> Creato con il rivoluzionario client email di Opera: >>> http://www.opera.com/mail/ >>> >>> ------------------------------------------------------------------------------ >>> Try before you buy = See our experts in action! >>> The most comprehensive online learning library for Microsoft developers >>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, >>> MVC3, >>> Metro Style Apps, more. Free future releases when you subscribe now! >>> http://p.sf.net/sfu/learndevnow-dev2 >>> _______________________________________________ >>> sserver-bugs mailing list >>> sse...@li... >>> https://lists.sourceforge.net/lists/listinfo/sserver-bugs >> >> >> > > -- Creato con il rivoluzionario client email di Opera: http://www.opera.com/mail/ |
From: Luca G. <giu...@ya...> - 2012-01-26 07:24:41
|
Thank you for the quick answer, I tried again with those commands, without success. More, my trainer does not receive commands confirmation by server, even if it executes the commands (like change_mode ..)! The only message that is sent from server to trainer is the "wrong command" message. Any suggestion? Thanks, Luca In data 23 gennaio 2012 alle ore 17:08:46, Hidehisa Akiyama <hid...@gm...> ha scritto: > Hi Luca, > > I guess your trainer have not sent 'eye' and/or 'ear' commands. > The trainer agent never receive sensory messages without these commands. > > Regards, > Hidehisa > > > > On Tue, Jan 24, 2012 at 1:01 AM, Luca Giuliani <giu...@ya...> > wrote: >> Hello, >> I'm trying to develop an agent for 2d simulation with my team. My idea >> was >> to train agents using Genetic Algorithms and i would like to use a >> trainer >> connected to the server to issue simulation sessions and evaluation of >> the >> fitness. >> Now I've an issue: my trainer can communicate messages to the 15.0.1 >> server (any kind of message, commands or "say" messages) but it can't >> have >> answers. I analyzed the communication by wireshark, and found that no >> upd >> packets are sent back to the trainer. No error are shown by the server >> and >> commands are applied. >> It could be fine, but I need to be able to ear messages said by the >> agents, to synchronize all the environment. >> Did i miss something? >> Thank you very much, >> >> Luca Giuliani >> Isaac Team >> Polytechnic of Turin (ITALY) >> >> >> -- >> Creato con il rivoluzionario client email di Opera: >> http://www.opera.com/mail/ >> >> ------------------------------------------------------------------------------ >> Try before you buy = See our experts in action! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-dev2 >> _______________________________________________ >> sserver-bugs mailing list >> sse...@li... >> https://lists.sourceforge.net/lists/listinfo/sserver-bugs > > > -- Creato con il rivoluzionario client email di Opera: http://www.opera.com/mail/ |
From: Luca G. <giu...@ya...> - 2012-01-23 16:03:06
|
Hello, I'm trying to develop an agent for 2d simulation with my team. My idea was to train agents using Genetic Algorithms and i would like to use a trainer connected to the server to issue simulation sessions and evaluation of the fitness. Now I've an issue: my trainer can communicate messages to the 15.0.1 server (any kind of message, commands or "say" messages) but it can't have answers. I analyzed the communication by wireshark, and found that no upd packets are sent back to the trainer. No error are shown by the server and commands are applied. It could be fine, but I need to be able to ear messages said by the agents, to synchronize all the environment. Did i miss something? Thank you very much, Luca Giuliani Isaac Team Polytechnic of Turin (ITALY) -- Creato con il rivoluzionario client email di Opera: http://www.opera.com/mail/ |
From: abododjane s. <abo...@gm...> - 2012-01-19 16:31:22
|
hello when i configure the rcssmonitor this bug appear configure: error: You must specify the path to Qt4's moc command. [root@Abodojane rcssmonitor-15.0.0]# please help me |
From: abododjane s. <abo...@gm...> - 2012-01-19 16:29:51
|
when i configure rcssloplayer this bug appear configure: error: You must specify the path to Qt4's moc command. [root@Abodojane rcsslogplayer-15.0.0 please help me |
From: Martin B. <Mar...@da...> - 2011-05-05 12:18:14
|
Hello, since it is possible for the goalie to receive a red card, too, is it now also possible for another player of the team to obtain goalie status, once their goalie gets disqualified? I could not find that topic neither on the mailing list nor within the changelogs. Cheers, Martin Berger |
From: Dhruv D. <dan...@gm...> - 2010-11-26 22:40:50
|
Hi!! I gave the untampered UvA 2003 (University of Amsterdam 2003 team) code a test run. The problem which I am facing is that as soon as any of the initialized players detect the ball, they seem to become dis-functional and move to the sidelines. The memory buffer is getting filled up, thus causing the client program to exit in an untimely fashion. Is this because of me using the latest version (14.0.3) of the soccer simulator? I am running out of time on the implementation stage of the project and would like to sincerely request you to guide me further. Eagerly awaiting your reply. Thank You. Sincerely, Dhruv Dani |
From: Gilberto S. <gil...@gm...> - 2010-01-30 21:06:20
|
There are wrong conversions from strings to float using the server in a system with a non english language. In rcsslogplayer and rcssmonitor, the numbers in buffer are converted from string using the command strtof. The command uses the decimal point defined by LC_NUMERIC. But, the systems that do not use english as default locale, the decimal-point character is the comma instead of a point. But the number are writen with point. So, the rcsslogplayer can not read the log and rcssmonitor can not show the game. The rsssserver shows the error message when a game is running: "-1: error: Illegal player side. . 0 ".0693 -0.0718 -0.0652 -0.0675) ((l 1) 0 ...." I fixed this problem puting the lines below in main.c of the rcssmonitor and rcsslogplayer: #include <locale.h> setlocale (LC_NUMERIC,"C"); ############################### main.c rcssmonitor: #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <QApplication> #include <QThread> #include "main_window.h" #include "options.h" #include <iostream> #include <locale.h> int main( int argc, char ** argv ) { std::cout << PACKAGE"-"VERSION << "\n\n" << "Copyright (C) 2009 RoboCup Soccer Simulator Maintenance Group.\n" << std::endl; QApplication app( argc, argv ); setlocale (LC_NUMERIC,"C"); if ( ! Options::instance().parseCmdLine( argc, argv ) ) { return 1; } MainWindow win; win.show(); win.init(); return app.exec(); } ############################### ################################ main.c rcsslogplayer: #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <QApplication> #include <QThread> #include "main_window.h" #include "options.h" #include <locale.h> int main( int argc, char ** argv ) { std::cout << PACKAGE"-"VERSION << "\n\n" << "Copyright (C) 2009 RoboCup Soccer Simulator Maintenance Group.\n" << std::endl; QApplication app( argc, argv ); setlocale (LC_NUMERIC,"C"); if ( ! Options::instance().parseCmdLine( argc, argv ) ) { return 1; } MainWindow win; win.show(); win.init(); return app.exec(); } ###################### Sorry for my English. Gilberto |
From: SourceForge.net <no...@so...> - 2008-08-25 01:19:05
|
Support Requests item #1968878, was opened at 2008-05-22 00:52 Message generated for change (Settings changed) made by akym You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1968878&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Robert Kubiak (dabbelju86) Assigned to: Nobody/Anonymous (nobody) Summary: libboost-conflict Initial Comment: Hi, I try to install der server version 12.1.0 on my ubuntu 8.04. So I installed the all possible libboost-packages over apt-get. Version 1.34.1 I get no Warnings over ./configure but "make" makes a lot of trouble. The Answers of the scripts configure: http://ubuntuusers.de/paste/219598/ make: http://ubuntuusers.de/paste/219597/ Do you need more Informations? Can you help me? Greetings Robert ---------------------------------------------------------------------- Comment By: Hidehisa Akiyama (akym) Date: 2008-05-22 17:53 Message: Logged In: YES user_id=595484 Originator: NO Did you install 'libboost-filesystem-dev' package? The following line in the configure's output indicates the boost filesystem library is not installed or unavailable on your system. >83 checking whether the Boost::Filesystem library is available... no And, which version of gcc are you using? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1968878&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-08-01 12:05:22
|
Bugs item #1720067, was opened at 2007-05-16 23:40 Message generated for change (Settings changed) made by akym You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=1720067&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Server Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: dherfert (dherfert) Assigned to: Nobody/Anonymous (nobody) Summary: problems with the play mode penalty kick Initial Comment: We found three problems in the implementation of the penalty kicks. 1. The first issue concerns the positioning restrictions in playmode 'penalty_setup'. It arises if 'pen_coach_moves_players' is set to 'false'. Even if both teams obey the positioning rules for 'penalty_setup' the referee decides for 'penalty_miss' immediately after switching to playmode 'penalty_ready'. 2. The second issue concerns the positioning restrictions in playmode 'penalty_taken' (using'pen_coach_moves_players'='true'). After the executing player of the attacking team touched the ball and 'penalty_taken' is given, all the players of the defending team are allowed to leave the center circle.Thus 10 additional players can interfere in the penalty execution and bug the penalty striker. 3. The third issue concerns the action restrictions in playmode 'penalty_taken'.Again consider the play mode is switched to 'penalty_taken' after the striker touched the ball for the first time. Since the ball is placed on ([+|-]10.0,0.0) other players can manipulate the ball even if they are positioned correctly within the center circle. A player that is located near the ball can easily tackle the ball if the striker kicked the ball only slightly. We reviewed the corresponding source code (in referee.cc) and corrected the first two issues. For the second bug, players that try to leave the center circle illegally were reset to a legal position immediately. ---------------------------------------------------------------------- Comment By: Hidehisa Akiyama (akym) Date: 2007-05-21 20:06 Message: Logged In: YES user_id=595484 Originator: NO Thanks for your report and patch. I've merged your patch and released the release candidates. I hope all problems you reported are solved. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=1720067&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-07-08 15:31:17
|
Bugs item #2013582, was opened at 2008-07-09 00:16 Message generated for change (Comment added) made by akym You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=2013582&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Server Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: skomp (rvmassow) Assigned to: Nobody/Anonymous (nobody) Summary: really bad typo in attentionto... Initial Comment: in file: player.cpp 522: else if ( ! std::strcmp( at_team_name, "l" ) ) 523: { 524: at_side = rcss::pcom::LEFT_SIDE; 525: } 526: else if ( ! std::strcmp( at_team_name, "l" ) ) 527: { 528: at_side = rcss::pcom::RIGHT_SIDE; 529: } line 526 should probably be changed into: else if ( ! std::strcmp( at_team_name, "r" ) ) otherwise (attentioto r 13) will result in at_team = UNKNOWN_TEAM ---------------------------------------------------------------------- >Comment By: Hidehisa Akiyama (akym) Date: 2008-07-09 00:31 Message: Logged In: YES user_id=595484 Originator: NO This hand-coded parser has been no longer used. So, it is not necessary to fix this typo in the current release. This typo will be fixed from next release. Thanks for the report. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=2013582&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-07-08 15:16:30
|
Bugs item #2013582, was opened at 2008-07-08 17:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=2013582&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Server Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: skomp (rvmassow) Assigned to: Nobody/Anonymous (nobody) Summary: really bad typo in attentionto... Initial Comment: in file: player.cpp 522: else if ( ! std::strcmp( at_team_name, "l" ) ) 523: { 524: at_side = rcss::pcom::LEFT_SIDE; 525: } 526: else if ( ! std::strcmp( at_team_name, "l" ) ) 527: { 528: at_side = rcss::pcom::RIGHT_SIDE; 529: } line 526 should probably be changed into: else if ( ! std::strcmp( at_team_name, "r" ) ) otherwise (attentioto r 13) will result in at_team = UNKNOWN_TEAM ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=2013582&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-05-22 08:53:54
|
Support Requests item #1968878, was opened at 2008-05-22 00:52 Message generated for change (Comment added) made by akym You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1968878&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Robert Kubiak (dabbelju86) Assigned to: Nobody/Anonymous (nobody) Summary: libboost-conflict Initial Comment: Hi, I try to install der server version 12.1.0 on my ubuntu 8.04. So I installed the all possible libboost-packages over apt-get. Version 1.34.1 I get no Warnings over ./configure but "make" makes a lot of trouble. The Answers of the scripts configure: http://ubuntuusers.de/paste/219598/ make: http://ubuntuusers.de/paste/219597/ Do you need more Informations? Can you help me? Greetings Robert ---------------------------------------------------------------------- >Comment By: Hidehisa Akiyama (akym) Date: 2008-05-22 17:53 Message: Logged In: YES user_id=595484 Originator: NO Did you install 'libboost-filesystem-dev' package? The following line in the configure's output indicates the boost filesystem library is not installed or unavailable on your system. >83 checking whether the Boost::Filesystem library is available... no And, which version of gcc are you using? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1968878&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-05-21 15:53:10
|
Support Requests item #1968878, was opened at 2008-05-21 17:52 Message generated for change (Settings changed) made by dabbelju86 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1968878&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Install Problem Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Robert Kubiak (dabbelju86) Assigned to: Nobody/Anonymous (nobody) Summary: libboost-conflict Initial Comment: Hi, I try to install der server version 12.1.0 on my ubuntu 8.04. So I installed the all possible libboost-packages over apt-get. Version 1.34.1 I get no Warnings over ./configure but "make" makes a lot of trouble. The Answers of the scripts configure: http://ubuntuusers.de/paste/219598/ make: http://ubuntuusers.de/paste/219597/ Do you need more Informations? Can you help me? Greetings Robert ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1968878&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-05-21 15:52:58
|
Support Requests item #1968878, was opened at 2008-05-21 17:52 Message generated for change (Settings changed) made by dabbelju86 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1968878&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Robert Kubiak (dabbelju86) Assigned to: Nobody/Anonymous (nobody) >Summary: libboost-conflict Initial Comment: Hi, I try to install der server version 12.1.0 on my ubuntu 8.04. So I installed the all possible libboost-packages over apt-get. Version 1.34.1 I get no Warnings over ./configure but "make" makes a lot of trouble. The Answers of the scripts configure: http://ubuntuusers.de/paste/219598/ make: http://ubuntuusers.de/paste/219597/ Do you need more Informations? Can you help me? Greetings Robert ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1968878&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-05-21 15:52:36
|
Support Requests item #1968878, was opened at 2008-05-21 17:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1968878&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Robert Kubiak (dabbelju86) Assigned to: Nobody/Anonymous (nobody) Summary: libbosst-conflict Initial Comment: Hi, I try to install der server version 12.1.0 on my ubuntu 8.04. So I installed the all possible libboost-packages over apt-get. Version 1.34.1 I get no Warnings over ./configure but "make" makes a lot of trouble. The Answers of the scripts configure: http://ubuntuusers.de/paste/219598/ make: http://ubuntuusers.de/paste/219597/ Do you need more Informations? Can you help me? Greetings Robert ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1968878&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-03-02 20:47:06
|
Bugs item #1905865, was opened at 2008-03-03 00:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=1905865&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hedayat Vatankhah (hedayat) Assigned to: Nobody/Anonymous (nobody) Summary: Beam error Initial Comment: Currently when a beam command is executed, the agent is placed a little in the ground. (After that, agents will "grow" from the ground!). Beam places the agents at z=3.5 while it seems that it is a little higher than that. Thanks, Hedayat ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=1905865&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-02-22 11:25:49
|
Patches item #1888898, was opened at 2008-02-07 17:33 Message generated for change (Comment added) made by mvdsanden You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380762&aid=1888898&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mart van de Sanden (mvdsanden) Assigned to: Nobody/Anonymous (nobody) Summary: Fixed Rendering in Multithreaded Simulation Initial Comment: With this patch the simulation server can run in multithreaded mode without segfaulting immediatly. I did this by moving the RenderControl to the main thread (opengl stuff should run on the same thread as where it was initialized). Multithreaded should still be trurned on by changing sparks.rb It still has a few problems, but it makes it possible for me to simulate 6 agents (although not realtime). Further optimizations could be to limit the actual rendering to 25 frames per second, to free up processing power for physics or communication. (The patch should be used in the lib/oxygen sub directory). ---------------------------------------------------------------------- >Comment By: Mart van de Sanden (mvdsanden) Date: 2008-02-22 12:25 Message: Logged In: YES user_id=1854391 Originator: YES I've made a slightly better patch, which solves a race situation while quiting. It still isn't perfect, there still seems to be a problem with the input controls.. File Added: multithreaded2.diff ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380762&aid=1888898&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-02-22 08:06:39
|
Bugs item #1721198, was opened at 2007-05-18 13:03 Message generated for change (Settings changed) made by hedayat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=1721198&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: 3D Server Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Hedayat Vatankhah (hedayat) Assigned to: Nobody/Anonymous (nobody) Summary: Monitor crashes! Initial Comment: I'm using FC5, with Nvidia binary drivers. When I run monitorspark, it crashes quickly. But the simspark monitor works correctly. It does not depend on the server. It crashes event without any servers running. (I'm using the latest CVS code (equal to verison 0.5.4)). This is the output: [hedayat@localhost simspark]$ monitorspark (spark.rb) sparkEnableLog logTarget=:cerr logType=eError (spark.rb) sparkSetupRendering (spark.rb) sparkSetupInput (spark.rb) sparkSetupMonitor (spark.rb) sparkAddFPSCamera (bindings.rb) setting up bindings *** glibc detected *** monitorspark: double free or corruption (!prev): 0x099f6440 *** ======= Backtrace: ========= /lib/libc.so.6[0xca1f18] /lib/libc.so.6(__libc_free+0x79)[0xca541d] /usr/local/lib/rcssserver3d/liboxygen.so.3(dBodyDestroy+0xa6)[0xf40746] /usr/local/lib/rcssserver3d/liboxygen.so.3(_ZN6oxygen4BodyD0Ev+0x37)[0xef15d7] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN5boost6detail17sp_counted_impl_pIN9zeitgeist6ObjectEE7disposeEv+0x18)[0xfadf58] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN9zeitgeist4Node14UnlinkChildrenEv+0x1d8)[0xfbf088] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN9zeitgeist4Node14UnlinkChildrenEv+0x190)[0xfbf040] /usr/local/lib/rcssserver3d/rubysceneimporter.so(_ZN17RubySceneImporter10ParseSceneEPKciN5boost10shared_ptrIN6oxygen8BaseNodeEEENS3_IN9zeitgeist13ParameterListEEE+0x1cd)[0xbf3c0d] /usr/local/lib/rcssserver3d/rubysceneimporter.so(_ZN17RubySceneImporter11ImportSceneERKSsN5boost10shared_ptrIN6oxygen8BaseNodeEEENS3_IN9zeitgeist13ParameterListEEE+0x11b)[0xbf1a9b] /usr/local/lib/rcssserver3d/liboxygen.so.3(_ZN6oxygen11SceneServer11ImportSceneERKSsN5boost10shared_ptrINS_8BaseNodeEEENS4_IN9zeitgeist13ParameterListEEE+0x40f)[0xf189cf] /usr/local/lib/rcssserver3d/liboxygen.so.3(_ZN6oxygen8BaseNode11ImportSceneERKSsN5boost10shared_ptrIN9zeitgeist13ParameterListEEE+0x190)[0xf12b50] /usr/local/lib/rcssserver3d/liboxygen.so.3[0xf13faa] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_Z8thisCallmmmm+0xfa)[0xfcc6ea] /usr/lib/libruby.so.1.8[0x8c169b] /usr/lib/libruby.so.1.8[0x8c0bde] /usr/lib/libruby.so.1.8[0x8c21b8] /usr/lib/libruby.so.1.8[0x8badb4] /usr/lib/libruby.so.1.8[0x8c125e] /usr/lib/libruby.so.1.8[0x8c21b8] /usr/lib/libruby.so.1.8(rb_funcall2+0x3f)[0x8c25b4] /usr/lib/libruby.so.1.8[0x8c071b] /usr/lib/libruby.so.1.8[0x8c20a4] /usr/lib/libruby.so.1.8[0x8baade] /usr/lib/libruby.so.1.8[0x8b588a] /usr/lib/libruby.so.1.8[0x8c2fdb] /usr/lib/libruby.so.1.8(rb_eval_string+0x7a)[0x8b60d8] /usr/lib/libruby.so.1.8(rb_protect+0xba)[0x8bffdf] /usr/lib/libruby.so.1.8(rb_eval_string_protect+0x32)[0x8b6121] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN9zeitgeist16RbEvalStringWrapERKSsRi+0x2b)[0xfca8ab] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN9zeitgeist12ScriptServer4EvalERKSs+0x24)[0xfcaa64] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN9zeitgeist12ScriptServer3RunEN5boost10shared_ptrIN4salt5RFileEEE+0xb3)[0xfcb853] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN9zeitgeist12ScriptServer3RunERKSs+0xfa)[0xfcd91a] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_Z3runmm+0x81)[0xfce141] /usr/lib/libruby.so.1.8[0x8c1639] /usr/lib/libruby.so.1.8[0x8c0bde] /usr/lib/libruby.so.1.8[0x8c21b8] /usr/lib/libruby.so.1.8[0x8badb4] /usr/lib/libruby.so.1.8[0x8b588a] /usr/lib/libruby.so.1.8[0x8c2fdb] /usr/lib/libruby.so.1.8(rb_eval_string+0x7a)[0x8b60d8] /usr/lib/libruby.so.1.8(rb_protect+0xba)[0x8bffdf] /usr/lib/libruby.so.1.8(rb_eval_string_protect+0x32)[0x8b6121] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN9zeitgeist16RbEvalStringWrapERKSsRi+0x2b)[0xfca8ab] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN9zeitgeist12ScriptServer4EvalERKSs+0x24)[0xfcaa64] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN9zeitgeist12ScriptServer3RunEN5boost10shared_ptrIN4salt5RFileEEE+0xb3)[0xfcb853] /usr/local/lib/rcssserver3d/libzeitgeist.so.3(_ZN9zeitgeist12ScriptServer3RunERKSs+0xfa)[0xfcd91a] monitorspark[0x8049406] /usr/local/lib/rcssserver3d/libspark.so.0(_ZN5spark5Spark4InitEiPPc+0x3fe)[0xdfcf9e] monitorspark[0x8049b17] /lib/libc.so.6(__libc_start_main+0xdc)[0xc537e4] monitorspark(__gxx_personality_v0+0x69)[0x8048f31] ======= Memory map: ======== 00111000-00193000 r-xp 00000000 fd:00 1713925 /usr/lib/libGL.so.1.0.9746 00193000-001af000 rwxp 00081000 fd:00 1713925 /usr/lib/libGL.so.1.0.9746 001af000-001b0000 rwxp 001af000 00:00 0 001b0000-001bb000 r-xp 00000000 fd:00 1114404 /lib/libgcc_s-4.1.0-20060304.so.1 001bb000-001bc000 rw-p 0000a000 fd:00 1114404 /lib/libgcc_s-4.1.0-20060304.so.1 001bc000-001e3000 r-xp 00000000 fd:00 2724162 /usr/lib/libpng12.so.0.1.2.8 001e3000-001e4000 rw-p 00026000 fd:00 2724162 /usr/lib/libpng12.so.0.1.2.8 001e4000-001e6000 rwxp 00000000 00:10 1297 /dev/zerAborted [hedayat@localhost simspark]$ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380760&aid=1721198&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-02-22 08:05:43
|
Patches item #1894712, was opened at 2008-02-16 02:50 Message generated for change (Comment added) made by hedayat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380762&aid=1894712&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Hedayat Vatankhah (hedayat) Assigned to: Nobody/Anonymous (nobody) Summary: Another Multi-threading code Initial Comment: Using a little different code for synchronization. ---------------------------------------------------------------------- >Comment By: Hedayat Vatankhah (hedayat) Date: 2008-02-22 11:35 Message: Logged In: YES user_id=1310276 Originator: YES A newer version of this patch is in CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380762&aid=1894712&group_id=24184 |
From: SourceForge.net <no...@so...> - 2008-02-15 23:31:42
|
Patches item #1894722, was opened at 2008-02-16 02:58 Message generated for change (Settings changed) made by hedayat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380762&aid=1894722&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Hedayat Vatankhah (hedayat) Assigned to: Nobody/Anonymous (nobody) >Summary: Necessary files to build RPM packages Initial Comment: With these files, you can create RPM packages for rcssserver3d-0.5.6.tar.gz and rcssserver-0.5.6-data.tar.gz. I have tested these on Fedora 8, but they should work on other RPM based distros with no or small changes. Good Luck ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380762&aid=1894722&group_id=24184 |