dongfanglong

Untitled

Mar 14th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. [INFO ] [Logger ] Record log in C:\Users\dongf\.kivy\logs\kivy_21-03-14_59.txt
  2. [INFO ] [deps ] Successfully imported "kivy_deps.gstreamer" 0.3.1
  3. [INFO ] [deps ] Successfully imported "kivy_deps.angle" 0.3.0
  4. [INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.3.0
  5. [INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.3.1
  6. [INFO ] [Kivy ] v2.0.0
  7. [INFO ] [Kivy ] Installed at "C:\Users\dongf\kivy_venv\lib\site-packages\kivy\__init__.py"
  8. [INFO ] [Python ] v3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)]
  9. [INFO ] [Python ] Interpreter at "C:\Users\dongf\kivy_venv\Scripts\python.exe"
  10. [INFO ] [Factory ] 186 symbols loaded
  11. [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
  12. [INFO ] [Window ] Provider: sdl2
  13. [INFO ] [GL ] Using the "OpenGL" graphics system
  14. [INFO ] [GL ] GLEW initialization succeeded
  15. [INFO ] [GL ] Backend used <glew>
  16. [INFO ] [GL ] OpenGL version <b'4.6.0 NVIDIA 461.72'>
  17. [INFO ] [GL ] OpenGL vendor <b'NVIDIA Corporation'>
  18. [INFO ] [GL ] OpenGL renderer <b'GeForce RTX 2080/PCIe/SSE2'>
  19. [INFO ] [GL ] OpenGL parsed version: 4, 6
  20. [INFO ] [GL ] Shading version <b'4.60 NVIDIA'>
  21. [INFO ] [GL ] Texture max size <32768>
  22. [INFO ] [GL ] Texture max units <32>
  23. [INFO ] [Window ] auto add sdl2 input provider
  24. [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
  25. [INFO ] [Text ] Provider: sdl2
  26. [INFO ] [Base ] Start application main loop
  27. [INFO ] [GL ] NPOT texture support is available
  28. [ERROR ] unable to access to <\hiberfil.sys>
  29. Traceback (most recent call last):
  30. File "C:\Users\dongf\kivy_venv\lib\site-packages\kivy\uix\filechooser.py", line 180, in is_hidden
  31. return GetFileAttributesExW(fn)[0] & FILE_ATTRIBUTE_HIDDEN
  32. pywintypes.error: (32, 'GetFileAttributesEx', 'The process cannot access the file because it is being used by another process.')
  33. [ERROR ] unable to access to <\pagefile.sys>
  34. Traceback (most recent call last):
  35. File "C:\Users\dongf\kivy_venv\lib\site-packages\kivy\uix\filechooser.py", line 180, in is_hidden
  36. return GetFileAttributesExW(fn)[0] & FILE_ATTRIBUTE_HIDDEN
  37. pywintypes.error: (32, 'GetFileAttributesEx', 'The process cannot access the file because it is being used by another process.')
  38. [ERROR ] unable to access to <\swapfile.sys>
  39. Traceback (most recent call last):
  40. File "C:\Users\dongf\kivy_venv\lib\site-packages\kivy\uix\filechooser.py", line 180, in is_hidden
  41. return GetFileAttributesExW(fn)[0] & FILE_ATTRIBUTE_HIDDEN
  42. pywintypes.error: (32, 'GetFileAttributesEx', 'The process cannot access the file because it is being used by another process.')
  43. [ERROR ] [unable to access to <C]\hiberfil.sys>
  44. Traceback (most recent call last):
  45. File "C:\Users\dongf\kivy_venv\lib\site-packages\kivy\uix\filechooser.py", line 180, in is_hidden
  46. return GetFileAttributesExW(fn)[0] & FILE_ATTRIBUTE_HIDDEN
  47. pywintypes.error: (32, 'GetFileAttributesEx', 'The process cannot access the file because it is being used by another process.')
  48. [ERROR ] [unable to access to <C]\pagefile.sys>
  49. Traceback (most recent call last):
  50. File "C:\Users\dongf\kivy_venv\lib\site-packages\kivy\uix\filechooser.py", line 180, in is_hidden
  51. return GetFileAttributesExW(fn)[0] & FILE_ATTRIBUTE_HIDDEN
  52. pywintypes.error: (32, 'GetFileAttributesEx', 'The process cannot access the file because it is being used by another process.')
  53. [ERROR ] [unable to access to <C]\swapfile.sys>
  54. Traceback (most recent call last):
  55. File "C:\Users\dongf\kivy_venv\lib\site-packages\kivy\uix\filechooser.py", line 180, in is_hidden
  56. return GetFileAttributesExW(fn)[0] & FILE_ATTRIBUTE_HIDDEN
  57. pywintypes.error: (32, 'GetFileAttributesEx', 'The process cannot access the file because it is being used by another process.')
Add Comment
Please, Sign In to add comment