xtex

Results 62 comments of xtex

Features: 1. [x] Human friendly exception messages 2. [x] Escape characters - [Java Language Specification 11 3.3](https://docs.oracle.com/javase/specs/jls/se11/html/jls-3.html#jls-3.3) - [Java Language Specification 11 3.10.6](https://docs.oracle.com/javase/specs/jls/se11/html/jls-3.html#jls-3.10.6) 3. [x] Comment & empty lines 4....

May add `-XstartOnFirstThread` to launch options?

See `VmaAllocatorCreateInfo#367`: `long pVulkanFunctions = memGetAddress(struct + VmaAllocatorCreateInfo.PVULKANFUNCTIONS);`

这是一个暂时性的修复: ``` diff .../graphics/vulkan/VulkanMemoryAllocator.java | 22 +++++++++++++++++++++- 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/graphics/src/main/java/engine/graphics/vulkan/VulkanMemoryAllocator.java b/graphics/src/main/java/engine/graphics/vulkan/VulkanMemoryAllocator.java index 3da57c7..b238a13 100644 --- a/graphics/src/main/java/engine/graphics/vulkan/VulkanMemoryAllocator.java +++ b/graphics/src/main/java/engine/graphics/vulkan/VulkanMemoryAllocator.java @@ -6,6 +6,8 @@ import...

> 这咋整啊 修啊((((

I tryed to set a breakpoint using Arthas and I got such a report: ``` [arthas@11392]$ watch cuchaz.enigma.translation.representation.entry.ClassEntry getOuterClass params -e Press Q or Ctrl+C to abort. Affect(class count: 2...

I think classes starts with `$` should be proceeded as parent class directly.

By the way, `cuchaz.enigma.analysis.index.IndexReferenceVisitor.lambda$visitMethod$0` crashed, too. ``` java.lang.RuntimeException: org.objectweb.asm.tree.analysis.AnalyzerException: Error at instruction 17: String index out of range: 0 at cuchaz.enigma.analysis.index.IndexReferenceVisitor.lambda$visitMethod$0(IndexReferenceVisitor.java:48) at cuchaz.enigma.analysis.MethodNodeWithAction.visitEnd(MethodNodeWithAction.java:17) at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:770) at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:647) at org.objectweb.asm.tree.ClassNode.accept(ClassNode.java:451) at...

A quick arthas command to find out which class caused crashed: `watch org.objectweb.asm.tree.ClassNode accept target.name -e`