cnc@raspberrypi:~/CamBam1.0$ ldd libfade2d.so
das Programm ist nicht dynamisch gelinkt
cnc@raspberrypi:~/CamBam1.0$ ldd libcambam.so
das Programm ist nicht dynamisch gelinkt
cnc@raspberrypi:~/CamBam1.0$
transated:
both not a dynamic executable
if i start cambam from terminal from the folder with ./cambam.sh i got this after hitting the TEXT icon:
System.DllNotFoundException: ./libcambam.so assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) CamBam.UI.FontFamilyPropertyEditor.QS8KjmyUFp()
at CamBam.UI.FontFamilyPropertyEditor.YKvKZSt1f1 () [0x00016] in <37a413fffdef404aa138a0d14e85d3c8>:0
at CamBam.UI.FontFamilyPropertyEditor.GetFamilyList () [0x00000] in <37a413fffdef404aa138a0d14e85d3c8>:0
at CamBam.UI.MTextPropertyEditorDialog..ctor (CamBam.CAD.MText mtext) [0x00017] in <37a413fffdef404aa138a0d14e85d3c8>:0
at (wrapper remoting-invoke-with-check) CamBam.UI.MTextPropertyEditorDialog..ctor(CamBam.CAD.MText)
at CamBam.UI.CamBamUI.zBpqMxoJB4 () [0x0001b] in <37a413fffdef404aa138a0d14e85d3c8>:0
at CamBam.UI.CamBamUI.InsertText () [0x00000] in <37a413fffdef404aa138a0d14e85d3c8>:0
at CamBam.CAD.EntityToolStrip.Tnj6Ww7HFi (System.Object , System.EventArgs ) [0x00005] in <37a413fffdef404aa138a0d14e85d3c8>:0
at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs e) [0x00019] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.ToolStripButton.OnClick (System.EventArgs e) [0x00017] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.ToolStripItem.HandleClick (System.Int32 mouse_clicks, System.EventArgs e) [0x00029] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs e, System.Windows.Forms.ToolStripItemEventType met) [0x00054] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs,System.Windows.Forms.ToolStripItemEventType)
at System.Windows.Forms.ToolStrip.OnMouseUp (System.Windows.Forms.MouseEventArgs mea) [0x00048] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00078] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x001b4] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message& m) [0x00000] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <25c2bdf9d79a43a599eb46bd15cd77fb>:0
i think more and more its a raspberry issue... i use debian 12 with linuxcnc....