Advertisement
illwieckz

q3map2 crunch crash backtrace

Jul 5th, 2018
2,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.40 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x0000555555600057 in DDSDecodeColorBlock (pixel=0x555558402120, block=0x5555583efc4c, width=256, colors=0x7fffffffbd50)
  3.     at /home/illwieckz/dev/netradiant/libs/ddslib/ddslib.c:310
  4. 310                 *pixel = colors[ 0 ];
  5. (gdb) bt
  6. #0  0x0000555555600057 in DDSDecodeColorBlock (pixel=0x555558402120, block=0x5555583efc4c, width=256, colors=0x7fffffffbd50)
  7.     at /home/illwieckz/dev/netradiant/libs/ddslib/ddslib.c:310
  8. #1  0x00005555556009e0 in DDSDecompressDXT5 (dds=0x5555583e23c0, width=256, height=256,
  9.     pixels=0x5555583cb920 "(+.\377 !#\377(+.\377 !#\377 !#\377 !#\377 !#\377 !#\377 $&\377 $&\377 $&\377 $&\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377 $(\377 $(\377 $(\377 $(\377#',\377#',\377#',\377#',\377#&(\377#&(\377#&(\377\035\037 \377 #&\377 #&\377 #&\377 #&\377 $(\377 $(\377 $(\377 $(\377&'+\377&'+\377&'+\377&'+\377\061\065\071\377(+.\377"...) at /home/illwieckz/dev/netradiant/libs/ddslib/ddslib.c:622
  10. #2  0x0000555555600c8c in DDSDecompress (dds=0x5555583e23c0,
  11.     pixels=0x5555583cb920 "(+.\377 !#\377(+.\377 !#\377 !#\377 !#\377 !#\377 !#\377 $&\377 $&\377 $&\377 $&\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377#&(\377 $(\377 $(\377 $(\377 $(\377#',\377#',\377#',\377#',\377#&(\377#&(\377#&(\377\035\037 \377 #&\377 #&\377 #&\377 #&\377 $(\377 $(\377 $(\377 $(\377&'+\377&'+\377&'+\377&'+\377\061\065\071\377(+.\377"...) at /home/illwieckz/dev/netradiant/libs/ddslib/ddslib.c:745
  12. #3  0x00005555556052a0 in ConvertCRNtoRGBA (buffer=0x5555583c8100, length=14359, outBufLen=65536, outBuf=0x5555583cb920)
  13.     at /home/illwieckz/dev/netradiant/libs/crunch/crn_rgba.cpp:124
  14. #4  0x000055555558dbe8 in LoadCRNBuffer (buffer=0x5555583c8100 "Hx", size=14359, pixels=0x5555581dcad0 <images+752>, width=0x5555581dcac4 <images+740>,
  15.     height=0x5555581dcac8 <images+744>) at /home/illwieckz/dev/netradiant/tools/quake3/q3map2/image.c:103
  16. #5  0x000055555558ea44 in ImageLoad (filename=0x7fffef8417a8 "textures/station15_pk02_src/pk02_floor10_d.tga")
  17.     at /home/illwieckz/dev/netradiant/tools/quake3/q3map2/image.c:466
  18. #6  0x00005555555d9e46 in LoadShaderImages (si=0x7fffef841620) at /home/illwieckz/dev/netradiant/tools/quake3/q3map2/shaders.c:755
  19. #7  0x00005555555da3ca in ShaderInfoForShader (shaderName=0x7fffffffc4d0 "textures/station15_pk02/floor10")
  20.     at /home/illwieckz/dev/netradiant/tools/quake3/q3map2/shaders.c:873
  21. #8  0x00005555555c3948 in ParseRawBrush (onlyLights=qfalse) at /home/illwieckz/dev/netradiant/tools/quake3/q3map2/map.c:1084
  22. #9  0x00005555555c3f73 in ParseBrush (onlyLights=qfalse, noCollapseGroups=qfalse) at /home/illwieckz/dev/netradiant/tools/quake3/q3map2/map.c:1203
  23. #10 0x00005555555c52f8 in ParseMapEntity (onlyLights=qfalse, noCollapseGroups=qfalse) at /home/illwieckz/dev/netradiant/tools/quake3/q3map2/map.c:1666
  24. #11 0x00005555555c5bac in LoadMapFile (
  25.     filename=0x5555561dc380 <name> "/home/illwieckz/dev/mapping/unvanquished/UnvanquishedAssets/build/test/map-station15_test.dpkdir/maps/station15.map",
  26.     onlyLights=qfalse, noCollapseGroups=qfalse) at /home/illwieckz/dev/netradiant/tools/quake3/q3map2/map.c:1893
  27. #12 0x0000555555575a4a in BSPMain (argc=12, argv=0x7fffffffdfb8) at /home/illwieckz/dev/netradiant/tools/quake3/q3map2/bsp.c:1074
  28. #13 0x00005555555c0d20 in main (argc=12, argv=0x7fffffffdfb8) at /home/illwieckz/dev/netradiant/tools/quake3/q3map2/main.c:273
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement