![]() |
Re: FusionEdit v0.1
You may want to upload this to FIRST Software Repository when it is all finished.
|
Re: FusionEdit v0.1
Quote:
|
Re: FusionEdit v0.1
Quote:
|
Re: FusionEdit v0.1
Quote:
And if you wanted to put it in the kit, that would require all sorts of approval from the higher-ups, and it would have to work perfectly or near-perfectly, unless you want hundreds of emails/forum posts complaining about how it won't work for whatever reason. |
Re: FusionEdit v0.1
Quote:
|
Re: FusionEdit v0.1
Quote:
|
Re: FusionEdit v0.1
Alright, the SourceForge site is up!
Website: http://fusionedit.sourceforge.net SourceForge Project site: http://sourceforge.net/projects/fusionedit |
Re: FusionEdit v0.1
Quote:
One small problem - you need to distribute the GPL with the source code. |
Re: FusionEdit v0.1
Quote:
|
Re: FusionEdit v0.1
So I went to test the program some more, and it wouldn't run. :ahh:
I went and tried to run it from source so I could find the problem, and I found that when the code tried to find my computers IP it found "::1". I can ping this address, but the software throws an incompatible IP address exception. Is this a firewall problem? EDIT: Exception data. System.Net.Sockets.SocketException was unhandled Message="An address incompatible with the requested protocol was used" Source="System" ErrorCode=10047 NativeErrorCode=10047 StackTrace: at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at FusionEdit.FusionServer.Initialize() in C:\Documents and Settings\Eric Haskins\Desktop\Source\Source\FusionServer.cs:line 59 at FusionEdit.FusionServerForm..ctor(String[] Arguments) in C:\Documents and Settings\Eric Haskins\Desktop\Source\Source\FusionServerForm.cs: line 38 at FusionEdit.StartupForm.ServerButton_Click(Object sender, EventArgs arguments) in C:\Documents and Settings\Eric Haskins\Desktop\Source\Source\StartupForm.cs:line 55 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.SendMessa ge(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.Control.SendMessage(Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.Control.ReflectMessageInterna l(IntPtr hWnd, Message& m) at System.Windows.Forms.Control.WmCommand(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m) at System.Windows.Forms.ContainerControl.WndProc(Mess age& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.CallWindo wProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.NativeWindow.DefWndProc(Messa ge& m) at System.Windows.Forms.Control.DefWndProc(Message& m) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallba ck(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.DispatchM essageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager. System.Windows.Forms.UnsafeNativeMethods.IMsoCompo nentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.Run MessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.Run MessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at FusionEdit.Startup.Main(String[] Arguments) in C:\Documents and Settings\Eric Haskins\Desktop\Source\Source\Startup.cs:line 21 at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.Run UsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context( Object state) at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() |
Re: FusionEdit v0.1
Quote:
|
Re: FusionEdit v0.1
When I looked at the code I found that I was getting an array of IP addresses, and the code only tried to use the first one. I rewrote the code so if the first one fails then it looks to next, then the next, ect.
The IPv4 vs. IPv6 incompatibility could be the problem, but I know I made it work so its ok for now. :rolleyes: |
| All times are GMT -5. The time now is 19:41. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi