Trade Screen Bug

After I conquered a few other races, I started getting a bug whenever I go to the trade screen that crashes me back to the desktop. Here's the debug:

Debug Message: ******* Starting Game Shell *******
Debug Message: Going Fullscreen
Debug Message: RGB in format 5:6:5, Masks reported as f800:7e0:1f
Debug Message: Unable to create Video Memory Canvas. Creating System Memory canvas. 1
Debug Message: Now Fullscreen
Debug Message: Shell initialization complete
Debug Message: ***** Initializing Game *****
Debug Message: Timer Frequency is 0 1234dc
Debug Message: Added fonts: VerdanaWhite11 VerdanaWhite12B VerdanaYellow11 VerdanaLtBlue11 VerdanaGreen11
Debug Message: Added fonts: VerdanaRed11 VerdanaRed12 VerdanaYellow12 VerdanaOrange12 VerdanaLtBlue12
Debug Message: Added fonts: VerdanaDkBlue12 VerdanaLtBlue12B VerdanaOrange12B Verdana00Race11 Verdana01Race11
Debug Message: Added fonts: Verdana02Race11 Verdana03Race11 Verdana04Race11 Verdana05Race11 Verdana00Race12B
Debug Message: Added fonts: Verdana01Race12B Verdana02Race12B Verdana03Race12B Verdana04Race12B Verdana05Race12B
Debug Message: Added fonts: font2 font1 Comic10 Comic12 Comic12B
Debug Message: Added fonts: Comic14 Comic14B Comic16 Comic16B Comic18
Debug Message: Added fonts: Comic18B Celtic14 Celtic12 Celtic10 Basker14
Debug Message: Added fonts: Basker16 BabylonBlue11B BabylonBlue11 BabylonBlue10B ArialGreenB10
Debug Message: Added fonts: ArialYellowB12 ArialLtBlueB12 ArialDkBlueB12 ArialGreenB12 ArialRedB12
Debug Message: Added fonts: ArialWhite12B ArialWhite14 ArialWhite16 ArialOrange12B ArialLtBlue12B
Debug Message: Added fonts: ArialLtBlue14 ArialGreen14 ArialRed14 ArialYellow14 ArialGreen16
Debug Message: Added fonts: ArialYellow16 Arial13B Arial16B2 Arial10 Arial12
Debug Message: Added fonts: Arial12B Arial14 Arial14B Arial16 Arial16B
Debug Message: Added fonts: Arial18 Arial18B GaraWGold11B GaraBW14B GaraW11B
Debug Message: Initializing sound card.
Debug Message: Game Initialization completed.
**** Script Error **** : Data\GCImps.IMP (L:348 C:8) - parse error
**** Script Error **** : Data\UP_Issues\AddTradeRoute01.UPISSUE (L:42 C:9) - Unable to find integer upissue stat named ApplysTo
**** Script Error **** : Data\UP_Issues\AddTradeRoute01.UPISSUE (L:43 C:14) - Unable to find integer upissue stat named PreReq
Debug Message: Error. Bad Memory.
Debug Message: Error. Bad Memory.
Debug Message: Error. Bad Memory.
Debug Message: Error. Bad Memory.
87 views 4 replies
Reply #1 Top
My debug file contains the same script error lines in it. I checked the GCImps.IMP file and it has a series of greater than and less than symbols at about the line indicated in Machina's post. I was unable to see what might be wrong with the AddTradeRoute01.UPISSUE file.

I also had the same "Bad Memory" lines.

Cheers,
Jack
Reply #2 Top
The Script errors don't cause crashes or anything, but if CVS doesn't overwrite my changes AGAIN then those errors should go away. The Bad Memory lines are usually from loading a saved game (there was a resource leak in the loading code that I didn't catch until after the build went up).
Reply #3 Top
The domestic trade screen that lists all of the trade routes that you own, or the screen where you trade with the aliens, that you can get to from either the Foreign Policy screen or by clicking on the "speak to" button on their star system lists?
Reply #4 Top
I removed the two lines in the GCImp.IMP files that had the strings of greater than and lesser than symbols and got rid of the parse error in that file.

Cheers,
Jack