nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.04k stars 133 forks source link

Viewing/Editing a Texture2D asset segfaults Xorg #304

Open Martmists-GH opened 5 months ago

Martmists-GH commented 5 months ago

Describe the bug When clicking the "View Data" button on a Texture2D asset, Xorg crashes and I'm sent back to my DM

To Reproduce Steps to reproduce the behavior:

  1. Open a bundle
  2. Find a Texture2D
  3. Click "View Data"

Expected behavior It doesn't crash my desktop

Screenshots N/A

Additional context

[  1918.746] (EE) 
[  1918.746] (EE) Backtrace:
[  1918.746] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x2dd) [0x60ede81fec4d]
[  1918.746] (EE) 1: /usr/lib/libc.so.6 (__sigaction+0x50) [0x7544132dc710]
[  1918.746] (EE) 2: /usr/lib/xorg/modules/drivers/nvidia_drv.so (nvidiaUnlock+0x4aeb8) [0x754411eb6a78]
[  1918.747] (EE) 3: /usr/lib/xorg/modules/drivers/nvidia_drv.so (nvidiaUnlock+0x350fe) [0x754411ea0cbe]
[  1918.747] (EE) 4: /usr/lib/xorg/modules/drivers/nvidia_drv.so (nvidiaUnlock+0x460ab6) [0x7544122cc676]
[  1918.747] (EE) 
[  1918.747] (EE) Segmentation fault at address 0x0
[  1918.747] (EE) 
Fatal server error:
[  1918.747] (EE) Caught signal 11 (Segmentation fault). Server aborting
nesrak1 commented 5 months ago

This is an Avalonia issue or an issue with one of the libraries Avalonia uses like Skia. The backtrace you posted is a native one so I can't do much with it.