Jump to content
Tom_48_97

Poseidon: advanced text editor for Scripts & Configs

Recommended Posts

I'm running out of superlatives. :) SVN working just fine. 2 questions;

SVN support works fine though I notice you can update individual files, but you can only commit folders. Is this expected behaviour?

A line of code in one of my scripts is showing up highlighted in inverse red. What does this mean?

Thanks again.

Share this post


Link to post
Share on other sites
SVN support works fine though I notice you can update individual files, but you can only commit folders. Is this expected behaviour?
Yes, like GIT & HG, just related to the way it detects if it's inside a repository and if can commit.
A line of code in one of my scripts is showing up highlighted in inverse red. What does this mean?
What's the given block (before and after that line)? Must be related to the experimental feature "IMPVD: <experimental> SQF Syntax, Some syntax error like too many =, | etc…".

you're welcome :cool:

Share this post


Link to post
Share on other sites

great tool, has helped me plenty as a noob trying to figure out how write up configs/scripts for addons.

Share this post


Link to post
Share on other sites

Hi !

I just downloaded this great Tool yesterday from Armaholic.

After using the "restoreDefault.exe" the deleted files are in my Recycle Bin, although the changelog says its fixed.

I also cant open fsm files.

I open a .fsm file in Posaidon and press F5 and get a error message "run cannot be found" while a cmd window is open.

Looks like he is searching for the fsmeditor.exe file in the system32 folder and obviously cant findt it there.

Same problem for textview2 when i try to open it from inside poseidon, if i open the exe files directly from within the poseidon folder they work perfect.

EDIT:

Is it because i have my Poseidon folder at D: and my ArmA edito files at C: ?

Because when i copy the .fsm file to D: i can open it with the fsm editor of poseidon.

Edited by Wiggum2

Share this post


Link to post
Share on other sites

1: Indeed, I fixed this issue within restoreDefault but I moved the function to poseidon.dll (shared libs) and I didn't fixed it inside the DLL, my bad :)

2: It's not supposed to start fsmeditor.exe but run.exe. This has been fixed for the next version

And this is not caused by your file locations but by a broken env value from Poseidon Tools when it's started with a file opening.

Share this post


Link to post
Share on other sites

Hey, love the tool. Just made the jump from N++ as all the ARMA-specific functionality is so convenient.

Just some minor issues to report:

When my cursor is at the green box in this image and I hit ctrl+/ it removes the opening of block comment up above.

The shortcuts for comment lines/block comments don't work in .ext files (This could be intentional for all I know, but I assumed it was just an oversight)

There's a minor typo on line 8 of shortcuts.txt by the way :P

Edited by SilentSpike

Share this post


Link to post
Share on other sites

Always nice to read such comment. Regarding your issue; this is because of the stars (*) at the beginning of each lines of the comment block. If you remove these stars, you won't have the problem anymore.

About the comment shortcut to comment an ext line, yep, just an oversight, I will try to fix that for the next update ;)

(misspelling fixed)

Share this post


Link to post
Share on other sites
Always nice to read such comment. Regarding your issue; this is because of the stars (*) at the beginning of each lines of the comment block. If you remove these stars, you won't have the problem anymore.

I actually thought that might be the issue and tried that before, but it didn't seem to fix it. Will try again just to confirm.

---------- Post added at 17:05 ---------- Previous post was at 17:02 ----------

Actually, I've since switched to a different format for the file header, still using a block comment. The same behavior can still be reproduced.

Here's the text if you want to copy paste it and test:

/*--------------------------------------------------------------------
   Project: ProjectName
   Author: AuthorName <RelevantLink>
--------------------------------------------------------------------*/


enableSaving [false,false];

---------- Post added at 17:11 ---------- Previous post was at 17:05 ----------

And I think I've tracked down the source of the problem :)

