Advertisement
kittycomputer

Untitled

Feb 14th, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.42 KB | None | 0 0
  1. [?2004hally@windy:~/ClassiCube/src$ gcc -g -fno-math-errno *.c -o ClassiCube -rdynamic -lpthread -lX11 -lXi -l
  2. lGL -ldl -lm
  3.  
  4.  
  5. 
  6. ally@windy:~/ClassiCube/src$ gcc -g -fno-math-errno *.c -o ClassiCube -rdynamic -lpthread -lX11 -lXi -lGL -ldl -lm
  7.  
  8.  
  9. 
  10.  
  11. [?2004l
  12. Resources.c: In function 'SoundPatcher_WriteWav':
  13.  
  14. Resources.c:319:39: warning: passing argument 2 of 'Stream_Write' from incompatible pointer type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types]8;;]
  15.  
  16. 319 | res = Stream_Write(s, samples, count * 2);
  17.  
  18. | ^~~~~~~
  19.  
  20. | |
  21.  
  22. | cc_int16 * {aka short int *}
  23.  
  24. In file included from Resources.c:7:
  25.  
  26. Stream.h:45:72: note: expected 'const cc_uint8 *' {aka 'const unsigned char *'} but argument is of type 'cc_int16 *' {aka 'short int *'}
  27.  
  28. 45 | CC_API cc_result Stream_Write( struct Stream* s, const cc_uint8* buffer, cc_uint32 count);
  29.  
  30. | ~~~~~~~~~~~~~~~~^~~~~~
  31.  
  32. Resources.c: At top level:
  33.  
  34. Resources.c:641:73: warning: initialization discards 'const' qualifier from pointer target type []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdiscarded-qualifiers-Wdiscarded-qualifiers]8;;]
  35.  
  36. 641 | { "animations.txt", RESOURCE_TYPE_CONST, sizeof(ANIMS_TXT) - 1, (const cc_uint8*)ANIMS_TXT },
  37.  
  38. | ^
  39.  
  40. [?2004hally@windy:~/ClassiCube/src$ chmod +x ClassiCube
  41.  
  42. [?2004l
  43. [?2004hally@windy:~/ClassiCube/src$ export DISPLAY+ =:0
  44.  
  45. [?2004l
  46. [?2004hally@windy:~/ClassiCube/src$ gdb > ./ClassiCube
  47.  
  48. [?2004l
  49. GNU gdb (Debian 13.2-1) 13.2
  50.  
  51. Copyright (C) 2023 Free Software Foundation, Inc.
  52.  
  53. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  54.  
  55. This is free software: you are free to change and redistribute it.
  56.  
  57. There is NO WARRANTY, to the extent permitted by law.
  58.  
  59. Type "show copying" and "show warranty" for details.
  60.  
  61. This GDB was configured as "powerpc-linux-gnu".
  62.  
  63. Type "show configuration" for configuration details.
  64.  
  65. For bug reporting instructions, please see:
  66.  
  67. <https://www.gnu.org/software/gdb/bugs/>.
  68.  
  69. Find the GDB manual and other documentation resources online at:
  70.  
  71. <http://www.gnu.org/software/gdb/documentation/>.
  72.  
  73.  
  74.  
  75. For help, type "help".
  76.  
  77. Type "apropos word" to search for commands related to "word"...
  78.  
  79. Reading symbols from ./ClassiCube...
  80.  
  81. [?2004h(gdb) run
  82.  
  83. [?2004l
  84. Starting program: /home/ally/ClassiCube/src/ClassiCube
  85.  
  86. [Thread debugging using libthread_db enabled]
  87.  
  88. Using host libthread_db library "/lib/powerpc-linux-gnu/libthread_db.so.1".
  89.  
  90. Starting ClassiCube 1.3.6 ..
  91.  
  92. Falling back to glXChooseVisual.
  93.  
  94. Created window (visual id: 0000033D)
  95.  
  96. Face: Droid Sans Fallback X = /usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf,0
  97.  
  98. Face: Noto Sans Mono R = /usr/share/fonts/truetype/noto/NotoSansMono-Regular.ttf,0
  99.  
  100. Face: Noto Mono R = /usr/share/fonts/truetype/noto/NotoMono-Regular.ttf,0
  101.  
  102. Face: Noto Sans Mono B = /usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf,0
  103.  
  104. Face: DejaVu Sans Mono B = /usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf,0
  105.  
  106. Face: DejaVu Sans Mono Book R = /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf,0
  107.  
  108. Face: DejaVu Sans Mono Oblique I = /usr/share/fonts/truetype/dejavu/DejaVuSansMono-Oblique.ttf,0
  109.  
  110. Face: DejaVu Sans Book R = /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf,0
  111.  
  112. Face: DejaVu Serif B = /usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf,0
  113.  
  114. Face: DejaVu Serif Book R = /usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf,0
  115.  
  116. Face: DejaVu Sans Mono Bold Oblique Z = /usr/share/fonts/truetype/dejavu/DejaVuSansMono-BoldOblique.ttf,0
  117.  
  118. Face: DejaVu Sans B = /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf,0
  119.  
  120. Face: Quicksand B = /usr/share/fonts/truetype/quicksand/Quicksand-Bold.ttf,0
  121.  
  122. Face: Quicksand R = /usr/share/fonts/truetype/quicksand/Quicksand-Regular.ttf,0
  123.  
  124. Face: Quicksand Medium R = /usr/share/fonts/truetype/quicksand/Quicksand-Medium.ttf,0
  125.  
  126. Face: Quicksand Light R = /usr/share/fonts/truetype/quicksand/Quicksand-Light.ttf,0
  127.  
  128. Face: P052 B = /usr/share/fonts/type1/urw-base35/P052-Bold.t1,0
  129.  
  130. Face: Nimbus Sans R = /usr/share/fonts/type1/urw-base35/NimbusSans-Regular.t1,0
  131.  
  132. Face: URW Gothic Demi Oblique I = /usr/share/fonts/type1/urw-base35/URWGothic-DemiOblique.t1,0
  133.  
  134. Face: URW Bookman Demi Italic I = /usr/share/fonts/type1/urw-base35/URWBookman-DemiItalic.t1,0
  135.  
  136. Face: P052 Z = /usr/share/fonts/type1/urw-base35/P052-BoldItalic.t1,0
  137.  
  138. Face: Nimbus Mono PS Z = /usr/share/fonts/type1/urw-base35/NimbusMonoPS-BoldItalic.t1,0
  139.  
  140. Face: URW Gothic Demi R = /usr/share/fonts/type1/urw-base35/URWGothic-Demi.t1,0
  141.  
  142. Face: Nimbus Roman Z = /usr/share/fonts/type1/urw-base35/NimbusRoman-BoldItalic.t1,0
  143.  
  144. Face: P052 Roman R = /usr/share/fonts/type1/urw-base35/P052-Roman.t1,0
  145.  
  146. Face: URW Gothic Book Oblique I = /usr/share/fonts/type1/urw-base35/URWGothic-BookOblique.t1,0
  147.  
  148. Face: D050000L X = /usr/share/fonts/type1/urw-base35/D050000L.t1,0
  149.  
  150. Face: URW Gothic Book R = /usr/share/fonts/type1/urw-base35/URWGothic-Book.t1,0
  151.  
  152. Face: C059 B = /usr/share/fonts/type1/urw-base35/C059-Bold.t1,0
  153.  
  154. Face: URW Bookman Demi R = /usr/share/fonts/type1/urw-base35/URWBookman-Demi.t1,0
  155.  
  156. Face: Nimbus Mono PS R = /usr/share/fonts/type1/urw-base35/NimbusMonoPS-Regular.t1,0
  157.  
  158. Face: Nimbus Mono PS I = /usr/share/fonts/type1/urw-base35/NimbusMonoPS-Italic.t1,0
  159.  
  160. Face: URW Bookman Light Italic I = /usr/share/fonts/type1/urw-base35/URWBookman-LightItalic.t1,0
  161.  
  162. Face: Nimbus Sans Narrow Bold Oblique Z = /usr/share/fonts/type1/urw-base35/NimbusSansNarrow-BoldOblique.t1,0
  163.  
  164. Face: Nimbus Sans Narrow Oblique I = /usr/share/fonts/type1/urw-base35/NimbusSansNarrow-Oblique.t1,0
  165.  
  166. Face: URW Bookman Light R = /usr/share/fonts/type1/urw-base35/URWBookman-Light.t1,0
  167.  
  168. Face: Nimbus Sans Narrow R = /usr/share/fonts/type1/urw-base35/NimbusSansNarrow-Regular.t1,0
  169.  
  170. Face: C059 Roman R = /usr/share/fonts/type1/urw-base35/C059-Roman.t1,0
  171.  
  172. Face: Nimbus Sans Z = /usr/share/fonts/type1/urw-base35/NimbusSans-BoldItalic.t1,0
  173.  
  174. Face: Z003 Medium Italic I = /usr/share/fonts/type1/urw-base35/Z003-MediumItalic.t1,0
  175.  
  176. Face: Standard Symbols PS X = /usr/share/fonts/type1/urw-base35/StandardSymbolsPS.t1,0
  177.  
  178. Face: Nimbus Sans B = /usr/share/fonts/type1/urw-base35/NimbusSans-Bold.t1,0
  179.  
  180. Face: Nimbus Sans I = /usr/share/fonts/type1/urw-base35/NimbusSans-Italic.t1,0
  181.  
  182. Face: P052 I = /usr/share/fonts/type1/urw-base35/P052-Italic.t1,0
  183.  
  184. Face: Nimbus Mono PS B = /usr/share/fonts/type1/urw-base35/NimbusMonoPS-Bold.t1,0
  185.  
  186. Face: Nimbus Sans Narrow B = /usr/share/fonts/type1/urw-base35/NimbusSansNarrow-Bold.t1,0
  187.  
  188. Face: Nimbus Roman B = /usr/share/fonts/type1/urw-base35/NimbusRoman-Bold.t1,0
  189.  
  190. Face: Nimbus Roman R = /usr/share/fonts/type1/urw-base35/NimbusRoman-Regular.t1,0
  191.  
  192. Face: Nimbus Roman I = /usr/share/fonts/type1/urw-base35/NimbusRoman-Italic.t1,0
  193.  
  194. Face: C059 I = /usr/share/fonts/type1/urw-base35/C059-Italic.t1,0
  195.  
  196. Face: C059 Z = /usr/share/fonts/type1/urw-base35/C059-BdIta.t1,0
  197.  
  198. Face: Nimbus Roman B = /usr/share/fonts/X11/Type1/NimbusRoman-Bold.pfb,0
  199.  
  200. Face: Bitstream Charter I = /usr/share/fonts/X11/Type1/c0649bt_.pfb,0
  201.  
  202. Face: URW Gothic Demi R = /usr/share/fonts/X11/Type1/URWGothic-Demi.pfb,0
  203.  
  204. Face: Nimbus Roman Z = /usr/share/fonts/X11/Type1/NimbusRoman-BoldItalic.pfb,0
  205.  
  206. Face: P052 Roman R = /usr/share/fonts/X11/Type1/P052-Roman.pfb,0
  207.  
  208. Face: Nimbus Mono PS B = /usr/share/fonts/X11/Type1/NimbusMonoPS-Bold.pfb,0
  209.  
  210. Face: Nimbus Sans Narrow Oblique I = /usr/share/fonts/X11/Type1/NimbusSansNarrow-Oblique.pfb,0
  211.  
  212. Face: P052 Z = /usr/share/fonts/X11/Type1/P052-BoldItalic.pfb,0
  213.  
  214. Face: P052 I = /usr/share/fonts/X11/Type1/P052-Italic.pfb,0
  215.  
  216. Face: URW Gothic Demi Oblique I = /usr/share/fonts/X11/Type1/URWGothic-DemiOblique.pfb,0
  217.  
  218. Face: D050000L X = /usr/share/fonts/X11/Type1/D050000L.pfb,0
  219.  
  220. Face: URW Bookman Demi Italic I = /usr/share/fonts/X11/Type1/URWBookman-DemiItalic.pfb,0
  221.  
  222. Face: Courier 10 Pitch B = /usr/share/fonts/X11/Type1/c0583bt_.pfb,0
  223.  
  224. Face: Courier 10 Pitch R = /usr/share/fonts/X11/Type1/c0419bt_.pfb,0
  225.  
  226. Face: URW Bookman Light R = /usr/share/fonts/X11/Type1/URWBookman-Light.pfb,0
  227.  
  228. Face: C059 I = /usr/share/fonts/X11/Type1/C059-Italic.pfb,0
  229.  
  230. Face: Nimbus Roman R = /usr/share/fonts/X11/Type1/NimbusRoman-Regular.pfb,0
  231.  
  232. Face: Nimbus Sans Narrow R = /usr/share/fonts/X11/Type1/NimbusSansNarrow-Regular.pfb,0
  233.  
  234. Face: Z003 Medium Italic I = /usr/share/fonts/X11/Type1/Z003-MediumItalic.pfb,0
  235.  
  236. Face: Bitstream Charter B = /usr/share/fonts/X11/Type1/c0632bt_.pfb,0
  237.  
  238. Face: Nimbus Mono PS Z = /usr/share/fonts/X11/Type1/NimbusMonoPS-BoldItalic.pfb,0
  239.  
  240. Face: URW Gothic Book Oblique I = /usr/share/fonts/X11/Type1/URWGothic-BookOblique.pfb,0
  241.  
  242. Face: Courier 10 Pitch I = /usr/share/fonts/X11/Type1/c0582bt_.pfb,0
  243.  
  244. Face: Nimbus Roman I = /usr/share/fonts/X11/Type1/NimbusRoman-Italic.pfb,0
  245.  
  246. Face: C059 Z = /usr/share/fonts/X11/Type1/C059-BdIta.pfb,0
  247.  
  248. Face: P052 B = /usr/share/fonts/X11/Type1/P052-Bold.pfb,0
  249.  
  250. Face: Nimbus Mono PS R = /usr/share/fonts/X11/Type1/NimbusMonoPS-Regular.pfb,0
  251.  
  252. Face: Nimbus Sans I = /usr/share/fonts/X11/Type1/NimbusSans-Italic.pfb,0
  253.  
  254. Face: C059 Roman R = /usr/share/fonts/X11/Type1/C059-Roman.pfb,0
  255.  
  256. Face: C059 B = /usr/share/fonts/X11/Type1/C059-Bold.pfb,0
  257.  
  258. Face: URW Bookman Demi R = /usr/share/fonts/X11/Type1/URWBookman-Demi.pfb,0
  259.  
  260. Face: Nimbus Sans Narrow Bold Oblique Z = /usr/share/fonts/X11/Type1/NimbusSansNarrow-BoldOblique.pfb,0
  261.  
  262. Face: Nimbus Sans Z = /usr/share/fonts/X11/Type1/NimbusSans-BoldItalic.pfb,0
  263.  
  264. Face: URW Gothic Book R = /usr/share/fonts/X11/Type1/URWGothic-Book.pfb,0
  265.  
  266. Face: Nimbus Sans B = /usr/share/fonts/X11/Type1/NimbusSans-Bold.pfb,0
  267.  
  268. Face: Bitstream Charter Z = /usr/share/fonts/X11/Type1/c0633bt_.pfb,0
  269.  
  270. Face: Nimbus Sans R = /usr/share/fonts/X11/Type1/NimbusSans-Regular.pfb,0
  271.  
  272. Face: URW Bookman Light Italic I = /usr/share/fonts/X11/Type1/URWBookman-LightItalic.pfb,0
  273.  
  274. Face: Nimbus Sans Narrow B = /usr/share/fonts/X11/Type1/NimbusSansNarrow-Bold.pfb,0
  275.  
  276. Face: Standard Symbols PS X = /usr/share/fonts/X11/Type1/StandardSymbolsPS.pfb,0
  277.  
  278. Face: Bitstream Charter R = /usr/share/fonts/X11/Type1/c0648bt_.pfb,0
  279.  
  280. Face: Nimbus Mono PS I = /usr/share/fonts/X11/Type1/NimbusMonoPS-Italic.pfb,0
  281.  
  282. Face: Courier 10 Pitch Z = /usr/share/fonts/X11/Type1/c0611bt_.pfb,0
  283.  
  284. Face: Nimbus Roman B = /usr/share/fonts/opentype/urw-base35/NimbusRoman-Bold.otf,0
  285.  
  286. Face: Nimbus Roman R = /usr/share/fonts/opentype/urw-base35/NimbusRoman-Regular.otf,0
  287.  
  288. Face: D050000L R = /usr/share/fonts/opentype/urw-base35/D050000L.otf,0
  289.  
  290. Face: URW Bookman Demi R = /usr/share/fonts/opentype/urw-base35/URWBookman-Demi.otf,0
  291.  
  292. Face: Nimbus Sans R = /usr/share/fonts/opentype/urw-base35/NimbusSans-Regular.otf,0
  293.  
  294. Face: Z003 Medium Italic I = /usr/share/fonts/opentype/urw-base35/Z003-MediumItalic.otf,0
  295.  
  296. Face: P052 I = /usr/share/fonts/opentype/urw-base35/P052-Italic.otf,0
  297.  
  298. Face: P052 Z = /usr/share/fonts/opentype/urw-base35/P052-BoldItalic.otf,0
  299.  
  300. Face: Nimbus Sans Narrow Bold Oblique Z = /usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-BoldOblique.otf,0
  301.  
  302. Face: Nimbus Mono PS R = /usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Regular.otf,0
  303.  
  304. Face: P052 Roman R = /usr/share/fonts/opentype/urw-base35/P052-Roman.otf,0
  305.  
  306. Face: Nimbus Mono PS Z = /usr/share/fonts/opentype/urw-base35/NimbusMonoPS-BoldItalic.otf,0
  307.  
  308. Face: C059 B = /usr/share/fonts/opentype/urw-base35/C059-Bold.otf,0
  309.  
  310. Face: Nimbus Mono PS B = /usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Bold.otf,0
  311.  
  312. Face: Standard Symbols PS R = /usr/share/fonts/opentype/urw-base35/StandardSymbolsPS.otf,0
  313.  
  314. Face: Nimbus Sans Z = /usr/share/fonts/opentype/urw-base35/NimbusSans-BoldItalic.otf,0
  315.  
  316. Face: P052 B = /usr/share/fonts/opentype/urw-base35/P052-Bold.otf,0
  317.  
  318. Face: Nimbus Mono PS I = /usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Italic.otf,0
  319.  
  320. Face: URW Gothic Book R = /usr/share/fonts/opentype/urw-base35/URWGothic-Book.otf,0
  321.  
  322. Face: Nimbus Sans I = /usr/share/fonts/opentype/urw-base35/NimbusSans-Italic.otf,0
  323.  
  324. Face: Nimbus Sans Narrow Oblique I = /usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Oblique.otf,0
  325.  
  326. Face: C059 Z = /usr/share/fonts/opentype/urw-base35/C059-BdIta.otf,0
  327.  
  328. Face: URW Bookman Demi Italic I = /usr/share/fonts/opentype/urw-base35/URWBookman-DemiItalic.otf,0
  329.  
  330. Face: C059 I = /usr/share/fonts/opentype/urw-base35/C059-Italic.otf,0
  331.  
  332. Face: Nimbus Sans Narrow R = /usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Regular.otf,0
  333.  
  334. Face: C059 Roman R = /usr/share/fonts/opentype/urw-base35/C059-Roman.otf,0
  335.  
  336. Face: Nimbus Sans B = /usr/share/fonts/opentype/urw-base35/NimbusSans-Bold.otf,0
  337.  
  338. Face: URW Bookman Light R = /usr/share/fonts/opentype/urw-base35/URWBookman-Light.otf,0
  339.  
  340. Face: Nimbus Roman Z = /usr/share/fonts/opentype/urw-base35/NimbusRoman-BoldItalic.otf,0
  341.  
  342. Face: URW Gothic Demi R = /usr/share/fonts/opentype/urw-base35/URWGothic-Demi.otf,0
  343.  
  344. Face: URW Bookman Light Italic I = /usr/share/fonts/opentype/urw-base35/URWBookman-LightItalic.otf,0
  345.  
  346. Face: URW Gothic Book Oblique I = /usr/share/fonts/opentype/urw-base35/URWGothic-BookOblique.otf,0
  347.  
  348. Face: URW Gothic Demi Oblique I = /usr/share/fonts/opentype/urw-base35/URWGothic-DemiOblique.otf,0
  349.  
  350. Face: Nimbus Roman I = /usr/share/fonts/opentype/urw-base35/NimbusRoman-Italic.otf,0
  351.  
  352. Face: Nimbus Sans Narrow B = /usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Bold.otf,0
  353.  
  354. [New Thread 0x982ef420 (LWP 3686)]
  355.  
  356. Going back to sleep...Adding http://cs.classicube.net/client/builds.json (type 0)
  357.  
  358.  
  359.  
  360. Fetching http://cs.classicube.net/client/builds.json (GET)
  361.  
  362. [New Thread 0x978ff420 (LWP 3687)]
  363.  
  364. [Thread 0x978ff420 (LWP 3687) exited]
  365.  
  366. [New Thread 0x978ff420 (LWP 3688)]
  367.  
  368. [Thread 0x978ff420 (LWP 3688) exited]
  369.  
  370. HTTP: result 0 (http 200) in 203 ms (93 bytes)
  371.  
  372. Going back to sleep...
  373.  
  374. Adding http://static.classicube.net/default.zip (type 0)
  375.  
  376. Fetching http://static.classicube.net/default.zip (GET)
  377.  
  378. Adding http://launcher.mojang.com/mc/game/c0.30_01c/client/54622801f5ef1bcc1549a842c5b04cb5d5583005/client.jar (type 0)
  379.  
  380. Adding http://launcher.mojang.com/mc/game/1.6.2/client/b6cb68afde1d9cf4a20cbf27fa90d0828bf440a4/client.jar (type 0)
  381.  
  382. Adding http://static.classicube.net/terrain-patch2.png (type 0)
  383.  
  384. Adding http://static.classicube.net/gui.png (type 0)
  385.  
  386. Adding https://resources.download.minecraft.net/50/50a59a4f56e4046701b758ddbb1c1587efa4cadf (type 0)
  387.  
  388. Adding https://resources.download.minecraft.net/74/74da65c99aa578486efa7b69983d3533e14c0d6e (type 0)
  389.  
  390. Adding https://resources.download.minecraft.net/14/14ae57a6bce3d4254daa8be2b098c2d99743cc3f (type 0)
  391.  
  392. Adding https://resources.download.minecraft.net/df/df1ff11b79757432c5c3f279e5ecde7b63ceda64 (type 0)
  393.  
  394. Adding https://resources.download.minecraft.net/ce/ceaaaa1d57dfdfbb0bd4da5ea39628b42897a687 (type 0)
  395.  
  396. Adding https://resources.download.minecraft.net/dd/dd85fb564e96ee2dbd4754f711ae9deb08a169f9 (type 0)
  397.  
  398. Adding https://resources.download.minecraft.net/5e/5e7d63e75c6e042f452bc5e151276911ef92fed8 (type 0)
  399.  
  400. Adding https://resources.download.minecraft.net/5f/5fd568d724ba7d53911b6cccf5636f859d2662e8 (type 0)
  401.  
  402. Adding https://resources.download.minecraft.net/56/56c1d0ac0de2265018b2c41cb571cc6631101484 (type 0)
  403.  
  404. Adding https://resources.download.minecraft.net/9c/9c63f2a3681832dc32d206f6830360bfe94b5bfc (type 0)
  405.  
  406. Adding https://resources.download.minecraft.net/55/55da1856e77cfd31a7e8c3d358e1f856c5583198 (type 0)
  407.  
  408. Adding https://resources.download.minecraft.net/41/41cbf5dd08e951ad65883854e74d2e034929f572 (type 0)
  409.  
  410. Adding https://resources.download.minecraft.net/86/86cb1bb0c45625b18e00a64098cd425a38f6d3f2 (type 0)
  411.  
  412. Adding https://resources.download.minecraft.net/f7/f7d7e5c7089c9b45fa5d1b31542eb455fad995db (type 0)
  413.  
  414. Adding https://resources.download.minecraft.net/c7/c7b1005d4926f6a2e2387a41ab1fb48a72f18e98 (type 0)
  415.  
  416. Adding https://resources.download.minecraft.net/e8/e8b89f316f3e9989a87f6e6ff12db9abe0f8b09f (type 0)
  417.  
  418. Adding https://resources.download.minecraft.net/c3/c3b3797d04cb9640e1d3a72d5e96edb410388fa3 (type 0)
  419.  
  420. Adding https://resources.download.minecraft.net/48/48f7e1bb098abd36b9760cca27b9d4391a23de26 (type 0)
  421.  
  422. Adding https://resources.download.minecraft.net/7b/7bf3553a4fe41a0078f4988a13d6e1ed8663ef4c (type 0)
  423.  
  424. Adding https://resources.download.minecraft.net/9e/9e59c3650c6c3fc0a475f1b753b2fcfef430bf81 (type 0)
  425.  
  426. Adding https://resources.download.minecraft.net/0f/0fa4234797f336ada4e3735e013e44d1099afe57 (type 0)
  427.  
  428. Adding https://resources.download.minecraft.net/c7/c75589cc0087069f387de127dd1499580498738e (type 0)
  429.  
  430. Adding https://resources.download.minecraft.net/37/37afa06f97d58767a1cd1382386db878be1532dd (type 0)
  431.  
  432. Adding https://resources.download.minecraft.net/e9/e9bab7d3d15541f0aaa93fad31ad37fd07e03a6c (type 0)
  433.  
  434. Adding https://resources.download.minecraft.net/58/5887d10234c4f244ec5468080412f3e6ef9522f3 (type 0)
  435.  
  436. Adding https://resources.download.minecraft.net/a4/a4bc069321a96236fde04a3820664cc23b2ea619 (type 0)
  437.  
  438. Adding https://resources.download.minecraft.net/e2/e26fa3036cdab4c2264ceb19e1cd197a2a510227 (type 0)
  439.  
  440. Adding https://resources.download.minecraft.net/4e/4e094ed8dfa98656d8fec52a7d20c5ee6098b6ad (type 0)
  441.  
  442. Adding https://resources.download.minecraft.net/9c/9c92f697142ae320584bf64c0d54381d59703528 (type 0)
  443.  
  444. Adding https://resources.download.minecraft.net/8f/8f23c02475d388b23e5faa680eafe6b991d7a9d4 (type 0)
  445.  
  446. Adding https://resources.download.minecraft.net/36/363545a76277e5e47538b2dd3a0d6aa4f7a87d34 (type 0)
  447.  
  448. Adding https://resources.download.minecraft.net/9b/9bc2a84d0aa98113fc52609976fae8fc88ea6333 (type 0)
  449.  
  450. Adding https://resources.download.minecraft.net/98/98102533e6085617a2962157b4f3658f59aea018 (type 0)
  451.  
  452. Adding https://resources.download.minecraft.net/45/45b2aef7b5049e81b39b58f8d631563fadcc778b (type 0)
  453.  
  454. Adding https://resources.download.minecraft.net/dc/dc66978374a46ab2b87db6472804185824868095 (type 0)
  455.  
  456. Adding https://resources.download.minecraft.net/72/7274a2231ed4544a37e599b7b014e589e5377094 (type 0)
  457.  
  458. Adding https://resources.download.minecraft.net/87/87c47bda3645c68f18a49e83cbf06e5302d087ff (type 0)
  459.  
  460. Adding https://resources.download.minecraft.net/ad/ad7d770b7fff3b64121f75bd60cecfc4866d1cd6 (type 0)
  461.  
  462. Adding https://resources.download.minecraft.net/5f/5fd568d724ba7d53911b6cccf5636f859d2662e8 (type 0)
  463.  
  464. [New Thread 0x978ff420 (LWP 3689)]
  465.  
  466. Adding https://resources.download.minecraft.net/56/56c1d0ac0de2265018b2c41cb571cc6631101484 (type 0)
  467.  
  468. Adding https://resources.download.minecraft.net/9c/9c63f2a3681832dc32d206f6830360bfe94b5bfc (type 0)
  469.  
  470. Adding https://resources.download.minecraft.net/55/55da1856e77cfd31a7e8c3d358e1f856c5583198 (type 0)
  471.  
  472. Adding https://resources.download.minecraft.net/41/41cbf5dd08e951ad65883854e74d2e034929f572 (type 0)
  473.  
  474. Adding https://resources.download.minecraft.net/86/86cb1bb0c45625b18e00a64098cd425a38f6d3f2 (type 0)
  475.  
  476. Adding https://resources.download.minecraft.net/f7/f7d7e5c7089c9b45fa5d1b31542eb455fad995db (type 0)
  477.  
  478. Adding https://resources.download.minecraft.net/c7/c7b1005d4926f6a2e2387a41ab1fb48a72f18e98 (type 0)
  479.  
  480. Adding https://resources.download.minecraft.net/e8/e8b89f316f3e9989a87f6e6ff12db9abe0f8b09f (type 0)
  481.  
  482. Adding https://resources.download.minecraft.net/c3/c3b3797d04cb9640e1d3a72d5e96edb410388fa3 (type 0)
  483.  
  484. Adding https://resources.download.minecraft.net/48/48f7e1bb098abd36b9760cca27b9d4391a23de26 (type 0)
  485.  
  486. Adding https://resources.download.minecraft.net/7b/7bf3553a4fe41a0078f4988a13d6e1ed8663ef4c (type 0)
  487.  
  488. Adding https://resources.download.minecraft.net/9e/9e59c3650c6c3fc0a475f1b753b2fcfef430bf81 (type 0)
  489.  
  490. Adding https://resources.download.minecraft.net/0f/0fa4234797f336ada4e3735e013e44d1099afe57 (type 0)
  491.  
  492. Adding https://resources.download.minecraft.net/c7/c75589cc0087069f387de127dd1499580498738e (type 0)
  493.  
  494. Adding https://resources.download.minecraft.net/37/37afa06f97d58767a1cd1382386db878be1532dd (type 0)
  495.  
  496. Adding https://resources.download.minecraft.net/e9/e9bab7d3d15541f0aaa93fad31ad37fd07e03a6c (type 0)
  497.  
  498. Adding https://resources.download.minecraft.net/58/5887d10234c4f244ec5468080412f3e6ef9522f3 (type 0)
  499.  
  500. Adding https://resources.download.minecraft.net/a4/a4bc069321a96236fde04a3820664cc23b2ea619 (type 0)
  501.  
  502. Adding https://resources.download.minecraft.net/e2/e26fa3036cdab4c2264ceb19e1cd197a2a510227 (type 0)
  503.  
  504. Adding https://resources.download.minecraft.net/4e/4e094ed8dfa98656d8fec52a7d20c5ee6098b6ad (type 0)
  505.  
  506. Adding https://resources.download.minecraft.net/9c/9c92f697142ae320584bf64c0d54381d59703528 (type 0)
  507.  
  508. Adding https://resources.download.minecraft.net/8f/8f23c02475d388b23e5faa680eafe6b991d7a9d4 (type 0)
  509.  
  510. Adding https://resources.download.minecraft.net/36/363545a76277e5e47538b2dd3a0d6aa4f7a87d34 (type 0)
  511.  
  512. Adding https://resources.download.minecraft.net/9b/9bc2a84d0aa98113fc52609976fae8fc88ea6333 (type 0)
  513.  
  514. Adding https://resources.download.minecraft.net/98/98102533e6085617a2962157b4f3658f59aea018 (type 0)
  515.  
  516. Adding https://resources.download.minecraft.net/45/45b2aef7b5049e81b39b58f8d631563fadcc778b (type 0)
  517.  
  518. Adding https://resources.download.minecraft.net/dc/dc66978374a46ab2b87db6472804185824868095 (type 0)
  519.  
  520. [Thread 0x978ff420 (LWP 3689) exited]
  521.  
  522. HTTP: result 0 (http 200) in 84 ms (84264 bytes)
  523.  
  524. Fetching http://launcher.mojang.com/mc/game/c0.30_01c/client/54622801f5ef1bcc1549a842c5b04cb5d5583005/client.jar (GET)
  525.  
  526. [New Thread 0x978ff420 (LWP 3690)]
  527.  
  528. [Thread 0x978ff420 (LWP 3690) exited]
  529.  
  530. HTTP: result 0 (http 200) in 173 ms (297776 bytes)
  531.  
  532. Fetching http://launcher.mojang.com/mc/game/1.6.2/client/b6cb68afde1d9cf4a20cbf27fa90d0828bf440a4/client.jar (GET)
  533.  
  534. HTTP: result 0 (http 200) in 253 ms (4731988 bytes)
  535.  
  536. Fetching http://static.classicube.net/terrain-patch2.png (GET)
  537.  
  538. HTTP: result 0 (http 200) in 46 ms (2612 bytes)
  539.  
  540. Fetching http://static.classicube.net/gui.png (GET)
  541.  
  542. HTTP: result 0 (http 200) in 34 ms (13959 bytes)
  543.  
  544. Fetching https://resources.download.minecraft.net/50/50a59a4f56e4046701b758ddbb1c1587efa4cadf (GET)
  545.  
  546. [New Thread 0x978ff420 (LWP 3692)]
  547.  
  548. [Thread 0x978ff420 (LWP 3692) exited]
  549.  
  550. HTTP: result 0 (http 200) in 623 ms (2530812 bytes)
  551.  
  552. Fetching https://resources.download.minecraft.net/74/74da65c99aa578486efa7b69983d3533e14c0d6e (GET)
  553.  
  554. HTTP: result 0 (http 200) in 255 ms (1976731 bytes)
  555.  
  556. Fetching https://resources.download.minecraft.net/14/14ae57a6bce3d4254daa8be2b098c2d99743cc3f (GET)
  557.  
  558. HTTP: result 0 (http 200) in 152 ms (2232651 bytes)
  559.  
  560. Fetching https://resources.download.minecraft.net/df/df1ff11b79757432c5c3f279e5ecde7b63ceda64 (GET)
  561.  
  562. HTTP: result 0 (http 200) in 136 ms (1972217 bytes)
  563.  
  564. Fetching https://resources.download.minecraft.net/ce/ceaaaa1d57dfdfbb0bd4da5ea39628b42897a687 (GET)
  565.  
  566. HTTP: result 0 (http 200) in 141 ms (1754429 bytes)
  567.  
  568. Fetching https://resources.download.minecraft.net/dd/dd85fb564e96ee2dbd4754f711ae9deb08a169f9 (GET)
  569.  
  570. HTTP: result 0 (http 200) in 169 ms (1923269 bytes)
  571.  
  572. Fetching https://resources.download.minecraft.net/5e/5e7d63e75c6e042f452bc5e151276911ef92fed8 (GET)
  573.  
  574. HTTP: result 0 (http 200) in 172 ms (2558252 bytes)
  575.  
  576. Fetching https://resources.download.minecraft.net/5f/5fd568d724ba7d53911b6cccf5636f859d2662e8 (GET)
  577.  
  578. HTTP: result 0 (http 200) in 5 ms (4832 bytes)
  579.  
  580. Fetching https://resources.download.minecraft.net/56/56c1d0ac0de2265018b2c41cb571cc6631101484 (GET)
  581.  
  582. HTTP: result 0 (http 200) in 10 ms (4862 bytes)
  583.  
  584. Fetching https://resources.download.minecraft.net/9c/9c63f2a3681832dc32d206f6830360bfe94b5bfc (GET)
  585.  
  586. HTTP: result 0 (http 200) in 29 ms (4897 bytes)
  587.  
  588. Fetching https://resources.download.minecraft.net/55/55da1856e77cfd31a7e8c3d358e1f856c5583198 (GET)
  589.  
  590. HTTP: result 0 (http 200) in 9 ms (4844 bytes)
  591.  
  592. Fetching https://resources.download.minecraft.net/41/41cbf5dd08e951ad65883854e74d2e034929f572 (GET)
  593.  
  594. HTTP: result 0 (http 200) in 11 ms (7468 bytes)
  595.  
  596. Fetching https://resources.download.minecraft.net/86/86cb1bb0c45625b18e00a64098cd425a38f6d3f2 (GET)
  597.  
  598. HTTP: result 0 (http 200) in 10 ms (7691 bytes)
  599.  
  600. Fetching https://resources.download.minecraft.net/f7/f7d7e5c7089c9b45fa5d1b31542eb455fad995db (GET)
  601.  
  602. HTTP: result 0 (http 200) in 11 ms (7194 bytes)
  603.  
  604. Fetching https://resources.download.minecraft.net/c7/c7b1005d4926f6a2e2387a41ab1fb48a72f18e98 (GET)
  605.  
  606. HTTP: result 0 (http 200) in 7 ms (7163 bytes)
  607.  
  608. Fetching https://resources.download.minecraft.net/e8/e8b89f316f3e9989a87f6e6ff12db9abe0f8b09f (GET)
  609.  
  610. HTTP: result 0 (http 200) in 5 ms (6851 bytes)
  611.  
  612. Fetching https://resources.download.minecraft.net/c3/c3b3797d04cb9640e1d3a72d5e96edb410388fa3 (GET)
  613.  
  614. HTTP: result 0 (http 200) in 5 ms (7501 bytes)
  615.  
  616. Fetching https://resources.download.minecraft.net/48/48f7e1bb098abd36b9760cca27b9d4391a23de26 (GET)
  617.  
  618. HTTP: result 0 (http 200) in 22 ms (6905 bytes)
  619.  
  620. Fetching https://resources.download.minecraft.net/7b/7bf3553a4fe41a0078f4988a13d6e1ed8663ef4c (GET)
  621.  
  622. HTTP: result 0 (http 200) in 6 ms (6728 bytes)
  623.  
  624. Fetching https://resources.download.minecraft.net/9e/9e59c3650c6c3fc0a475f1b753b2fcfef430bf81 (GET)
  625.  
  626. HTTP: result 0 (http 200) in 4 ms (5543 bytes)
  627.  
  628. Fetching https://resources.download.minecraft.net/0f/0fa4234797f336ada4e3735e013e44d1099afe57 (GET)
  629.  
  630. HTTP: result 0 (http 200) in 5 ms (5553 bytes)
  631.  
  632. Fetching https://resources.download.minecraft.net/c7/c75589cc0087069f387de127dd1499580498738e (GET)
  633.  
  634. HTTP: result 0 (http 200) in 5 ms (5552 bytes)
  635.  
  636. Fetching https://resources.download.minecraft.net/37/37afa06f97d58767a1cd1382386db878be1532dd (GET)
  637.  
  638. HTTP: result 0 (http 200) in 315 ms (5491 bytes)
  639.  
  640. Fetching https://resources.download.minecraft.net/e9/e9bab7d3d15541f0aaa93fad31ad37fd07e03a6c (GET)
  641.  
  642. HTTP: result 0 (http 200) in 4 ms (6532 bytes)
  643.  
  644. Fetching https://resources.download.minecraft.net/58/5887d10234c4f244ec5468080412f3e6ef9522f3 (GET)
  645.  
  646. HTTP: result 0 (http 200) in 6 ms (6567 bytes)
  647.  
  648. Fetching https://resources.download.minecraft.net/a4/a4bc069321a96236fde04a3820664cc23b2ea619 (GET)
  649.  
  650. HTTP: result 0 (http 200) in 7 ms (6540 bytes)
  651.  
  652. Fetching https://resources.download.minecraft.net/e2/e26fa3036cdab4c2264ceb19e1cd197a2a510227 (GET)
  653.  
  654. HTTP: result 0 (http 200) in 4 ms (6501 bytes)
  655.  
  656. Fetching https://resources.download.minecraft.net/4e/4e094ed8dfa98656d8fec52a7d20c5ee6098b6ad (GET)
  657.  
  658. HTTP: result 0 (http 200) in 20 ms (6695 bytes)
  659.  
  660. Fetching https://resources.download.minecraft.net/9c/9c92f697142ae320584bf64c0d54381d59703528 (GET)
  661.  
  662. HTTP: result 0 (http 200) in 7 ms (6728 bytes)
  663.  
  664. Fetching https://resources.download.minecraft.net/8f/8f23c02475d388b23e5faa680eafe6b991d7a9d4 (GET)
  665.  
  666. HTTP: result 0 (http 200) in 20 ms (6627 bytes)
  667.  
  668. Fetching https://resources.download.minecraft.net/36/363545a76277e5e47538b2dd3a0d6aa4f7a87d34 (GET)
  669.  
  670. HTTP: result 0 (http 200) in 7 ms (6516 bytes)
  671.  
  672. Fetching https://resources.download.minecraft.net/9b/9bc2a84d0aa98113fc52609976fae8fc88ea6333 (GET)
  673.  
  674. HTTP: result 0 (http 200) in 3 ms (6541 bytes)
  675.  
  676. Fetching https://resources.download.minecraft.net/98/98102533e6085617a2962157b4f3658f59aea018 (GET)
  677.  
  678. HTTP: result 0 (http 200) in 22 ms (6294 bytes)
  679.  
  680. Fetching https://resources.download.minecraft.net/45/45b2aef7b5049e81b39b58f8d631563fadcc778b (GET)
  681.  
  682. HTTP: result 0 (http 200) in 18 ms (6604 bytes)
  683.  
  684. Fetching https://resources.download.minecraft.net/dc/dc66978374a46ab2b87db6472804185824868095 (GET)
  685.  
  686. HTTP: result 0 (http 200) in 4 ms (6817 bytes)
  687.  
  688. Fetching https://resources.download.minecraft.net/72/7274a2231ed4544a37e599b7b014e589e5377094 (GET)
  689.  
  690. HTTP: result 0 (http 200) in 6 ms (7443 bytes)
  691.  
  692. Fetching https://resources.download.minecraft.net/87/87c47bda3645c68f18a49e83cbf06e5302d087ff (GET)
  693.  
  694. HTTP: result 0 (http 200) in 11 ms (7532 bytes)
  695.  
  696. Fetching https://resources.download.minecraft.net/ad/ad7d770b7fff3b64121f75bd60cecfc4866d1cd6 (GET)
  697.  
  698. HTTP: result 0 (http 200) in 20 ms (7592 bytes)
  699.  
  700. Fetching https://resources.download.minecraft.net/5f/5fd568d724ba7d53911b6cccf5636f859d2662e8 (GET)
  701.  
  702. HTTP: result 0 (http 200) in 3 ms (4832 bytes)
  703.  
  704. Fetching https://resources.download.minecraft.net/56/56c1d0ac0de2265018b2c41cb571cc6631101484 (GET)
  705.  
  706. HTTP: result 0 (http 200) in 3 ms (4862 bytes)
  707.  
  708. Fetching https://resources.download.minecraft.net/9c/9c63f2a3681832dc32d206f6830360bfe94b5bfc (GET)
  709.  
  710. HTTP: result 0 (http 200) in 21 ms (4897 bytes)
  711.  
  712. Fetching https://resources.download.minecraft.net/55/55da1856e77cfd31a7e8c3d358e1f856c5583198 (GET)
  713.  
  714. HTTP: result 0 (http 200) in 37 ms (4844 bytes)
  715.  
  716. Fetching https://resources.download.minecraft.net/41/41cbf5dd08e951ad65883854e74d2e034929f572 (GET)
  717.  
  718. HTTP: result 0 (http 200) in 7 ms (7468 bytes)
  719.  
  720. Fetching https://resources.download.minecraft.net/86/86cb1bb0c45625b18e00a64098cd425a38f6d3f2 (GET)
  721.  
  722. HTTP: result 0 (http 200) in 6 ms (7691 bytes)
  723.  
  724. Fetching https://resources.download.minecraft.net/f7/f7d7e5c7089c9b45fa5d1b31542eb455fad995db (GET)
  725.  
  726. HTTP: result 0 (http 200) in 4 ms (7194 bytes)
  727.  
  728. Fetching https://resources.download.minecraft.net/c7/c7b1005d4926f6a2e2387a41ab1fb48a72f18e98 (GET)
  729.  
  730. HTTP: result 0 (http 200) in 3 ms (7163 bytes)
  731.  
  732. Fetching https://resources.download.minecraft.net/e8/e8b89f316f3e9989a87f6e6ff12db9abe0f8b09f (GET)
  733.  
  734. HTTP: result 0 (http 200) in 7 ms (6851 bytes)
  735.  
  736. Fetching https://resources.download.minecraft.net/c3/c3b3797d04cb9640e1d3a72d5e96edb410388fa3 (GET)
  737.  
  738. HTTP: result 0 (http 200) in 7 ms (7501 bytes)
  739.  
  740. Fetching https://resources.download.minecraft.net/48/48f7e1bb098abd36b9760cca27b9d4391a23de26 (GET)
  741.  
  742. HTTP: result 0 (http 200) in 4 ms (6905 bytes)
  743.  
  744. Fetching https://resources.download.minecraft.net/7b/7bf3553a4fe41a0078f4988a13d6e1ed8663ef4c (GET)
  745.  
  746. HTTP: result 0 (http 200) in 5 ms (6728 bytes)
  747.  
  748. Fetching https://resources.download.minecraft.net/9e/9e59c3650c6c3fc0a475f1b753b2fcfef430bf81 (GET)
  749.  
  750. HTTP: result 0 (http 200) in 4 ms (5543 bytes)
  751.  
  752. Fetching https://resources.download.minecraft.net/0f/0fa4234797f336ada4e3735e013e44d1099afe57 (GET)
  753.  
  754. HTTP: result 0 (http 200) in 3 ms (5553 bytes)
  755.  
  756. Fetching https://resources.download.minecraft.net/c7/c75589cc0087069f387de127dd1499580498738e (GET)
  757.  
  758. HTTP: result 0 (http 200) in 3 ms (5552 bytes)
  759.  
  760. Fetching https://resources.download.minecraft.net/37/37afa06f97d58767a1cd1382386db878be1532dd (GET)
  761.  
  762. HTTP: result 0 (http 200) in 3 ms (5491 bytes)
  763.  
  764. Fetching https://resources.download.minecraft.net/e9/e9bab7d3d15541f0aaa93fad31ad37fd07e03a6c (GET)
  765.  
  766. HTTP: result 0 (http 200) in 9 ms (6532 bytes)
  767.  
  768. Fetching https://resources.download.minecraft.net/58/5887d10234c4f244ec5468080412f3e6ef9522f3 (GET)
  769.  
  770. HTTP: result 0 (http 200) in 9 ms (6567 bytes)
  771.  
  772. Fetching https://resources.download.minecraft.net/a4/a4bc069321a96236fde04a3820664cc23b2ea619 (GET)
  773.  
  774. HTTP: result 0 (http 200) in 3 ms (6540 bytes)
  775.  
  776. Fetching https://resources.download.minecraft.net/e2/e26fa3036cdab4c2264ceb19e1cd197a2a510227 (GET)
  777.  
  778. HTTP: result 0 (http 200) in 4 ms (6501 bytes)
  779.  
  780. Fetching https://resources.download.minecraft.net/4e/4e094ed8dfa98656d8fec52a7d20c5ee6098b6ad (GET)
  781.  
  782. HTTP: result 0 (http 200) in 3 ms (6695 bytes)
  783.  
  784. Fetching https://resources.download.minecraft.net/9c/9c92f697142ae320584bf64c0d54381d59703528 (GET)
  785.  
  786. HTTP: result 0 (http 200) in 10 ms (6728 bytes)
  787.  
  788. Fetching https://resources.download.minecraft.net/8f/8f23c02475d388b23e5faa680eafe6b991d7a9d4 (GET)
  789.  
  790. HTTP: result 0 (http 200) in 5 ms (6627 bytes)
  791.  
  792. Fetching https://resources.download.minecraft.net/36/363545a76277e5e47538b2dd3a0d6aa4f7a87d34 (GET)
  793.  
  794. HTTP: result 0 (http 200) in 5 ms (6516 bytes)
  795.  
  796. Fetching https://resources.download.minecraft.net/9b/9bc2a84d0aa98113fc52609976fae8fc88ea6333 (GET)
  797.  
  798. HTTP: result 0 (http 200) in 4 ms (6541 bytes)
  799.  
  800. Fetching https://resources.download.minecraft.net/98/98102533e6085617a2962157b4f3658f59aea018 (GET)
  801.  
  802. HTTP: result 0 (http 200) in 4 ms (6294 bytes)
  803.  
  804. Fetching https://resources.download.minecraft.net/45/45b2aef7b5049e81b39b58f8d631563fadcc778b (GET)
  805.  
  806. HTTP: result 0 (http 200) in 4 ms (6604 bytes)
  807.  
  808. Fetching https://resources.download.minecraft.net/dc/dc66978374a46ab2b87db6472804185824868095 (GET)
  809.  
  810. HTTP: result 0 (http 200) in 4 ms (6817 bytes)
  811.  
  812. Going back to sleep...
  813.  
  814. Going back to sleep...
  815.  
  816. [Detaching after fork from child process 3693]
  817.  
  818. Starting ClassiCube 1.3.6 ..
  819.  
  820. Falling back to glXChooseVisual.
  821.  
  822. Created window (visual id: 0000033D)
  823.  
  824. Going back to sleep...
  825.  
  826. Loaded terrain atlas: 1 bmps, 256 per bmp
  827.  
  828. LLVM ERROR: Relocation type not implemented yet!
  829.  
  830. Exit message received.
  831.  
  832. [Thread 0xa7fad020 (LWP 3684) exited]
  833.  
  834. [Thread 0x982ef420 (LWP 3686) exited]
  835.  
  836. [New process 3684]
  837.  
  838. [Inferior 1 (process 3684) exited normally]
  839.  
  840. [?2004h[?2004l
  841. [?2004h(gdb) quit
  842.  
  843. [?2004l
  844. [?2004hally@windy:~/ClassiCube/src$ [?2004l
  845.  
  846.  
  847. exit
  848.  
  849.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement