Server move complete 2


All my sites have moved from the ultra-cheap and slow dreamhost account to a new and not-cheap account on Host Gator. Everything should now be up and running properly, plus faster and more reliable.

There are a few changes done for the next version of the program, but nothing worth pushing out yet since it’s mostly internal work in preparation for a planned new feature.

I’ve also added a quick check of the current version against the latest on the sourceforge website, so you’ll be notified as soon as a new version is available (assuming that you use it regularly). It’s just a shame I hadn’t done it before 0.6.9, which still gets downloaded hundreds of times more then the latest version every single freaking day.


Leave a Reply to Jonathan Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

2 thoughts on “Server move complete

  • Dwayne

    Just a question… Since switching from Windows ’98 to XP, I can no longer get the right-click `Auto’ copy to clipboard’ function? I have to go to batch conversion, and there the top entry — above Valid Characters — comes up with a blank space. Okay, now — it’s been a while since I’ve tried it — it just seems like it crashes on me with the following message:

    ************** Exception Text **************
    System.ArgumentNullException: Value cannot be null.
    Parameter name: data
    at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
    at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy)
    at JMSoftware.AsciiGeneratorDotNet.FormTextSettings.cmenuAutoCopy_Click(Object sender, EventArgs e)
    at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
    at System.Windows.Forms.MenuItem.MenuItemData.Execute()
    at System.Windows.Forms.Command.Invoke()
    at System.Windows.Forms.Command.DispatchID(Int32 id)
    at System.Windows.Forms.Control.WmCommand(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.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.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    —————————————-
    Ascgen dotNET
    Assembly Version: 1.0.2468.27852
    Win32 Version: 1.0.2468.27852
    CodeBase: file:///C:/Documents%20and%20Settings/KirkD/My%20Documents/Programs/Ascgen2/Ascgen%20dotNET.exe
    —————————————-
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    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.42 (RTM.050727-4200)
    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.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    —————————————-
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    —————————————-

  • Jonathan

    It was lost when I ported it to .net 2.0 because right-click menus aren’t supported by those buttons (and it wasn’t good gui practices to have hidden functions like that anyway). I’ll add an “Edit/Copy ramp” or something to the menu.

    The batch conversion form one works for me without crashing, and I must have deleted that labels string from the resources by accident. I never do batch conversions so I miss this stuff.