Bug 1836454 - [abrt] whichwayisup: Util(): util.py:32:Util:FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/whichwayisup/data/misc/Vera.ttf'
Summary: [abrt] whichwayisup: Util(): util.py:32:Util:FileNotFoundError: [Errno 2] No ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: whichwayisup
Version: 32
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Andrea Musuruane
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:baf2bb6695649685465df34e51f...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-15 23:14 UTC by Guillaume Poirier-Morency
Modified: 2020-06-01 01:24 UTC (History)
1 user (show)

Fixed In Version: whichwayisup-0.7.9-12.fc32
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-06-01 01:24:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (979 bytes, text/plain)
2020-05-15 23:14 UTC, Guillaume Poirier-Morency
no flags Details
File: cpuinfo (2.50 KB, text/plain)
2020-05-15 23:14 UTC, Guillaume Poirier-Morency
no flags Details
File: environ (1.79 KB, text/plain)
2020-05-15 23:14 UTC, Guillaume Poirier-Morency
no flags Details
File: mountinfo (2.46 KB, text/plain)
2020-05-15 23:14 UTC, Guillaume Poirier-Morency
no flags Details
File: namespaces (129 bytes, text/plain)
2020-05-15 23:14 UTC, Guillaume Poirier-Morency
no flags Details
File: open_fds (408 bytes, text/plain)
2020-05-15 23:14 UTC, Guillaume Poirier-Morency
no flags Details

Description Guillaume Poirier-Morency 2020-05-15 23:14:36 UTC
Version-Release number of selected component:
whichwayisup-0.7.9-11.fc32

Additional info:
reporter:       libreport-2.12.0
cgroup:         0::/user.slice/user-1000.slice/user/gnome-launched-whichwayisup.desktop-81135.scope
cmdline:        /usr/bin/python3 /usr/bin/whichwayisup
crash_function: Util
exception_type: FileNotFoundError
executable:     /usr/bin/whichwayisup
interpreter:    python3-3.8.2-2.fc32.x86_64
kernel:         5.6.11-300.fc32.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
util.py:32:Util:FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/whichwayisup/data/misc/Vera.ttf'

Traceback (most recent call last):
  File "/usr/bin/whichwayisup", line 12, in <module>
    import main
  File "/usr/share/whichwayisup/lib/main.py", line 16, in <module>
    import game
  File "/usr/share/whichwayisup/lib/game.py", line 11, in <module>
    from spider import Spider
  File "/usr/share/whichwayisup/lib/spider.py", line 16, in <module>
    from util import cycle_clockwise, cycle_counter_clockwise, get_direction, str_from_dir
  File "/usr/share/whichwayisup/lib/util.py", line 29, in <module>
    class Util:
  File "/usr/share/whichwayisup/lib/util.py", line 32, in Util
    smallfont = pygame.font.Font(data.filepath(os.path.join("misc", "Vera.ttf")), FONT_SIZE)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/whichwayisup/data/misc/Vera.ttf'

Local variables in innermost frame:
__module__: 'util'
__qualname__: 'Util'

Comment 1 Guillaume Poirier-Morency 2020-05-15 23:14:38 UTC
Created attachment 1689078 [details]
File: backtrace

Comment 2 Guillaume Poirier-Morency 2020-05-15 23:14:39 UTC
Created attachment 1689079 [details]
File: cpuinfo

Comment 3 Guillaume Poirier-Morency 2020-05-15 23:14:40 UTC
Created attachment 1689080 [details]
File: environ

Comment 4 Guillaume Poirier-Morency 2020-05-15 23:14:41 UTC
Created attachment 1689081 [details]
File: mountinfo

Comment 5 Guillaume Poirier-Morency 2020-05-15 23:14:42 UTC
Created attachment 1689082 [details]
File: namespaces

Comment 6 Guillaume Poirier-Morency 2020-05-15 23:14:43 UTC
Created attachment 1689083 [details]
File: open_fds

Comment 7 Andrea Musuruane 2020-05-16 09:00:28 UTC
Thank you for reporting this issue.

I'm still on F31. Can you please execute the following command and copy the output here?
$ rpm -ql bitstream-vera-sans-fonts

Comment 8 Guillaume Poirier-Morency 2020-05-19 20:28:30 UTC
Here's the output:

/etc/fonts/conf.d/55-bitstream-vera-sans-fonts.conf
/usr/share/doc/bitstream-vera-sans-fonts
/usr/share/doc/bitstream-vera-sans-fonts/README.TXT
/usr/share/doc/bitstream-vera-sans-fonts/RELEASENOTES.TXT
/usr/share/fontconfig/conf.avail/55-bitstream-vera-sans-fonts.conf
/usr/share/fonts/bitstream-vera-sans-fonts
/usr/share/fonts/bitstream-vera-sans-fonts/Vera.ttf
/usr/share/fonts/bitstream-vera-sans-fonts/VeraBI.ttf
/usr/share/fonts/bitstream-vera-sans-fonts/VeraBd.ttf
/usr/share/fonts/bitstream-vera-sans-fonts/VeraIt.ttf
/usr/share/licenses/bitstream-vera-sans-fonts
/usr/share/licenses/bitstream-vera-sans-fonts/COPYRIGHT.TXT
/usr/share/metainfo/org.fedoraproject.bitstream-vera-sans-fonts.metainfo.xml

Comment 9 Fedora Update System 2020-05-23 19:26:52 UTC
FEDORA-2020-5733b63f74 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-5733b63f74

Comment 10 Andrea Musuruane 2020-05-23 19:28:36 UTC
Can you please test the update and give a feedback at the above link? Thanks!

Comment 11 Guillaume Poirier-Morency 2020-05-23 19:47:06 UTC
It works! Thanks!

Comment 12 Fedora Update System 2020-05-24 04:49:20 UTC
FEDORA-2020-5733b63f74 has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-5733b63f74`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-5733b63f74

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 13 Fedora Update System 2020-06-01 01:24:06 UTC
FEDORA-2020-5733b63f74 has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.