Publishing Solution (PS) Problems since FLEX 6--help

8 views
Skip to first unread message

Sargon Hasso

unread,
Dec 2, 2009, 7:37:31 PM12/2/09
to flex...@googlegroups.com

I am getting this error as soon as I launch PS (outside of FLEX)

cid:image001.png@01CA737C.D33671A0

 

Further, I am getting this error:

cid:image002.png@01CA737C.D33671A0

 

w/ details copied here. This occurs any time I click on any menu item.

 

 

 

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 reference not set to an instance of an object.

   at SIL.Tool.Localization.LocDB.GetLocItem(String[] vGroupID, String sItemID, String sEnglish) in E:\btai\PublishingSolution\PsTool\Localization\JW_Localization.cs:line 2202

   at SIL.Tool.Localization.LocDB.GetValue(String[] vGroupID, String sItemID, String sEnglish, String sLanguage, String[] vsInsert) in E:\btai\PublishingSolution\PsTool\Localization\JW_Localization.cs:line 2253

   at SIL.Tool.Localization.LocDB.Localize(Form form, Control[] vExclude) in E:\btai\PublishingSolution\PsTool\Localization\JW_Localization.cs:line 1999

   at SIL.PublishingSolution.NewPublication.NewPublication_Load(Object sender, EventArgs e) in E:\btai\PublishingSolution\PublishingSolutionExe\NewPublication.cs:line 83

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

   at System.Windows.Forms.Form.OnCreateControl()

   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.ScrollableControl.WndProc(Message& m)

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

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

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

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

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

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

 

 

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

mscorlib

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3603 (GDR.050727-3600)

    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

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

PublishingSolution

    Assembly Version: 1.5.13.1628

    Win32 Version: 1.5.13.1628

    CodeBase: file:///C:/Program%20Files%20(x86)/SIL/PublishingSolution/PublishingSolution.exe

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

System.Windows.Forms

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

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

System

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

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

System.Drawing

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

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

PsTool

    Assembly Version: 1.5.13.1616

    Win32 Version: 1.5.13.1616

    CodeBase: file:///C:/Program%20Files%20(x86)/SIL/PublishingSolution/PsTool.DLL

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

CssDialog

    Assembly Version: 1.5.13.1628

    Win32 Version: 1.5.13.1628

    CodeBase: file:///C:/Program%20Files%20(x86)/SIL/PublishingSolution/CssDialog.DLL

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

System.Xml

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3074 (QFE.050727-3000)

    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.

 

 

image001.png
image002.png

David Baines

unread,
Dec 3, 2009, 6:52:34 AM12/3/09
to flex...@googlegroups.com, flex_...@sil.org
Hello Sargon,

Thanks for this error report, we appreciate receiving them. I'll investigate this a bit further and reply off list.

Errors that are related to FLEx are best reported to flex_...@sil.org

The PublishingSolutions project has a website on google code where one can report problems like this directly to the team.
The website is:   http://code.google.com/p/typeset-dictionary/issues

All the best,
David Baines.


Sargon Hasso wrote:

I am getting this error as soon as I launch PS (outside of FLEX)

 <Image removed>

Further, I am getting this error:

<Image removed>

GregT

unread,
Dec 3, 2009, 2:57:02 PM12/3/09
to FLEx list, Sargon Hasso
The old settings file on your system is not validating with the
recently installed program. Normally this should be fixed by starting
the program with the shift held down (to remove this old settings
file). Another solution is to remove (or rename) the folder C:
\ProgramData\SIL\PublishingSolutions (or at least C:\ProgramData\SIL
\PublishingSolutions\Loc since it has the localization information).
Then I think the program will work for you again.

On Dec 2, 6:37 pm, "Sargon Hasso" <sargon...@gmail.com> wrote:
> I am getting this error as soon as I launch PS (outside of FLEX)
>
> cid:image0...@01CA737C.D33671A0
>
> Further, I am getting this error:
>
> cid:image0...@01CA737C.D33671A0
> <file:///C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll>
>
> ----------------------------------------
>
> PublishingSolution
>
>     Assembly Version: 1.5.13.1628
>
>     Win32 Version: 1.5.13.1628
>
>     CodeBase:
> file:///C:/Program%20Files%20(x86)/SIL/PublishingSolution/PublishingSolution
> .exe
> <file:///C:\Program%20Files%20(x86)\SIL\PublishingSolution\PublishingSolutio
> n.exe>
>
> ----------------------------------------
>
> System.Windows.Forms
>
>     Assembly Version: 2.0.0.0
>
>     Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
>
>     CodeBase:
> file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561
> 934e089/System.Windows.Forms.dll
> <file:///C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c56
> 1934e089\System.Windows.Forms.dll>
>
> ----------------------------------------
>
> System
>
>     Assembly Version: 2.0.0.0
>
>     Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
>
>     CodeBase:
> file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System
> .dll
> <file:///C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\Syste
> m.dll>
>
> ----------------------------------------
>
> System.Drawing
>
>     Assembly Version: 2.0.0.0
>
>     Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
>
>     CodeBase:
> file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3
> a/System.Drawing.dll
> <file:///C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a
> 3a\System.Drawing.dll>
>
> ----------------------------------------
>
> PsTool
>
>     Assembly Version: 1.5.13.1616
>
>     Win32 Version: 1.5.13.1616
>
>     CodeBase:
> file:///C:/Program%20Files%20(x86)/SIL/PublishingSolution/PsTool.DLL
> <file:///C:\Program%20Files%20(x86)\SIL\PublishingSolution\PsTool.DLL>
>
> ----------------------------------------
>
> CssDialog
>
>     Assembly Version: 1.5.13.1628
>
>     Win32 Version: 1.5.13.1628
>
>     CodeBase:
> file:///C:/Program%20Files%20(x86)/SIL/PublishingSolution/CssDialog.DLL
> <file:///C:\Program%20Files%20(x86)\SIL\PublishingSolution\CssDialog.DLL>
>
> ----------------------------------------
>
> System.Xml
>
>     Assembly Version: 2.0.0.0
>
>     Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
>
>     CodeBase:
> file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/Sy
> stem.Xml.dll
> <file:///C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\S
> ystem.Xml.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.
>
>  image001.png
> 28KViewDownload
>
>  image002.png
> 31KViewDownload

GregT

unread,
Dec 22, 2009, 12:30:15 PM12/22/09
to FLEx list
Sargon responded:
I was able to resolve the issue. Renaming back to SIL did not quite
resolve the issue, which by the way I tried it before posting the
problem. Here are the steps that I took that created the problem.
1) renamed SIL to SIL--
2) Started Publishing Solution (this by the way fixed my original PS
problem—holding down shift and launching the program did not do it!)
and this created a new SIL folder
3) stated Flex and this is when it complained but I believe it
complained because the SIL\Data folder was not there [when I renamed
SIL to SIL--, ran PS, PS created a new folder SIL with program data
specific to PS).

Apparently, when I renamed the ProgramData\SIL to ProgramData\SIL--,
FLEX folder in Program files was also renamed SIL--\fieldworks\...
(see this message that I received from Windows):
(image)
For some reason, I don’t know how, the program files folder was also
changed to SIL—
So I renamed this folder back to SIL to match the programData\SIL and
this did it!

Reply all
Reply to author
Forward
0 new messages