Advertisement
bb94

Untitled

Apr 2nd, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.63 KB | None | 0 0
  1. > grep -ar IsReplay * | iconv -f Shift-JIS
  2. th_bsm/lib/lib_HighScore.dnh: if (IsReplay) { return(-1); } //リプレイ中!
  3. th_bsm/lib/lib_HighScore.dnh: if (IsReplay) { return(-1); } //リプレイ中!
  4. th_bsm/lib/lib_Result.dnh: if (!IsReplay())
  5. th_bsm/lib/lib_Result.dnh: if (IsReplay()) { return (false); } //リプレイ中!
  6. th_bsm/lib/lib_Result.dnh: if (IsReplay) { return(-1); } //リプレイ中!
  7. th_bsm/lib/lib_Stage.dnh: if (IsReplay()) {
  8. th_bsm/lib/lib_Stage.dnh: if (IsReplay()) {
  9. th_bsm/stg/stage1/boss/01a_plural.dnh:// if (!IsReplay()) { CDM_SetCharacterDataFlag(BOSS_ID_SETUJO); } // 解説フラグON
  10. th_bsm/stg/stage1/boss/01b_plural.dnh:// if (!IsReplay()) { CDM_SetCharacterDataFlag(BOSS_ID_SETUJO); } // 解説フラグON
  11. th_bsm/stg/stage2/boss/02a_plural.dnh:// if (!IsReplay()) { CDM_SetCharacterDataFlag(BOSS_ID_SETUJO); } // 解説フラグON
  12. th_bsm/stg/stage2/boss/02b_plural.dnh:// if (!IsReplay()) { CDM_SetCharacterDataFlag(BOSS_ID_SETUJO); } // 解説フラグON
  13. th_bsm/stg/stage3/boss/03a_plural.dnh:// if (!IsReplay()) { CDM_SetCharacterDataFlag(BOSS_ID_SETUJO); } // 解説フラグON
  14. th_bsm/stg/stage3/boss/03b_plural.dnh:// if (!IsReplay()) { CDM_SetCharacterDataFlag(BOSS_ID_SETUJO); } // 解説フラグON
  15. th_bsm/stg/stage4/boss/04a_plural.dnh:// if (!IsReplay()) { CDM_SetCharacterDataFlag(BOSS_ID_SETUJO); } // 解説フラグON
  16. th_bsm/stg/stage4/boss/04b_plural.dnh:// if (!IsReplay()) { CDM_SetCharacterDataFlag(BOSS_ID_SETUJO); } // 解説フラグON
  17. th_bsm/system/lib/lib_SystemScene.dnh:let IsReplaySave = false;
  18. th_bsm/system/lib/lib_SystemScene.dnh: if( IsReplaySave ){
  19. th_bsm/system/lib/lib_SystemScene.dnh: if( IsReplaySave )
  20. th_bsm/system/SceneEnd.dnh: if( IsReplay )
  21. th_bsm/system/SceneEnd.dnh: if( IsReplay ){
  22. th_bsm/system/SceneEnd.dnh: IsReplaySave = true;
  23. th_bsm/system/SceneEnd.dnh: IsReplaySave = false;
  24. th_bsm/system/SceneEnd_Clear.dnh: IsReplaySave = true;
  25. th_bsm/system/SceneEnd_Clear.dnh: IsReplaySave = false;
  26. th_bsm/system/System.dnh: if (IsReplay()) { TFPS_Replay(); }
  27. th_bsm/system/System.dnh: if (IsReplay()) {
  28. th_bsm/title/scene/SceneStage.dnh: if( !IsReplay )
  29. th_bsm/title/scene/SceneStage.dnh: else if( !IsReplay && GetPlayMode == GAME_PRACTICE )
  30. th_bsm/title/scene/SceneStage.dnh: else if( !IsReplay && GetPlayMode == GAME_SPELL )
  31. th_bsm/title/scene/SceneStage.dnh: else if( IsReplay )
  32. th_bsm/title/scene/SceneStage.dnh: if( !IsReplay )
  33. th_bsm/title/scene/SceneStage.dnh: if( !IsReplay && GetPlayMode == GAME_MAIN ){
  34. th_bsm/title/scene/SceneStage.dnh: if( !IsReplay && GetPlayMode == GAME_PRACTICE ){
  35. th_bsm/title/scene/SceneStage.dnh: if( !IsReplay && GetPlayMode == GAME_SPELL ){
  36. th_bsm/title/scene/SceneStage.dnh: if( IsReplay ){
  37.  
  38.  
  39. > gdb th_bsm_ver0.02.exe
  40. GNU gdb (GDB) (Cygwin 7.10.1-1) 7.10.1
  41. Copyright (C) 2015 Free Software Foundation, Inc.
  42. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  43. This is free software: you are free to change and redistribute it.
  44. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  45. and "show warranty" for details.
  46. This GDB was configured as "x86_64-pc-cygwin".
  47. Type "show configuration" for configuration details.
  48. For bug reporting instructions, please see:
  49. <http://www.gnu.org/software/gdb/bugs/>.
  50. Find the GDB manual and other documentation resources online at:
  51. <http://www.gnu.org/software/gdb/documentation/>.
  52. For help, type "help".
  53. Type "apropos word" to search for commands related to "word"...
  54. Reading symbols from th_bsm_ver0.02.exe...(no debugging symbols found)...done.
  55. (gdb) s
  56. The program is not being run.
  57. (gdb) run
  58. Starting program: /cygdrive/c/Users/tkook/Desktop/th_bsm_tr2/th_bsm_ver0.02.exe
  59. [New Thread 24196.0x1650]
  60. warning: `/cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386.
  61. warning: `/cygdrive/c/WINDOWS/system32/wow64.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386.
  62. warning: `/cygdrive/c/WINDOWS/system32/wow64win.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386.
  63. warning: dll path for "WOW64_IMAGE_SECTION" can not be evaluated
  64. warning: Could not load shared library symbols for WOW64_IMAGE_SECTION.
  65. Do you need "set solib-search-path" or "set sysroot"?
  66. warning: dll path for "WOW64_IMAGE_SECTION" can not be evaluated
  67. warning: Could not load shared library symbols for WOW64_IMAGE_SECTION.
  68. Do you need "set solib-search-path" or "set sysroot"?
  69. warning: dll path for "NOT_AN_IMAGE" can not be evaluated
  70. warning: Could not load shared library symbols for NOT_AN_IMAGE.
  71. Do you need "set solib-search-path" or "set sysroot"?
  72. warning: dll path for "NOT_AN_IMAGE" can not be evaluated
  73. warning: Could not load shared library symbols for NOT_AN_IMAGE.
  74. Do you need "set solib-search-path" or "set sysroot"?
  75. warning: `/cygdrive/c/WINDOWS/system32/wow64cpu.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386.
  76. [New Thread 24196.0x1b90]
  77. [New Thread 24196.0x4e70]
  78. [New Thread 24196.0x2a10]
  79. [New Thread 24196.0x62c]
  80. [Thread 24196.0x4e70 exited with code 0]
  81. [Thread 24196.0x2a10 exited with code 0]
  82. [Thread 24196.0x1b90 exited with code 0]
  83. [New Thread 24196.0x4ccc]
  84. [Thread 24196.0x62c exited with code 1916076032]
  85. [New Thread 24196.0x3478]
  86. [Thread 24196.0x3478 exited with code 0]
  87. [New Thread 24196.0x3e44]
  88. [Thread 24196.0x3e44 exited with code 0]
  89. [New Thread 24196.0x30a8]
  90. [New Thread 24196.0x38b0]
  91. [New Thread 24196.0x5adc]
  92. [New Thread 24196.0x2fc0]
  93. [New Thread 24196.0x4358]
  94. [New Thread 24196.0x1dc4]
  95. [New Thread 24196.0x1f0c]
  96. [New Thread 24196.0x50cc]
  97. [New Thread 24196.0x1eac]
  98. [New Thread 24196.0x25a8]
  99. [New Thread 24196.0x4908]
  100. [New Thread 24196.0x1ed4]
  101. l
  102. [New Thread 24196.0x42d0]
  103. [New Thread 24196.0x3604]
  104. [New Thread 24196.0x3248]
  105. [New Thread 24196.0x4560]
  106. [Thread 24196.0x3604 exited with code 0]
  107. [New Thread 24196.0x5e60]
  108. [New Thread 24196.0x4420]
  109. [Thread 24196.0x1eac exited with code 0]
  110. [New Thread 24196.0x43ec]
  111. [New Thread 24196.0x350c]
  112. [Thread 24196.0x43ec exited with code 0]
  113. [Thread 24196.0x350c exited with code 0]
  114. [New Thread 24196.0x3fac]
  115.  
  116. Program received signal SIGSEGV, Segmentation fault.
  117. 0x0000002b in ?? ()
  118. (gdb) l
  119. No symbol table is loaded. Use the "file" command.
  120. (gdb) bt
  121. #0 0x0000002b in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement