Skip to main content

Questions tagged [error-correction]

The tag has no usage guidance.

0 votes
0 answers
322 views

How to fix "unhandled exception has occured in the application" error while launching games like Batman Arkham Asylum

I installed Batman Arkham Asylum from GOG.com. Whenever I try to launch the game, it shows an error "unhandled exception has occured in the .NET Framework." I have tried rebooting my laptop ...
Afnaan2701's user avatar
1 vote
0 answers
7k views

Windows 10 can't access other PCs in LAN

I've been having trouble for several days with a PC (let's call it "PC1") with Windows 10 Enterprise on an AsRock A55M-VS. Why enterprise you may ask? Because I already tried Pro, Home and ...
Lucas Fernandez's user avatar
15 votes
1 answer
6k views

Why simply moving the coax cable away from power panel can have such huge difference in errors?

I wonder whether anyone has experienced this. My coax cable drop from the cable company emerged through my basement wall close to my power circuit breaker panel. Initially I hooked up the coax cable ...
GratefulDisciple's user avatar
-2 votes
1 answer
5k views

Error: Manifest version 2 is deprecated, and support will be removed in 2023 - Bypass Paywalls Clean 3.1.7.7

I'd like to know if there is a way to overcome the following error of the google chrome extension "Bypass Paywalls Chrome Clean" and it doesn't work as before: I tried to install the last ...
Gennaro Arguzzi's user avatar
1 vote
1 answer
1k views

VScode not showing errors in real time

Is there any way to set VScode in a way that it shows errors in real time? So far I can only see them after compiling. I'm running VScode with WSL and I have C/C++ themes installed. I already made ...
c.leblanc's user avatar
  • 111
4 votes
0 answers
2k views

Understanding MCE errors on Linux

I got an MCE hardware error on Linux. I used rasdaemon to log all errors. Here is what ras-mc-ctl --errors prints me 41 2023-01-03 10:50:51 +0100 error: Corrected error, no action required., CPU 2, ...
Jakub's user avatar
  • 41
1 vote
1 answer
864 views

Same URL, different QR code - which is better?

I have used a few different online QR code generator sites to create static QR codes (I never do dynamic - I don't need any of their "features" and I don't want them tracking my visitors). ...
OsakaWebbie's user avatar
0 votes
1 answer
38 views

What does this screen mean?

