Jump to content
Ketarin forum

Ketarin 0.9.9.22 beta


floele
 Share

Recommended Posts

  • Replies 111
  • Created
  • Last Reply

Top Posters In This Topic

So Sauerkraut does not meet your taste? I suppose that's the typical German food, but I hate it...

Hey, I *love* sauerkraut! Unfortunately, I'm a "Heinz 57" (non-Americans, look that up) and don't have much of my family geneology, but I've seen enough evidence to convince me a German got involved somewhere back in there :-p

 

OK I'll redownload the debug version and try again... be right back. <clock ticking>

 

</clock ticking> I'm back. With the directory renamed back to the 'original 0.9.9.22 name, and the newest debug Ketarin, here's the skinny:

 

An unhandled exception occured and Ketarin needs to be closed.

 

System.PlatformNotSupportedException: This operation is only supported on Windows 2000 SP3 or later operating systems.

at System.Security.Principal.SecurityIdentifier..ctor(WellKnownSidType sidType, SecurityIdentifier domainSid)

at System.Diagnostics.SharedUtils.EnterMutexWithoutGlobal(String mutexName, Mutex& mutex)

at System.Diagnostics.SharedPerformanceCounter.GetCounter(String counterName, String instanceName, Boolean enableReuse, PerformanceCounterInstanceLifetime lifetime)

at System.Diagnostics.SharedPerformanceCounter..ctor(String catName, String counterName, String instanceName, PerformanceCounterInstanceLifetime lifetime)

at System.Diagnostics.PerformanceCounter.Initialize()

at System.Diagnostics.PerformanceCounter.set_RawValue(Int64 value)

at System.Net.NetworkingPerfCounters.Initialize()

at System.Net.Configuration.SettingsSectionInternal..ctor(SettingsSection section)

at System.Net.Configuration.SettingsSectionInternal.get_Section()

at System.Net.ServicePointManager.set_CheckCertificateRevocationList(Boolean value)

at Ketarin.Updater.DoDownload(ApplicationJob job, Uri urlToRequest) in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\Ketarin\Updater.cs:line 512

at Ketarin.Updater.DoDownload(ApplicationJob job, String& requestedUrl) in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\Ketarin\Updater.cs:line 497

at Ketarin.Updater.StartNewThread(Object paramJob) in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\Ketarin\Updater.cs:line 395

at System.Threading.ThreadHelper.ThreadStart_Context(Object state)

at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

at System.Threading.ThreadHelper.ThreadStart(Object obj)

 

 

With the directory name still like the original name, Ketarin will not load the webpages for variables at all (I get a pop-up "error" titled message, "The contents of the webpage could not be loaded".)

 

So to check on the variable highlighting issue, I had to rename the directory first. The highlighting still only occurs for the first variable and not for the next two, in my posted example.

 

Helpful?

Link to comment
Share on other sites

I'm still testing lastest build, but I have another idea.

 

How about a "Export as template..." option just below "Export all..." ? This option would:

1) Remove the entire Guid

2) Reset <DownloadDate> to <DownloadDate xsi:nil="true" />

3) Reset <LastUpdated> to <LastUpdated xsi:nil="true" />

4) Remove the entire <PreviousLocation> line

5) Reset <ExecuteCommand> to <ExecuteCommand />

 

I just keep doing these over n over... =)

Link to comment
Share on other sites

I'm still testing lastest build, but I have another idea.

 

How about a "Export as template..." option just below "Export all..." ? This option would:

1) Remove the entire Guid

2) Reset <DownloadDate> to <DownloadDate xsi:nil="true" />

3) Reset <LastUpdated> to <LastUpdated xsi:nil="true" />

4) Remove the entire <PreviousLocation> line

5) Reset <ExecuteCommand> to <ExecuteCommand />

Sounds GOOD to me as long as we don't overwhelm Flo. ;)
Link to comment
Share on other sites

I'm still testing lastest build' date=' but I have another idea.

 

How about a "Export as template..." option just below "Export all..." ? This option would:

