Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tguaglia
Partner - Contributor
Partner - Contributor

Scalability Tools QlikView Test Script Generator Crashing

I'm working with the QlikView Scalability Tools v. 8 and every time I attempt to start the QlikViewTestScriptGeneratorGui.exe, the application crashes before the GUI opens.  I've tried both version 7 and 8 of the test script generator and had the same issue.  The truly odd thing is that this is happening on one specific network, across all computers and OS platforms, showing a bad KERNELBASE.dll module.  I've used this utility in 3 other network environments without incident.  Any suggestions or recommendations would be greatly appreciated.

The Windows Event Viewer logs two errors each time the application crashes, shown below:

Error Event 1

Log Name:      Application

Source:        Application Error

Date:          3/24/2015 3:49:56 PM

Event ID:      1000

Task Category: Application Crashing Events

Level:        Error

Keywords:      Classic

User:          N/A

Computer:      US1SAWN01978.wmservice.corpnet1.com

Description:

Faulting application name: QlikViewTestScriptGeneratorGui.exe, version: 0.8.5266.18413, time stamp: 0x538c404a

Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x5315a05a

Exception code: 0xe0434352

Fault offset: 0x000000000000940d

Faulting process id: 0x2ec

Faulting application start time: 0x01d0667415b4a6b1

Faulting application path: C:\Users\gfa82744\Desktop\QlikViewTestScriptGeneratorGui.exe

Faulting module path: C:\Windows\system32\KERNELBASE.dll

Report Id: 5397f0e9-d267-11e4-b166-005056973222

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

  <System>

    <Provider Name="Application Error" />

    <EventID Qualifiers="0">1000</EventID>

    <Level>2</Level>

    <Task>100</Task>

    <Keywords>0x80000000000000</Keywords>

    <TimeCreated SystemTime="2015-03-24T20:49:56.000000000Z" />

    <EventRecordID>1297227</EventRecordID>

    <Channel>Application</Channel>

    <Computer>US1SAWN01978.wmservice.corpnet1.com</Computer>

    <Security />

  </System>

  <EventData>

    <Data>QlikViewTestScriptGeneratorGui.exe</Data>

    <Data>0.8.5266.18413</Data>

    <Data>538c404a</Data>

    <Data>KERNELBASE.dll</Data>

    <Data>6.1.7601.18409</Data>

    <Data>5315a05a</Data>

    <Data>e0434352</Data>

    <Data>000000000000940d</Data>

    <Data>2ec</Data>

    <Data>01d0667415b4a6b1</Data>

    <Data>C:\Users\gfa82744\Desktop\QlikViewTestScriptGeneratorGui.exe</Data>

    <Data>C:\Windows\system32\KERNELBASE.dll</Data>

    <Data>5397f0e9-d267-11e4-b166-005056973222</Data>

  </EventData>

</Event>

Error Event 2

Log Name:      Application

Source:        .NET Runtime

Date:          3/24/2015 3:47:31 PM

Event ID:      1026

Task Category: None

Level:        Error

Keywords:      Classic

User:          N/A

Computer:      US1SAWN01978.wmservice.corpnet1.com

Description:

Application: QlikViewTestScriptGeneratorGui.exe

Framework Version: v4.0.30319

Description: The process was terminated due to an unhandled exception.

Exception Info: System.IO.FileLoadException

Stack:

  at qv.ProgramManager..ctor()

  at qv.Program.Main()

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

  <System>

    <Provider Name=".NET Runtime" />

    <EventID Qualifiers="0">1026</EventID>

    <Level>2</Level>

    <Task>0</Task>

    <Keywords>0x80000000000000</Keywords>

    <TimeCreated SystemTime="2015-03-24T20:47:31.000000000Z" />

    <EventRecordID>1297224</EventRecordID>

    <Channel>Application</Channel>

    <Computer>US1SAWN01978.wmservice.corpnet1.com</Computer>

    <Security />

  </System>

  <EventData>

    <Data>Application: QlikViewTestScriptGeneratorGui.exe

Framework Version: v4.0.30319

Description: The process was terminated due to an unhandled exception.

Exception Info: System.IO.FileLoadException

Stack:

  at qv.ProgramManager..ctor()

  at qv.Program.Main()

</Data>

  </EventData>

</Event>

1 Solution

Accepted Solutions
Not applicable


1398983350.png
Thanks for the tip on unblocking the QVScriptGenTool.zip file in Windows before using unzip. That fixed the .exe crashing issue.

Reposted from: sfg Nov 19, 2014 5:44 AM (in response to Darius Pranskus )

Hi Darius,

We have seen that error before. If you use windows built in unzip functionality you need to unblock the zip file first ((properties -> unblock). Alternatively unzip the package with with another tool (for example 7zip).

That should do it, if not you could try and update to latest .net version.

Cheers

/sebastian

View solution in original post

2 Replies
Not applicable


1398983350.png
Thanks for the tip on unblocking the QVScriptGenTool.zip file in Windows before using unzip. That fixed the .exe crashing issue.

Reposted from: sfg Nov 19, 2014 5:44 AM (in response to Darius Pranskus )

Hi Darius,

We have seen that error before. If you use windows built in unzip functionality you need to unblock the zip file first ((properties -> unblock). Alternatively unzip the package with with another tool (for example 7zip).

That should do it, if not you could try and update to latest .net version.

Cheers

/sebastian

Marc
Employee
Employee

As a Shortcut, change the Path of $ExtractFolder to where you have extracted the files and this will recursively unblock any files that are blocked.

$ExtractFolder = "C:\temp\scalabilitytools-4.2.1"

Get-ChildItem -Recurse -Path $ExtractFolder\|Unblock-File