christopherpow / nesicide

Integrated Development Environment for the 8-bit Nintendo Entertainment System
314 stars 38 forks source link

Famitracker on Mac uses 100% CPU. #37

Closed slembcke closed 4 years ago

slembcke commented 5 years ago

I sampled the process and found that it's repainting it's UI constantly. Not great for running on battery power with the fans blasting. Haven't tried reproducing the issue on Linux yet.

I was hoping that a fix would be as simple as adding a sleep call somewhere for a few milliseconds, but I've never worked on a Qt project before and am still in the process of getting the dev tools working.

christopherpow commented 5 years ago

Try commit 97155dd, or latest build on https://knob.phreneticappsllc.com/nesicide/?s=download which should show up once https://travis-ci.org/christopherpow/nesicide/builds/482678909 is done.

slembcke commented 5 years ago

The timestamp on the Famitracker app bundle was less than an hour ago, though it still uses 100% CPU. I kind of gave up trying to get the Qt tools working the other day so I'm not much help unfortunately. :-\

christopherpow commented 4 years ago

Closing as duplicate of issue #60 which will be closed shortly.