Custom Query (202 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 202)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#39 fixed Crash on saving package from test PME jasper jasper

Reported by jasper, 3 years ago.

Description

Test PME invalidly initializes an array of constants

#40 fixed PMC registration fails for all users jasper jasper

Reported by jasper, 3 years ago.

Description

PMC registration fails for all users.

This statement

merge the writer key

(isAllUsers)?rootKey->allUsers:rootKey->currentUser=hive;

is not executed correctly, due to apparent operator precedence issues. After fixing with an additional pair of brackets it works as expected:

((isAllUsers)?rootKey->allUsers:rootKey->currentUser)=hive;

#41 fixed Cannot find visual studio (while trying to locate VSTest.Console.exe) jasper michelpons

Reported by michelpons, 3 years ago.

Description

Using commit 138, launched makedistribution.py. Got the following error:

File "C:\Users\CTO\Documents\colan_cobia\makedistribution.py", line 214, in <module>

raise RuntimeError?('Cannot find visual studio (while trying to locate VSTest.Console.exe)')

RuntimeError?: Cannot find visual studio (while trying to locate VSTest.Console.exe)

while vstest.console.exe exists on the machine at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions?\Microsoft\TestWindow?

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.