Digitalchaos
28th Nov 2009, 04:35 PM
Apparently with S3OC, Version=911.25.17.31448, the turtle ini ("s3oc-ini.ttl") is not being looked for in the installation directory (in the constructor for ObjectCloner.MainForm).
1) Copying s3oc-ini.ttl to the desktop (where it was looking for it) allowed the application to startup properly.
2) Cloning -> Normal Objects ... Roof Patters (all working with Base game) and it seems everything else is fine.
System.TypeInitializationException:
{"The type initializer for 'ObjectCloner.MainForm' threw an exception."}
{Inner Exception:
"Could not find file 'C:\\Users\\william\\Desktop\\s3oc-ini.ttl'.":"C:\\Users\\william\\Desktop\\s3oc-ini.ttl"}
Stack Trace:
at ObjectCloner.MainForm..ctor(String[] args)
at ObjectCloner.Program.Main(String[] args)"
Assembly:
"ObjectCloner.MainForm, s3oc, Version=911.25.17.31448, Culture=neutral, PublicKeyToken=null"
1) Copying s3oc-ini.ttl to the desktop (where it was looking for it) allowed the application to startup properly.
2) Cloning -> Normal Objects ... Roof Patters (all working with Base game) and it seems everything else is fine.
System.TypeInitializationException:
{"The type initializer for 'ObjectCloner.MainForm' threw an exception."}
{Inner Exception:
"Could not find file 'C:\\Users\\william\\Desktop\\s3oc-ini.ttl'.":"C:\\Users\\william\\Desktop\\s3oc-ini.ttl"}
Stack Trace:
at ObjectCloner.MainForm..ctor(String[] args)
at ObjectCloner.Program.Main(String[] args)"
Assembly:
"ObjectCloner.MainForm, s3oc, Version=911.25.17.31448, Culture=neutral, PublicKeyToken=null"