Search Unity

Bug Unity editor works fine - .exe web gl doesn't

Discussion in 'Editor & General Support' started by nathan_wins, Jan 11, 2023.

  1. nathan_wins

    nathan_wins

    Joined:
    Nov 2, 2020
    Posts:
    2
    This is what my game looks like in the editor.

    upload_2023-1-10_20-52-26.png



    And this is what it looks like after building.
    There are no errors in the build.
    The difference is that the top has a minimap, UI, the red boxes are in the correct place, bottom there are even missing houses - and I CANNOT MOVE!
    I really don't understand what has gone wrong. Using an earlier build with %5 of the features work just fine, this is my first game so I didn't know I should be building it every day to make sure it works, this is a horrible headache!

    What type of information do I need to give you guys so that you can help me out with this? upload_2023-1-10_20-52-3.png
     

    Attached Files:

  2. nathan_wins

    nathan_wins

    Joined:
    Nov 2, 2020
    Posts:
    2
    Code (CSharp):
    1. Mono path[0] = 'D:/DeliveryDriver/Builds/F***/DeliveryDriver_Data/Managed'
    2. Mono config path = 'D:/DeliveryDriver/Builds/F***/MonoBleedingEdge/etc'
    3. Initialize engine version: 2021.3.16f1 (4016570cf34f)
    4. [Subsystems] Discovering subsystems at path D:/DeliveryDriver/Builds/F***/DeliveryDriver_Data/UnitySubsystems
    5. GfxDevice: creating device client; threaded=1; jobified=0
    6. Direct3D:
    7.     Version:  Direct3D 11.0 [level 11.1]
    8.     Renderer: NVIDIA GeForce RTX 2080 (ID=0x1e87)
    9.     Vendor:   NVIDIA
    10.     VRAM:     8001 MB
    11.     Driver:   31.0.15.2698
    12. Begin MonoManager ReloadAssembly
    13. - Completed reload, in  2.712 seconds
    14. <RI> Initializing input.
    15.  
    16. New input system (experimental) initialized
    17. Using XInput
    18. <RI> Input initialized.
    19.  
    20. <RI> Initialized touch support.
    21.  
    22. UnloadTime: 1.035500 ms
    23. NullReferenceException: Object reference not set to an instance of an object
    24.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    25.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    26.  
    27. NullReferenceException: Object reference not set to an instance of an object
    28.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    29.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    30.  
    31. NullReferenceException: Object reference not set to an instance of an object
    32.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    33.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    34.  
    35. NullReferenceException: Object reference not set to an instance of an object
    36.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    37.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    38.  
    39. NullReferenceException: Object reference not set to an instance of an object
    40.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    41.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    42.  
    43. NullReferenceException: Object reference not set to an instance of an object
    44.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    45.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    46.  
    47. NullReferenceException: Object reference not set to an instance of an object
    48.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    49.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    50.  
    51. NullReferenceException: Object reference not set to an instance of an object
    52.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    53.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    54.  
    55. NullReferenceException: Object reference not set to an instance of an object
    56.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    57.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    58.  
    59. NullReferenceException: Object reference not set to an instance of an object
    60.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    61.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    62.  
    63. NullReferenceException: Object reference not set to an instance of an object
    64.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    65.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    66.  
    67. NullReferenceException: Object reference not set to an instance of an object
    68.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    69.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    70.  
    71. NullReferenceException: Object reference not set to an instance of an object
    72.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    73.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    74.  
    75. NullReferenceException: Object reference not set to an instance of an object
    76.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    77.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    78.  
    79. NullReferenceException: Object reference not set to an instance of an object
    80.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    81.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    82.  
    83. NullReferenceException: Object reference not set to an instance of an object
    84.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    85.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    86.  
    87. NullReferenceException: Object reference not set to an instance of an object
    88.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    89.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    90.  
    91. NullReferenceException: Object reference not set to an instance of an object
    92.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    93.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    94.  
    95. NullReferenceException: Object reference not set to an instance of an object
    96.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    97.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    98.  
    99. NullReferenceException: Object reference not set to an instance of an object
    100.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    101.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    102.  
    103. NullReferenceException: Object reference not set to an instance of an object
    104.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    105.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    106.  
    107. NullReferenceException: Object reference not set to an instance of an object
    108.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    109.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    110.  
    111. NullReferenceException: Object reference not set to an instance of an object
    112.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    113.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    114.  
    115. NullReferenceException: Object reference not set to an instance of an object
    116.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    117.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    118.  
    119. NullReferenceException: Object reference not set to an instance of an object
    120.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    121.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    122.  
    123. NullReferenceException: Object reference not set to an instance of an object
    124.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    125.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    126.  
    127. NullReferenceException: Object reference not set to an instance of an object
    128.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    129.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    130.  
    131. NullReferenceException: Object reference not set to an instance of an object
    132.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    133.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    134.  
    135. NullReferenceException: Object reference not set to an instance of an object
    136.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    137.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    138.  
    139. NullReferenceException: Object reference not set to an instance of an object
    140.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    141.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    142.  
    143. NullReferenceException: Object reference not set to an instance of an object
    144.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    145.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    146.  
    147. NullReferenceException: Object reference not set to an instance of an object
    148.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    149.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    150.  
    151. NullReferenceException: Object reference not set to an instance of an object
    152.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    153.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    154.  
    155. NullReferenceException: Object reference not set to an instance of an object
    156.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    157.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    158.  
    159. NullReferenceException: Object reference not set to an instance of an object
    160.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    161.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    162.  
    163. NullReferenceException: Object reference not set to an instance of an object
    164.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    165.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    166.  
    167. NullReferenceException: Object reference not set to an instance of an object
    168.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    169.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    170.  
    171. NullReferenceException: Object reference not set to an instance of an object
    172.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    173.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    174.  
    175. NullReferenceException: Object reference not set to an instance of an object
    176.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    177.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    178.  
    179. NullReferenceException: Object reference not set to an instance of an object
    180.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    181.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    182.  
    183. NullReferenceException: Object reference not set to an instance of an object
    184.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    185.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    186.  
    187. NullReferenceException: Object reference not set to an instance of an object
    188.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    189.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    190.  
    191. NullReferenceException: Object reference not set to an instance of an object
    192.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    193.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    194.  
    195. NullReferenceException: Object reference not set to an instance of an object
    196.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    197.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    198.  
    199. NullReferenceException: Object reference not set to an instance of an object
    200.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    201.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    202.  
    203. NullReferenceException: Object reference not set to an instance of an object
    204.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    205.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    206.  
    207. NullReferenceException: Object reference not set to an instance of an object
    208.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    209.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    210.  
    211. NullReferenceException: Object reference not set to an instance of an object
    212.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    213.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    214.  
    215. NullReferenceException: Object reference not set to an instance of an object
    216.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    217.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    218.  
    219. NullReferenceException: Object reference not set to an instance of an object
    220.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    221.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    222.  
    223. NullReferenceException: Object reference not set to an instance of an object
    224.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    225.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    226.  
    227. NullReferenceException: Object reference not set to an instance of an object
    228.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    229.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    230.  
    231. NullReferenceException: Object reference not set to an instance of an object
    232.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    233.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    234.  
    235. NullReferenceException: Object reference not set to an instance of an object
    236.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    237.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    238.  
    239. NullReferenceException: Object reference not set to an instance of an object
    240.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    241.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    242.  
    243. NullReferenceException: Object reference not set to an instance of an object
    244.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    245.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    246.  
    247. NullReferenceException: Object reference not set to an instance of an object
    248.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    249.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    250.  
    251. NullReferenceException: Object reference not set to an instance of an object
    252.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    253.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    254.  
    255. NullReferenceException: Object reference not set to an instance of an object
    256.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    257.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    258.  
    259. NullReferenceException: Object reference not set to an instance of an object
    260.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    261.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    262.  
    263. NullReferenceException: Object reference not set to an instance of an object
    264.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    265.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    266.  
    267. NullReferenceException: Object reference not set to an instance of an object
    268.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    269.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    270.  
    271. NullReferenceException: Object reference not set to an instance of an object
    272.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    273.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    274.  
    275. NullReferenceException: Object reference not set to an instance of an object
    276.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    277.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    278.  
    279. NullReferenceException: Object reference not set to an instance of an object
    280.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    281.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    282.  
    283. NullReferenceException: Object reference not set to an instance of an object
    284.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    285.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    286.  
    287. NullReferenceException: Object reference not set to an instance of an object
    288.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    289.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    290.  
    291. NullReferenceException: Object reference not set to an instance of an object
    292.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    293.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    294.  
    295. NullReferenceException: Object reference not set to an instance of an object
    296.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    297.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    298.  
    299. NullReferenceException: Object reference not set to an instance of an object
    300.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    301.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    302.  
    303. NullReferenceException: Object reference not set to an instance of an object
    304.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    305.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    306.  
    307. NullReferenceException: Object reference not set to an instance of an object
    308.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    309.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    310.  
    311. NullReferenceException: Object reference not set to an instance of an object
    312.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    313.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    314.  
    315. NullReferenceException: Object reference not set to an instance of an object
    316.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    317.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    318.  
    319. NullReferenceException: Object reference not set to an instance of an object
    320.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    321.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    322.  
    323. NullReferenceException: Object reference not set to an instance of an object
    324.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    325.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    326.  
    327. NullReferenceException: Object reference not set to an instance of an object
    328.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    329.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    330.  
    331. NullReferenceException: Object reference not set to an instance of an object
    332.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    333.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    334.  
    335. NullReferenceException: Object reference not set to an instance of an object
    336.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    337.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    338.  
    339. NullReferenceException: Object reference not set to an instance of an object
    340.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    341.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    342.  
    343. NullReferenceException: Object reference not set to an instance of an object
    344.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    345.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    346.  
    347. NullReferenceException: Object reference not set to an instance of an object
    348.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    349.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    350.  
    351. NullReferenceException: Object reference not set to an instance of an object
    352.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    353.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    354.  
    355. NullReferenceException: Object reference not set to an instance of an object
    356.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    357.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    358.  
    359. NullReferenceException: Object reference not set to an instance of an object
    360.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    361.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    362.  
    363. NullReferenceException: Object reference not set to an instance of an object
    364.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    365.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    366.  
    367. NullReferenceException: Object reference not set to an instance of an object
    368.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    369.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    370.  
    371. NullReferenceException: Object reference not set to an instance of an object
    372.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    373.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    374.  
    375. NullReferenceException: Object reference not set to an instance of an object
    376.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    377.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    378.  
    379. NullReferenceException: Object reference not set to an instance of an object
    380.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    381.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    382.  
    383. NullReferenceException: Object reference not set to an instance of an object
    384.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    385.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    386.  
    387. NullReferenceException: Object reference not set to an instance of an object
    388.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    389.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    390.  
    391. NullReferenceException: Object reference not set to an instance of an object
    392.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    393.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    394.  
    395. NullReferenceException: Object reference not set to an instance of an object
    396.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    397.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    398.  
    399. NullReferenceException: Object reference not set to an instance of an object
    400.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    401.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    402.  
    403. NullReferenceException: Object reference not set to an instance of an object
    404.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    405.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    406.  
    407. NullReferenceException: Object reference not set to an instance of an object
    408.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    409.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    410.  
    411. NullReferenceException: Object reference not set to an instance of an object
    412.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    413.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    414.  
    415. NullReferenceException: Object reference not set to an instance of an object
    416.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    417.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    418.  
    419. NullReferenceException: Object reference not set to an instance of an object
    420.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    421.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    422.  
    423. NullReferenceException: Object reference not set to an instance of an object
    424.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    425.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    426.  
    427. NullReferenceException: Object reference not set to an instance of an object
    428.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    429.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    430.  
    431. NullReferenceException: Object reference not set to an instance of an object
    432.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    433.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    434.  
    435. NullReferenceException: Object reference not set to an instance of an object
    436.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    437.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    438.  
    439. NullReferenceException: Object reference not set to an instance of an object
    440.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    441.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    442.  
    443. NullReferenceException: Object reference not set to an instance of an object
    444.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    445.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    446.  
    447. NullReferenceException: Object reference not set to an instance of an object
    448.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    449.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    450.  
    451. NullReferenceException: Object reference not set to an instance of an object
    452.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    453.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    454.  
    455. NullReferenceException: Object reference not set to an instance of an object
    456.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    457.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    458.  
    459. NullReferenceException: Object reference not set to an instance of an object
    460.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    461.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    462.  
    463. NullReferenceException: Object reference not set to an instance of an object
    464.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    465.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    466.  
    467. NullReferenceException: Object reference not set to an instance of an object
    468.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    469.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    470.  
    471. NullReferenceException: Object reference not set to an instance of an object
    472.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    473.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    474.  
    475. NullReferenceException: Object reference not set to an instance of an object
    476.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    477.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    478.  
    479. NullReferenceException: Object reference not set to an instance of an object
    480.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    481.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    482.  
    483. NullReferenceException: Object reference not set to an instance of an object
    484.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    485.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    486.  
    487. NullReferenceException: Object reference not set to an instance of an object
    488.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    489.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    490.  
    491. NullReferenceException: Object reference not set to an instance of an object
    492.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    493.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    494.  
    495. NullReferenceException: Object reference not set to an instance of an object
    496.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    497.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    498.  
    499. NullReferenceException: Object reference not set to an instance of an object
    500.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    501.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    502.  
    503. NullReferenceException: Object reference not set to an instance of an object
    504.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    505.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    506.  
    507. NullReferenceException: Object reference not set to an instance of an object
    508.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    509.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    510.  
    511. NullReferenceException: Object reference not set to an instance of an object
    512.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    513.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    514.  
    515. NullReferenceException: Object reference not set to an instance of an object
    516.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    517.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    518.  
    519. NullReferenceException: Object reference not set to an instance of an object
    520.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    521.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    522.  
    523. NullReferenceException: Object reference not set to an instance of an object
    524.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    525.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    526.  
    527. NullReferenceException: Object reference not set to an instance of an object
    528.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    529.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    530.  
    531. NullReferenceException: Object reference not set to an instance of an object
    532.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    533.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    534.  
    535. NullReferenceException: Object reference not set to an instance of an object
    536.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    537.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    538.  
    539. NullReferenceException: Object reference not set to an instance of an object
    540.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    541.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    542.  
    543. NullReferenceException: Object reference not set to an instance of an object
    544.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    545.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    546.  
    547. NullReferenceException: Object reference not set to an instance of an object
    548.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    549.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    550.  
    551. NullReferenceException: Object reference not set to an instance of an object
    552.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    553.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    554.  
    555. NullReferenceException: Object reference not set to an instance of an object
    556.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    557.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    558.  
    559. NullReferenceException: Object reference not set to an instance of an object
    560.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    561.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    562.  
    563. NullReferenceException: Object reference not set to an instance of an object
    564.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    565.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    566.  
    567. NullReferenceException: Object reference not set to an instance of an object
    568.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    569.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    570.  
    571. NullReferenceException: Object reference not set to an instance of an object
    572.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    573.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    574.  
    575. NullReferenceException: Object reference not set to an instance of an object
    576.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    577.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    578.  
    579. NullReferenceException: Object reference not set to an instance of an object
    580.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    581.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    582.  
    583. NullReferenceException: Object reference not set to an instance of an object
    584.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    585.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    586.  
    587. NullReferenceException: Object reference not set to an instance of an object
    588.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    589.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    590.  
    591. NullReferenceException: Object reference not set to an instance of an object
    592.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    593.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    594.  
    595. NullReferenceException: Object reference not set to an instance of an object
    596.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    597.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    598.  
    599. NullReferenceException: Object reference not set to an instance of an object
    600.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    601.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    602.  
    603. NullReferenceException: Object reference not set to an instance of an object
    604.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    605.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    606.  
    607. NullReferenceException: Object reference not set to an instance of an object
    608.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    609.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    610.  
    611. NullReferenceException: Object reference not set to an instance of an object
    612.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    613.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    614.  
    615. NullReferenceException: Object reference not set to an instance of an object
    616.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    617.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    618.  
    619. NullReferenceException: Object reference not set to an instance of an object
    620.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    621.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    622.  
    623. NullReferenceException: Object reference not set to an instance of an object
    624.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    625.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    626.  
    627. NullReferenceException: Object reference not set to an instance of an object
    628.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    629.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    630.  
    631. NullReferenceException: Object reference not set to an instance of an object
    632.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    633.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    634.  
    635. NullReferenceException: Object reference not set to an instance of an object
    636.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    637.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    638.  
    639. NullReferenceException: Object reference not set to an instance of an object
    640.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    641.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    642.  
    643. NullReferenceException: Object reference not set to an instance of an object
    644.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    645.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    646.  
    647. NullReferenceException: Object reference not set to an instance of an object
    648.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    649.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    650.  
    651. NullReferenceException: Object reference not set to an instance of an object
    652.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    653.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    654.  
    655. NullReferenceException: Object reference not set to an instance of an object
    656.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    657.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    658.  
    659. NullReferenceException: Object reference not set to an instance of an object
    660.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    661.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    662.  
    663. NullReferenceException: Object reference not set to an instance of an object
    664.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    665.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    666.  
    667. NullReferenceException: Object reference not set to an instance of an object
    668.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    669.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    670.  
    671. NullReferenceException: Object reference not set to an instance of an object
    672.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    673.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    674.  
    675. NullReferenceException: Object reference not set to an instance of an object
    676.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    677.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    678.  
    679. NullReferenceException: Object reference not set to an instance of an object
    680.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    681.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    682.  
    683. NullReferenceException: Object reference not set to an instance of an object
    684.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    685.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    686.  
    687. NullReferenceException: Object reference not set to an instance of an object
    688.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    689.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    690.  
    691. NullReferenceException: Object reference not set to an instance of an object
    692.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    693.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    694.  
    695. NullReferenceException: Object reference not set to an instance of an object
    696.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    697.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    698.  
    699. NullReferenceException: Object reference not set to an instance of an object
    700.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    701.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    702.  
    703. NullReferenceException: Object reference not set to an instance of an object
    704.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    705.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    706.  
    707. NullReferenceException: Object reference not set to an instance of an object
    708.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    709.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    710.  
    711. NullReferenceException: Object reference not set to an instance of an object
    712.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    713.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    714.  
    715. NullReferenceException: Object reference not set to an instance of an object
    716.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    717.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    718.  
    719. NullReferenceException: Object reference not set to an instance of an object
    720.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    721.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    722.  
    723. NullReferenceException: Object reference not set to an instance of an object
    724.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    725.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    726.  
    727. NullReferenceException: Object reference not set to an instance of an object
    728.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    729.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    730.  
    731. NullReferenceException: Object reference not set to an instance of an object
    732.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    733.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    734.  
    735. NullReferenceException: Object reference not set to an instance of an object
    736.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    737.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    738.  
    739. NullReferenceException: Object reference not set to an instance of an object
    740.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    741.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    742.  
    743. NullReferenceException: Object reference not set to an instance of an object
    744.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    745.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    746.  
    747. NullReferenceException: Object reference not set to an instance of an object
    748.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    749.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    750.  
    751. NullReferenceException: Object reference not set to an instance of an object
    752.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    753.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    754.  
    755. NullReferenceException: Object reference not set to an instance of an object
    756.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    757.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    758.  
    759. NullReferenceException: Object reference not set to an instance of an object
    760.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    761.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    762.  
    763. NullReferenceException: Object reference not set to an instance of an object
    764.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    765.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    766.  
    767. NullReferenceException: Object reference not set to an instance of an object
    768.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    769.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    770.  
    771. NullReferenceException: Object reference not set to an instance of an object
    772.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    773.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    774.  
    775. NullReferenceException: Object reference not set to an instance of an object
    776.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    777.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    778.  
    779. NullReferenceException: Object reference not set to an instance of an object
    780.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    781.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    782.  
    783. NullReferenceException: Object reference not set to an instance of an object
    784.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    785.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    786.  
    787. NullReferenceException: Object reference not set to an instance of an object
    788.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    789.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    790.  
    791. NullReferenceException: Object reference not set to an instance of an object
    792.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    793.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    794.  
    795. NullReferenceException: Object reference not set to an instance of an object
    796.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    797.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    798.  
    799. NullReferenceException: Object reference not set to an instance of an object
    800.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    801.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    802.  
    803. NullReferenceException: Object reference not set to an instance of an object
    804.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    805.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    806.  
    807. NullReferenceException: Object reference not set to an instance of an object
    808.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    809.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    810.  
    811. NullReferenceException: Object reference not set to an instance of an object
    812.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    813.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    814.  
    815. NullReferenceException: Object reference not set to an instance of an object
    816.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    817.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    818.  
    819. NullReferenceException: Object reference not set to an instance of an object
    820.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    821.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    822.  
    823. NullReferenceException: Object reference not set to an instance of an object
    824.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    825.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    826.  
    827. NullReferenceException: Object reference not set to an instance of an object
    828.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    829.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    830.  
    831. NullReferenceException: Object reference not set to an instance of an object
    832.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    833.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    834.  
    835. NullReferenceException: Object reference not set to an instance of an object
    836.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    837.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    838.  
    839. NullReferenceException: Object reference not set to an instance of an object
    840.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    841.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    842.  
    843. NullReferenceException: Object reference not set to an instance of an object
    844.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    845.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    846.  
    847. NullReferenceException: Object reference not set to an instance of an object
    848.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    849.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    850.  
    851. NullReferenceException: Object reference not set to an instance of an object
    852.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    853.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    854.  
    855. NullReferenceException: Object reference not set to an instance of an object
    856.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    857.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    858.  
    859. NullReferenceException: Object reference not set to an instance of an object
    860.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    861.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    862.  
    863. NullReferenceException: Object reference not set to an instance of an object
    864.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    865.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    866.  
    867. NullReferenceException: Object reference not set to an instance of an object
    868.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    869.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    870.  
    871. NullReferenceException: Object reference not set to an instance of an object
    872.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    873.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    874.  
    875. NullReferenceException: Object reference not set to an instance of an object
    876.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    877.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    878.  
    879. NullReferenceException: Object reference not set to an instance of an object
    880.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    881.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    882.  
    883. NullReferenceException: Object reference not set to an instance of an object
    884.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    885.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    886.  
    887. NullReferenceException: Object reference not set to an instance of an object
    888.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    889.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    890.  
    891. NullReferenceException: Object reference not set to an instance of an object
    892.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    893.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    894.  
    895. NullReferenceException: Object reference not set to an instance of an object
    896.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    897.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    898.  
    899. NullReferenceException: Object reference not set to an instance of an object
    900.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    901.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    902.  
    903. NullReferenceException: Object reference not set to an instance of an object
    904.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    905.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    906.  
    907. NullReferenceException: Object reference not set to an instance of an object
    908.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    909.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    910.  
    911. NullReferenceException: Object reference not set to an instance of an object
    912.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    913.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    914.  
    915. NullReferenceException: Object reference not set to an instance of an object
    916.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    917.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    918.  
    919. NullReferenceException: Object reference not set to an instance of an object
    920.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    921.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    922.  
    923. NullReferenceException: Object reference not set to an instance of an object
    924.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    925.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    926.  
    927. NullReferenceException: Object reference not set to an instance of an object
    928.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    929.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    930.  
    931. NullReferenceException: Object reference not set to an instance of an object
    932.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    933.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    934.  
    935. NullReferenceException: Object reference not set to an instance of an object
    936.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    937.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    938.  
    939. NullReferenceException: Object reference not set to an instance of an object
    940.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    941.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    942.  
    943. NullReferenceException: Object reference not set to an instance of an object
    944.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    945.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    946.  
    947. NullReferenceException: Object reference not set to an instance of an object
    948.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    949.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    950.  
    951. NullReferenceException: Object reference not set to an instance of an object
    952.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    953.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    954.  
    955. NullReferenceException: Object reference not set to an instance of an object
    956.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    957.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    958.  
    959. NullReferenceException: Object reference not set to an instance of an object
    960.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    961.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    962.  
    963. NullReferenceException: Object reference not set to an instance of an object
    964.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    965.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    966.  
    967. NullReferenceException: Object reference not set to an instance of an object
    968.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    969.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    970.  
    971. you are out of gas! Press 'G' to buy some more! At double the price
    972. NullReferenceException: Object reference not set to an instance of an object
    973.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    974.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    975.  
    976. you are out of gas! Press 'G' to buy some more! At double the price
    977. NullReferenceException: Object reference not set to an instance of an object
    978.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    979.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    980.  
    981. you are out of gas! Press 'G' to buy some more! At double the price
    982. NullReferenceException: Object reference not set to an instance of an object
    983.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    984.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    985.  
    986. you are out of gas! Press 'G' to buy some more! At double the price
    987. NullReferenceException: Object reference not set to an instance of an object
    988.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    989.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    990.  
    991. you are out of gas! Press 'G' to buy some more! At double the price
    992. NullReferenceException: Object reference not set to an instance of an object
    993.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    994.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    995.  
    996. you are out of gas! Press 'G' to buy some more! At double the price
    997. NullReferenceException: Object reference not set to an instance of an object
    998.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    999.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1000.  
    1001. you are out of gas! Press 'G' to buy some more! At double the price
    1002. NullReferenceException: Object reference not set to an instance of an object
    1003.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1004.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1005.  
    1006. you are out of gas! Press 'G' to buy some more! At double the price
    1007. NullReferenceException: Object reference not set to an instance of an object
    1008.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1009.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1010.  
    1011. you are out of gas! Press 'G' to buy some more! At double the price
    1012. NullReferenceException: Object reference not set to an instance of an object
    1013.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1014.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1015.  
    1016. you are out of gas! Press 'G' to buy some more! At double the price
    1017. NullReferenceException: Object reference not set to an instance of an object
    1018.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1019.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1020.  
    1021. you are out of gas! Press 'G' to buy some more! At double the price
    1022. NullReferenceException: Object reference not set to an instance of an object
    1023.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1024.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1025.  
    1026. you are out of gas! Press 'G' to buy some more! At double the price
    1027. NullReferenceException: Object reference not set to an instance of an object
    1028.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1029.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1030.  
    1031. you are out of gas! Press 'G' to buy some more! At double the price
    1032. NullReferenceException: Object reference not set to an instance of an object
    1033.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1034.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1035.  
    1036. you are out of gas! Press 'G' to buy some more! At double the price
    1037. NullReferenceException: Object reference not set to an instance of an object
    1038.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1039.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1040.  
    1041. you are out of gas! Press 'G' to buy some more! At double the price
    1042. NullReferenceException: Object reference not set to an instance of an object
    1043.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1044.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1045.  
    1046. you are out of gas! Press 'G' to buy some more! At double the price
    1047. NullReferenceException: Object reference not set to an instance of an object
    1048.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1049.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1050.  
    1051. you are out of gas! Press 'G' to buy some more! At double the price
    1052. NullReferenceException: Object reference not set to an instance of an object
    1053.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1054.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1055.  
    1056. you are out of gas! Press 'G' to buy some more! At double the price
    1057. NullReferenceException: Object reference not set to an instance of an object
    1058.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1059.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1060.  
    1061. you are out of gas! Press 'G' to buy some more! At double the price
    1062. NullReferenceException: Object reference not set to an instance of an object
    1063.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1064.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1065.  
    1066. you are out of gas! Press 'G' to buy some more! At double the price
    1067. NullReferenceException: Object reference not set to an instance of an object
    1068.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1069.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1070.  
    1071. you are out of gas! Press 'G' to buy some more! At double the price
    1072. NullReferenceException: Object reference not set to an instance of an object
    1073.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1074.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1075.  
    1076. you are out of gas! Press 'G' to buy some more! At double the price
    1077. NullReferenceException: Object reference not set to an instance of an object
    1078.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1079.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1080.  
    1081. you are out of gas! Press 'G' to buy some more! At double the price
    1082. NullReferenceException: Object reference not set to an instance of an object
    1083.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1084.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1085.  
    1086. you are out of gas! Press 'G' to buy some more! At double the price
    1087. NullReferenceException: Object reference not set to an instance of an object
    1088.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1089.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1090.  
    1091. you are out of gas! Press 'G' to buy some more! At double the price
    1092. NullReferenceException: Object reference not set to an instance of an object
    1093.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1094.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1095.  
    1096. you are out of gas! Press 'G' to buy some more! At double the price
    1097. NullReferenceException: Object reference not set to an instance of an object
    1098.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1099.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1100.  
    1101. you are out of gas! Press 'G' to buy some more! At double the price
    1102. NullReferenceException: Object reference not set to an instance of an object
    1103.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1104.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1105.  
    1106. you are out of gas! Press 'G' to buy some more! At double the price
    1107. NullReferenceException: Object reference not set to an instance of an object
    1108.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1109.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1110.  
    1111. you are out of gas! Press 'G' to buy some more! At double the price
    1112. NullReferenceException: Object reference not set to an instance of an object
    1113.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1114.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1115.  
    1116. you are out of gas! Press 'G' to buy some more! At double the price
    1117. NullReferenceException: Object reference not set to an instance of an object
    1118.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1119.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1120.  
    1121. you are out of gas! Press 'G' to buy some more! At double the price
    1122. NullReferenceException: Object reference not set to an instance of an object
    1123.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1124.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1125.  
    1126. you are out of gas! Press 'G' to buy some more! At double the price
    1127. NullReferenceException: Object reference not set to an instance of an object
    1128.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1129.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1130.  
    1131. you are out of gas! Press 'G' to buy some more! At double the price
    1132. NullReferenceException: Object reference not set to an instance of an object
    1133.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1134.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1135.  
    1136. you are out of gas! Press 'G' to buy some more! At double the price
    1137. NullReferenceException: Object reference not set to an instance of an object
    1138.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1139.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1140.  
    1141. NullReferenceException: Object reference not set to an instance of an object
    1142.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1143.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1144.  
    1145. NullReferenceException: Object reference not set to an instance of an object
    1146.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1147.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1148.  
    1149. NullReferenceException: Object reference not set to an instance of an object
    1150.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1151.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1152.  
    1153. NullReferenceException: Object reference not set to an instance of an object
    1154.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1155.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1156.  
    1157. NullReferenceException: Object reference not set to an instance of an object
    1158.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1159.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1160.  
    1161. NullReferenceException: Object reference not set to an instance of an object
    1162.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1163.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1164.  
    1165. NullReferenceException: Object reference not set to an instance of an object
    1166.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1167.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1168.  
    1169. NullReferenceException: Object reference not set to an instance of an object
    1170.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1171.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1172.  
    1173. NullReferenceException: Object reference not set to an instance of an object
    1174.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1175.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1176.  
    1177. NullReferenceException: Object reference not set to an instance of an object
    1178.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1179.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1180.  
    1181. NullReferenceException: Object reference not set to an instance of an object
    1182.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1183.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1184.  
    1185. NullReferenceException: Object reference not set to an instance of an object
    1186.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1187.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1188.  
    1189. NullReferenceException: Object reference not set to an instance of an object
    1190.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1191.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1192.  
    1193. NullReferenceException: Object reference not set to an instance of an object
    1194.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1195.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1196.  
    1197. NullReferenceException: Object reference not set to an instance of an object
    1198.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1199.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1200.  
    1201. NullReferenceException: Object reference not set to an instance of an object
    1202.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1203.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1204.  
    1205. NullReferenceException: Object reference not set to an instance of an object
    1206.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1207.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1208.  
    1209. NullReferenceException: Object reference not set to an instance of an object
    1210.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1211.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1212.  
    1213. you are out of gas! Press 'G' to buy some more! At double the price
    1214. NullReferenceException: Object reference not set to an instance of an object
    1215.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1216.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1217.  
    1218. you are out of gas! Press 'G' to buy some more! At double the price
    1219. NullReferenceException: Object reference not set to an instance of an object
    1220.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1221.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1222.  
    1223. you are out of gas! Press 'G' to buy some more! At double the price
    1224. NullReferenceException: Object reference not set to an instance of an object
    1225.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1226.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1227.  
    1228. you are out of gas! Press 'G' to buy some more! At double the price
    1229. NullReferenceException: Object reference not set to an instance of an object
    1230.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1231.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1232.  
    1233. you are out of gas! Press 'G' to buy some more! At double the price
    1234. NullReferenceException: Object reference not set to an instance of an object
    1235.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1236.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1237.  
    1238. you are out of gas! Press 'G' to buy some more! At double the price
    1239. NullReferenceException: Object reference not set to an instance of an object
    1240.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1241.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1242.  
    1243. you are out of gas! Press 'G' to buy some more! At double the price
    1244. NullReferenceException: Object reference not set to an instance of an object
    1245.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1246.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1247.  
    1248. you are out of gas! Press 'G' to buy some more! At double the price
    1249. NullReferenceException: Object reference not set to an instance of an object
    1250.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1251.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1252.  
    1253. you are out of gas! Press 'G' to buy some more! At double the price
    1254. NullReferenceException: Object reference not set to an instance of an object
    1255.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1256.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1257.  
    1258. you are out of gas! Press 'G' to buy some more! At double the price
    1259. NullReferenceException: Object reference not set to an instance of an object
    1260.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1261.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1262.  
    1263. you are out of gas! Press 'G' to buy some more! At double the price
    1264. NullReferenceException: Object reference not set to an instance of an object
    1265.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1266.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1267.  
    1268. you are out of gas! Press 'G' to buy some more! At double the price
    1269. NullReferenceException: Object reference not set to an instance of an object
    1270.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1271.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1272.  
    1273. you are out of gas! Press 'G' to buy some more! At double the price
    1274. NullReferenceException: Object reference not set to an instance of an object
    1275.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1276.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1277.  
    1278. you are out of gas! Press 'G' to buy some more! At double the price
    1279. NullReferenceException: Object reference not set to an instance of an object
    1280.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1281.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1282.  
    1283. you are out of gas! Press 'G' to buy some more! At double the price
    1284. NullReferenceException: Object reference not set to an instance of an object
    1285.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1286.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1287.  
    1288. you are out of gas! Press 'G' to buy some more! At double the price
    1289. NullReferenceException: Object reference not set to an instance of an object
    1290.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1291.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1292.  
    1293. you are out of gas! Press 'G' to buy some more! At double the price
    1294. NullReferenceException: Object reference not set to an instance of an object
    1295.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1296.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1297.  
    1298. you are out of gas! Press 'G' to buy some more! At double the price
    1299. NullReferenceException: Object reference not set to an instance of an object
    1300.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1301.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1302.  
    1303. you are out of gas! Press 'G' to buy some more! At double the price
    1304. NullReferenceException: Object reference not set to an instance of an object
    1305.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1306.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1307.  
    1308. you are out of gas! Press 'G' to buy some more! At double the price
    1309. NullReferenceException: Object reference not set to an instance of an object
    1310.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1311.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1312.  
    1313. you are out of gas! Press 'G' to buy some more! At double the price
    1314. NullReferenceException: Object reference not set to an instance of an object
    1315.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1316.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1317.  
    1318. you are out of gas! Press 'G' to buy some more! At double the price
    1319. NullReferenceException: Object reference not set to an instance of an object
    1320.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1321.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1322.  
    1323. you are out of gas! Press 'G' to buy some more! At double the price
    1324. NullReferenceException: Object reference not set to an instance of an object
    1325.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1326.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1327.  
    1328. you are out of gas! Press 'G' to buy some more! At double the price
    1329. NullReferenceException: Object reference not set to an instance of an object
    1330.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1331.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1332.  
    1333. you are out of gas! Press 'G' to buy some more! At double the price
    1334. NullReferenceException: Object reference not set to an instance of an object
    1335.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1336.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1337.  
    1338. you are out of gas! Press 'G' to buy some more! At double the price
    1339. NullReferenceException: Object reference not set to an instance of an object
    1340.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1341.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1342.  
    1343. you are out of gas! Press 'G' to buy some more! At double the price
    1344. NullReferenceException: Object reference not set to an instance of an object
    1345.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1346.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1347.  
    1348. you are out of gas! Press 'G' to buy some more! At double the price
    1349. NullReferenceException: Object reference not set to an instance of an object
    1350.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1351.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1352.  
    1353. you are out of gas! Press 'G' to buy some more! At double the price
    1354. NullReferenceException: Object reference not set to an instance of an object
    1355.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1356.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1357.  
    1358. you are out of gas! Press 'G' to buy some more! At double the price
    1359. NullReferenceException: Object reference not set to an instance of an object
    1360.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1361.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1362.  
    1363. you are out of gas! Press 'G' to buy some more! At double the price
    1364. NullReferenceException: Object reference not set to an instance of an object
    1365.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1366.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1367.  
    1368. you are out of gas! Press 'G' to buy some more! At double the price
    1369. NullReferenceException: Object reference not set to an instance of an object
    1370.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1371.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1372.  
    1373. you are out of gas! Press 'G' to buy some more! At double the price
    1374. NullReferenceException: Object reference not set to an instance of an object
    1375.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1376.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1377.  
    1378. you are out of gas! Press 'G' to buy some more! At double the price
    1379. NullReferenceException: Object reference not set to an instance of an object
    1380.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1381.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1382.  
    1383. you are out of gas! Press 'G' to buy some more! At double the price
    1384. NullReferenceException: Object reference not set to an instance of an object
    1385.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1386.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1387.  
    1388. you are out of gas! Press 'G' to buy some more! At double the price
    1389. NullReferenceException: Object reference not set to an instance of an object
    1390.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1391.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1392.  
    1393. you are out of gas! Press 'G' to buy some more! At double the price
    1394. NullReferenceException: Object reference not set to an instance of an object
    1395.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1396.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1397.  
    1398. you are out of gas! Press 'G' to buy some more! At double the price
    1399. NullReferenceException: Object reference not set to an instance of an object
    1400.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1401.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1402.  
    1403. you are out of gas! Press 'G' to buy some more! At double the price
    1404. NullReferenceException: Object reference not set to an instance of an object
    1405.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1406.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1407.  
    1408. you are out of gas! Press 'G' to buy some more! At double the price
    1409. NullReferenceException: Object reference not set to an instance of an object
    1410.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1411.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1412.  
    1413. you are out of gas! Press 'G' to buy some more! At double the price
    1414. NullReferenceException: Object reference not set to an instance of an object
    1415.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1416.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1417.  
    1418. you are out of gas! Press 'G' to buy some more! At double the price
    1419. NullReferenceException: Object reference not set to an instance of an object
    1420.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1421.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1422.  
    1423. you are out of gas! Press 'G' to buy some more! At double the price
    1424. NullReferenceException: Object reference not set to an instance of an object
    1425.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1426.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1427.  
    1428. you are out of gas! Press 'G' to buy some more! At double the price
    1429. NullReferenceException: Object reference not set to an instance of an object
    1430.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1431.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1432.  
    1433. you are out of gas! Press 'G' to buy some more! At double the price
    1434. NullReferenceException: Object reference not set to an instance of an object
    1435.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1436.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1437.  
    1438. you are out of gas! Press 'G' to buy some more! At double the price
    1439. NullReferenceException: Object reference not set to an instance of an object
    1440.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1441.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1442.  
    1443. you are out of gas! Press 'G' to buy some more! At double the price
    1444. NullReferenceException: Object reference not set to an instance of an object
    1445.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1446.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1447.  
    1448. you are out of gas! Press 'G' to buy some more! At double the price
    1449. NullReferenceException: Object reference not set to an instance of an object
    1450.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1451.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1452.  
    1453. you are out of gas! Press 'G' to buy some more! At double the price
    1454. NullReferenceException: Object reference not set to an instance of an object
    1455.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1456.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1457.  
    1458. you are out of gas! Press 'G' to buy some more! At double the price
    1459. NullReferenceException: Object reference not set to an instance of an object
    1460.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1461.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1462.  
    1463. you are out of gas! Press 'G' to buy some more! At double the price
    1464. NullReferenceException: Object reference not set to an instance of an object
    1465.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1466.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1467.  
    1468. you are out of gas! Press 'G' to buy some more! At double the price
    1469. NullReferenceException: Object reference not set to an instance of an object
    1470.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1471.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1472.  
    1473. you are out of gas! Press 'G' to buy some more! At double the price
    1474. NullReferenceException: Object reference not set to an instance of an object
    1475.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1476.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1477.  
    1478. you are out of gas! Press 'G' to buy some more! At double the price
    1479. NullReferenceException: Object reference not set to an instance of an object
    1480.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1481.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1482.  
    1483. you are out of gas! Press 'G' to buy some more! At double the price
    1484. NullReferenceException: Object reference not set to an instance of an object
    1485.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1486.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1487.  
    1488. you are out of gas! Press 'G' to buy some more! At double the price
    1489. NullReferenceException: Object reference not set to an instance of an object
    1490.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1491.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1492.  
    1493. you are out of gas! Press 'G' to buy some more! At double the price
    1494. NullReferenceException: Object reference not set to an instance of an object
    1495.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1496.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1497.  
    1498. you are out of gas! Press 'G' to buy some more! At double the price
    1499. NullReferenceException: Object reference not set to an instance of an object
    1500.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1501.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1502.  
    1503. you are out of gas! Press 'G' to buy some more! At double the price
    1504. NullReferenceException: Object reference not set to an instance of an object
    1505.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1506.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1507.  
    1508. you are out of gas! Press 'G' to buy some more! At double the price
    1509. NullReferenceException: Object reference not set to an instance of an object
    1510.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1511.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1512.  
    1513. you are out of gas! Press 'G' to buy some more! At double the price
    1514. NullReferenceException: Object reference not set to an instance of an object
    1515.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1516.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1517.  
    1518. you are out of gas! Press 'G' to buy some more! At double the price
    1519. NullReferenceException: Object reference not set to an instance of an object
    1520.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1521.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1522.  
    1523. you are out of gas! Press 'G' to buy some more! At double the price
    1524. NullReferenceException: Object reference not set to an instance of an object
    1525.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1526.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1527.  
    1528. NullReferenceException: Object reference not set to an instance of an object
    1529.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1530.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1531.  
    1532. NullReferenceException: Object reference not set to an instance of an object
    1533.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1534.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1535.  
    1536. NullReferenceException: Object reference not set to an instance of an object
    1537.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1538.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1539.  
    1540. NullReferenceException: Object reference not set to an instance of an object
    1541.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1542.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1543.  
    1544. NullReferenceException: Object reference not set to an instance of an object
    1545.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1546.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1547.  
    1548. NullReferenceException: Object reference not set to an instance of an object
    1549.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1550.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1551.  
    1552. you are out of gas! Press 'G' to buy some more! At double the price
    1553. NullReferenceException: Object reference not set to an instance of an object
    1554.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1555.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1556.  
    1557. you are out of gas! Press 'G' to buy some more! At double the price
    1558. NullReferenceException: Object reference not set to an instance of an object
    1559.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1560.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1561.  
    1562. you are out of gas! Press 'G' to buy some more! At double the price
    1563. NullReferenceException: Object reference not set to an instance of an object
    1564.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1565.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1566.  
    1567. you are out of gas! Press 'G' to buy some more! At double the price
    1568. NullReferenceException: Object reference not set to an instance of an object
    1569.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1570.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1571.  
    1572. NullReferenceException: Object reference not set to an instance of an object
    1573.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1574.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1575.  
    1576. NullReferenceException: Object reference not set to an instance of an object
    1577.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1578.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1579.  
    1580. NullReferenceException: Object reference not set to an instance of an object
    1581.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1582.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1583.  
    1584. NullReferenceException: Object reference not set to an instance of an object
    1585.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1586.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1587.  
    1588. NullReferenceException: Object reference not set to an instance of an object
    1589.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1590.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1591.  
    1592. NullReferenceException: Object reference not set to an instance of an object
    1593.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1594.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1595.  
    1596. NullReferenceException: Object reference not set to an instance of an object
    1597.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1598.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1599.  
    1600. NullReferenceException: Object reference not set to an instance of an object
    1601.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1602.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1603.  
    1604. NullReferenceException: Object reference not set to an instance of an object
    1605.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1606.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1607.  
    1608. NullReferenceException: Object reference not set to an instance of an object
    1609.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1610.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1611.  
    1612. NullReferenceException: Object reference not set to an instance of an object
    1613.   at Driver.UpdateText () [0x00020] in <676f2e2374ae453391e97d81949a661c>:0
    1614.   at Driver.Update () [0x0009f] in <676f2e2374ae453391e97d81949a661c>:0
    1615.  
    1616. you are out of gas! Press 'G'