realbasic-games
[Top] [All Lists]

Re: Debug App quits without giving a reason.

To: REALbasic Games <realbasic-games at lists dot realsoftware dot com>
Subject: Re: Debug App quits without giving a reason.
From: Asher Dunn <asher at fireyesoftware dot com>
Date: Thu, 19 May 2005 22:18:45 -0400
Delivered-to: realbasic-games at lists dot realsoftware dot com
References: <BEB2A386 dot 4960%ForeverTangent at yahoo dot com>

On May 19, 2005, at 8:11 PM, Stan Rosenbaum wrote:

6   ...ple.CoreServices.CarbonCore     0x902c02c0 FontScript + 0x14
7 rbframework.dylib 0x004be8b4 CheckDBCSEncoding(unsigned long) + 0x44
8   rbframework.dylib                  0x004bf604               StringDBCSLen + 
0xc4
9 ??? 0x0000637c FMODEX.stringToMemoryBlock27777767200<MemoryBlock> + 0x8c 10 ??? 0x0000613c FMODEX.FMOD_System_CreateSound79077376-1877138908sii&i + 0xac

What is FMODEX.FMOD_System_CreateSound? Is it a method you defined in RB (of a class or module)? It appears that RB is crashing trying to convert a string to a memoryBlock. Seeing the declare would help a lot. Are you passing a CString or a Ptr to it? If so, what is the encoding of the string you're passing in? What about StringDBCSLen and CheckDBCSEncoding? Are those your's? RB's? FMOD's?

Asher Dunn
--------------------------------------------------------
President and Head Developer of Fireye Software <http://www.fireyesoftware.com/>
AIM and Yahoo: fireye7517

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

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