Hexxellor

Results 2 issues of Hexxellor

In the code a new ExtractionProgress object is created in Wixtracts.cs like this: `progress = new ExtractionProgress(progressCallback, filesToExtract.Length); ` However, this assumes it should set the progress bar maximum value...

bug
help wanted
good first issue

Opening the about box seems to be a blocking operation and until you close the box the data you're sending/receiving seems to be stopped. To reproduce (just one example): 1....

bug
wontfix