Questions tagged [exceptions]
32 questions
73
votes
5 answers
Add permanent SSL certificate exception in Chrome (Linux)
I have a problem with a website that has an SSL certificate which doesn't correspond to the website domain. Chrome gives me a warning for this website (and rightly so), which I have to ignore manually. Every time I restart Chrome, I need to ignore…
raphink
- 3,871
3
votes
1 answer
Accidentally allowed threat in Windows Defender, how do I revoke access?
I'm posting this as a "question" here in the hopes that the 485 people who said "I have the same question" on a locked thread on the MS forums eventually find it and see the answer I just came across, because nowhere else on the internet seems to…
C4pt41nN3m0
- 141
2
votes
0 answers
Visual Studio 2013 not pointing out exceptions?
My VS has stopped telling me where my code errors are so I have no idea how to fix it when it crashes. What it used to do is something like this:
This exception dialog is very helpful. But it's gone for me. When I debug my program now, it just…
Pyroglyph
- 164
2
votes
0 answers
Windows 7 Exception code 0xc0000005 issues
Whenever I try running certain programs (mostly games) they crash out (waiting for response, then wont load), the event log always has the same exception code (0xc0000005) regardless of program.
I have no faith in tech support being quick on helping…
Martin
- 121
2
votes
0 answers
Automatically updating all Device Drivers with powershell - Exception HRESULT: 0x80240044
I started testing around if i could create a powershell script, which would update all device drivers automatically.
After searching for a while, i stumbled across this thread:
How to Automatically update all devices in device manager
The User…
Suishido
- 21
2
votes
1 answer
CertUtil: ERROR_INVALID_ACL (0x80070538) exception when trying to install root certificate on Windows
I have a program that installs a certificate to Trusted Root (with user's consent). However, some of the users are unable to use my software due to an exception that occures whenever a command to add a certificate is executed. It happens both when…
alexalok
- 23
- 4
2
votes
0 answers
Visual Studio – New .Net form designer – File is corrupt. (Exception from HRESULT: 0x8013110E)
When I open or create a .Net form, I get this exception in the designer.
File is corrupt. (Exception from HRESULT: 0x8013110E)
It was working fine but a couple of days ago.
I re-installed Visual Studio, but I still get the same exception.
Is…
TheBirik
- 21
- 4
2
votes
1 answer
How to add folder exceptions to exclude paths from Bitdefender Antivirus Free Edition?
http://www.ghacks.net/2012/12/29/bitdefender-antivirus-free-edition-review/
I cannot find any specific way to bring up a place where I can put paths/ folders that I wish to exclude from BitDefender.…
Alex S
- 1,019
1
vote
2 answers
Windows System Restore - Exceptions?
Bit of an unusual question and one which I think I know the answer to already but thought I would throw it out here to see if anyone else has any ideas.
We operate and install security products for home users, and one concern is that third parties…
suitedupgeek
- 185
1
vote
1 answer
BinScope and ArgumentException: Illegal characters in path
I'm catching a System.ArgumentException: Illegal characters in path when trying to script BinScope from the command line. BinScope is an SDLC audit tool from Microsoft, and the full output is below.
The exception is claiming an illegal character,…
jww
- 12,722
1
vote
1 answer
Fatal error detected in Eclipse when using Xuggle
I was trying to get frames from a video using Xuggle 5.4. The IDE which I use is Eclipse Juno.The last time (which was roughly one months back) when I tried, I got the frames with a gap of 5 seconds, but today when I tried to run the code I got the…
Maximin
- 139
1
vote
0 answers
Visual Studio 2012 Very Slow Typing
I have a problem. After SP1 update, passing some time, VS 2012 becomes very-very slow when typing text. Solution size is not big, PC is quite powerful, it has 16GB of RAM, SSD drive, and i7-2600. I have attached using another VS and I see in…
DaoCacao
- 111
1
vote
1 answer
How can I view the full exception thrown by a script in the shell?
When I'm running my ruby script, I'm getting an exception. However, since I'm running Ubuntu in VMware Fusion, I can't resize my terminal window so I can't see the whole excecption.
How can I view the whole thing?
I've tried
ruby script.rb >…
Ramy
- 1,171
1
vote
1 answer
Where to go to see an exception thrown by a browser based java app
I have a java app that is running in my browser. At a specific point the app will crash. I would like to find the exception that is being thrown (if possible) so I can show it to the support of the company that makes the app.
Is there a standard…
Vaccano
- 6,806
0
votes
1 answer
How to see what application is running from a particular memory address?
I upgraded to Windows 10 recently and I'm getting an NBCore.exe exception box that pops up that says:
The exception unknown software exception 0x40000015 occurred in the application at location 0x000000006F5AD67D.
It seems like a really good place…
JW.
- 557