1) Remove the entire Guid

2) Reset <DownloadDate> to <DownloadDate xsi:nil="true" />

3) Reset <LastUpdated> to <LastUpdated xsi:nil="true" />

4) Remove the entire <PreviousLocation> line

5) Reset <ExecuteCommand> to <ExecuteCommand />[/quote']Sounds GOOD to me as long as we don't overwhelm Flo. ;)

Agreed =), I just said I had an idea, not demanding anything. ;)

Link to comment
Share on other sites

@Flo I'm still using the (last I'm aware of) debug version of Ketarin.

 

I just received a WatchThatPage email notification that CCleaner had a new version out, but Ketarin wasn't picking it up (vis a vis my thread on "independent verification").

 

I was using a FileHippo ID but for whatever reason it was not serving up the new version even though File Hippo has got the new version...

 

I decided the heck with FileHippo and just now editing my Ketarin entry for CCleaner to use the CCleaner site instead.

 

I pasted in a new download URL from the CCleaner site (and the radio button did switch over to it from FileHippo ID). Then on in to edit my variables. I pasted in a new URL for my vers variable to scrape and clicked "load". The page loaded.

 

The previous scrape used a regex. But Ketarin's default when loading a new page is to move the radio button to "content from URL (start/end)" which it did. Since I still want a regex, I clicked the middle radio button to put it back to using a regex.

 

As soon as I clicked this Unhandled Exception pop-up box came up:

 

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

 

************** Exception Text **************

System.ArgumentNullException: Value cannot be null.

Parameter name: pattern

at System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, Boolean useCache)

at System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options)

at Ketarin.Forms.EditVariablesDialog.RefreshRtfFormatting() in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\Ketarin\Forms\EditVariablesDialog.cs:line 495

at Ketarin.Forms.EditVariablesDialog.SetRtfContent() in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\Ketarin\Forms\EditVariablesDialog.cs:line 268

at Ketarin.Forms.EditVariablesDialog.UpdateInterface() in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\Ketarin\Forms\EditVariablesDialog.cs:line 214

at Ketarin.Forms.EditVariablesDialog.rbContentUrlRegex_CheckedChanged(Object sender, EventArgs e) in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\Ketarin\Forms\EditVariablesDialog.cs:line 308

at System.Windows.Forms.RadioButton.OnCheckedChanged(EventArgs e)

at System.Windows.Forms.RadioButton.set_Checked(Boolean value)

at System.Windows.Forms.RadioButton.OnClick(EventArgs e)

at System.Windows.Forms.RadioButton.OnMouseUp(MouseEventArgs mevent)

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.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.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

----------------------------------------

Ketarin

Assembly Version: 0.9.9.22

Win32 Version: 0.9.9.22

CodeBase: file:///D:/Program_Files_NOINST/Ketarin-0.9.9.22c/Ketarin.exe

----------------------------------------

System.Windows.Forms

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

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.1433 (REDBITS.050727-1400)

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.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

System.Data

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll

----------------------------------------

System.Data.SQLite

Assembly Version: 1.0.58.0

Win32 Version: 1.0.58.0

CodeBase: file:///D:/Program_Files_NOINST/Ketarin-0.9.9.22c/System.Data.SQLite.DLL

----------------------------------------

System.Transactions

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll

----------------------------------------

System.Design

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll

----------------------------------------

System.Xml

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Web

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll

----------------------------------------

System.Configuration

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------

System.EnterpriseServices

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll

----------------------------------------

Accessibility

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

----------------------------------------

yo-ti8xq

Assembly Version: 0.9.9.22

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

ar1jumh7

Assembly Version: 0.9.9.22

Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

 

************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

 

For example:

 

<configuration>

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

</configuration>

 

When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the computer

rather than be handled by this dialog box.

 

 

Is this already covered by one of the newer updates to Ketarin? If not then FYI. :-)

 

--appyface

 

P.S. I did get a continue or quit option on this pop-up, I chose continue and I'm still in the variable pane, with the regex radio button. I'll continue my editing and see if there are any more problems.

Edited by appyface
Link to comment
Share on other sites

@FranciscoR:

 

Regarding the highlighting: Works fine for me. If I insert the regular expression and then press Ctrl+G, I can see the highlighted area.

OK, I have just tested latest build with all my other regexes and I don't have that problem anymore. Ctrl+G does the trick (when needed).

 

I just received a WatchThatPage email notification that CCleaner had a new version out, but Ketarin wasn't picking it up (vis a vis my thread on "independent verification").

 

I was using a FileHippo ID but for whatever reason it was not serving up the new version even though File Hippo has got the new version...

That should be fixed now. I was updating directly from Piriform but only getting new version number... because file was not updated in server. Ketarin is really a new experience, yesterday, before Nir Sofer had the time to update is "What's new" section (does Ketarin use the Filehippo "Latest Software Updates" page to track updates ?), Ketarin updated 4 apps to new version; flawless. =)

Edited by FranciscoR
Link to comment
Share on other sites

I've found an issue with a latest 022. When you have two app entries with the same name and delete one of them both get deleted. And in case you re-add an entry with that name the second one magically appears to be back leaving you in an endless "can't have less then two entries" cycle until you restart Ketarin.

 

Another issue is with the online database. There's an entry labeled "Revo Uninstaller Portable" and when I want to "re-share" my non-portable version labeled just Revo Uninstaller Ketarin asks me to specify a different name. I just clicked OK but actually have no idea if it was shared or not. And after a few times of clicking OK I got this exception:


************** Текст исключения **************
System.Net.WebException: Base connection closed: Connection which should be working was interrupted by the server.
  в System.Net.HttpWebRequest.GetResponse()
  в CookComputing.XmlRpc.XmlRpcClientProtocol.GetWebResponse(WebRequest request)
  в CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, MethodInfo mi, Object[] parameters)
  в CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(MethodInfo mi, Object[] Parameters)
  в XmlRpcProxyb8268908-6425-4668-b2d5-4d09c16a8197.GetSimilarApplications(String searchSubject, String appGuid)
  в Ketarin.Forms.ApplicationJobDialog.bOK_Click(Object sender, EventArgs e)
  в System.Windows.Forms.Control.OnClick(EventArgs e)
  в System.Windows.Forms.Button.OnClick(EventArgs e)
  в System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  в System.Windows.Forms.Control.WndProc(Message& m)
  в System.Windows.Forms.ButtonBase.WndProc(Message& m)
  в System.Windows.Forms.Button.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
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Ketarin
   Версия сборки: 0.9.9.22
   Версия Win32: 0.9.9.22
   CodeBase: file:///C:/Users/Администратор/Desktop/Ketarin/Ketarin.exe
----------------------------------------
System.Windows.Forms
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Data.SQLite
   Версия сборки: 1.0.58.0
   Версия Win32: 1.0.58.0
   CodeBase: file:///C:/Users/Администратор/Desktop/Ketarin/System.Data.SQLite.DLL
----------------------------------------
System.Transactions
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Design
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
System.Xml
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Web
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Configuration
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.EnterpriseServices
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
System.Windows.Forms.resources
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.1434 (REDBITS.050727-1400)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_ru_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Accessibility
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
XmlRpcProxyb8268908-6425-4668-b2d5-4d09c16a8197
   Версия сборки: 0.9.9.22
   Версия Win32: 0.9.9.22
   CodeBase: file:///C:/Users/Администратор/Desktop/Ketarin/Ketarin.exe
----------------------------------------
kp6fww2s
   Версия сборки: 0.9.9.22
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
5yep6kqs
   Версия сборки: 0.9.9.22
   Версия Win32: 2.0.50727.3053 (netfxsp.050727-3000)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.resources
   Версия сборки: 2.0.0.0
   Версия Win32: 2.0.50727.1434 (REDBITS.050727-1400)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.resources/2.0.0.0_ru_b77a5c561934e089/System.resources.dll
----------------------------------------

Edited by Stalker
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.