Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

bugs 'n' crashes #1

Open
3 of 4 tasks
Rico040 opened this issue Oct 15, 2022 · 1 comment
Open
3 of 4 tasks

bugs 'n' crashes #1

Rico040 opened this issue Oct 15, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Rico040
Copy link
Owner

Rico040 commented Oct 15, 2022

never gonna give this up

  • after updating dependency teh font gone 🥺
  • 9th manual page crushing with following error
Traceback (most recent call last):
  File "C:\Users\Admin\Documents\code\Bulls and Cows\main.py", line 764, in <module>
    menu();  # good practice to avoid unwanted code execution
  File "C:\Users\Admin\Documents\code\Bulls and Cows\main.py", line 602, in menu
    main()
  File "C:\Users\Admin\Documents\code\Bulls and Cows\main.py", line 323, in main
    about(can_view)
  File "C:\Users\Admin\Documents\code\Bulls and Cows\main.py", line 541, in about
    floor.enabled = True
ffi.error: struct PhysicsBodyData: wrong size for field 'enabled' (cdef says 4, but C compiler says 1). fix it or use "...;" as the last field in the cdef for struct PhysicsBodyData to make it flexible
  • cleanup code, remove repetitive code
  • crash when max_char_input = 0 trying count similarty
@Rico040 Rico040 self-assigned this Oct 15, 2022
@Rico040
Copy link
Owner Author

Rico040 commented Oct 15, 2022

after updating depedency teh font gone 🥺

just runned backup which is actually local git repo and font appeared 🤯

9th manual page crushing with following error

idk what the heck is this and why it's happening. commented code section for while.

@Rico040 Rico040 changed the title bugs bugs 'n' crashes Oct 15, 2022
@Rico040 Rico040 added the bug Something isn't working label Oct 15, 2022
Repository owner locked and limited conversation to collaborators Jun 30, 2024
Repository owner unlocked this conversation Jun 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant