Program crashes
Reported by lyle (at lylejohnson) | November 11th, 2009 @ 06:48 PM
I have a problem closing an FXRuby program (attached) running on
windows XP and Vista. I am running ruby 186.25 installed with
the one click installer that comes with FXRuby.
When I close this program (by clicking the red x window
control), I get a message: "This application has requested
the Runtime to terminate it in an unusual way. Please contact the
application's support team for more information."
I tracked it down to a problem in the icon, and then eliminated
all of the program except the pertinent parts. The program
requires bigpenguin.png which is readily available on many ruby
sites, but any png icon can be substituted.
I am sure I am doing something wrong with the closing of the
program, and leaving something hanging that I should have
closed explicitly.
Comments and changes to this ticket
-
lyle (at lylejohnson) November 11th, 2009 @ 06:49 PM
- Assigned user set to lyle (at lylejohnson)
Removing the SPLASH_OWNS_ICON option seems to help, but still not sure what's causing the crash.
-
lyle (at lylejohnson) November 11th, 2009 @ 07:00 PM
- Tag set to rubyforge
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
FXRuby is a library for developing powerful and sophisticated cross-platform graphical user interfaces (GUIs) for your Ruby applications. It’s based on the FOX Toolkit, a popular open source C++ library developed by Jeroen van der Zijp. What that means for you as an application developer is that you’re able to write code in the Ruby programming language that you already know and love, while at the same time taking advantage of the performance and functionality of a featureful, highly optimized C++ toolkit.