Added: Option to .bat and .sh file to enable J2D_D3D_NO_HWCHECK

This commit is contained in:
Jindra Petřík
2025-05-18 17:55:48 +02:00
parent c8c482c8c0
commit e81ca03450
3 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
(saved also to older binary format, but loading is preffered from
the new TOML file, when exists)
- `-configFile` and `-storeConfigFile` commandline parameters for loading/storing configuration file
- Option to .bat and .sh file to enable J2D_D3D_NO_HWCHECK
### Fixed
- [#2456] FLA export - NullPointer exception while exporting to CS4 or lower via commandline

View File

@@ -9,6 +9,9 @@ rem Uncomment following when you encounter StackOverFlowErrors.
rem If the app then terminates with OutOfMemory you can experiment with lower value.
rem set FFDEC_STACK_SIZE=32m
rem Uncomment following when you want to disable checks for hardware acceleration compatibility.
rem set J2D_D3D_NO_HWCHECK=true
rem Hide VLC error output
set VLC_VERBOSE=-1

View File

@@ -10,6 +10,8 @@
# If the app then terminates with OutOfMemory you can experiment with lower value.
# FFDEC_STACK_SIZE=32m
# Uncomment following when you want to disable checks for hardware acceleration compatibility.
# export J2D_D3D_NO_HWCHECK=true
# Hide VLC error output
export VLC_VERBOSE=-1