Replay Mod (Fabric & Forge)

Replay Mod (Fabric & Forge)

787k Downloads

Unhelpful error message when FFmpeg startup fails

CrushedPixel opened this issue ยท 4 comments

commented

latest (33).log

Reported by LGK Ixarlo.
I have no clue how to help them, cause the error message isn't very descriptive.
Maybe add the log in question to the Exception's error message?

commented

are you sure you don't have an export.log?

yes i'm sure

welp, can't help them, I guess

commented

The log is already part of the exception and included in the crash report. The problem is that MC's ReentrantThreadExecutor doesn't have any special handling for ReportedExceptions (i.e. it doesn't generate a crash erport when it encounters one, it merely logs its stacktrace).
We could probably add our own catch to handle them at

try {
runnable.run();
} finally {

I have no clue how to help them

Ask them for the export.log file.

commented

They sad they don't have an export.log, but I'll ask again

commented

Please do. Not having an export.log file is not an option, that throw happens after opening the file.