Tankbuster 1746 Posted June 4, 2016 Wow. What a weekend I'm having! Poseidon has been the most stable thing on my PC ever, now I've ruined it! :( When I load this file into Poseidon... it crashes. :( https://www.dropbox.com/s/dydoilaq02f1sie/server_variables.sqf?dl=0 Share this post Link to post Share on other sites
R3vo 2654 Posted June 4, 2016 Wow. What a weekend I'm having! Poseidon has been the most stable thing on my PC ever, now I've ruined it! :( When I load this file into Poseidon... it crashes. :( https://www.dropbox.com/s/dydoilaq02f1sie/server_variables.sqf?dl=0 No crash, but it's not loading either. Share this post Link to post Share on other sites
Tom_48_97 523 Posted June 5, 2016 SVN: How does it behave? Does it show an error or is there simply no SVN option?File: There must be something looping a regex, I will take a look at it :)Edit, sqf file:I found it, line 173, there's an array declared over multiple lines (switch>>default>>"dep_u_soldier"), once merged into one line, the file loads correctly :292: By the way, you can restore Poseidon to its default state by running restoreDefault.exe, located in the root directory of Poseidon. Share this post Link to post Share on other sites
Tankbuster 1746 Posted June 5, 2016 SVN: How does it behave? Does it show an error or is there simply no SVN option? File: There must be something looping a regex, I will take a look at it :) Edit, sqf file: I found it, line 173, there's an array declared over multiple lines (switch>>default>>"dep_u_soldier"), once merged into one line, the file loads correctly :292: By the way, you can restore Poseidon to its default state by running restoreDefault.exe, located in the root directory of Poseidon. SVN. Clicking the menu items from the tortoise menu does nothing. The options are there but no error messages and nothing happens when clicking them. FILE: Yes my apologies or at least, from the coder who wrote that line! We found the error and fixed it and the file loads happily into Poseidon now. Thank you! :) 1 Share this post Link to post Share on other sites
Tom_48_97 523 Posted June 5, 2016 Strange, I've unable to reproduce it. From the tortoise config, can you set debug to true then show the console (View>>Show Console), and try to update? The console should mention what's going on; same test as admin. The only cause I see is it fails to start or find the executable of SVN. Share this post Link to post Share on other sites
Tankbuster 1746 Posted June 6, 2016 Strange, I've unable to reproduce it. From the tortoise config, can you set debug to true then show the console (View>>Show Console), and try to update? The console should mention what's going on; same test as admin. The only cause I see is it fails to start or find the executable of SVN. Traceback (most recent call last): File ".\sublime_plugin.py", line 351, in run_ return self.run(**args) File ".\Tortoise.py", line 58, in handler File ".\Tortoise.py", line 121, in run File ".\Tortoise.py", line 445, in sync File ".\Tortoise.py", line 297, in __init__ File ".\subprocess.py", line 633, in __init__ File ".\subprocess.py", line 842, in _execute_child WindowsError: [Error 2] The system cannot find the file specified Share this post Link to post Share on other sites
Tankbuster 1746 Posted June 17, 2016 After an install of Windows 10, Poseidon and Tortoise, this has started working again. 1 Share this post Link to post Share on other sites
terox 316 Posted July 7, 2016 Hi Tom, Feature request There doesn't seem to be any tool in the editor to compare files of the same name. I'm currently converting a lot of code from 2 similar missions into 1 mission and ideally would love this tool to show me the list of files with the same name in defined directories that are disimilar I'll have to use another app for now , but thought it might be worthy of a post in the of chance that you might implement it 1 Share this post Link to post Share on other sites
Tom_48_97 523 Posted July 10, 2016 In Poseidon itself, this could be achieved with the quick search panel (ctrl+p) but it's not ideal unless you have a file list used as a check list (that's the first method which comes into my mind, there might be others). To make such list (or simply compare), I'd rather opt for a third party like Total Commander which has a dedicated tool to compare and synchronize directories, then you can see the diff from Poseidon. The only thing planned in "this area" is to add an option to open the generated the diff with TortoiseMerge and therefore, be able to easily edit the compared files, side by side. Share this post Link to post Share on other sites
Tom_48_97 523 Posted July 11, 2016 Change log: Added: SQF definitions for Arma 3 1.63+ Tweaked: Various things Download First post of this topic Poseidon Tools @ tom4897.info - 0.993.193, 11/07/2016 Enjoy and happy #Apex :292: Share this post Link to post Share on other sites
JustMathew 1 Posted August 6, 2016 Hi! It seems a link is broken at the BI wiki page for this tool. Under "Description" --> "Notes" it says: Documentation is here: http://poseidon.arma3.fr/documentation/ That link gives me a 404. The documentation link just below works just fine tho. Share this post Link to post Share on other sites
Tom_48_97 523 Posted August 11, 2016 Hi, thanks for the ping, it looks like I failed with my redirect rules when I moved my server, it's now fixed on the Wiki page :292: 1 Share this post Link to post Share on other sites
Tajin 349 Posted September 2, 2016 Hey Tom. First of all, thanks for this incredible tool. Best one out there, if you ask me :) Here's a "little" suggestion: I think it would be awesome if Poseidon was able to read stringtables (maybe autodetect them in a project folder) and load them as snippets. There are some useful things this could include: - mark strings that are not in the stringtable yet. - display the translated strings somehow or have a function to jump directly to the stringtable entry (pitty that ST2 doesn't support tooltips) Share this post Link to post Share on other sites
Huskies xD 4 Posted September 3, 2016 Nice work, thanks for sharing. 1 Share this post Link to post Share on other sites
Tom_48_97 523 Posted September 14, 2016 Hey Tom. First of all, thanks for this incredible tool. Best one out there, if you ask me :) Here's a "little" suggestion: I think it would be awesome if Poseidon was able to read stringtables (maybe autodetect them in a project folder) and load them as snippets. There are some useful things this could include: - mark strings that are not in the stringtable yet. - display the translated strings somehow or have a function to jump directly to the stringtable entry (pitty that ST2 doesn't support tooltips) Not sure it's the best but it surely does the job :292: Reading the string table and load then as "auto-completion items" should be doable. I will take a look and see what I can do. 3 Share this post Link to post Share on other sites
Tom_48_97 523 Posted September 15, 2016 Change log: Added: SQF definitions for Arma 3 1.65+ Tweaked: Various things Download First post of this topic Poseidon Tools @ tom4897.info - 0.994.198, 15/09/2016 Enjoy :292: 3 Share this post Link to post Share on other sites
Guest Posted September 15, 2016 New version frontpaged on the Armaholic homepage. Poseidon v0.994.198 Share this post Link to post Share on other sites
mates31cz 10 Posted October 20, 2016 Where is "installer.exe" ? in archive is folder Sources with program but i cant see any installer program inside ! Share this post Link to post Share on other sites
Tom_48_97 523 Posted October 24, 2016 Where is "installer.exe" ? in archive is folder Sources with program but i cant see any installer program inside ! The installer is available here: PoseidonTools\Data\Bin\Core\installer.exe but purely optional. Currently, only prototypes and unfinished features use it. Share this post Link to post Share on other sites
severgun 15 Posted December 24, 2016 Is it possible to move posseidon to Sublime 3? Actually I want highDPI scaling. Share this post Link to post Share on other sites
Tom_48_97 523 Posted January 23, 2017 Here is the first update of the year :) Change log: Added: SQF definitions for Arma 3 1.67+ Tweaked: Various things Download First post of this topic Poseidon Tools @ tom4897.info - 0.993.193, 16/01/2017 Enjoy 5 Share this post Link to post Share on other sites
Guest Posted January 23, 2017 New version frontpaged on the Armaholic homepage. Poseidon v0.994.199 Share this post Link to post Share on other sites
Tom_48_97 523 Posted March 3, 2017 Change log: Added: SQF definitions for Arma 3 1.69+ Download First post of this topic Poseidon Tools @ tom4897.info - 0.994.205, 03/03/2017 Enjoy 2 Share this post Link to post Share on other sites
Guest Posted March 3, 2017 New version frontpaged on the Armaholic homepage. Poseidon v0.994.205 Share this post Link to post Share on other sites
logan83 11 Posted April 17, 2017 I have been using poseidon for some time, I have not updated it, and now that I have it in the latest version, I can not predefine poseidon as the program to open the sqf, ext, .hhp etc and I have to open owned, and open the filesFrom the menu. Install it by copying and pasting the folder.How can I predefined pose as the program to open those files? Share this post Link to post Share on other sites