corpnewt / SSDTTime

SSDT/DSDT hotpatch attempts.
MIT License
1.09k stars 180 forks source link

AN ERROR OCCURRED #53

Closed Drahrekot closed 2 years ago

Drahrekot commented 2 years ago

After I ran the python file and ran into an error

`Press [enter] to continue... An error occurred: 'SSDT' object has no attribute 'w' Press [enter] to continue...^CTraceback (most recent call last): File "/home/kiriya/Downloads/SSDTTime-master/SSDTTime.py", line 1238, in s.main() File "/home/kiriya/Downloads/SSDTTime-master/SSDTTime.py", line 1182, in main self.u.resize(self.w,self.h) AttributeError: 'SSDT' object has no attribute 'w'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/kiriya/Downloads/SSDTTime-master/SSDTTime.py", line 1241, in input("Press [enter] to continue...") KeyboardInterrupt `

corpnewt commented 2 years ago

Should be fixed in this commit.

-CorpNewt