Lua script error in file startup.lua: cannot open data/script/startup.lua: No such file or directory
Unable to create OpenGL FSAA screen: Couldn't find matching GLX visual
Trying without FSAA instead
Unable to retrieve login information
Mix_LoadWAV: data/sounds/pain1.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/pain2.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/pain3.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/pain4.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/pain5.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/pain6.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/pain7.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/pain8.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_hit_head1.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_hit_head2.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_hit_head3.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_hit1.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_hit2.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_hit3.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_hit4.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_hit5.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_impact_hard1.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_impact_hard2.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_impact_soft1.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_impact_soft2.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_impact_mini1.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_impact_mini2.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_break_hard1.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_swoosh_hand.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_swoosh_feet.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/body_swoosh.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/footstep.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/menu_click.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/select_player.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/joint_hold.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/button_click.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/fight_alert.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/gameover.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/foul.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/splash0.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/splash1.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/splash2.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/splash3.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/splash4.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/splash5.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/splash6.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/splash7.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/splash8.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/slowdown.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/weapon-hit.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/weapon-clash.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/grading.wav Mix_LoadWAV_RW with NULL src
Mix_LoadWAV: data/sounds/neck_fracture.wav Mix_LoadWAV_RW with NULL src
failed to load texture data/textures//award_igf
failed to load texture data/textures//award_pcformat
failed to load texture data/textures//award_pcgamer
failed to load texture data/textures//award_sga
failed to load texture data/textures//award_slamdance
failed to load texture data/textures//splatt1
failed to load texture data/textures//logo
failed to load texture data/textures//splatt1
failed to load texture data/textures//splatt1
failed to load texture data/textures//splatt1
failed to load texture data/textures/cursor/c1
failed to load texture data/textures/cursor/c2
failed to load texture data/textures/cursor/c3
failed to load texture data/textures/cursor/cf
failed to load texture data/textures/cursor/cb
failed to load texture data/textures/cursor/ch
failed to load texture data/textures/buttons/play
failed to load texture data/textures/buttons/pause
failed to load texture data/textures/buttons/next
failed to load texture data/textures/buttons/prev
failed to load texture data/textures/buttons/rewind
failed to load texture data/textures/buttons/step
failed to load texture data/textures/buttons/step10
failed to load texture data/textures/buttons/ghost
failed to load texture data/textures/buttons/ghost_both
failed to load texture data/textures/buttons/ghost_none
failed to load texture data/textures/buttons/ready
failed to load texture data/textures/buttons/help
failed to load texture data/textures/buttons/talk
failed to load texture data/textures/buttons/up
failed to load texture data/textures/buttons/down
failed to load texture data/textures//indicator
failed to load texture data/textures//av_shadow
init_font_ttf: Error with loading font 0
Failed to load fonts
./toribash 2>&1 | sed -n 's/.*http/http/p' | awk '{ system("wget " $1 " -O " $2) }'
It takes the stderr output redirects to stdout pipes into sed which then strips the junk at the start of the line and prints only the lines with the http info. Then pipes into awk which takes the first and second parts of the line (the http address and the location/name of the texture) and uses wget to download it.