You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using pydevd to debug whilst running NVidia's "Omniverse". When launching the application I'm getting this error in the log, asking me to create a ticket in the tracker. I hope this is the tracker which the logging refers to.
The log says:
0.00s - pydev debugger: critical: unable to get real case for file. Details:
filename: c:\dev\apps\code\extscache\omni.kit.debug.python-0.2.1+049bdbc3.wx64.r.cp310\debugpy\_vendored\pydevd\pydevd_file_utils.py
drive: C:
parts: ['\\dev\\apps\\code\\extscache\\omni.kit.debug.python-0.2.1+049bdbc3.wx64.r.cp310\\debugpy\\_vendored\\pydevd\\pydevd_file_utils.py']
(please create a ticket in the tracker to address this).
Traceback (most recent call last):
File "c:\dev\apps\code\extscache\omni.kit.debug.python-0.2.1+049bdbc3.wx64.r.cp310\debugpy\_vendored\pydevd\pydevd_file_utils.py", line 168, in _resolve_listing_parts
return _resolve_listing(resolved, iter(parts_in_lowercase))
File "c:\dev\apps\code\extscache\omni.kit.debug.python-0.2.1+049bdbc3.wx64.r.cp310\debugpy\_vendored\pydevd\pydevd_file_utils.py", line 158, in _resolve_listing
raise FileNotFoundError('Unable to find: %s in %s. Dir Contents: %s' % (
FileNotFoundError: Unable to find: \dev\apps\code\extscache\omni.kit.debug.python-0.2.1+049bdbc3.wx64.r.cp310\debugpy\_vendored\pydevd\pydevd_file_utils.py in C:. Dir Contents: ['Apps', 'assets', 'binaries', 'exts', 'omniUsdaWatcher_29416.log', 'omniUsdaWatcher_32208.log', 'omniUsdaWatcher_48792.log']
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\dev\apps\code\extscache\omni.kit.debug.python-0.2.1+049bdbc3.wx64.r.cp310\debugpy\_vendored\pydevd\pydevd_file_utils.py", line 173, in _resolve_listing_parts
return _resolve_listing(resolved, iter(parts_in_lowercase))
File "c:\dev\apps\code\extscache\omni.kit.debug.python-0.2.1+049bdbc3.wx64.r.cp310\debugpy\_vendored\pydevd\pydevd_file_utils.py", line 158, in _resolve_listing
raise FileNotFoundError('Unable to find: %s in %s. Dir Contents: %s' % (
FileNotFoundError: Unable to find: \dev\apps\code\extscache\omni.kit.debug.python-0.2.1+049bdbc3.wx64.r.cp310\debugpy\_vendored\pydevd\pydevd_file_utils.py in C:. Dir Contents: ['Apps', 'assets', 'binaries', 'exts', 'omniUsdaWatcher_29416.log', 'omniUsdaWatcher_32208.log', 'omniUsdaWatcher_48792.log']
I'm running this on Windows, and the code folder is actually a junction, so if I from cmd.exe got to C:\dev\apps and write dir then I get:
I'm using pydevd to debug whilst running NVidia's "Omniverse". When launching the application I'm getting this error in the log, asking me to create a ticket in the tracker. I hope this is the tracker which the logging refers to.
The log says:
I'm running this on Windows, and the
code
folder is actually a junction, so if I fromcmd.exe
got toC:\dev\apps
and writedir
then I get:The
Dir Contents
listed is from the applications working dir which happens to beC:\Dev
The pydevd version used by default is 2.8.0. But I upgraded to 2.9.6 to see if it was fixed. I got the log above from 2.9.6.
The text was updated successfully, but these errors were encountered: