-
Notifications
You must be signed in to change notification settings - Fork 18
Event Log panel is broken in the recently updated version of neo-gui-developer #40
Comments
Updating to the latest releases of Neo and Neo.VM wasn't the answer. Two compiler time errors: 1>------ Build started: Project: neo-gui, Configuration: Debug Any CPU ------ |
Those errors were occurring because neo-gui-developer wasn't as up to date as Neo.VM was expecting and is unrelated to the event log not working. I've got Runtime.Notify working again in my dev build, have not tried Runtime.Log yet. The format of the NotificationEventArgs object has changed which will require some update to the code you recently committed. |
I don't mind re-applying my changes. What are the best next steps? Should I wait until you've pulled your changes into master? Do you have an ETA? Please suggest a path to follow. Thank you for running this down @birmas |
For the historical record, this bug is a regression. It happened once before: neo-project/neo#98 |
Actually it was never addressed and that is why neo-gui-developer has been lagging behind neo-gui! I made a commit last night which allows the runtime notify event handler to be called again, just the formatting of the event args object had changed. Will try and look at it again tonight after work, feel free to take a look at it if you have time 👍 |
When I put a break point on entry into the |
As discussed in discord, this issue is still being addressed. Anyone else experiencing the same issue can, for the time being, use a dev branch located: https://github.com/birmas/neo-gui-developer/tree/dev-updates |
It worked perfectly in the previous release but whatever happened recently has broken the Event Log ...Runtime.Notify() and Runtime.Log() SC not longer produce any output in the Event Log
The text was updated successfully, but these errors were encountered: