http://murga-linux.com/puppy/viewtopic. ... 99&t=40567
Then I converted it so sfs would be compatible with tahrpup 6.0.2 with 'packit' utility (by unpacking it and making it into sfs)
When I ran mono develop, it got these errors:
Code: Select all
monodevelop
WARNING: Cannot find Mozilla directory containing libgtkembedmoz.so. Some Addins may not be able to function. Please set MOZILLA_FIVE_HOME to your Mozilla directory.
(MonoDevelop:10060): GdkPixbuf-CRITICAL **: gdk_pixbuf_composite: assertion 'dest_x >= 0 && dest_x + dest_width <= dest->width' failed
(MonoDevelop:10060): GdkPixbuf-CRITICAL **: gdk_pixbuf_composite: assertion 'dest_x >= 0 && dest_x + dest_width <= dest->width' failed
(MonoDevelop:10060): GdkPixbuf-CRITICAL **: gdk_pixbuf_composite: assertion 'dest_x >= 0 && dest_x + dest_width <= dest->width' failed
WARNING [2015-05-08 00:40:47Z]: Gtk-Warning: Error parsing context info in '/usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/immodules.cache'
"/usr/lib/i386-linux-gnu/gtk-2.0/immodules/im-scim.so"
Stack trace:
at Gtk.Container.Add(Gtk.Widget widget)
at MonoDevelop.Ide.Gui.Pads.DefaultMonitorPad..ctor(System.String typeTag, System.String icon, Int32 instanceNum)
at MonoDevelop.Ide.Gui.ProgressMonitorManager.CreateMonitorPad(System.String title, System.String icon, Boolean bringToFront, Boolean allowMonitorReuse, Boolean show)
at MonoDevelop.Ide.Gui.ProgressMonitorManager.Initialize()
at System.Runtime.Remoting.RemotingServices.InternalExecute(System.Reflection.MethodBase , System.Object , System.Object[] , System.Object[] ByRef )
at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage(System.MarshalByRefObject target, IMethodCallMessage reqMsg)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(IMessage msg)
at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage(IMessage msg)
at MonoDevelop.Core.Gui.SyncContextDispatchSink.DispatchMessage(System.Object data)
at MonoDevelop.Core.Gui.GuiSyncContext.Dispatch(MonoDevelop.Core.Gui.StatefulMessageHandler cb, System.Object ob)
at MonoDevelop.Core.Gui.SyncContextDispatchSink.SyncProcessMessage(IMessage msg)
at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage(IMessage msg)
at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(IMessage msg)
at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage(IMessage msg)
at System.Runtime.Remoting.Messaging.ClientContextTerminatorSink.SyncProcessMessage(IMessage msg)
at System.Runtime.Remoting.Messaging.EnvoyTerminatorSink.SyncProcessMessage(IMessage msg)
at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(IMessage request)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception ByRef exc, System.Object[] ByRef out_args)
at System.Object.__icall_wrapper_mono_remoting_wrapper(IntPtr , IntPtr )
at MonoDevelop.Ide.Gui.Workbench.Show(System.String workbenchMemento)
at MonoDevelop.Ide.Gui.IdeApp.Initialize(IProgressMonitor monitor)
at MonoDevelop.Ide.Gui.IdeStartup.Run(System.String[] args)
at MonoDevelop.Startup.SharpDevelopMain.Main(System.String[] args)
WARNING [2015-05-08 00:40:47Z]: Welcome Page news file could not be downloaded.
System.Net.WebException: Error: NameResolutionFailure
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000]
at System.Net.HttpWebRequest.GetResponse () [0x00000]
at MonoDevelop.WelcomePage.WelcomePageView.updateNewsXmlThread () [0x00000]
Code: Select all
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> GConf.NoSuchKeyException: Key '/desktop/gnome/interface/monospace_font_name' not found in GConf
at GConf.Client.Get (System.String key) [0x00000]
at MonoDevelop.Platform.GnomePlatform.get_DefaultMonospaceFont () [0x00000]
at MonoDevelop.SourceEditor.DefaultSourceEditorOptions.get_FontName () [0x00000]
at Mono.TextEditor.TextEditorOptions.get_Font () [0x00000]
at MonoDevelop.SourceEditor.StyledSourceEditorOptions.get_Font () [0x00000]
at Mono.TextEditor.IconMargin.OptionsChanged () [0x00000]
at Mono.TextEditor.TextEditor.OptionsChanged (System.Object sender, System.EventArgs args) [0x00000]
at MonoDevelop.SourceEditor.ExtensibleTextEditor.OptionsChanged (System.Object sender, System.EventArgs args) [0x00000]
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000]
at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000]
at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000]
at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000]
at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000]
at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000]
at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000]
Code: Select all
GConf.NoSuchKeyException: Key '/desktop/gnome/interface/monospace_font_name' not found in GConf
at GConf.Client.Get (System.String key) [0x00000]
at MonoDevelop.Platform.GnomePlatform.get_DefaultMonospaceFont () [0x00000]
at MonoDevelop.SourceEditor.DefaultSourceEditorOptions.get_FontName () [0x00000]
at Mono.TextEditor.TextEditorOptions.get_Font () [0x00000]
at MonoDevelop.SourceEditor.StyledSourceEditorOptions.get_Font () [0x00000]
at Mono.TextEditor.TextViewMargin+VisualLocationTranslator.VisualToDocumentLocation (Int32 xp, Int32 yp) [0x00000]
at Mono.TextEditor.TextViewMargin.VisualToDocumentLocation (Int32 xp, Int32 yp) [0x00000]
at Mono.TextEditor.TextEditor.VisualToDocumentLocation (Int32 x, Int32 y) [0x00000]
at Mono.TextEditor.TextEditor.ShowTooltip (ModifierType modifierState) [0x00000]
at Mono.TextEditor.TextEditor+<UpdateTooltip>c__AnonStorey16.<>m__1D () [0x00000]
at GLib.Timeout+TimeoutProxy.Handler () [0x00000]
how to resolve this ? any help is much appreciated.