Search found 108 matches

by gmichaud
Wed Aug 01, 2012 6:17 am
Forum: PrimalScript
Topic: Problem with Debug Elevated
Replies: 12
Views: 5897

Problem with Debug Elevated

SWEET! that seems to work fine. I'll use that. BTW, there's a typo in the 'Elevation' button tooltip. 'ad' should be 'and':
by gmichaud
Wed Aug 01, 2012 5:49 am
Forum: PrimalScript
Topic: Problem with Debug Elevated
Replies: 12
Views: 5897

Problem with Debug Elevated

vbscript. Correct, ctrl-F5 does NOT run elevated, but I don't expect it to. To run elevated (not debug) I choose it from the Run section of the ribbon (no key shortcut). My assumption is that Run elevated and Debug elevated should both work the same. They should bring up the UAC prompt and run/debug...
by gmichaud
Wed Aug 01, 2012 4:42 am
Forum: PrimalScript
Topic: Problem with Debug Elevated
Replies: 12
Views: 5897

Problem with Debug Elevated

Yah, I thought of that afterwards, same thing. No UAC prompt and fails without admin rights. BTW, the new install was v6.5.128
by gmichaud
Wed Aug 01, 2012 4:11 am
Forum: PrimalScript
Topic: Problem with Debug Elevated
Replies: 12
Views: 5897

Problem with Debug Elevated

Confirmed. Same behavior on a VM running win7 Professional SP1 32-bit
by gmichaud
Wed Aug 01, 2012 3:59 am
Forum: PrimalScript
Topic: Problem with Debug Elevated
Replies: 12
Views: 5897

Problem with Debug Elevated

I will install the current version on win7 x86 and let you know.
by gmichaud
Wed Aug 01, 2012 2:23 am
Forum: PrimalScript
Topic: Problem with Debug Elevated
Replies: 12
Views: 5897

Problem with Debug Elevated

I've been trying to debug a script elevated but it doesn't seem to work. I never get the UAC prompt like I do when using Run Elevated, and the script fails on operations that require admin rights. Anyone else seeing this problem? I'm using PS v6.5.127 on Windows 7 Enterprise x64 SP1 Thanks
by gmichaud
Fri Feb 10, 2012 7:22 am
Forum: PrimalScript
Topic: PrimalScript 2011 crashing
Replies: 126
Views: 38533

PrimalScript 2011 crashing

Be careful what you ask for :-)Same crash. *dst could not be evaluated The thread 'Win32 Thread' (0x958) has exited with code 0 (0x0).Unhandled exception at 0x6b7c9e74 (msvcr90.dll) in PrimalScript.exe: 0xC0000005: Access violation reading location 0x000002f2.Call stack: > msvcr90.dll!_wcsicmp(const...
by gmichaud
Fri Feb 10, 2012 6:21 am
Forum: PrimalScript
Topic: PrimalScript 2011 crashing
Replies: 126
Views: 38533

PrimalScript 2011 crashing

No problem. I was just wondering if the two were related. I was gonna get a stack dump, but didn't think you'd need it, since it was the same crash as before. Maybe I'll be able to get one. I'll try to make it crash. how much of the stack trace do you want?
by gmichaud
Fri Feb 10, 2012 6:00 am
Forum: PrimalScript
Topic: PrimalScript 2011 crashing
Replies: 126
Views: 38533

PrimalScript 2011 crashing

just had another crash with .162. Same line in wcsicmp.c as the pre-.159 builds. *dst 0x00000111 <Bad Ptr> CXX0030: Error: expression cannot be evaluated I got it when I scrolled with the mouse wheel. Had ps maximized on my main monitor, 2 files open in 2 vertical tab groups. I had the right file sp...
by gmichaud
Fri Feb 10, 2012 2:29 am
Forum: PrimalScript
Topic: PrimalScript 2011 crashing
Replies: 126
Views: 38533

PrimalScript 2011 crashing

I also have a crash with .161Unhandled exception at 0x5fe0365e (mfc90u.dll) in PrimalScript.exe: 0xC0000005: Access violation reading location 0x00000070. Line 240 in atlsimpstr.h CSimpleStringT( _In_ const CSimpleStringT<BaseType, !t_bMFCDLL>& strSrc ) { CStringData* pSrcData = strSrc.GetData()...