Displaying 1 result from an estimated 1 matches for "ppgui".
Did you mean:
hpgui
2006 Aug 15
1
Segmentation Fault
...sterday. Today I tried switching an
existing app over to wxruby2, but on running it I received a segmentation
fault error.
I then created a quick minimal script to see if the error still occurred.
Here is the minimal script.
# *** BEGIN SCRIPT ***
require ''wx''
include Wx
class PPGui < App
def on_init
Frame.new(nil, -1, "The Bare Minimum").show()
end
end
PPGui.new.main_loop
# *** END SCRIPT ***
And this is the error that is occurring.
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application''s s...