Skip to main content

Questions tagged [fatal-error]

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

fatal-error
0 votes
1 answer
46 views

terra::split | R session aborts when splitting polygon fatal error

When trying to split a polygon R runs into a fatal error and aborts. This happens when using R Studio and R on itself. I wrote the code on an earlier version of R on a different machine (also a mac), ...
38 votes
5 answers
33k views

PHP: Trigger fatal error?

I would like to be able to throw a fatal, uncatchable error in my php class when a user of my class abuses it for something I did not intend. I don't want him/her to be able to recover with a catch ...
-1 votes
1 answer
3k views

fatal error: fmt/core.h: No such file or directory

I am getting an error when I try to compile the following code: fatal error: fmt/core.h: No such file or directory #include <fmt/core.h> int main() { fmt::print("Hello World\n");...
-2 votes
0 answers
31 views

laravel in php at vscode and composer

PHP Fatal error: Uncaught Error: Class "Illuminate\Support\Facades\Route" I have a question about run route in Laravel . I install composer. but I have a error please answer my question ...
3 votes
2 answers
18k views

pear fatal Error: Class 'Mail' not found .wamp

I am having some trouble with using the send mail functionality of pear with wamp. I went through with the steps in this link : (http://pear.php.net/manual/en/installation.checking.php) to check if my ...
163 votes
13 answers
142k views

How to correct `git` reporting `detected dubious ownership in repository` without adding `safe.directory` when using WSL?

I used git for the last few years in this context: Host = my laptop, windows. WSL enabled Repos live in the Linux side. I access them both from the Linux and the Windows side. I can access the files ...
-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 ...
0 votes
0 answers
74 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 ...
-2 votes
0 answers
49 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/...
0 votes
0 answers
66 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 ...
66 votes
2 answers
34k views

SwiftUI -> Thread 1: Fatal error: No observable object of type MyObject.Type found (EnvironmentObject in sheet)

I'm building an app with SwiftUI. When I was trying to display a sheet (previously Modal), this error message appears: Thread 1: Fatal error: No observable object of type ...
-1 votes
1 answer
65 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 "...
3 votes
0 answers
13k views

DateInterval: Unknown or bad format [duplicate]

I get several dateTime informations through an API. It's format is like P29DT48M56.941999S for example. I would like to convert it with to a readable string using DateInterval::format. My snippet ...
-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 ...
3 votes
0 answers
142 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 ...

15 30 50 per page
1
2 3 4 5
140