question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Program terminated with exit(4)

See original GitHub issue

Environment

in Electron.js 6.1.5 Desktop app,
I was trying to use JavascriptSubtitlesOctopus

Error

image

Zoom in picture

image

Reproducible code

https://github.com/1c7/Electron-JavascriptSubtitlesOctopus

git clone https://github.com/1c7/Electron-JavascriptSubtitlesOctopus.git
cd Electron-JavascriptSubtitlesOctopus/
npm install
npm run dev

Thank you!

@Dador @TFSThiagoBR98

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
TFSThiagoBR98commented, Jan 20, 2020

Is very simple, the track was not found, because the sub_url parameter is absolute and not relative. change this subUrl: ‘./1.ass’ to subUrl: ‘./js/1.ass’

0reactions
1c7commented, Jan 20, 2020

Thanks, all problem solved 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Command copy exited with code 4 when building
dll" "Anypath\anyfolder\" I was getting the exit code error 4. What's happening was, this command was getting executed in the $(OutDir) (in my...
Read more >
Error Message: External program terminated with exit code 2
Hi ALL We are doing REORG tablespace in DB13 and i am getting below error message. Please help us to resolve the issue....
Read more >
Exit codes in C/C++ with Examples - GeeksforGeeks
The purpose of the exit() function is to terminate the execution of a program. The “return 0”(or EXIT_SUCCESS) implies that the code has ......
Read more >
How to Fix 'Terminated With Exit Code 1' Error - Komodor
Exit Code 1 means that a container terminated, typically due to an application error or an invalid reference. An application error is a...
Read more >
Why is my program terminating with exit code 3?
There are cases where your process will get in such a bad state that a component will take it upon itself to terminate...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found