skylot / jadx

Dex to Java decompiler
Apache License 2.0
41.36k stars 4.85k forks source link

[gui] Smali tab does not show line break for Dalvik Bytecode in Windows build with JRE (OpenJDK) #2176

Open NRockhouse opened 5 months ago

NRockhouse commented 5 months ago

Issue details

When running jadx-gui in jadx-gui-1.5.0-with-jre-win.zip, decompile any APK, choose any source code, navigate to the Smali tab, and enable Show Dalvik Bytecode in right click context menu. The output appears to have issues rendering line feeds.

image

Using jadx-gui-1.5.0-no-jre-win.exe with my own JRE/JDK does not appear to have the same issue.

image

Jadx version

1.5.0

Java version

OpenJDK 64-Bit Server VM 21.0.3

OS

icebob commented 1 week ago

Same issue here