OpenGD77 CPS-HELP

Post Reply
R2ASO
Posts: 3
Joined: Wed Jan 24, 2024 1:22 pm

OpenGD77 CPS-HELP

Post by R2ASO » Sun Feb 04, 2024 6:56 pm

Hello everyone, help me figure out the error and I don’t understand how to overcome it
When reading, it writes the following error Win -7
On another computer everything is ok

************ Exception text **************
System.NullReferenceException: An object reference does not point to an instance of the object.

в Settings.UpdateComponentTextsFromLanguageXmlData(Form form_0)
в DMR.OpenGD77Form.OpenGD77Form_Load(Object sender, EventArgs e)
в System.Windows.Forms.Form.OnLoad(EventArgs e)
в System.Windows.Forms.Form.OnCreateControl()
в System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
в System.Windows.Forms.Control.CreateControl()
в System.Windows.Forms.Control.WmShowWindow(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.Form.WmShowWindow(Message& m)
в System.Windows.Forms.Form.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Загруженные сборки **************
mscorlib
Версия сборки: 4.0.0.0
Версия Win32: 4.8.4110.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
OpenGD77CPS
Версия сборки: 1.2.8078.27675
Версия Win32: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/OpenGD77CPS/OpenGD77CPS.exe
----------------------------------------
System.Windows.Forms
Версия сборки: 4.0.0.0
Версия Win32: 4.8.4110.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Версия сборки: 4.0.0.0
Версия Win32: 4.8.4110.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Версия сборки: 4.0.0.0
Версия Win32: 4.8.3761.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
WeifenLuo.WinFormsUI.Docking
Версия сборки: 3.0.4.0
Версия Win32: 3.0.4.0
CodeBase: file:///C:/Program%20Files%20(x86)/OpenGD77CPS/WeifenLuo.WinFormsUI.Docking.DLL
----------------------------------------
System.Data
Версия сборки: 4.0.0.0
Версия Win32: 4.8.3761.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Core
Версия сборки: 4.0.0.0
Версия Win32: 4.8.4110.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Версия сборки: 4.0.0.0
Версия Win32: 4.8.3761.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Версия сборки: 4.0.0.0
Версия Win32: 4.8.3761.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
mscorlib.resources
Версия сборки: 4.0.0.0
Версия Win32: 4.7.3062.0 built by: NET472REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_ru_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
Версия сборки: 4.0.0.0
Версия Win32: 4.7.3062.0 built by: NET472REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_ru_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
System.Numerics
Версия сборки: 4.0.0.0
Версия Win32: 4.8.3761.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
************** On-line debugging (JIT) **************
To enable online (JIT) debugging, the .config file of this
application or computer (machine.config) must have
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with
debugging

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

When JIT debugging is enabled, any unhandled exception
sent to the JIT debugger registered on this computer,
instead of being processed by this dialog box.
Attachments
big.jpg
big.jpg (203.31 KiB) Viewed 1006 times

VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: OpenGD77 CPS-HELP

Post by VK3KYY » Sun Feb 04, 2024 7:22 pm

What language did you select?

R2ASO
Posts: 3
Joined: Wed Jan 24, 2024 1:22 pm

Re: OpenGD77 CPS-HELP

Post by R2ASO » Sun Feb 04, 2024 7:35 pm

Everything is ok, I chose English again and everything was ok! THANK YOU!

VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: OpenGD77 CPS-HELP

Post by VK3KYY » Sun Feb 04, 2024 7:49 pm

R2ASO wrote:
Sun Feb 04, 2024 7:35 pm
Everything is ok, I chose English again and everything was ok! THANK YOU!
One of the language data files must contain invalid data

Which language did you select?

R2ASO
Posts: 3
Joined: Wed Jan 24, 2024 1:22 pm

Re: OpenGD77 CPS-HELP

Post by R2ASO » Sun Feb 04, 2024 7:55 pm

English everything worked! thanks to all!

User avatar
EA3BIL
Posts: 164
Joined: Sat Nov 16, 2019 12:38 pm
Location: Terrassa. BCN.
Contact:

Re: OpenGD77 CPS-HELP

Post by EA3BIL » Tue Feb 13, 2024 8:53 pm

VK3KYY wrote:
Sun Feb 04, 2024 7:49 pm
R2ASO wrote:
Sun Feb 04, 2024 7:35 pm
Everything is ok, I chose English again and everything was ok! THANK YOU!
One of the language data files must contain invalid data

Which language did you select?
I guess it was .NET 4.8
As far as I can get from the original dump...

VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: OpenGD77 CPS-HELP

Post by VK3KYY » Tue Feb 13, 2024 9:38 pm

EA3BIL wrote:
Tue Feb 13, 2024 8:53 pm
VK3KYY wrote:
Sun Feb 04, 2024 7:49 pm
R2ASO wrote:
Sun Feb 04, 2024 7:35 pm
Everything is ok, I chose English again and everything was ok! THANK YOU!
One of the language data files must contain invalid data

Which language did you select?
I guess it was .NET 4.8
As far as I can get from the original dump...
OK

Becasue the OP didn't answer my question about language, I am no longer willing or able to help them

Post Reply