Guest User

retroarch internal ffmpeg bug

a guest
Jun 11th, 2016
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.54 KB | None | 0 0
  1. $ gdb retroarch_debug
  2. GNU gdb (GDB) 7.11
  3. Copyright (C) 2016 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-w64-mingw32".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from retroarch_debug...done.
  17. (gdb) run
  18. Starting program: E:\emulateurs\retroarch64\retroarch_debug.exe
  19. [New Thread 2932.0x610]
  20. [New Thread 2932.0xa34]
  21. RetroArch [INFO] :: Config: loading config from: E:\emulateurs\retroarch64\retroarch.cfg.
  22. [New Thread 2932.0x49c]
  23. RetroArch [INFO] :: Environ SET_PIXEL_FORMAT: RGB565.
  24. RetroArch [INFO] :: Version of libretro API: 1
  25. RetroArch [INFO] :: Compiled against API: 1
  26. RetroArch [INFO] :: Set audio input rate to: 30001.20 Hz.
  27. RetroArch [INFO] :: Found shader "E:\emulateurs\retroarch64\shaders/01-scanline.cg"
  28. RetroArch [INFO] :: Found shader "E:\emulateurs\retroarch64\shaders/03-crt-flatng3x.cg"
  29. RetroArch [INFO] :: Found shader "E:\emulateurs\retroarch64\shaders/retroarch.glslp"
  30. RetroArch [INFO] :: Found shader "E:\emulateurs\retroarch64\shaders/stock.cg"
  31. RetroArch [INFO] :: Video @ fullscreen
  32. RetroArch [INFO] :: Found GL context: wgl
  33. RetroArch [INFO] :: Detecting screen resolution 1920x1080.
  34. RetroArch [INFO] :: [WGL]: Setting fullscreen to 1920x1080 @ 60Hz on device \\.\DISPLAY1.
  35. [New Thread 2932.0xc40]
  36. [New Thread 2932.0xf60]
  37. [Thread 2932.0xc40 exited with code 0]
  38. [Thread 2932.0xf60 exited with code 0]
  39. [New Thread 2932.0xe90]
  40. [New Thread 2932.0xf10]
  41. [Thread 2932.0xe90 exited with code 0]
  42. [Thread 2932.0xf10 exited with code 0]
  43. [New Thread 2932.0xf48]
  44. [New Thread 2932.0x93c]
  45. [New Thread 2932.0x668]
  46. [New Thread 2932.0x970]
  47. RetroArch [INFO] :: [WGL]: wglSwapInterval(1)
  48. RetroArch [INFO] :: [GL]: Vendor: NVIDIA Corporation, Renderer: GeForce GTX 770/PCIe/SSE2.
  49. RetroArch [INFO] :: [GL]: Version: 4.5.0 NVIDIA 368.39.
  50. RetroArch [INFO] :: Querying GL extension: ARB_ES2_compatibility => exists
  51. RetroArch [INFO] :: Querying GL extension: ARB_sync => exists
  52. RetroArch [INFO] :: [GL]: Using ARB_sync to reduce latency.
  53. RetroArch [INFO] :: Querying GL extension: ARB_texture_float => exists
  54. RetroArch [INFO] :: Querying GL extension: EXT_texture_sRGB => exists
  55. RetroArch [INFO] :: Querying GL extension: ARB_framebuffer_sRGB => exists
  56. RetroArch [INFO] :: GL: Using resolution 1920x1080
  57. RetroArch [INFO] :: [GL]: Default shader backend found: glsl.
  58. RetroArch [INFO] :: [Shader driver]: Using Cg shader backend.
  59. RetroArch [INFO] :: [Cg]: Vertex profile: gp5vp
  60. RetroArch [INFO] :: [Cg]: Fragment profile: gp5fp
  61. RetroArch [INFO] :: Loading Cg meta-shader: E:\emulateurs\retroarch64\shaders/retroarch.cgp
  62. RetroArch [INFO] :: Found #pragma parameter CRTGeom Target Gamma (CRTgamma) 2.400000 0.100000 5.000000 0.100000
  63. RetroArch [INFO] :: Found #pragma parameter CRTGeom Monitor Gamma (monitorgamma) 2.200000 0.100000 5.000000 0.100000
  64. RetroArch [INFO] :: Found #pragma parameter CRTGeom Curvature Toggle (CURVATURE) 1.000000 0.000000 1.000000 1.000000
  65. RetroArch [INFO] :: Found #pragma parameter CRTGeom Distance (d) 1.900000 0.100000 3.000000 0.100000
  66. RetroArch [INFO] :: Found #pragma parameter CRTGeom Curvature Radius (R) 1.800000 0.100000 10.000000 0.100000
  67. RetroArch [INFO] :: Found #pragma parameter CRTGeom Corner Size (cornersize) 0.010000 0.001000 1.000000 0.005000
  68. RetroArch [INFO] :: Found #pragma parameter CRTGeom Corner Smoothness (cornersmooth) 800.000000 80.000000 2000.000000 100.000000
  69. RetroArch [INFO] :: Found #pragma parameter CRTGeom Horizontal Tilt (x_tilt) 0.000000 -0.500000 0.500000 0.050000
  70. RetroArch [INFO] :: Found #pragma parameter CRTGeom Vertical Tilt (y_tilt) -0.150000 -0.500000 0.500000 0.050000
  71. RetroArch [INFO] :: Found #pragma parameter CRTGeom Horiz. Overscan % (overscan_x) 100.000000 -125.000000 125.000000 0.500000
  72. RetroArch [INFO] :: Found #pragma parameter CRTGeom Vert. Overscan % (overscan_y) 100.000000 -125.000000 125.000000 0.500000
  73. RetroArch [INFO] :: Found #pragma parameter CRTGeom Dot Mask Toggle (DOTMASK) 0.000000 0.000000 0.300000 0.300000
  74. RetroArch [INFO] :: Found #pragma parameter CRTGeom Sharpness (SHARPER) 1.000000 1.000000 3.000000 1.000000
  75. RetroArch [INFO] :: Found #pragma parameter CRTGeom Scanline Weight (scanline_weight) 0.300000 0.100000 0.500000 0.050000
  76. RetroArch [INFO] :: Loading Cg shader: "E:\Emulateurs\RetroArch64\shaders/..\shaders\1custom1\crt-geom-mod.cg".
  77. RetroArch [INFO] :: CG: Found semantic "POSITION" in prog #1.
  78. RetroArch [INFO] :: CG: Found semantic "COLOR" in prog #1.
  79. RetroArch [INFO] :: CG: Found semantic "TEXCOORD0" in prog #1.
  80. RetroArch [INFO] :: CG: Found semantic "POSITION" in prog #24.
  81. RetroArch [INFO] :: CG: Found semantic "COLOR" in prog #24.
  82. RetroArch [INFO] :: CG: Found semantic "TEXCOORD0" in prog #24.
  83. RetroArch [INFO] :: CG: Found semantic "POSITION" in prog #23.
  84. RetroArch [INFO] :: CG: Found semantic "COLOR" in prog #23.
  85. RetroArch [INFO] :: CG: Found semantic "TEXCOORD0" in prog #23.
  86. RetroArch [INFO] :: [GL]: Using 4 textures.
  87. RetroArch [INFO] :: [GL]: Loaded 1 program(s).
  88. RetroArch [INFO] :: [GL]: Using GL_RGB565 for texture uploads.
  89. RetroArch [INFO] :: Found XInput v1.3.
  90. RetroArch [INFO] :: Found XInput controller, user #0
  91. RetroArch [INFO] :: Found XInput controller, user #1
  92. RetroArch [INFO] :: Enumerating DInput joypads ...
  93. RetroArch [INFO] :: Device #0 PID: {028E} VID:{045E}
  94. RetroArch [INFO] :: Device #1 PID: {CB02} VID:{0738}
  95. RetroArch [INFO] :: Done enumerating DInput joypads ...
  96. RetroArch [INFO] :: Autodetect: 0 profiles found
  97. RetroArch [INFO] :: Autodetect: 0 profiles found
  98. RetroArch [INFO] :: Found joypad driver: "xinput".
  99. RetroArch [INFO] :: Using font rendering backend: freetype.
  100. RetroArch [INFO] :: [CPUID]: Vendor: GenuineIntel
  101. RetroArch [INFO] :: [CPUID]: Features: MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE4.2 AES AVX
  102. RetroArch [INFO] :: DirectSound devices:
  103. [New Thread 2932.0xc38]
  104. [New Thread 2932.0xea0]
  105. RetroArch [INFO] :: 0: Primary Sound Driver
  106. RetroArch [INFO] :: 1: Line (2- Steinberg UR22)
  107. RetroArch [INFO] :: 2: SAMSUNG-0 (NVIDIA High Definition Audio)
  108. [Thread 2932.0xc38 exited with code 0]
  109. [New Thread 2932.0x1bc]
  110. [New Thread 2932.0xfd4]
  111. [New Thread 2932.0x10c]
  112. RetroArch [INFO] :: [DirectSound]: Setting buffer size of 12288 bytes
  113. RetroArch [INFO] :: [DirectSound]: Latency = 64 ms
  114. [New Thread 2932.0x5ac]
  115. [New Thread 2932.0xda8]
  116. [New Thread 2932.0xa24]
  117. [New Thread 2932.0x324]
  118. RetroArch [INFO] :: [CPUID]: Vendor: GenuineIntel
  119. RetroArch [INFO] :: [CPUID]: Features: MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE4.2 AES AVX
  120. RetroArch [INFO] :: Found menu display driver: "menu_display_gl".
  121. RetroArch [INFO] :: Using font rendering backend: freetype.
  122. RetroArch [INFO] :: Found #pragma parameter CRTGeom Target Gamma (CRTgamma) 2.400000 0.100000 5.000000 0.100000
  123. RetroArch [INFO] :: Found #pragma parameter CRTGeom Monitor Gamma (monitorgamma) 2.200000 0.100000 5.000000 0.100000
  124. RetroArch [INFO] :: Found #pragma parameter CRTGeom Curvature Toggle (CURVATURE) 1.000000 0.000000 1.000000 1.000000
  125. RetroArch [INFO] :: Found #pragma parameter CRTGeom Distance (d) 1.900000 0.100000 3.000000 0.100000
  126. RetroArch [INFO] :: Found #pragma parameter CRTGeom Curvature Radius (R) 1.800000 0.100000 10.000000 0.100000
  127. RetroArch [INFO] :: Found #pragma parameter CRTGeom Corner Size (cornersize) 0.010000 0.001000 1.000000 0.005000
  128. RetroArch [INFO] :: Found #pragma parameter CRTGeom Corner Smoothness (cornersmooth) 800.000000 80.000000 2000.000000 100.000000
  129. RetroArch [INFO] :: Found #pragma parameter CRTGeom Horizontal Tilt (x_tilt) 0.000000 -0.500000 0.500000 0.050000
  130. RetroArch [INFO] :: Found #pragma parameter CRTGeom Vertical Tilt (y_tilt) -0.150000 -0.500000 0.500000 0.050000
  131. RetroArch [INFO] :: Found #pragma parameter CRTGeom Horiz. Overscan % (overscan_x) 100.000000 -125.000000 125.000000 0.500000
  132. RetroArch [INFO] :: Found #pragma parameter CRTGeom Vert. Overscan % (overscan_y) 100.000000 -125.000000 125.000000 0.500000
  133. RetroArch [INFO] :: Found #pragma parameter CRTGeom Dot Mask Toggle (DOTMASK) 0.000000 0.000000 0.300000 0.300000
  134. RetroArch [INFO] :: Found #pragma parameter CRTGeom Sharpness (SHARPER) 1.000000 1.000000 3.000000 1.000000
  135. RetroArch [INFO] :: Found #pragma parameter CRTGeom Scanline Weight (scanline_weight) 0.300000 0.100000 0.500000 0.050000
  136. RetroArch [INFO] :: Using font rendering backend: freetype.
  137. RetroArch [INFO] :: SRAM will not be saved.
  138. RetroArch [INFO] :: Found #pragma parameter CRTGeom Target Gamma (CRTgamma) 2.400000 0.100000 5.000000 0.100000
  139. RetroArch [INFO] :: Found #pragma parameter CRTGeom Monitor Gamma (monitorgamma) 2.200000 0.100000 5.000000 0.100000
  140. RetroArch [INFO] :: Found #pragma parameter CRTGeom Curvature Toggle (CURVATURE) 1.000000 0.000000 1.000000 1.000000
  141. RetroArch [INFO] :: Found #pragma parameter CRTGeom Distance (d) 1.900000 0.100000 3.000000 0.100000
  142. RetroArch [INFO] :: Found #pragma parameter CRTGeom Curvature Radius (R) 1.800000 0.100000 10.000000 0.100000
  143. RetroArch [INFO] :: Found #pragma parameter CRTGeom Corner Size (cornersize) 0.010000 0.001000 1.000000 0.005000
  144. RetroArch [INFO] :: Found #pragma parameter CRTGeom Corner Smoothness (cornersmooth) 800.000000 80.000000 2000.000000 100.000000
  145. RetroArch [INFO] :: Found #pragma parameter CRTGeom Horizontal Tilt (x_tilt) 0.000000 -0.500000 0.500000 0.050000
  146. RetroArch [INFO] :: Found #pragma parameter CRTGeom Vertical Tilt (y_tilt) -0.150000 -0.500000 0.500000 0.050000
  147. RetroArch [INFO] :: Found #pragma parameter CRTGeom Horiz. Overscan % (overscan_x) 100.000000 -125.000000 125.000000 0.500000
  148. RetroArch [INFO] :: Found #pragma parameter CRTGeom Vert. Overscan % (overscan_y) 100.000000 -125.000000 125.000000 0.500000
  149. RetroArch [INFO] :: Found #pragma parameter CRTGeom Dot Mask Toggle (DOTMASK) 0.000000 0.000000 0.300000 0.300000
  150. RetroArch [INFO] :: Found #pragma parameter CRTGeom Sharpness (SHARPER) 1.000000 1.000000 3.000000 1.000000
  151. RetroArch [INFO] :: Found #pragma parameter CRTGeom Scanline Weight (scanline_weight) 0.300000 0.100000 0.500000 0.050000
  152. RetroArch [INFO] :: null: [E:\emulateurs\retroarch64\content_history.lpl].
  153. RetroArch [INFO] :: [GL]: VSync => on
  154. RetroArch [INFO] :: [WGL]: wglSwapInterval(1)
  155. RetroArch [ERROR] :: cannot push NULL or empty core info into the playlist.
  156. RetroArch [INFO] :: [GL]: VSync => on
  157. RetroArch [INFO] :: [WGL]: wglSwapInterval(1)
  158. [Thread 2932.0x324 exited with code 0]
  159. [New Thread 2932.0xf7c]
  160. RetroArch [INFO] :: Using content: D:\+Japanese+\+Video+\8otto - 0zero.mp4.
  161. RetroArch [INFO] :: arg #0: retroarch
  162. RetroArch [INFO] :: arg #1: D:\+Japanese+\+Video+\8otto - 0zero.mp4
  163. RetroArch [INFO] :: arg #2: -s
  164. RetroArch [INFO] :: arg #3: E:\emulateurs\retroarch64\save\
  165. RetroArch [INFO] :: arg #4: -S
  166. RetroArch [INFO] :: arg #5: E:\emulateurs\retroarch64\save\
  167. RetroArch [INFO] :: arg #6: -c
  168. RetroArch [INFO] :: arg #7: E:\emulateurs\retroarch64\retroarch.cfg
  169. RetroArch [INFO] :: arg #8: -v
  170. [Thread 2932.0xda8 exited with code 0]
  171. [Thread 2932.0xfd4 exited with code 0]
  172. [Thread 2932.0x1bc exited with code 0]
  173. [Thread 2932.0x10c exited with code 0]
  174. RetroArch [INFO] :: CG: Destroying programs.
  175. RetroArch [INFO] :: CG: Destroying context.
  176. RetroArch [INFO] :: Does not have enough samples for monitor refresh rate estimation. Requires to run for at least 4096 frames.
  177. RetroArch [INFO] :: Redirecting save file to "E:\emulateurs\retroarch64\save\8otto - 0zero.srm".
  178. RetroArch [INFO] :: Redirecting savestate to "E:\emulateurs\retroarch64\save\8otto - 0zero.state".
  179. RetroArch [INFO] :: === Build =======================================RetroArch [INFO] :: [CPUID]: Vendor: GenuineIntel
  180. RetroArch [INFO] :: [CPUID]: Features: MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE4.2 AES AVX
  181. MMX MMXEXT SSE1 SSE2 SSE3 SSSE3 SSE4 SSE4.2 AVX AES Built: Apr 29 2016
  182. RetroArch [INFO] :: Version: 1.3.3
  183. RetroArch [INFO] :: Git: 6eda5a9
  184. RetroArch [INFO] :: =================================================
  185. RetroArch [INFO] :: [CPUID]: Vendor: GenuineIntel
  186. RetroArch [INFO] :: [CPUID]: Features: MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE4.2 AES AVX
  187. RetroArch [INFO] :: Overrides: core-specific overrides found at E:\emulateurs\retroarch64\configs\FFmpeg\FFmpeg.cfg
  188. RetroArch [INFO] :: Overrides: no game-specific overrides found at E:\emulateurs\retroarch64\configs\FFmpeg\8otto - 0zero.cfg
  189. [Thread 2932.0xf7c exited with code 0]
  190. [New Thread 2932.0x97c]
  191. RetroArch [INFO] :: Config: appending config "E:\emulateurs\retroarch64\configs\FFmpeg\FFmpeg.cfg"
  192. RetroArch [INFO] :: Environ SET_VARIABLES.
  193. RetroArch [INFO] :: Environ GET_LOG_INTERFACE.
  194. RetroArch [INFO] :: Remaps: core name: FFmpeg
  195. RetroArch [INFO] :: Remaps: game name: 8otto - 0zero
  196. RetroArch [INFO] :: Remaps: remap directory: E:\emulateurs\retroarch64\remap
  197. RetroArch [INFO] :: Remaps: no game-specific remap found at E:\emulateurs\retroarch64\remap\FFmpeg\8otto - 0zero.rmp
  198. RetroArch [INFO] :: Remaps: no core-specific remap found at E:\emulateurs\retroarch64\remap\FFmpeg\FFmpeg.rmp
  199. RetroArch [INFO] :: Content loading skipped. Implementation will load it on its own.
  200. RetroArch [INFO] :: Environ SET_INPUT_DESCRIPTORS:
  201. RetroArch [INFO] :: RetroPad, User 1, Button "D-Pad Up" => "Seek +60 seconds"
  202. RetroArch [INFO] :: RetroPad, User 1, Button "D-Pad Down" => "Seek -60 seconds"
  203. RetroArch [INFO] :: RetroPad, User 1, Button "D-Pad Left" => "Seek -10 seconds"
  204. RetroArch [INFO] :: RetroPad, User 1, Button "D-Pad Right" => "Seek +10 seconds"
  205. RetroArch [INFO] :: RetroPad, User 1, Button "L" => "Cycle Audio Track"
  206. RetroArch [INFO] :: RetroPad, User 1, Button "R" => "Cycle Subtitle Track"
  207. RetroArch [INFO] :: Environ SET_PIXEL_FORMAT: XRGB8888.
  208. [New Thread 2932.0x414]
  209. [New Thread 2932.0xe04]
  210. [New Thread 2932.0x3a0]
  211. [New Thread 2932.0xc38]
  212. [New Thread 2932.0xb00]
  213. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\+Japanese+\+Video+\8otto - 0zero.mp4':
  214. Metadata:
  215. major_brand : mp42
  216. minor_version : 0
  217. compatible_brands: isomavc1mp42
  218. creation_time : 2008-11-14 21:06:34
  219. Duration: 00:04:03.09, start: 0.000000, bitrate: 436 kb/s
  220. Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 105 kb/s (default)
  221. Metadata:
  222. creation_time : 2008-11-14 21:06:34
  223. handler_name : (C) 2007 Google Inc. v08.13.2007.
  224. Stream #0:1(und): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 328 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 60k tbc (default)
  225. Metadata:
  226. creation_time : 2008-11-14 21:06:34
  227. handler_name : (C) 2007 Google Inc. v08.13.2007.
  228. RetroArch [INFO] :: Environ SET_HW_RENDER.
  229. RetroArch [INFO] :: Requesting OpenGL context.
  230. RetroArch [INFO] :: Environ GET_VARIABLE ffmpeg_temporal_interp:
  231. RetroArch [INFO] :: enabled
  232. RetroArch [INFO] :: Environ GET_VARIABLE ffmpeg_color_space:
  233. RetroArch [INFO] :: auto
  234. [New Thread 2932.0xda0]
  235. RetroArch [INFO] :: Skipping SRAM load..
  236. RetroArch [INFO] :: Version of libretro API: 1
  237. RetroArch [INFO] :: Compiled against API: 1
  238. RetroArch [INFO] :: Set audio input rate to: 44101.76 Hz.
  239. RetroArch [INFO] :: Found shader "E:\emulateurs\retroarch64\shaders/retroarch.glslp"
  240. RetroArch [INFO] :: Video @ fullscreen
  241. RetroArch [INFO] :: Using HW render, OpenGL driver forced.
  242. RetroArch [INFO] :: Found GL context: wgl
  243. RetroArch [INFO] :: Detecting screen resolution 1920x1080.
  244. RetroArch [INFO] :: [WGL]: Setting fullscreen to 1920x1080 @ 60Hz on device \\.\DISPLAY1.
  245. RetroArch [INFO] :: [WGL]: wglSwapInterval(1)
  246. RetroArch [INFO] :: [GL]: Vendor: NVIDIA Corporation, Renderer: GeForce GTX 770/PCIe/SSE2.
  247. RetroArch [INFO] :: [GL]: Version: 4.5.0 NVIDIA 368.39.
  248. RetroArch [INFO] :: Querying GL extension: ARB_ES2_compatibility => exists
  249. RetroArch [INFO] :: Querying GL extension: ARB_sync => exists
  250. RetroArch [INFO] :: Querying GL extension: ARB_texture_float => exists
  251. RetroArch [INFO] :: Querying GL extension: EXT_texture_sRGB => exists
  252. RetroArch [INFO] :: Querying GL extension: ARB_framebuffer_sRGB => exists
  253. RetroArch [INFO] :: GL: Using resolution 1920x1080
  254. RetroArch [INFO] :: [GL]: Default shader backend found: glsl.
  255. RetroArch [INFO] :: [Shader driver]: Using Cg shader backend.
  256. RetroArch [INFO] :: [Cg]: Vertex profile: gp5vp
  257. RetroArch [INFO] :: [Cg]: Fragment profile: gp5fp
  258. RetroArch [INFO] :: Loading Cg meta-shader: E:\emulateurs\retroarch64\shaders/retroarch.cgp
  259. RetroArch [INFO] :: Found #pragma parameter CRTGeom Target Gamma (CRTgamma) 2.400000 0.100000 5.000000 0.100000
  260. RetroArch [INFO] :: Found #pragma parameter CRTGeom Monitor Gamma (monitorgamma) 2.200000 0.100000 5.000000 0.100000
  261. RetroArch [INFO] :: Found #pragma parameter CRTGeom Curvature Toggle (CURVATURE) 1.000000 0.000000 1.000000 1.000000
  262. RetroArch [INFO] :: Found #pragma parameter CRTGeom Distance (d) 1.900000 0.100000 3.000000 0.100000
  263. RetroArch [INFO] :: Found #pragma parameter CRTGeom Curvature Radius (R) 1.800000 0.100000 10.000000 0.100000
  264. RetroArch [INFO] :: Found #pragma parameter CRTGeom Corner Size (cornersize) 0.010000 0.001000 1.000000 0.005000
  265. RetroArch [INFO] :: Found #pragma parameter CRTGeom Corner Smoothness (cornersmooth) 800.000000 80.000000 2000.000000 100.000000
  266. RetroArch [INFO] :: Found #pragma parameter CRTGeom Horizontal Tilt (x_tilt) 0.000000 -0.500000 0.500000 0.050000
  267. RetroArch [INFO] :: Found #pragma parameter CRTGeom Vertical Tilt (y_tilt) -0.150000 -0.500000 0.500000 0.050000
  268. RetroArch [INFO] :: Found #pragma parameter CRTGeom Horiz. Overscan % (overscan_x) 100.000000 -125.000000 125.000000 0.500000
  269. RetroArch [INFO] :: Found #pragma parameter CRTGeom Vert. Overscan % (overscan_y) 100.000000 -125.000000 125.000000 0.500000
  270. RetroArch [INFO] :: Found #pragma parameter CRTGeom Dot Mask Toggle (DOTMASK) 0.000000 0.000000 0.300000 0.300000
  271. RetroArch [INFO] :: Found #pragma parameter CRTGeom Sharpness (SHARPER) 1.000000 1.000000 3.000000 1.000000
  272. RetroArch [INFO] :: Found #pragma parameter CRTGeom Scanline Weight (scanline_weight) 0.300000 0.100000 0.500000 0.050000
  273. RetroArch [INFO] :: Loading Cg shader: "E:\Emulateurs\RetroArch64\shaders/..\shaders\1custom1\crt-geom-mod.cg".
  274. RetroArch [INFO] :: CG: Found semantic "POSITION" in prog #1.
  275. RetroArch [INFO] :: CG: Found semantic "COLOR" in prog #1.
  276. RetroArch [INFO] :: CG: Found semantic "TEXCOORD0" in prog #1.
  277. RetroArch [INFO] :: CG: Found semantic "POSITION" in prog #24.
  278. RetroArch [INFO] :: CG: Found semantic "COLOR" in prog #24.
  279. RetroArch [INFO] :: CG: Found semantic "TEXCOORD0" in prog #24.
  280. RetroArch [INFO] :: CG: Found semantic "POSITION" in prog #23.
  281. RetroArch [INFO] :: CG: Found semantic "COLOR" in prog #23.
  282. RetroArch [INFO] :: CG: Found semantic "TEXCOORD0" in prog #23.
  283. RetroArch [INFO] :: [GL]: Using 1 textures.
  284. RetroArch [INFO] :: [GL]: Loaded 1 program(s).
  285. RetroArch [INFO] :: [GL]: Initializing HW render (512 x 512).
  286. RetroArch [INFO] :: [GL]: Max texture size: 16384 px, renderbuffer size: 16384 px.
  287. RetroArch [INFO] :: Querying GL extension: ARB_framebuffer_object => exists
  288. [New Thread 2932.0x5d4]
  289. RetroArch [INFO] :: Found XInput v1.3.
  290. RetroArch [INFO] :: Found XInput controller, user #0
  291. RetroArch [INFO] :: Found XInput controller, user #1
  292. RetroArch [INFO] :: Enumerating DInput joypads ...
  293. RetroArch [INFO] :: Device #0 PID: {028E} VID:{045E}
  294. RetroArch [INFO] :: Device #1 PID: {CB02} VID:{0738}
  295. RetroArch [INFO] :: Done enumerating DInput joypads ...
  296. RetroArch [INFO] :: Autodetect: 0 profiles found
  297. RetroArch [INFO] :: Autodetect: 0 profiles found
  298. RetroArch [INFO] :: Found joypad driver: "xinput".
  299. RetroArch [INFO] :: Using font rendering backend: freetype.
  300. RetroArch [INFO] :: [CPUID]: Vendor: GenuineIntel
  301. RetroArch [INFO] :: [CPUID]: Features: MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE4.2 AES AVX
  302. RetroArch [INFO] :: DirectSound devices:
  303. RetroArch [INFO] :: 0: Primary Sound Driver
  304. RetroArch [INFO] :: 1: Line (2- Steinberg UR22)
  305. RetroArch [INFO] :: 2: SAMSUNG-0 (NVIDIA High Definition Audio)
  306. [New Thread 2932.0xfe8]
  307. [New Thread 2932.0x554]
  308. [New Thread 2932.0x9d0]
  309. RetroArch [INFO] :: [DirectSound]: Setting buffer size of 12288 bytes
  310. RetroArch [INFO] :: [DirectSound]: Latency = 64 ms
  311. [New Thread 2932.0x658]
  312. [New Thread 2932.0xf10]
  313. RetroArch [INFO] :: [CPUID]: Vendor: GenuineIntel
  314. RetroArch [INFO] :: [CPUID]: Features: MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE4.2 AES AVX
  315. RetroArch [INFO] :: Using font rendering backend: freetype.
  316. RetroArch [INFO] :: SRAM will not be saved.
  317. RetroArch [INFO] :: Found #pragma parameter CRTGeom Target Gamma (CRTgamma) 2.400000 0.100000 5.000000 0.100000
  318. RetroArch [INFO] :: Found #pragma parameter CRTGeom Monitor Gamma (monitorgamma) 2.200000 0.100000 5.000000 0.100000
  319. RetroArch [INFO] :: Found #pragma parameter CRTGeom Curvature Toggle (CURVATURE) 1.000000 0.000000 1.000000 1.000000
  320. RetroArch [INFO] :: Found #pragma parameter CRTGeom Distance (d) 1.900000 0.100000 3.000000 0.100000
  321. RetroArch [INFO] :: Found #pragma parameter CRTGeom Curvature Radius (R) 1.800000 0.100000 10.000000 0.100000
  322. RetroArch [INFO] :: Found #pragma parameter CRTGeom Corner Size (cornersize) 0.010000 0.001000 1.000000 0.005000
  323. RetroArch [INFO] :: Found #pragma parameter CRTGeom Corner Smoothness (cornersmooth) 800.000000 80.000000 2000.000000 100.000000
  324. RetroArch [INFO] :: Found #pragma parameter CRTGeom Horizontal Tilt (x_tilt) 0.000000 -0.500000 0.500000 0.050000
  325. RetroArch [INFO] :: Found #pragma parameter CRTGeom Vertical Tilt (y_tilt) -0.150000 -0.500000 0.500000 0.050000
  326. RetroArch [INFO] :: Found #pragma parameter CRTGeom Horiz. Overscan % (overscan_x) 100.000000 -125.000000 125.000000 0.500000
  327. RetroArch [INFO] :: Found #pragma parameter CRTGeom Vert. Overscan % (overscan_y) 100.000000 -125.000000 125.000000 0.500000
  328. RetroArch [INFO] :: Found #pragma parameter CRTGeom Dot Mask Toggle (DOTMASK) 0.000000 0.000000 0.300000 0.300000
  329. RetroArch [INFO] :: Found #pragma parameter CRTGeom Sharpness (SHARPER) 1.000000 1.000000 3.000000 1.000000
  330. RetroArch [INFO] :: Found #pragma parameter CRTGeom Scanline Weight (scanline_weight) 0.300000 0.100000 0.500000 0.050000
  331. RetroArch [INFO] :: null: [E:\emulateurs\retroarch64\content_history.lpl].
  332. RetroArch [INFO] :: [GL]: VSync => on
  333. RetroArch [INFO] :: [WGL]: wglSwapInterval(1)
  334. RetroArch [ERROR] :: cannot push NULL or empty core info into the playlist.
  335.  
  336. Thread 1 received signal SIGSEGV, Segmentation fault.
  337. 0x000007feffc857d2 in strcpy () from C:\Windows\system32\msvcrt.dll
  338. (gdb) backtrace
  339. #0 0x000007feffc857d2 in strcpy () from C:\Windows\system32\msvcrt.dll
  340. #1 0x00000000004389f2 in fifo_read (buffer=0xd0bd750, in_buf=0xda21400,
  341. size=307200) at libretro-common/queues/fifo_queue.c:119
  342. #2 0x0000000000537011 in libretro_ffmpeg_retro_run ()
  343. at cores/libretro-ffmpeg/ffmpeg_core.c:636
  344. #3 0x0000000000402862 in core_ctl (state=CORE_CTL_RETRO_RUN, data=0x0)
  345. at libretro_version_1.c:330
  346. #4 0x000000000040eae4 in runloop_iterate (sleep_ms=0x22fd64)
  347. at runloop.c:1465
  348. #5 0x0000000000401846 in rarch_main (argc=1, argv=0x31b8db0, data=0x0)
  349. at frontend/frontend.c:163
  350. #6 0x00000000004018e0 in SDL_main (argc=1, argv=0x31b8db0)
  351. at frontend/frontend.c:184
  352. #7 0x000000000053de1a in console_main ()
  353. #8 0x000000000053ded5 in WinMain ()
  354. #9 0x00000000004013e8 in __tmainCRTStartup ()
  355. at C:/repo/mingw-w64-crt-git/src/mingw-w64/mingw-w64-crt/crt/crtexe.c:332
  356. #10 0x000000000040151b in mainCRTStartup ()
  357. at C:/repo/mingw-w64-crt-git/src/mingw-w64/mingw-w64-crt/crt/crtexe.c:212
Advertisement
Add Comment
Please, Sign In to add comment