Advertisement
para_bellum

Nuclear Throne from command line

Aug 17th, 2016
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. chmod a+x runner
  2. LD_LIBRARY_PATH=/home/para/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/:/home/para/.steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/ ./runner
  3.  
  4. With Steam, we un the file /home/para/.steam/steam/steamapps/common/Nuclear Throne/run.sh containing
  5. #!/bin/bash
  6. chmod +x nuclearthrone
  7. LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH ./nuclearthrone
  8.  
  9.  
  10. This does not work:
  11. para@N551JK-ULB:~/.steam/steam/steamapps/common/Nuclear Throne$ LD_LIBRARY_PATH=./lib:/home/para/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/:/home/para/.steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/:/home/para/.steam/ubuntu12_32/steam-runtime.old/i386/lib/i386-linux-gnu/:$LD_LIBRARY_PATH ./nuclearthrone
  12.  
  13. ***************************************
  14. * YoYo Games Linux Runner V1.3 *
  15. ***************************************
  16. CommandLine: -game game.unx
  17. ExeName= /home/para/.steam/steam/steamapps/common/Nuclear Throne/nuclearthrone
  18. MemoryManager allocated: 17920
  19.  
  20. ***************************************
  21. * YoYo Games Runner v1.0(999)[r32908] *
  22. ***************************************
  23. RunnerLoadGame: game.unx
  24. RunnerLoadGame() - assets/game.unx
  25. Checking if INIFile assets/options.ini Exists
  26. assets/options.ini file contents: [Linux]
  27. DisplayName="Nuclear Throne"
  28. NewDebugger=0
  29.  
  30. INI DisplayName=Nuclear Throne
  31. Reading File assets/game.unx
  32. Loaded File assets/game.unx(103917946)
  33. IFF wad found
  34. Get Resolution
  35. Get Header Information
  36. InitGMLFunctions
  37. HighScore..SavePrePend /home/para/.config/nuclearthrone/
  38. Game..Math..Graphic..Action..File..Resource..Interaction..3D..Particle..Misc..DS..Sound..Physics..Gamepad..GAMEPAD: Initialising Ubuntu support
  39. GAMEPAD: 4 axis values (last) at 0xf664c620
  40. GAMEPAD: 4 axis values (last) at 0xf664c600
  41. GAMEPAD: 4 axis values (last) at 0xf664c5e0
  42. GAMEPAD: 4 axis values (last) at 0xf664c5c0
  43. Buffers..Networking..Shaders..Steam being initialised with appId 242680
  44. Steam_Init
  45. Steam - SteamAPI_RestartAppIfNecessary
  46. szCmd: /bin/sh -c '"/home/para/.steam/steam.sh" "steam://run/242680"' &
  47. Steam - Restart required
  48. Steam_Init
  49. SteamInit failed with no msg
  50. InitPushFunctions...YoYo..Fini
  51. ID_STRG
  52. Steam restarting via client
  53. Segmentation fault
  54. para@N551JK-ULB:~/.steam/steam/steamapps/common/Nuclear Throne$ rm: cannot remove '/home/para/.steam/steam': Is a directory
  55. rm: cannot remove '/home/para/.steam/bin': Is a directory
  56. Running Steam on bunsenlabs 8.2 64-bit
  57. STEAM_RUNTIME is enabled automatically
  58. /bin/bash: /home/para/.steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /bin/bash)
  59. grep: symbol lookup error: grep: undefined symbol: pcre_jit_stack_alloc
  60. grep: symbol lookup error: grep: undefined symbol: pcre_jit_stack_alloc
  61. grep: symbol lookup error: grep: undefined symbol: pcre_jit_stack_alloc
  62. ^C
  63.  
  64.  
  65.  
  66.  
  67. HOWEVER, putting
  68. LD_LIBRARY_PATH=./lib:/home/para/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/:/home/para/.steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/:/home/para/.steam/ubuntu12_32/steam-runtime.old/i386/lib/i386-linux-gnu/:$LD_LIBRARY_PATH %command%
  69. in the launch options does.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement