Game Development Community

EXC_BAD_ACCESS starting TGB on Mac OSX 10.6.8

by Frank Fox · in Torque X 2D · 04/30/2012 (7:00 pm) · 4 replies

I had TGB up and working fine. Then I downloaded a sample tutorial from the Forum. After running the project, TGB crashed with this error. Nothing lets me clear this crash.

I tried restarting, reloading TGB, and updating my software. I'm wondering if there is a hidden file that needs to be deleted in order to get a fresh start.

Thanks for any help.

About the author

Recent Threads


#1
05/01/2012 (7:19 am)
@Frank - Could you provide some more details? How far long did it get in the loading process? If you open console.log, you can see all the details of the launch process.
#2
05/01/2012 (7:59 pm)
The programs starts but no window or anything opens. Just before it crashes, Safari open and tries to load a webpage. I get a Safari error that the website isn't valid, the address looks like www.torquepowered.com. That downloads an empty file. Then TGB closes and I get the problem report, I included it below. I had to shorten it under 1000 words.

I've downloaded a new copy of the install files from the TGB website. It does the same thing.

The annoying thing is it was all working before. Now I can't even reinstall to get it working.

Any idea on how to get a fresh start on the process?

Thanks,

Frank

Process: Torque Game Builder [833]
Path: /Applications/Torque2D_1_7_6/tgb/Torque Game Builder.app/Contents/MacOS/Torque Game Builder
Identifier: com.garagegames.torqueGameBuilder
Version: Copyright 2001-2006 GarageGames.com, Inc. All rights reserved. (1.5)
Code Type: X86 (Native)
Parent Process: launchd [99]

Date/Time: 2012-05-01 22:46:24.067 -0400
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Interval Since Last Report: 10054 sec
Crashes Since Last Report: 1
Per-App Interval Since Last Report: 31 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 27EB3A3F-56E8-48E7-9797-043D2A26CA93

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 ??? 0000000000 0 + 0
1 ...ragegames.torqueGameBuilder 0x000172cf 0x1000 + 90831
2 ...ragegames.torqueGameBuilder 0x00017c16 0x1000 + 93206
3 ...ragegames.torqueGameBuilder 0x0000c5cd 0x1000 + 46541
4 ...ragegames.torqueGameBuilder 0x0000bba4 0x1000 + 43940
5 ...ragegames.torqueGameBuilder 0x0007f942 0x1000 + 518466
6 ...ragegames.torqueGameBuilder 0x0008572a 0x1000 + 542506
7 ...ragegames.torqueGameBuilder 0x00075636 0x1000 + 476726
8 ...ragegames.torqueGameBuilder 0x00075b6b 0x1000 + 478059
9 ...ragegames.torqueGameBuilder 0x0008dd4a 0x1000 + 576842
10 ...ragegames.torqueGameBuilder 0x00166aea 0x1000 + 1465066
11 ...ragegames.torqueGameBuilder 0x00166c63 0x1000 + 1465443
12 ...ragegames.torqueGameBuilder 0x00167144 0x1000 + 1466692
13 ...ragegames.torqueGameBuilder 0x001673d1 0x1000 + 1467345
14 ...ragegames.torqueGameBuilder 0x000659a5 0x1000 + 412069
15 ...ragegames.torqueGameBuilder 0x0004cac2 0x1000 + 309954
16 ...ragegames.torqueGameBuilder 0x0004b48f 0x1000 + 304271
17 ...ragegames.torqueGameBuilder 0x00057210 0x1000 + 352784
18 ...ragegames.torqueGameBuilder 0x0004f562 0x1000 + 320866
19 ...ragegames.torqueGameBuilder 0x0004edef 0x1000 + 318959
20 ...ragegames.torqueGameBuilder 0x0004edef 0x1000 + 318959
21 ...ragegames.torqueGameBuilder 0x000591df 0x1000 + 360927
22 ...ragegames.torqueGameBuilder 0x00053175 0x1000 + 336245
23 ...ragegames.torqueGameBuilder 0x00053242 0x1000 + 336450
24 ...ragegames.torqueGameBuilder 0x002553cf 0x1000 + 2442191
25 ...ragegames.torqueGameBuilder 0x002541a2 0x1000 + 2437538
26 ...ragegames.torqueGameBuilder 0x00255e49 0x1000 + 2444873
27 ...ragegames.torqueGameBuilder 0x0004f562 0x1000 + 320866
28 ...ragegames.torqueGameBuilder 0x0004b48f 0x1000 + 304271
29 ...ragegames.torqueGameBuilder 0x0005331f 0x1000 + 336671
30 ...ragegames.torqueGameBuilder 0x00098f5a 0x1000 + 622426
31 ...ragegames.torqueGameBuilder 0x000990d1 0x1000 + 622801
32 ...ragegames.torqueGameBuilder 0x00097c1c 0x1000 + 617500
33 ...ragegames.torqueGameBuilder 0x001fdcf4 0x1000 + 2084084
34 ...ragegames.torqueGameBuilder 0x000028d5 0x1000 + 6357

#3
05/02/2012 (9:31 am)
Did you make sure to install the professional version rather than the binary? If the binary version is unregistered for over 30 days, it tries to load the browser to purchase it or login to get your key. It sounds like it is failing at that point. Installing the pro version should avoid that.
#4
05/03/2012 (5:43 pm)
I've tried downloading from the regular website here:

http://www.garagegames.com/products/download/62

And I have also tried downloading from My Account/My Products page.

Both cause the same problem.