mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
acf32c2a5c | ||
|
|
41460457a3 |
@@ -77,6 +77,7 @@ public:
|
||||
config.set_tpi(48);
|
||||
}
|
||||
|
||||
config.clear_layout();
|
||||
auto layout = config.mutable_layout();
|
||||
std::unique_ptr<Image> image(new Image);
|
||||
for (int track = 0; track < trackTableSize / 4; track++)
|
||||
|
||||
@@ -74,7 +74,6 @@ private:
|
||||
|
||||
void OnQueueFailed() override
|
||||
{
|
||||
fmt::print("queue failed\n");
|
||||
if (_state == STATE_READING_WORKING)
|
||||
_state = STATE_READING_FAILED;
|
||||
else if (_state == STATE_WRITING_WORKING)
|
||||
|
||||
@@ -75,6 +75,11 @@ wxThread::ExitCode FluxEngineApp::Entry()
|
||||
{
|
||||
Logger() << EmergencyStopMessage();
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
Logger() << ErrorLogMessage{
|
||||
fmt::format("unhandled exception: {}\n", e.what())};
|
||||
}
|
||||
|
||||
postToUiThread(
|
||||
[&]
|
||||
|
||||
Reference in New Issue
Block a user