I attempted to go to google sites to create a website for my aerospace company and I got this: does anyone have anything that could help or get rid of it? (If it is of any help, I am using google ...
Deko Revinio's user avatar
2 votes
0 answers
513 views

Specific Website gives PR_CONNECT_RESET_ERROR or equivalent in Firefox, Chrome, and Safari

I am trying to access a site that is only accessible through my work VPN. I've tried Firefox and Chrome in both normal and incognito/personal modes and receive connection_reset error. In Safari, I ...
ksmith's user avatar
  • 21
2 votes
1 answer
10k views

How can i fix connection timed out on kali linux?

┌──(kali㉿kali)-[~] └─$ sudo apt-get update [sudo] password for kali: Get:1 http://deb.i2p2.no unstable InRelease [19.7 kB] Ign:2 http://http.kali.org/kali kali-rolling InRelease ...
anonymous's user avatar
3 votes
1 answer
369 views

Add error correction information to piped tar stream

I'm using Amazon S3 Glacier Deep Archive to store backups on my Ubuntu machine. My workflow basically boils down to: tar cf - $FILES | gzip -3 --stdout | aws s3 cp - $TARGET I think this works quite ...
rem's user avatar
  • 146
1 vote
1 answer
117 views

all non-system cmd and powershell commands and scripts return error referencing quicktime- regardless of the content of the command or script

I'm not sure what caused this, but for the past few weeks every single cmd and powershell command I attempt to run, with the exception of built-in system commands, returns the same error: \QuickTime\...
hadtoregister's user avatar
0 votes
1 answer
1k views

Unknown software exception error every time I turn on

recently, every time I start up my HP all-in-one running Windows 10, I get an error message that reads: Hidden Window: HPSystemEventUtilityHost.exe - Application Error The exception unknown software ...
Zarka's user avatar
  • 395
1 vote
1 answer
765 views

Not able to start windows update from services.msc

My Windows update on Services.msc always stays in Disable state. I am not able to enable Windows update from Services.msc. I went to its properties and changed startup type as Manual|Automatic -> ...
CodesDDecodes's user avatar
1 vote
1 answer
3k views

EXCEL replace a #SPILL! error

I have a spill error in Excel, and I want to replace this with an NA. I tried using IFERROR, but this hasn't worked. Is there another way around this ? The Helper tab uses a lookup table to direct ...
PeterH's user avatar
  • 7,485
0 votes
1 answer
9k views

How to fix a corrupt *.ts file

sorry for my bad english but I hope you understand my question. I have a 18GB Transport Stream file which seems to be corrupt. Therefore it is not possible to upload this file to Youtube. Now I hope ...
balz333's user avatar
0 votes
1 answer
63 views

I want to revert deleted Authentified Users in some hard drive partition in Windows

As we can see I deleted the entry of 'Authenticated Users' and 'Users' from the security tab in C: local properties. I can still use every installed program on the PC, but unable to access C:, the ...
JamesB's user avatar
  • 113
0 votes
0 answers
143 views

Formula returning a #VALUE error for one cell but not another

I am using Microsoft Excel 365 in which I am using a formula to cleanup the raw data that I got by copying and pasting the list information from MTG Salvation card search. Several observations about ...
Alexander Sheynis's user avatar
0 votes
1 answer
104 views

VLC media player Error while adding audio file to video

What's wrong? How can I fix that?
a.RR's user avatar
  • 101
1 vote
0 answers
49 views

How to creat a Newsletter sign up option in company website with Typo3? [closed]

I am new to the Typo3 backend environment and am trying to create a newsletter sign up page for our customers. I am not fully sure how to begin within the Typo3 environment. I am trying to install the ...
Angel_demon's user avatar
0 votes
1 answer
2k views

Ubuntu Mate freezes after user login

System: Ubuntu Mate Ubuntu 20.04 with Linux 5.4.0-42-generic I have also tried changing the Kernel version to Linux 5.4.0.40-generic, but the symptoms persist. After rebooting my laptop, I attempted ...
nathaniel.graham's user avatar
0 votes
1 answer
1k views

How can I inject an AER Error?

I need to inject AER errors onto a SUSE machine. I've modprobbed the aer_inject module just fine, and I compiled the aer-inject tool from kernel.org. Whenever I run it, I get the following error. ...
Raven's user avatar
  • 209
-1 votes
1 answer
224 views

Is it safe to rely on zip to find data corruption in transmitted zip files?

In one paper I read that we can detect errors in the transmitted file by zipping and unzip, but I have doubts. For data integrity check, what if we do some operations before sending the data ...
Arash's user avatar
  • 726
0 votes
1 answer
472 views

Is it possible to have two Y axes and two X axes on the same chart for one variable?

How can I draw the correlation for calculating Y and R squared as scatter graph in Excel 2019 for one variable, calculated with four models? I want two models in two x-axis' and the other two in two ...
fatmatarek's user avatar
0 votes
1 answer
28 views

How to add a variable as custom launch option?

An error occurred when I used a system variable I set like this: "C:\Program Files (x86)\Exampleapp\examplefoleder\Example.exe"%variable%
Imran's user avatar
  • 1
0 votes
1 answer
503 views

Some errors trying to mount an SD card on Lubuntu 19.04 [-bash: mount/dev/x/mnt/sd: No such file or directory]

I’m trying to mount a SD card but I can’t, before these are the steps I made after create the folder mnt/sd, so definetly it exists. SD is dev/mmcblk0. Im new at Linux, so please try to be as clear as ...
beetracker's user avatar
0 votes
1 answer
383 views

Is there a way to raw read or write sector/block to insert or copy a "CRC"⁽¹⁾ error with Linux?

A friend of mine told me that Linux kernel raid (mdadm raid5/6) wasn't reliable, because he tried once to overwrite sectors on one of his physical volumes and it caused file corruption. I replied him ...
Camion's user avatar
  • 233
1 vote
1 answer
4k views

How can I stop AVERAGEIF formula returning #DIV/0

I have the following formula returning #DIV/0! when all 5 cells are blank: =AVERAGEIF(CV17:CV21,">0") Spreadsheet image This is being used to average call time over the period of a 5 day working ...
Ben Nicholas's user avatar
3 votes
2 answers
8k views

Excel says my files are corrupted, but they are not

How can I fix my Excel files? Many of them show this error message: We found a problem with some content in . Do you want us to try to recover as much as we can? If you trust the source of this ...
Jess Stone's user avatar
14 votes
4 answers
7k views

Is there a file system that does error correction?

I am looking for some virtual file system (e.g. with virtual hard disk) or some other kind of working solution to create archives or data backups with error correction redundancy. I tried looking for ...
Alfatau's user avatar
  • 679