Skip to main content

Questions tagged [fatal-error]

An error that causes a program to abort, regardless of the programming language.

fatal-error
-3 votes
0 answers
12 views

I can no longer clone my private repositories to my VS Code (MacOS) [duplicate]

Every time I try to clone a private repository from my github onto vscode, it does remote: Repository not found. fatal: repository 'https://github.com/username/project.git/' not found I made the repo ...
mingzxy's user avatar
0 votes
0 answers
58 views

SwiftData FatalError Unknown Relationship Key

Some of our users on iOS 17.5+ started to encounter crash due to: SwiftData/BackingData.swift:669: Fatal error: Unknown Relationship Key - subscription) We started using SwiftData only on the ...
EricGolovin's user avatar
-2 votes
0 answers
48 views

Fatal Error : Preview Crash from JSON file

Error Message: Fatal Error in ExtensionFile.swift Trying to retrieve info from the json file but getting a fatal error. JSON link -> https://site.api.espn.com/apis/site/v2/sports/basketball/wnba/...
snesdev's user avatar
0 votes
0 answers
65 views

Cannot find SFML/Graphics.hpp despite modifying tasks.json and c_cpp_properties.json [duplicate]

I am getting this error when running my code: fatal error: 'SFML/Graphics.hpp' file not found #include \<SFML/Graphics.hpp\> I am using a Mac along with VS Code (would like to use VS but none ...
truongmleon's user avatar
-2 votes
0 answers
31 views

ReactPress Fatal error: Uncaught Error: Call to undefined function repr_log() in User.php:209

I use the ReactPress plugin to add a page built with React to my site. I already have a React project ready and just want to integrate it. But every time I want to view this page (screenshot). enter ...
UnOrderedItem's user avatar
-1 votes
0 answers
18 views

Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in G:\PleskVhosts [duplicate]

Actually I am submitting a HTML form and when i filled the details and then click submit Two warnings appeared and one Fatal error (HTTP 500). Warning: Undefined array key "country" in G:\...
Ankush Goswami's user avatar
-1 votes
1 answer
64 views

IBOutlet has a text value but is reporting nil every time I try to edit it - "Fatal error: Unexpectedly found nil while unwrapping an Optional value"

I've been working on a hard-coded language switcher for my app, where I have a xib file, where when I tap on a cell, it changes the language of the app, however I have a label that has the text "...
Mous772's user avatar
  • 13
-1 votes
1 answer
44 views

UIKit / Swift / How to fix fatal error in context.fetch(fetchRequest)? [closed]

Got a fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value. I can't find the reason for the error - let results = try context.fetch(fetchRequest). This is the block where ...
deshollow's user avatar
3 votes
0 answers
132 views

Golang unexpected fault address fatal error: fault - but C code works

i try to call a memory address, which contains in my case a calculator app. With my C code it successfully runs the calculator, but with my Golang code i will get the error "unexpected fault ...
Peterslav's user avatar
0 votes
0 answers
35 views

Unable to login into wp-admin panel Fatal error: Uncaught Error: Call to undefined function set_screen_options()

I have a problem logging into the admin panel on the main site and on the subdomain where the same site was created before it was moved to the main site. I should add that both of the sites have ...
Kamil Krasiczyński's user avatar
0 votes
1 answer
44 views

How can I solve Fatal error: Cannot redeclare function... in a wordpress shortcode function

`I need to display nested child taxonomies and list its posts. This is what I am trying to get Its working, but I need to use the fuction as a shortcode. Getting "Fatal error: Cannot redeclare ...
Arun Gopal's user avatar
0 votes
0 answers
58 views

Couldn't find DSO to load: libhermes.so SoSource

I have a React Native application and the following is the output of npx react-native info for my application: System: OS: macOS 14.2.1 CPU: (8) arm64 Apple M2 Memory: 121.06 MB / 8.00 GB ...
Abhishek Khanduri's user avatar
0 votes
0 answers
22 views

I am trying to push code to remote repo ($ git push -u origin master) but getting error like "fatal: protocol 'git@https' is not supported"

I am trying to push code to remote repo ($ git push -u origin master) but getting error like "fatal: protocol 'git@https' is not supported" enter image description here Could you please help ...
Anil Garad's user avatar
0 votes
0 answers
64 views

Snakemake SLURM Executor Causes "srun: fatal" Unless mem_mb Is Set to None

I am new to Snakemake and am trying to run it on a high-performance computing cluster. I have a simple first rule at the top of my Snakefile called target that I use to debug Snakemake: rule target: ...
Shruteek Mairal's user avatar
0 votes
0 answers
29 views

How to handle "fatal: bad object refs/heads/main 2"?

I executed this command on my perfectly working repository and today I see that my main branch has lost all of its logs and commits I had done. ❯ git log fatal: your current branch 'main' does not ...
Samarth Pyati's user avatar

15 30 50 per page
1
2 3 4 5
140