mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 00:55:35 +00:00
Added: Option to .bat and .sh file to enable J2D_D3D_NO_HWCHECK
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user