realbasic-nug
[Top] [All Lists]

Re: Need help with a runtime error

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Need help with a runtime error
From: Terry Hulseberg <RB at Hulseberg dot com>
Date: Wed, 27 Feb 2002 12:21:19 -0700
Yes, I have this problem too.
It doesn't happen on all windows and it only happens during debug, the
compiled application works OK.

The weird thing is, it crashes as you say if you click my DONE button (which
simply issues a close) or if you click the red close button. If I use cmd-W
to close the window the following routine is run by my app class and it does
NOT crash.

  Dim i As Integer
  
  For i = WindowCount downTo 1
      window(WindowCount-1).close
  next

--

> All,
> 
> I have an app that I have recently become responsible for. My goal, in
> short, is to get it working on OSX and bug fixes while we produce a
> Cocoa version. It seems that a problem has crept up, the problem is an
> alert message comes up and says "Runtime Failure: Failed Assertion.
> Please report what caused this error, along with the information below.
> RuntimeMain.cpp: 1190", and the app unexpectedly quits after press
> either OK or Quit button. This is while compiled in Carbon, launched
> specifically on OSX, but launches natively in both 9 and X.
> 
> This problem has not been reported on US systems in the US or (I
> believe) on US systems in Cork, it seems that only our group in Tokyo is
> experiencing this problem (I believe) they are running Japanese System.
> 
> Can someone explain to me what this failure is, and also what causes it?
> 
> Thanks in advance for all the help!
> 
> Eric
> 
> 
> ---
> Subscribe to the digest:
> <mailto:realbasic-nug-digest at lists dot realsoftware dot com>
> Unsubscribe:
> <mailto:realbasic-nug-off at lists dot realsoftware dot com>
> 

-- 
Terry
Reply to: RB at Hulseberg dot com



<Prev in Thread] Current Thread [Next in Thread>