It only seems to happen when the /* is preceded by the start of the file. If I move the block comment down a line or put any character in front of it then the shortcut then acts as normal.

Share this post


Link to post
Share on other sites

Indeed, cause confirmed :)

By the way, here the default headers I use, that's why I've (and probably most of users) never encountered this issue ^^

Script:

scriptName "test";
/*--------------------------------------------------------------------
   file: test.sqf
   ==============
   Author: Tom_48_97 <********@**.***>
   Description:
--------------------------------------------------------------------*/
#define __filename "test.sqf"

Function:

scriptName "";
/*
   Author: Tom_48_97


   Description:
   Describe your function


   Parameter(s):
   #0 OBJECT - Description


   Returns:
   BOOL - TRUE when done
*/

On the fly, you can set your own name and address in your settings (Preferences >> Profile). As for the issue itself, I don't know if I will get the time to fix it since it's a very minor one and a blank line is enough to fix it :)

Share this post


Link to post
Share on other sites

Ah, thanks for the info :)

No problem on the issue front, easily worked around. Just wanted to make it known.

Share this post


Link to post
Share on other sites

Announcement

Here a quick update, nothing to say about this one, all is in the change log ;) Take note that there will be another update within 2 weeks :cool:

What's new?

  • ADDED: Commands for Arma 3 1.21+ (some of these may not be yet available ingame)
  • CHNGD: Install.exe has been reworked for upcoming features
  • IMPVD: Shared library
  • IMPVD: "Arma 3 Community Tools" support
  • IMPVD: Bracket highlighter
  • IMPVD: Magic key (F8) command
  • IMPVD: Profile file
  • FIXED: File association
  • FIXED: "cache purge" was moving file to the recycle bin (yeah, one more time :rolleyes:)
  • FIXED: When Poseidon was started with an file opening, time to time, it wasn't able to run an external process
  • FIXED: Some maths commands were displayed as error in SQF files
  • FIXED: scriptedFSM config for Arma 3
  • FIXED: log opening

Known issues:

  • Update action won't work until version 0.70.X
  • restoreDefault can crash at the end of the process, ignore it, the job is done
  • Debug stdout is displayed by default

Download

-------------------- Replies --------------------

@Tankbuster: I found your issue, it should be fixed by now

@Wiggum: Let me know if you have the issue with restoreDefault (shouldn't be the case but...). Also, your problem with FSM files should fixed.

Edited by tom_48_97

Share this post


Link to post
Share on other sites
Guest

Release frontpaged on the Armaholic homepage.

===================================================

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

Share this post


Link to post
Share on other sites

Unhandled exception on running the installer.

http://pastebin.com/Ky5RWZR4

I selected quit on the unhandled exception requester and started again and it installed fine.

Still getting some lines with mysterious red inverse highlighting too.

Edited by Tankbuster

Share this post


Link to post
Share on other sites

I was unable to install it due to a error from .NET Framework. "conversion from string "" to type 'integer' is not valid. " then the menu opens but it doesnt do anything.

Share this post


Link to post
Share on other sites
Unhandled exception on running the installer.

http://pastebin.com/Ky5RWZR4

I selected quit on the unhandled exception requester and started again and it installed fine.

Still getting some lines with mysterious red inverse highlighting too.

Thanks for the error info, I will investigate this week. As for your red mysterious highlighting, can you copy me here the entire line where it occurs?
I was unable to install it due to a error from .NET Framework. "conversion from string "" to type 'integer' is not valid. " then the menu opens but it doesnt do anything.
When the system throw an error, it includes a wall of text (similar to the one provided by Thankbuster), I need that to see what's going on ;)

By the way, what do you want to mean by "menu", which one?

Share this post


Link to post
Share on other sites

I get this error.

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidCastException: Conversion from string "" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.
  at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
  at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
  --- End of inner exception stack trace ---
  at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
  at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(Object Value)
  at poseidon.main.getPDrivePath()
  at install.main.init()
  at install.main.main_Load(Object sender, EventArgs e)
  at System.EventHandler.Invoke(Object sender, EventArgs e)
  at System.Windows.Forms.Form.OnLoad(EventArgs e)
  at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  at System.Windows.Forms.Control.CreateControl()
  at System.Windows.Forms.Control.WmShowWindow(Message& m)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.Form.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR
   CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
install
   Assembly Version: 1.0.0.1
   Win32 Version: 1.0.31.5
   CodeBase: file:///D:/ArmaTy%C3%B6kansio/ty%C3%B6kalut/Poseidon/install.exe
----------------------------------------
Microsoft.VisualBasic
   Assembly Version: 10.0.0.0
   Win32 Version: 11.0.50938.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.34108 built by: FX45W81RTMGDR
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
poseidon
   Assembly Version: 0.68.0.0
   Win32 Version: 0.68.0.0
   CodeBase: file:///D:/ArmaTy%C3%B6kansio/ty%C3%B6kalut/Poseidon/poseidon.DLL
----------------------------------------
System.Web
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18446 built by: FX451RTMGDR
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Deployment
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
   <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

I press continue and then this opens up.

image.php?di=G1EJ

Then I press register. Then this error shows up. Then I have to press exit.

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object variable or With block variable not set.
  at Microsoft.VisualBasic.CompilerServices.Symbols.Container..ctor(Object Instance)
  at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack)
  at poseidon.main.makeFileAssoc(Object fileType)
  at install.main.assocFileType(Object fileType)
  at install.main.btn_validate_Click(Object sender, EventArgs e)
  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  at System.Windows.Forms.Button.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR
   CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
install
   Assembly Version: 1.0.0.1
   Win32 Version: 1.0.31.5
   CodeBase: file:///D:/ArmaTy%C3%B6kansio/ty%C3%B6kalut/Poseidon/install.exe
----------------------------------------
Microsoft.VisualBasic
   Assembly Version: 10.0.0.0
   Win32 Version: 11.0.50938.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.34108 built by: FX45W81RTMGDR
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
poseidon
   Assembly Version: 0.68.0.0
   Win32 Version: 0.68.0.0
   CodeBase: file:///D:/ArmaTy%C3%B6kansio/ty%C3%B6kalut/Poseidon/poseidon.DLL
----------------------------------------
System.Web
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18446 built by: FX451RTMGDR
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Deployment
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
Accessibility
   Assembly Version: 4.0.0.0
   Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
   CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
   <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Share this post


Link to post
Share on other sites

^^ This also true for me although im happy that the file association is now working, thanks for the update.

Specs:

OS Name Microsoft Windows 7 Home Premium

Version 6.1.7601 Service Pack 1 Build 7601

System Type x64-based PC

Processor Intel® Core i7-3770 CPU @ 3.40GHz, 3401 Mhz, 4 Core(s), 8 Logical Processor(s)

BIOS Version/Date Intel Corporation SLZ7710H.86A.0097.2013.0430.1647, 30/04/2013

SMBIOS Version 2.7

Windows Directory C:\Windows

System Directory C:\Windows\system32

Boot Device \Device\HarddiskVolume2

Hardware Abstraction Layer Version = "6.1.7601.17514"

Installed Physical Memory (RAM) 16.0 GB

Total Physical Memory 16.0 GB

Available Physical Memory 12.9 GB

Total Virtual Memory 31.9 GB

Available Virtual Memory 28.3 GB

Page File Space 16.0 GB

Page File C:\pagefile.sys

Share this post


Link to post
Share on other sites

Could you please include a snipped to generate the private command with all variables inside the script ?

So you dont have to manually enter all of them, that would be great !

Share this post


Link to post
Share on other sites

@Tankbuster, Bumgie, Katipo66

Can you download the following version and give a try?

http://tom4897.info/?attachment_id=2271

You're supposed to get that:

280_thumb_bis_8c44e2367c99b128.jpg

Could you please include a snipped to generate the private command with all variables inside the script ?

So you dont have to manually enter all of them, that would be great !

This is planned, first I need to work on a solution to enable/disable this feature because, for example, I use privatized variable in function off course, but also in other scopes like forEach, if, and other control structures.

Share this post


Link to post
Share on other sites

I too had the same installation issue.

I then copied the 3 files in the hotfix download to the install folder and rerun the installer.exe

Result

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.InvalidCastException: Conversion from string "" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.

at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)

at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)

--- End of inner exception stack trace ---

at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)

at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(Object Value)

at poseidon.main.getPDrivePath()

at install.main.init()

at install.main.main_Load(Object sender, EventArgs e)

at System.EventHandler.Invoke(Object sender, EventArgs e)

at System.Windows.Forms.Form.OnLoad(EventArgs e)

at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

at System.Windows.Forms.Control.CreateControl()

at System.Windows.Forms.Control.WmShowWindow(Message& m)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.Form.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************

mscorlib

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR

CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

----------------------------------------

install

Assembly Version: 1.0.0.1

Win32 Version: 1.0.31.5

CodeBase: file:///E:/Apps/A3Editors/Poseidon/install.exe

----------------------------------------

Microsoft.VisualBasic

Assembly Version: 10.0.0.0

Win32 Version: 12.0.20806.33440 built by: FX45W81RTMREL

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

----------------------------------------

System

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Core

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

----------------------------------------

System.Windows.Forms

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System.Drawing

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

System.Runtime.Remoting

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.34107 built by: FX45W81RTMGDR

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll

----------------------------------------

System.Configuration

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------

System.Xml

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

poseidon

Assembly Version: 0.68.0.0

Win32 Version: 0.68.0.0

CodeBase: file:///E:/Apps/A3Editors/Poseidon/poseidon.DLL

----------------------------------------

System.Web

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.34009 built by: FX45W81RTMGDR

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll

----------------------------------------

System.Deployment

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll

----------------------------------------

************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

For example:

<configuration>

<system.windows.forms jitDebugging="true" />

</configuration>

When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the computer

rather than be handled by this dialog box.

Following image has 3 screenshots.

1st Bug: Occurs on initial attempt at a clean install, eg manually deleted the poseidon install folder and copy in the unpacked new posidon folder

2nd Bug occurs when selecting "Continue"

3rd bug occurs when selecting "Register"

Hope that helps

www.zeus-community.net/temp/poseidonbug1.png

Edited by Terox

Share this post


Link to post
Share on other sites
I too had the same installation issue.

I then copied the 3 files in the hotfix download to the install folder and rerun the installer.exe

Following image has 3 screenshots.

1st Bug: Occurs on initial attempt at a clean install, eg manually deleted the poseidon install folder and copy in the unpacked new posidon folder

2nd Bug occurs when selecting "Continue"

3rd bug occurs when selecting "Register"

Hope that helps

www.zeus-community.net/temp/poseidonbug1.png

Here another version: http://tom4897.info/?attachment_id=2272

I hope this one will be the latest... Off course it helps! It's hard to debug because I don't have these problems, so without your reports, I wouldn't be able to do anything :cool:

Share this post


Link to post
Share on other sites

:

Here another version: http://tom4897.info/?attachment_id=2272

I hope this one will be the latest... Off course it helps! It's hard to debug because I don't have these problems, so without your reports, I wouldn't be able to do anything :cool:

This one fixed it for me, installed with no errors.

Thanks a lot :cheers:

Edited by Terox

Share this post


Link to post
Share on other sites

Just to be sure, you have something like that (with all paths and version)?

280_thumb_bis_8c44e2367c99b128.jpg

You're welcome, glad to read that! I wait for one or two more feedback then if it's all good, I will make an official release :)

Share this post


Link to post
Share on other sites
Just to be sure, you have something like that (with all paths and version)?

Roger, all paths that should be assigned on my rig are correct and all is good

I cant test the P Drive path because i don't have it set up on this rig

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×