sannybuilder / dev

Sanny Builder Bug Tracker and Roadmap development
https://sannybuilder.com
48 stars 0 forks source link

Access violation at address 0057DBDB in module 'sanny.exe'. ??? #62

Closed MatiDragon-YT closed 3 years ago

MatiDragon-YT commented 4 years ago

hello good afternoon colleagues. I present to you the error that I do not understand.

;isLocatedInArea2D,00B0,1,0,("Car%h" "Sphere%b" "fromX%f" "fromY%f" "toX%f" "toY%f")
;isLocatedInArea3D,00B1,1,0,("Car%h" "Sphere%b" "fromX%f" "fromY%f" "fromZ%f" "toX%f" "toY%f" "toZ%f")
;isLocatedInAreaStopped2D,01AB,1,0,("Car%h" "Sphere%b" "fromX%f" "fromY%f" "toX%f" "toY%f")
;isLocatedInAreaStopped3D,01AC,1,0,("Car%h" "Sphere%b" "fromX%f" "fromY%f" "fromZ%f" "toX%f" "toY%f" "toZ%f")
;isLocated2D,01AD,1,0,("Car%h" "Sphere%b" "Xcoord%f" "Ycoord%f" "Xradius%f" "Yradius%f")
;isLocated3D,01AF,1,0,("Car%h" "Sphere%b" "Xcoord%f" "Ycoord%f" "Zcoord%f" "Xradius%f" "Yradius%f" "Zradius%f")
;isLocatedStopped2D,01AE,1,0,("Car%h" "Sphere%b" "Xcoord%f" "Ycoord%f" "Xradius%f" "Yradius%f")
;isLocatedStopped3D,01B0,1,0,("Car%h" "Sphere%b" "Xcoord%f" "Ycoord%f" "Zcoord%f" "Xradius%f" "Yradius%f" "Zradius%f")

adding any of these opcodes to classes.db shows this.

image

x87 commented 4 years ago

Can't reproduce (v3.5.1, mode SA v1.0). Can you share your classes.db?

MatiDragon-YT commented 4 years ago

my classes.db? it's okay.

classes.zip

They are commented (; ...) so you can see the before and after.

x87 commented 4 years ago

Thanks, I can reproduce the exception with this file. Investigating.

MatiDragon-YT commented 4 years ago

I just found out that the bug or error occurs due to a limitation in the number of classes, I realized when deleting some....

x87 commented 4 years ago

we should keep it open as the issue has not been solved. there is no limit on classes

x87 commented 3 years ago

@MatiDragon-YT I haven't yet fixed the issue, but I want to let you know something about those classes definitions. Some of them does not match the expected syntax (mostly missing , or "):

Can't parse the line getThatBuysDrugsInSphere,089E,0,0,("Xcoord%f" "Ycoord%f" "Zcoord%f" "Radio%f"" "Store%h")
Can't parse the line asOnGuard,05C9=2,("Actor%h" "ms%i")
Can't parse the line asDriverCar,05D1,0,0,("Actor%h" "Car%h" "Xcoord%f" "Ycoord%f" "Zcoord%f" "Speed%" "Flag1" "Flag2" "Flag3")
Can't parse the line asGotoPointMode,05D3,("Actor%h" "Xcoord%f" "Ycoord%f" "Zcoord%f" "Mode%i^Walk=4^Run=6^Sprint=7" "ms%i")
Can't parse the line asBailCar,0622=2,("Actor%h" "Car%h")
Can't parse the line asStayPut,0638=2,("Actor%h" "%b")
Can't parse the line asGreetActor,0823,0,0,("Actor%h" "Actor%h" "unk%f" unk%i)
Can't parse the line setRotationVelocityXYZ_ThroughCenterOfBody,07DA("Car%h" "SpeedX%f" "SpeedY%f" "SpeedZ%f")
Can't parse the line setRotationVelocityXYZ_ThroughCenterOfMass,07DB("Car%h" "SpeedX%f" "SpeedY%f" "SpeedZ%f")
Can't parse the line ifDoorFullyOpen,1,0,("Car%h" "Door^FrontChest^BackChest^FrontLeft^FrontRight^BackLeft^BackRight")
Can't parse the line setColor,0165,0,0,("Marker%h", "Color%i")
Can't parse the line setIconSize,0168,0,0,("Marker%h", "Size%i")
Can't parse the line IsPlayerPaused,0B5C,1,0,("PlayerID%i)
Can't parse the line IsPlayerNPC,0B64,1,0,("PlayerID%i)
Can't parse the line Free,0BA4,0,0("Dialog")
Can't parse the line ^LoadTexture,0B71,("File")
Can't parse the line ^GetTextureStruct,0C41,("Texture")
Can't parse the line ^GetTextureSprite,0C42,("Texture")

Some of them might work in Sanny but I'm now working on a new parser for classes.db that won't be that forgiving. Just letting you know, so you can fix the mistakes.

If you're unsure what is the issue with a particular line, we could discuss further.

MatiDragon-YT commented 3 years ago

Oh, apparently some of them escaped my sight. Half of the ones you collected for me I already fixed in advance. Although it seems that they work the same, I think that I will also have to do a little parser of the classes.db to highlight the errors. AH! and thank you for responding and for doing so much for the community, and I'm sorry it took so long to reply. by the way, do you think you can add support for 2 or more Extended? I know there aren't many opcodes that need it, but for the few that need it, it could be useful. :)

x87 commented 3 years ago

Yeah, the ultimate goal is to make classes support enumerated types #20 and multiple enums (extended) should be possible all along. I'm working on it right now.

I know @wmysterio made a classes editor, so you may get in touch with him. https://sannybuilder.com/forums/viewtopic.php?id=3599

MatiDragon-YT commented 3 years ago

Like I said before. I already updated and corrected all the errors (or at least I think so) in my classes file. And now I get the same error, but if I randomly comment one, the error disappears. But if I make a syntax error, this other one comes out. image I'll give you the new file classes.zip in case you want to see it ... This one looks a little cleaner, or at least in SublimeText

x87 commented 3 years ago

@MatiDragon-YT Thanks for the update. I have run this file against the new classes.db parser and here is the rejected entries

Can't parse the line asDriverCar,05D1,0,0,("Actor%h" "Car%h" "Xaxis%f" "Yaxis%f" "Zaxis%f" "Speed%" "Flag1" "Flag2" "Flag3")
Can't parse the line asAttachObject,070A,0,0,("Actor%h" "Object%h" "Xaxis%f" "Yaxis%f" "Zaxis%f" "BoneID^Chest=1^Neck^LeftShoulder^RightShoulder^LeftHand^RightHand^Root^??^LeftFoot^RightFoot^RightKnee^?^LeftElbow^RightElbow^LeftClavicle^RightClavicle^BackOfNeck^MouthOrChin^CrashesTheGame" "16" "Animation%s" "IFP%s" "ms%i")
Can't parse the line asGreetActor,0823,0,0,("Actor%h" "Actor%h" "unk%f" unk%i)
Can't parse the line setGiveWeaponAndAmmo,01b2,0,0,("Actor%h" "WeaponID^Unarmed^BrassKnuckles^GolfClub^NightStick^Knife^BaseballBat^Shovel^PoolCue^Katana^Chainsaw^PurpleDildo^WhiteDildo^LongWhiteDildo^WhiteDildo2^Flowers^Cane^Grenades^TearGas^Molotov^Pistol=22^Silenced^DesertEagle^Shotgun^Sawnoff^CombatShotgun^MicroUzi^MP5^AK47^M4^Tec9^Rifle^SniperRifle^RPG^HeatSeek^FlameThrower^Minigun^SachetCharges^Detonator^SprayPaint^FireExtinguisher^Camera^NightGoggles^ThermalGoggles^Parachute"
"Ammo%i")
Can't parse the line setAcquaintance,077A,0,0,("Actor%h" "AcquaintanceID^Repsect^Like^Neutral^Dislike^Hate" "Pedtype")
Can't parse the line ^setWeaponAccuracy,[02E2,,=,1,2,0],("Actor%h" "Percentage%i")
Can't parse the line setFightStyle,07FE,0,0,("Actor%h" "Style^Default=4^Boxeo^KungFu^KickBoxing^Bat^Knife^GolfClub^Katana^Chainsaw^Dildo^NotCombos^YesCombos^Elbows" "Move%i")
Can't parse the line setAttachObject,09A0,0,0,("Actor%h" "Object%h" "Xoffset%f" "Yoffset%f" "Zoffset%f" "BoneID^Chest=1^Neck^LeftShoulder^RightShoulder^LeftHand^RightHand^Root^??^LeftFoot^RightFoot^RightKnee^?^LeftElbow^RightElbow^LeftClavicle^RightClavicle^BackOfNeck^MouthOrChin^CrashesTheGame" "16" "Animation%s" "IFP" "ms%i")
Can't parse the line getThatBuysDrugsInSphere,089E,0,0,("Xaxis%f" "Yaxis%f" "Zaxis%f" "Radio%f"" "Store%h")
Can't parse the line ^getRandom,[0AE1,=,2,2,0]("Store%h" "Xaxis%f" "Yaxis%f" "Zaxis%f" "Radius%f" "FindNext%b" "PassDeads%b")
Can't parse the line getBoneMatrix,0D0B,0,0,("Actor%h" "BoneID^Pelvis1=1^Pelvis^Spine1^UpperTorso^Neck^Head2^Head1^Head^RightUpperTorso=21^RightShoulder^RightELbow^RightWrist^RightHand^RightHumb^LeftUpperTorso=31^LeftShoulder^LeftELbow^LeftWrist^LeftHand^LeftHumb^LeftHip=41^LeftKnee^LeftAnkle^LeftFoot^RightHip=51^RightKnee^RightAnkle^RightFoot" "Store%h")
Can't parse the line getBone,0D30,0,0,("Actor%h" "BoneID^Pelvis1=1^Pelvis^Spine1^UpperTorso^Neck^Head2^Head1^Head^RightUpperTorso=21^RightShoulder^RightELbow^RightWrist^RightHand^RightHumb^LeftUpperTorso=31^LeftShoulder^LeftELbow^LeftWrist^LeftHand^LeftHumb^LeftHip=41^LeftKnee^LeftAnkle^LeftFoot^RightHip=51^RightKnee^RightAnkle^RightFoot" "Store%h")
Can't parse the line CreateRenderToActorBone,0E2E,0,0,("Actor%h" "ModelID%i" "BoneID^Pelvis1=1^Pelvis=2^Spine1=3^UpperTorso=4^Neck=5^Head2=6^Head1=7^Head=8^RightUpperTorso=21^RightShoulder=22^RightELbow=23^RightWrist=24^RightHand=25^RightHumb=26^LeftUpperTorso=31^LeftShoulder=32^LeftELbow=33^LeftWrist=34^LeftHand=35^LeftHumb=36^LeftHip=41^LeftKnee=42^LeftAnkle=43^LeftFoot=44^RightHip=51^RightKnee=52^RightAnkle=53^RightFoot=54" "Xoffset%f" "Yoffset%f" "Zoffset%f" "Xangle%f" "Yangle%f" "Zangle%f" "Store%h")
Can't parse the line getCollisionBetweenPoints,0D3A,0,0,("FromX%h" "FromY%h" "FromZ%h" "ToX%h" "ToY%h" "ToZ%h" "%b" "%b" "%b" "%b" "%b" "%b" "%b" "%b" "%b" "flag^STD_COLPOINT_DATA=1" "X%h" "Y%h" "Z%h" "StoreObject%h")
Can't parse the line setParkedGenerator,014C,0,0,("Car%h" "CarsToGenerateTo^never=0^always=101")
Can't parse the line setStateDoor,020a,0,0,("Car%h" "StateID%i^NotUsed=1^Unlocked^Locked^LockoutPlayerOnly^LockedPlayerInside^CopCar^ForceShutDoors^SkipShutDoors)
Can't parse the line setOpenDoor,0657,0,0,("Car%h" "Door^FrontChest^BackChest^FrontLeft^FrontRight^BackLeft^BackRight")
Can't parse the line setLights,067F,0,0,("Car%h" "State^Automatic^ForceOff^ForceOn")
Can't parse the line setRemoveDoor,0689,0,0,("Car%h" "Door^FrontChest^BackChest^FrontLeft^FrontRight^BackLeft^BackRight" "Visibility%b")
Can't parse the line setRepairDoor,068A,0,0,("Car%h" "Door^FrontChest^BackChest^FrontLeft^FrontRight^BackLeft^BackRight")
Can't parse the line setDamageDoor,0730,0,0,("Car%h" "Door^FrontChest^BackChest^FrontLeft^FrontRight^BackLeft^BackRight")
Can't parse the line setRotateDoor,08A6,0,0,("Car%h" "Door^FrontChest^BackChest^FrontLeft^FrontRight^BackLeft^BackRight" "Angle%f")
Can't parse the line setControlCarDoor,095E,0,0,("Car%h" "Door^FrontChest^BackChest^FrontLeft^FrontRight^BackLeft^BackRight" "Latch%i" "Angle%f")
Can't parse the line setLightDamage,0D5D,0,0,("Car%h" "Light^FrontLeft^FrontRight^BackRight^BackLeft" "State%b")
Can't parse the line setEngineStateTo,0ABF,0,0,("Car%h" "Mode^off^on")
Can't parse the line setDoorWindowState,0D33,0,0,("Car%h" "Door^FrontLeft=10^FrontRight=8^BackLeft=11^BackRight=9" "Visibility%b")
Can't parse the line getDoorAngleTo,095F,0,0,("Car%h" "Door^FrontChest^BackChest^FrontLeft^FrontRight^BackLeft^BackRight"
"Store%f")
Can't parse the line ^getLightDamageState,[0D5C,=,2,2,0],("Store%h" "Car%h" "Light^FrontLeft^FrontRight^BackRight^BackLeft")
Can't parse the line isDoorDamage,09BB,1,0,("Car%h" "Door^FrontChest^BackChest^FrontLeft^FrontRight^BackLeft^BackRight")
Can't parse the line ^Create,[0213,=,2,2,0],("Pickup%h" "ModelID%i" "Type^disable=1^enable=3^re-grows=15" "Xaxis%f" "Yaxis%f" "Zaxis%f")
Can't parse the line ^CreateWeapon,[032B,=,2,2,0],("Pickup%h" "ModelID%i" "Type^disable=1^enable=3^re-grows=15" "Ammo%i" "Xaxis%f" "Yaxis%f" "Zaxis%f")
Can't parse the line isSkinOnBodyPart,0500,1,0,("Player%h" "Skin%s" "BodyPart^Torso^Head^Legs^Shoes^LowerLeftArm^UpperLeftArm^UpperRightArm^LowerRightArm^BackTop^LeftChest^RightChest^Stomach^LowerBack^Necklace^Bracelet^Glasses^Hats^Special")
Can't parse the line PerformAction,0AAD,0,0,("Handle%h" "Action^STOP^PLAY^PAUSE^RESUME")
Can't parse the line AttachToActorAtBone,0883,0,0,("Particle%h" "Actor%h" "BoneID^Body^Pelvis^Stomach^Chest^Neck^Mouth^Front^Head^Nape)
Can't parse the line ^CreateProjectile,[0D60,=,2,2,0],("Type^GRENADE=16^TEARGAS=17^MOLOTOV=18^ROCKET=19^ROCKET_HS=20^FREEFALL_BOMB=39^ROCKET_FLARE=58" "PointToEntityStruct%h" "Xorigin%f" "Yorigin%f" "Zorigin%f" "Xtarget%f" "Ytarget%f" "Ztarget%f" "PointToEntityStruct" "Force")
Can't parse the line setChangeIntegerStat,0629,0,0,("StatID^People_wasted_by_others=120^People_you`ve_wasted^Road_Vehicles_destroyed^Boats_destroyed^Planes_&_Helicopters_destroyed^Cost_of_property_damaged^Bullets_fired^Kgs_of_explosives_used^Bullets_that_hit^Tires_popped_with_gunfire^Number_of_headshots^Total_number_of_wanted_stars_attained^Total_number_of_wanted_stars_evaded^Times_busted^Days_passed_in_game^Number_of_hospital_visits^Safehouse_visits^Times_cheated^Vehicle_Resprays^Maximum_INSANE_Jump_distance^Maximum_INSANE_Jump_height^Maximum_INSANE_Jump_flips^Maximum_INSANE_Jump_rotation^Best_INSANE_stunt_awarded^Unique_Jumps_found^Unique_Jumps_done^Mission_attempts^Missions_passed^Total_number_of_missions_in_game^Cash_made_in_a_Taxi^Passengers_dropped_off^People_saved_in_an_Ambulance^Criminals_killed_on_Vigilante_Mission^Total_fires_extinguished^Packages_Delivered^Assassinations^Last_dance_score^Highest_Vigilante_Mission_level^Highest_Paramedic_Mission_level^Highest_Firefighter_Mission_level^Driving_skill^Number_of_Truck_missions_passed^Money_made_in_Truck^Recruited_gang_members_killed^Armor^Energy^Photographs_Taken^Rampages_attempted^Rampages_passed^Flight_time^Times_drowned^Number_of_girls_pimped^Best_position_in_8-Track^Time_on_jetpack^Shooting_range_levels_passed^Most_cars_parked_on_Valet_Parking^Kills_since_last_checkpoint^Total_legitimate_kills^Number_of_Bloodring_kills^Total_time_in_bloodring^No_more_hurricanes_Flag^City_unlocked^Number_of_Police_bribes^Number_of_cars_stolen^Current_number_of_girlfriends^Number_of_disastrous_dates^Number_of_girls_dated^Number_of_times_scored_with_a_girl^Number_of_successful_dates^Number_of_girls_dumped^Number_of_prostitutes_visited^Number_of_houses_burgled^Number_of_safes_cracked^Burgular_status^Number_of_stolen_items_sold^Number_of_eight_balls_in_pool^Total_number_of_wins_playing_pool^Total_number_of_losses_playing_pool^Times_visited_the_gym^Body_type^Number_of_meals_eaten^Money_made_in_Quarry^Time_taken_to_Complete_Quarry^Number_of_furniture_purchased^Favorite_console_game^Highest_civilian_peds_killed_on_Rampage^Highest_police_peds_killed_on_Rampage^Highest_civilian_vehicles_destroyed_on_Rampage^Highest_police_vehicles_destroyed_on_Rampage^Highest_number_of_tanks_destroyed_on_Rampage^Pimping_level^Kickstart_best_score^Best_lap_time_in_8-Track^Number_of_vehicles_exported^Number_of_vehicles_imported^Highest_basketball_score^Fires_started^Amount_of_drugs_sold^Amount_of_drugs_bought^Best_lap_time_in_dirt_track^Best_time_in_dirt_track^Best_position_in_dirt_track^NRG-500_best_time^Flying_skill^Respect_Mission^Lung_capacity^Game_gore_rating^Game_sex_rating^Respect_Mission_Total^Bike_skill^Cycling_skill^Snapshots_taken^Total_snapshots^Luck^Territories_taken_over^Territories_lost^Territories_held^Highest_number_of_territories_held^Gang_members_recruited^Enemy_gang_members_killed^Friendly_gang_members_killed^Horseshoes_collected^Total_horseshoes^Oysters_collected^Total_oysters^Calories^2_Player_Rampage_best_time^2_Player_Car_Rampage_best_time^2_Player_On_Foot_Rampage_best_time^2_Player_Chopper_Rampage_best_time^2_Player_Bike_Rampage_best_time^Keepie_Uppy_best_time^Progress_with_Denise^Progress_with_Michelle^Progress_with_Helena^Progress_with_Barbara^Progress_with_Katie^Progress_with_Millie^Best_position_in_Lowrider_Race^Best_time_in_Lowrider_Race^Best_position_in_Little_Loop^Best_time_in_Little_Loop^Best_position_in_Backroad_Wanderer^Best_time_in_Backroad_Wanderer^Best_position_in_City_Circuit^Best_time_in_City_Circuit^Best_position_in_Vinewood^Best_time_in_Vinewood^Best_position_in_Freeway^Best_time_in_Freeway^Best_position_in_Into_the_Country^Best_time_in_Into_the_Country^Best_position_in_Badlands_A^Best_time_in_Badlands_A^Best_position_in_Badlands_B^Best_time_in_Badlands_B^Best_position_in_Dirtbike_Danger^Best_time_in_Dirtbike_Danger^Best_position_in_Bandito_County^Best_time_in_Bandito_County^Best_position_in_Go-Go-Kart^Best_time_in_Go-Go-Kart^Best_position_in_San_Fierro_Fastlane^Best_time_in_San_Fierro_Fastlane^Best_position_in_San_Fierro_Hills^Best_time_in_San_Fierro_Hills^Best_position_in_Country_Endurance^Best_time_in_Country_Endurance^Best_position_in_SF_to_LV^Best_time_in_SF_to_LV^Best_position_in_Dam_Rider^Best_time_in_Dam_Rider^Best_position_in_Desert_Tricks^Best_time_in_Desert_Tricks^Best_position_in_LV_Ringroad^Best_time_in_LV_Ringroad^Best_time_in_World_War_Aces^Best_time_in_Barnstorming^Best_time_in_Military_Service^Best_time_in_Chopper_Checkpoint^Best_time_in_Whirly_Bird_Waypoint^Best_time_in_Heli_Hell^Drive-thru_mission_accomplished^Management_Issues_mission_accomplished^555_WE_TIP_mission_accomplished^Yay_Ka-Boom-Boom_mission_accomplished^Fish_in_a_Barrel_mission_accomplished^Breaking_the_Bank_at_Caligula`s_mission_accomplished^A_Home_In_The_Hills_mission_accomplished^maybe_set_riot_mode^Ryder`s_mission_Robbing_Uncle_Sam_accomplished^Mike_Toreno_mission_accomplished^Architectural_Espionage_mission_accomplished^Jizzy_mission_accomplished^Reuniting_the_Families_mission_accomplished^Small_Town_Bank_mission_accomplished^Photo_Opportunity_mission_accomplished^Don_Peyote_mission_accomplished^Local_Liquor_Store_mission_accomplished^Badlands_mission_accomplished^Playing_time^Hidden_Packages_found^Tags_sprayed^Least_favorite_gang^Gang_members_wasted^Criminals_wasted^Most_Favorite_Radio_Station^Least_Favorite_Radio_Station^Current_weapon_skill^Weapon_skill_levels^Pilot_ranking^Strongest_Gang^2nd_strongest_gang^3rd_strongest_gang^Money_lost_gambling^Gang_strength^Territory_under_control^Are_you_going_to_San_Fierro?_mission_accomplished^High_Noon_mission_accomplished^The_Green_Sabre_mission_accomplished^maybe_Catalina_meeting^maybe_Wu_Zi_meeting" "Value%i")
Can't parse the line setAddToIntegerStat,0623,0,0,("Value%i" "StatID^People_wasted_by_others=120^People_you`ve_wasted^Road_Vehicles_destroyed^Boats_destroyed^Planes_&_Helicopters_destroyed^Cost_of_property_damaged^Bullets_fired^Kgs_of_explosives_used^Bullets_that_hit^Tires_popped_with_gunfire^Number_of_headshots^Total_number_of_wanted_stars_attained^Total_number_of_wanted_stars_evaded^Times_busted^Days_passed_in_game^Number_of_hospital_visits^Safehouse_visits^Times_cheated^Vehicle_Resprays^Maximum_INSANE_Jump_distance^Maximum_INSANE_Jump_height^Maximum_INSANE_Jump_flips^Maximum_INSANE_Jump_rotation^Best_INSANE_stunt_awarded^Unique_Jumps_found^Unique_Jumps_done^Mission_attempts^Missions_passed^Total_number_of_missions_in_game^Cash_made_in_a_Taxi^Passengers_dropped_off^People_saved_in_an_Ambulance^Criminals_killed_on_Vigilante_Mission^Total_fires_extinguished^Packages_Delivered^Assassinations^Last_dance_score^Highest_Vigilante_Mission_level^Highest_Paramedic_Mission_level^Highest_Firefighter_Mission_level^Driving_skill^Number_of_Truck_missions_passed^Money_made_in_Truck^Recruited_gang_members_killed^Armor^Energy^Photographs_Taken^Rampages_attempted^Rampages_passed^Flight_time^Times_drowned^Number_of_girls_pimped^Best_position_in_8-Track^Time_on_jetpack^Shooting_range_levels_passed^Most_cars_parked_on_Valet_Parking^Kills_since_last_checkpoint^Total_legitimate_kills^Number_of_Bloodring_kills^Total_time_in_bloodring^No_more_hurricanes_Flag^City_unlocked^Number_of_Police_bribes^Number_of_cars_stolen^Current_number_of_girlfriends^Number_of_disastrous_dates^Number_of_girls_dated^Number_of_times_scored_with_a_girl^Number_of_successful_dates^Number_of_girls_dumped^Number_of_prostitutes_visited^Number_of_houses_burgled^Number_of_safes_cracked^Burgular_status^Number_of_stolen_items_sold^Number_of_eight_balls_in_pool^Total_number_of_wins_playing_pool^Total_number_of_losses_playing_pool^Times_visited_the_gym^Body_type^Number_of_meals_eaten^Money_made_in_Quarry^Time_taken_to_Complete_Quarry^Number_of_furniture_purchased^Favorite_console_game^Highest_civilian_peds_killed_on_Rampage^Highest_police_peds_killed_on_Rampage^Highest_civilian_vehicles_destroyed_on_Rampage^Highest_police_vehicles_destroyed_on_Rampage^Highest_number_of_tanks_destroyed_on_Rampage^Pimping_level^Kickstart_best_score^Best_lap_time_in_8-Track^Number_of_vehicles_exported^Number_of_vehicles_imported^Highest_basketball_score^Fires_started^Amount_of_drugs_sold^Amount_of_drugs_bought^Best_lap_time_in_dirt_track^Best_time_in_dirt_track^Best_position_in_dirt_track^NRG-500_best_time^Flying_skill^Respect_Mission^Lung_capacity^Game_gore_rating^Game_sex_rating^Respect_Mission_Total^Bike_skill^Cycling_skill^Snapshots_taken^Total_snapshots^Luck^Territories_taken_over^Territories_lost^Territories_held^Highest_number_of_territories_held^Gang_members_recruited^Enemy_gang_members_killed^Friendly_gang_members_killed^Horseshoes_collected^Total_horseshoes^Oysters_collected^Total_oysters^Calories^2_Player_Rampage_best_time^2_Player_Car_Rampage_best_time^2_Player_On_Foot_Rampage_best_time^2_Player_Chopper_Rampage_best_time^2_Player_Bike_Rampage_best_time^Keepie_Uppy_best_time^Progress_with_Denise^Progress_with_Michelle^Progress_with_Helena^Progress_with_Barbara^Progress_with_Katie^Progress_with_Millie^Best_position_in_Lowrider_Race^Best_time_in_Lowrider_Race^Best_position_in_Little_Loop^Best_time_in_Little_Loop^Best_position_in_Backroad_Wanderer^Best_time_in_Backroad_Wanderer^Best_position_in_City_Circuit^Best_time_in_City_Circuit^Best_position_in_Vinewood^Best_time_in_Vinewood^Best_position_in_Freeway^Best_time_in_Freeway^Best_position_in_Into_the_Country^Best_time_in_Into_the_Country^Best_position_in_Badlands_A^Best_time_in_Badlands_A^Best_position_in_Badlands_B^Best_time_in_Badlands_B^Best_position_in_Dirtbike_Danger^Best_time_in_Dirtbike_Danger^Best_position_in_Bandito_County^Best_time_in_Bandito_County^Best_position_in_Go-Go-Kart^Best_time_in_Go-Go-Kart^Best_position_in_San_Fierro_Fastlane^Best_time_in_San_Fierro_Fastlane^Best_position_in_San_Fierro_Hills^Best_time_in_San_Fierro_Hills^Best_position_in_Country_Endurance^Best_time_in_Country_Endurance^Best_position_in_SF_to_LV^Best_time_in_SF_to_LV^Best_position_in_Dam_Rider^Best_time_in_Dam_Rider^Best_position_in_Desert_Tricks^Best_time_in_Desert_Tricks^Best_position_in_LV_Ringroad^Best_time_in_LV_Ringroad^Best_time_in_World_War_Aces^Best_time_in_Barnstorming^Best_time_in_Military_Service^Best_time_in_Chopper_Checkpoint^Best_time_in_Whirly_Bird_Waypoint^Best_time_in_Heli_Hell^Drive-thru_mission_accomplished^Management_Issues_mission_accomplished^555_WE_TIP_mission_accomplished^Yay_Ka-Boom-Boom_mission_accomplished^Fish_in_a_Barrel_mission_accomplished^Breaking_the_Bank_at_Caligula`s_mission_accomplished^A_Home_In_The_Hills_mission_accomplished^maybe_set_riot_mode^Ryder`s_mission_Robbing_Uncle_Sam_accomplished^Mike_Toreno_mission_accomplished^Architectural_Espionage_mission_accomplished^Jizzy_mission_accomplished^Reuniting_the_Families_mission_accomplished^Small_Town_Bank_mission_accomplished^Photo_Opportunity_mission_accomplished^Don_Peyote_mission_accomplished^Local_Liquor_Store_mission_accomplished^Badlands_mission_accomplished^Playing_time^Hidden_Packages_found^Tags_sprayed^Least_favorite_gang^Gang_members_wasted^Criminals_wasted^Most_Favorite_Radio_Station^Least_Favorite_Radio_Station^Current_weapon_skill^Weapon_skill_levels^Pilot_ranking^Strongest_Gang^2nd_strongest_gang^3rd_strongest_gang^Money_lost_gambling^Gang_strength^Territory_under_control^Are_you_going_to_San_Fierro?_mission_accomplished^High_Noon_mission_accomplished^The_Green_Sabre_mission_accomplished^maybe_Catalina_meeting^maybe_Wu_Zi_meeting")
Can't parse the line setDecreaseIntegerStat,0625,0,0,("StatID^People_wasted_by_others=120^People_you`ve_wasted^Road_Vehicles_destroyed^Boats_destroyed^Planes_&_Helicopters_destroyed^Cost_of_property_damaged^Bullets_fired^Kgs_of_explosives_used^Bullets_that_hit^Tires_popped_with_gunfire^Number_of_headshots^Total_number_of_wanted_stars_attained^Total_number_of_wanted_stars_evaded^Times_busted^Days_passed_in_game^Number_of_hospital_visits^Safehouse_visits^Times_cheated^Vehicle_Resprays^Maximum_INSANE_Jump_distance^Maximum_INSANE_Jump_height^Maximum_INSANE_Jump_flips^Maximum_INSANE_Jump_rotation^Best_INSANE_stunt_awarded^Unique_Jumps_found^Unique_Jumps_done^Mission_attempts^Missions_passed^Total_number_of_missions_in_game^Cash_made_in_a_Taxi^Passengers_dropped_off^People_saved_in_an_Ambulance^Criminals_killed_on_Vigilante_Mission^Total_fires_extinguished^Packages_Delivered^Assassinations^Last_dance_score^Highest_Vigilante_Mission_level^Highest_Paramedic_Mission_level^Highest_Firefighter_Mission_level^Driving_skill^Number_of_Truck_missions_passed^Money_made_in_Truck^Recruited_gang_members_killed^Armor^Energy^Photographs_Taken^Rampages_attempted^Rampages_passed^Flight_time^Times_drowned^Number_of_girls_pimped^Best_position_in_8-Track^Time_on_jetpack^Shooting_range_levels_passed^Most_cars_parked_on_Valet_Parking^Kills_since_last_checkpoint^Total_legitimate_kills^Number_of_Bloodring_kills^Total_time_in_bloodring^No_more_hurricanes_Flag^City_unlocked^Number_of_Police_bribes^Number_of_cars_stolen^Current_number_of_girlfriends^Number_of_disastrous_dates^Number_of_girls_dated^Number_of_times_scored_with_a_girl^Number_of_successful_dates^Number_of_girls_dumped^Number_of_prostitutes_visited^Number_of_houses_burgled^Number_of_safes_cracked^Burgular_status^Number_of_stolen_items_sold^Number_of_eight_balls_in_pool^Total_number_of_wins_playing_pool^Total_number_of_losses_playing_pool^Times_visited_the_gym^Body_type^Number_of_meals_eaten^Money_made_in_Quarry^Time_taken_to_Complete_Quarry^Number_of_furniture_purchased^Favorite_console_game^Highest_civilian_peds_killed_on_Rampage^Highest_police_peds_killed_on_Rampage^Highest_civilian_vehicles_destroyed_on_Rampage^Highest_police_vehicles_destroyed_on_Rampage^Highest_number_of_tanks_destroyed_on_Rampage^Pimping_level^Kickstart_best_score^Best_lap_time_in_8-Track^Number_of_vehicles_exported^Number_of_vehicles_imported^Highest_basketball_score^Fires_started^Amount_of_drugs_sold^Amount_of_drugs_bought^Best_lap_time_in_dirt_track^Best_time_in_dirt_track^Best_position_in_dirt_track^NRG-500_best_time^Flying_skill^Respect_Mission^Lung_capacity^Game_gore_rating^Game_sex_rating^Respect_Mission_Total^Bike_skill^Cycling_skill^Snapshots_taken^Total_snapshots^Luck^Territories_taken_over^Territories_lost^Territories_held^Highest_number_of_territories_held^Gang_members_recruited^Enemy_gang_members_killed^Friendly_gang_members_killed^Horseshoes_collected^Total_horseshoes^Oysters_collected^Total_oysters^Calories^2_Player_Rampage_best_time^2_Player_Car_Rampage_best_time^2_Player_On_Foot_Rampage_best_time^2_Player_Chopper_Rampage_best_time^2_Player_Bike_Rampage_best_time^Keepie_Uppy_best_time^Progress_with_Denise^Progress_with_Michelle^Progress_with_Helena^Progress_with_Barbara^Progress_with_Katie^Progress_with_Millie^Best_position_in_Lowrider_Race^Best_time_in_Lowrider_Race^Best_position_in_Little_Loop^Best_time_in_Little_Loop^Best_position_in_Backroad_Wanderer^Best_time_in_Backroad_Wanderer^Best_position_in_City_Circuit^Best_time_in_City_Circuit^Best_position_in_Vinewood^Best_time_in_Vinewood^Best_position_in_Freeway^Best_time_in_Freeway^Best_position_in_Into_the_Country^Best_time_in_Into_the_Country^Best_position_in_Badlands_A^Best_time_in_Badlands_A^Best_position_in_Badlands_B^Best_time_in_Badlands_B^Best_position_in_Dirtbike_Danger^Best_time_in_Dirtbike_Danger^Best_position_in_Bandito_County^Best_time_in_Bandito_County^Best_position_in_Go-Go-Kart^Best_time_in_Go-Go-Kart^Best_position_in_San_Fierro_Fastlane^Best_time_in_San_Fierro_Fastlane^Best_position_in_San_Fierro_Hills^Best_time_in_San_Fierro_Hills^Best_position_in_Country_Endurance^Best_time_in_Country_Endurance^Best_position_in_SF_to_LV^Best_time_in_SF_to_LV^Best_position_in_Dam_Rider^Best_time_in_Dam_Rider^Best_position_in_Desert_Tricks^Best_time_in_Desert_Tricks^Best_position_in_LV_Ringroad^Best_time_in_LV_Ringroad^Best_time_in_World_War_Aces^Best_time_in_Barnstorming^Best_time_in_Military_Service^Best_time_in_Chopper_Checkpoint^Best_time_in_Whirly_Bird_Waypoint^Best_time_in_Heli_Hell^Drive-thru_mission_accomplished^Management_Issues_mission_accomplished^555_WE_TIP_mission_accomplished^Yay_Ka-Boom-Boom_mission_accomplished^Fish_in_a_Barrel_mission_accomplished^Breaking_the_Bank_at_Caligula`s_mission_accomplished^A_Home_In_The_Hills_mission_accomplished^maybe_set_riot_mode^Ryder`s_mission_Robbing_Uncle_Sam_accomplished^Mike_Toreno_mission_accomplished^Architectural_Espionage_mission_accomplished^Jizzy_mission_accomplished^Reuniting_the_Families_mission_accomplished^Small_Town_Bank_mission_accomplished^Photo_Opportunity_mission_accomplished^Don_Peyote_mission_accomplished^Local_Liquor_Store_mission_accomplished^Badlands_mission_accomplished^Playing_time^Hidden_Packages_found^Tags_sprayed^Least_favorite_gang^Gang_members_wasted^Criminals_wasted^Most_Favorite_Radio_Station^Least_Favorite_Radio_Station^Current_weapon_skill^Weapon_skill_levels^Pilot_ranking^Strongest_Gang^2nd_strongest_gang^3rd_strongest_gang^Money_lost_gambling^Gang_strength^Territory_under_control^Are_you_going_to_San_Fierro?_mission_accomplished^High_Noon_mission_accomplished^The_Green_Sabre_mission_accomplished^maybe_Catalina_meeting^maybe_Wu_Zi_meeting" "Value%i")
Can't parse the line ^getIntegerStat,[0652,=,2,2,0],("Store%h" "StatID^People_wasted_by_others=120^People_you`ve_wasted^Road_Vehicles_destroyed^Boats_destroyed^Planes_&_Helicopters_destroyed^Cost_of_property_damaged^Bullets_fired^Kgs_of_explosives_used^Bullets_that_hit^Tires_popped_with_gunfire^Number_of_headshots^Total_number_of_wanted_stars_attained^Total_number_of_wanted_stars_evaded^Times_busted^Days_passed_in_game^Number_of_hospital_visits^Safehouse_visits^Times_cheated^Vehicle_Resprays^Maximum_INSANE_Jump_distance^Maximum_INSANE_Jump_height^Maximum_INSANE_Jump_flips^Maximum_INSANE_Jump_rotation^Best_INSANE_stunt_awarded^Unique_Jumps_found^Unique_Jumps_done^Mission_attempts^Missions_passed^Total_number_of_missions_in_game^Cash_made_in_a_Taxi^Passengers_dropped_off^People_saved_in_an_Ambulance^Criminals_killed_on_Vigilante_Mission^Total_fires_extinguished^Packages_Delivered^Assassinations^Last_dance_score^Highest_Vigilante_Mission_level^Highest_Paramedic_Mission_level^Highest_Firefighter_Mission_level^Driving_skill^Number_of_Truck_missions_passed^Money_made_in_Truck^Recruited_gang_members_killed^Armor^Energy^Photographs_Taken^Rampages_attempted^Rampages_passed^Flight_time^Times_drowned^Number_of_girls_pimped^Best_position_in_8-Track^Time_on_jetpack^Shooting_range_levels_passed^Most_cars_parked_on_Valet_Parking^Kills_since_last_checkpoint^Total_legitimate_kills^Number_of_Bloodring_kills^Total_time_in_bloodring^No_more_hurricanes_Flag^City_unlocked^Number_of_Police_bribes^Number_of_cars_stolen^Current_number_of_girlfriends^Number_of_disastrous_dates^Number_of_girls_dated^Number_of_times_scored_with_a_girl^Number_of_successful_dates^Number_of_girls_dumped^Number_of_prostitutes_visited^Number_of_houses_burgled^Number_of_safes_cracked^Burgular_status^Number_of_stolen_items_sold^Number_of_eight_balls_in_pool^Total_number_of_wins_playing_pool^Total_number_of_losses_playing_pool^Times_visited_the_gym^Body_type^Number_of_meals_eaten^Money_made_in_Quarry^Time_taken_to_Complete_Quarry^Number_of_furniture_purchased^Favorite_console_game^Highest_civilian_peds_killed_on_Rampage^Highest_police_peds_killed_on_Rampage^Highest_civilian_vehicles_destroyed_on_Rampage^Highest_police_vehicles_destroyed_on_Rampage^Highest_number_of_tanks_destroyed_on_Rampage^Pimping_level^Kickstart_best_score^Best_lap_time_in_8-Track^Number_of_vehicles_exported^Number_of_vehicles_imported^Highest_basketball_score^Fires_started^Amount_of_drugs_sold^Amount_of_drugs_bought^Best_lap_time_in_dirt_track^Best_time_in_dirt_track^Best_position_in_dirt_track^NRG-500_best_time^Flying_skill^Respect_Mission^Lung_capacity^Game_gore_rating^Game_sex_rating^Respect_Mission_Total^Bike_skill^Cycling_skill^Snapshots_taken^Total_snapshots^Luck^Territories_taken_over^Territories_lost^Territories_held^Highest_number_of_territories_held^Gang_members_recruited^Enemy_gang_members_killed^Friendly_gang_members_killed^Horseshoes_collected^Total_horseshoes^Oysters_collected^Total_oysters^Calories^2_Player_Rampage_best_time^2_Player_Car_Rampage_best_time^2_Player_On_Foot_Rampage_best_time^2_Player_Chopper_Rampage_best_time^2_Player_Bike_Rampage_best_time^Keepie_Uppy_best_time^Progress_with_Denise^Progress_with_Michelle^Progress_with_Helena^Progress_with_Barbara^Progress_with_Katie^Progress_with_Millie^Best_position_in_Lowrider_Race^Best_time_in_Lowrider_Race^Best_position_in_Little_Loop^Best_time_in_Little_Loop^Best_position_in_Backroad_Wanderer^Best_time_in_Backroad_Wanderer^Best_position_in_City_Circuit^Best_time_in_City_Circuit^Best_position_in_Vinewood^Best_time_in_Vinewood^Best_position_in_Freeway^Best_time_in_Freeway^Best_position_in_Into_the_Country^Best_time_in_Into_the_Country^Best_position_in_Badlands_A^Best_time_in_Badlands_A^Best_position_in_Badlands_B^Best_time_in_Badlands_B^Best_position_in_Dirtbike_Danger^Best_time_in_Dirtbike_Danger^Best_position_in_Bandito_County^Best_time_in_Bandito_County^Best_position_in_Go-Go-Kart^Best_time_in_Go-Go-Kart^Best_position_in_San_Fierro_Fastlane^Best_time_in_San_Fierro_Fastlane^Best_position_in_San_Fierro_Hills^Best_time_in_San_Fierro_Hills^Best_position_in_Country_Endurance^Best_time_in_Country_Endurance^Best_position_in_SF_to_LV^Best_time_in_SF_to_LV^Best_position_in_Dam_Rider^Best_time_in_Dam_Rider^Best_position_in_Desert_Tricks^Best_time_in_Desert_Tricks^Best_position_in_LV_Ringroad^Best_time_in_LV_Ringroad^Best_time_in_World_War_Aces^Best_time_in_Barnstorming^Best_time_in_Military_Service^Best_time_in_Chopper_Checkpoint^Best_time_in_Whirly_Bird_Waypoint^Best_time_in_Heli_Hell^Drive-thru_mission_accomplished^Management_Issues_mission_accomplished^555_WE_TIP_mission_accomplished^Yay_Ka-Boom-Boom_mission_accomplished^Fish_in_a_Barrel_mission_accomplished^Breaking_the_Bank_at_Caligula`s_mission_accomplished^A_Home_In_The_Hills_mission_accomplished^maybe_set_riot_mode^Ryder`s_mission_Robbing_Uncle_Sam_accomplished^Mike_Toreno_mission_accomplished^Architectural_Espionage_mission_accomplished^Jizzy_mission_accomplished^Reuniting_the_Families_mission_accomplished^Small_Town_Bank_mission_accomplished^Photo_Opportunity_mission_accomplished^Don_Peyote_mission_accomplished^Local_Liquor_Store_mission_accomplished^Badlands_mission_accomplished^Playing_time^Hidden_Packages_found^Tags_sprayed^Least_favorite_gang^Gang_members_wasted^Criminals_wasted^Most_Favorite_Radio_Station^Least_Favorite_Radio_Station^Current_weapon_skill^Weapon_skill_levels^Pilot_ranking^Strongest_Gang^2nd_strongest_gang^3rd_strongest_gang^Money_lost_gambling^Gang_strength^Territory_under_control^Are_you_going_to_San_Fierro?_mission_accomplished^High_Noon_mission_accomplished^The_Green_Sabre_mission_accomplished^maybe_Catalina_meeting^maybe_Wu_Zi_meeting")
Can't parse the line setPedestriansDensity,03DE,0,0,("Multiplier^None^Default^Twofold")
Can't parse the line setTrafficDensity,01EB,0,0,("Multiplier^None^Default^Twofold")
Can't parse the line setWeather,01B6,0,0,("WeatherID^ExtraSunnyLS^SunnyLS^ExtraSunnySmogLS^SunnySmogLS^CloudyLS^SunnySF^ExtraSunnySF^CloudySF^RainySF^FoggySF^SunnyLV^ExtraSunnyLV^CloudyLV^ExtraSunnyC^^SunnyC^CloudyC^RainyC^ExtraSunnyD^SunnyD^SandstormD^Underwater")
Can't parse the line setRadioStation,041E,0,0,("StationID^Playback_FM^K_Rose^K-DST^Bounce_FM^SF-UR^Radio_Los_Santos^Radio_X^CSR_103.9^K-Jah_West^Master_Sound_98.3^WCTR_11^UserTracks^Off)
Can't parse the line setFlashHud,03E7,0,0,("ComponentID^Reset=-1^Armor=3^Health=4^Radar=8^O2=10")
Can't parse the line PrintIntoDisplayVLite,0D65,0,0,("Text%s" "axisX%f" "CoodY%f" "Width%f" "Height%f" "Font^Gothic^Subtitles^Menu^Pricedown")
Can't parse the line PrintIntoDisplayVFull,0D66,0,0,("Text%s" "axisX%f" "CoodY%f" "Width%f" "Height%f" "Font^Gothic^Subtitles^Menu^Pricedown" "Prop%b" "Align%i" "Wrap%f" "Justify%b" "R" "G" "B" "A" "OutlineSize%i" "ShadowSize%i" "R" "G" "B" "A" "Background%b" "R" "G" "B" "A" )
Can't parse the line isPressedVKv1,00E1,1,0,("Player%h" "VirtualKeyID^VK_Horizontal^VK_Vertical^VK_SpecialHorizontal^VK_SpecialVertical^VK_Action^VK_PreviousIn^VK_Aim^VK_NextOut^VK_CtrlForward^VK_CtrlBack^VK_Negation^VK_Acceptance^VK_ChangeCamera=13^VK_Jump^VK_Interact^VK_Sprint^VK_Fire^VK_Crouch^VK_LookBehind")
Can't parse the line isPressedVKv2,0735,1,0,("VirtualKeyID^VK_Horizontal^VK_Vertical^VK_SpecialHorizontal^VK_SpecialVertical^VK_Action^VK_PreviousIn^VK_Aim^VK_NextOut^VK_CtrlForward^VK_CtrlBack^VK_Negation^VK_Acceptance^VK_ChangeCamera=13^VK_Jump^VK_Interact^VK_Sprint^VK_Fire^VK_Crouch^VK_LookBehind")
Can't parse the line isPressedJustOneVK,0736,1,0,("VirtualKeyID^VK_Horizontal^VK_Vertical^VK_SpecialHorizontal^VK_SpecialVertical^VK_Action^VK_PreviousIn^VK_Aim^VK_NextOut^VK_CtrlForward^VK_CtrlBack^VK_Negation^VK_Acceptance^VK_ChangeCamera=13^VK_Jump^VK_Interact^VK_Sprint^VK_Fire^VK_Crouch^VK_LookBehind")
Can't parse the line isPressed,0AB0,1,0,("KeyID^VK_BackSpace=8^VK_Tab=9^VK_Enter=13^VK_Shift=16^VK_Ctrl=17^VK_Pause=19^VK_CapsLock=20^VK_Esc=27^VK_SpaceBar=32^VK_PageUp=33^VK_PageDown=34^VK_End=35^VK_Home=36^VK_LeftArrow=37^VK_UpArrow=38^VK_RightArrow=39^VK_DownArrow=40^VK_Insert=45^VK_Detele=46^VK_0=48^VK_1=49^VK_2=50^VK_3=51^VK_4=52^VK_5=53^VK_6=54^VK_7=55^VK_8=56^VK_9=57^VK_A=65^VK_B=66^VK_C=67^VK_D=68^VK_E=69^VK_F=70^VK_G=71^VK_H=72^VK_I=73^VK_J=74^VK_K=75^VK_L=76^VK_M=77^VK_N=78^VK_O=79^VK_P=80^VK_Q=81^VK_R=82^VK_S=83^VK_T=84^VK_U=85^VK_V=86^VK_W=87^VK_X=88^VK_Y=89^VK_Z=90^VK_WindowsLeft=91^VK_WindowsRight=92^VK_Menu=93^VK_0Pad=96^VK_1Pad=97^VK_2Pad=98^VK_3Pad=99^VK_4Pad=100^VK_5Pad=101^VK_6Pad=102^VK_7Pad=103^VK_8Pad=104^VK_9Pad=105^VK_SumPad=106^VK_MulPad=107^VK_SubPad=109^VK_PointPad=110^VK_DivPad=111^VK_F1=112^VK_F2=113^VK_F3=114^VK_F4=115^VK_F5=116^VK_F6=117^VK_F7=118^VK_F8=119^VK_F9=120^VK_F10=121^VK_F11=122^VK_F12=123^VK_NumLock=144^VK_ScrollLock=145^VK_Semicolon=186^VK_Same=187^VK_Coma=188^VK_Div=189^VK_Point=190^VK_Sub=191")
Can't parse the line setShowOnRadar,018B,0,0,("Marker%h" "Mode^Disable=1^Enable")
Can't parse the line PointAt,0160,0,0,("Xaxis%f" "Yaxis%f" "Zaxis%f" "SwitchStyle^Smooth=1^Cut")
Can't parse the line setOnVehicle,0158,0,0,("Car%h" "Mode^NONE^TOPDOWN^GTACLASSIC^BEHINDCAR^FOLLOWPED^AIMING^DEBUG^SNIPER^ROCKETLAUNCHER^MODELVIEW^BILL^SYPHON^CIRCLE^CHEESYZOOM^WHEELCAM^FIXED^1STPERSON^FLYBY^CAM_ON_A_STRING^REACTION^FOLLOW_PED_WITH_BIND^CHRIS^BEHINDBOAT^PLAYER_FALLEN_WATER^CAM_ON_TRAIN_ROOF^CAM_RUNNING_SIDE_TRAIN^BLOOD_ON_THE_TRACKS^IM_THE_PASSENGER_WOOWOO^SYPHON_CRIM_IN_FRONT^PED_DEAD_BABY^PILLOWS_PAPS^LOOK_AT_CARS^ARRESTCAM_ONE^ARRESTCAM_TWO^M16_1STPERSON^SPECIAL_FIXED_FOR_SYPHON^FIGHT_CAM^TOP_DOWN_PED^LIGHTHOUSE^SNIPER_RUNABOUT^ROCKETLAUNCHER_RUNABOUT^1STPERSON_RUNABOUT^M16_1STPERSON_RUNABOUT^FIGHT_CAM_RUNABOUT^EDITOR^HELICANNON_1STPERSON^CAMERA^ATTACHCAM^TWOPLAYER^TWOPLAYER_IN_CAR_AND_SHOOTING^TWOPLAYER_SEPARATE_CARS^ROCKETLAUNCHER_HS^ROCKETLAUNCHER_RUNABOUT_HS^AIMWEAPON^TWOPLAYER_SEPARATE_CARS_TOPDOWN^AIMWEAPON_FROMCAR^DW_HELI_CHASE^DW_CAM_MAN^DW_BIRDY^DW_PLANE_SPOTTER^DW_DOG_FIGHT^DW_FISH^DW_PLANECAM1^DW_PLANECAM2^DW_PLANECAM3^AIMWEAPON_ATTACHED" "SwitchStyle%i")
Can't parse the line setOnPed,0159,0,0,("Actor%h" "Mode^NONE^TOPDOWN^GTACLASSIC^BEHINDCAR^FOLLOWPED^AIMING^DEBUG^SNIPER^ROCKETLAUNCHER^MODELVIEW^BILL^SYPHON^CIRCLE^CHEESYZOOM^WHEELCAM^FIXED^1STPERSON^FLYBY^CAM_ON_A_STRING^REACTION^FOLLOW_PED_WITH_BIND^CHRIS^BEHINDBOAT^PLAYER_FALLEN_WATER^CAM_ON_TRAIN_ROOF^CAM_RUNNING_SIDE_TRAIN^BLOOD_ON_THE_TRACKS^IM_THE_PASSENGER_WOOWOO^SYPHON_CRIM_IN_FRONT^PED_DEAD_BABY^PILLOWS_PAPS^LOOK_AT_CARS^ARRESTCAM_ONE^ARRESTCAM_TWO^M16_1STPERSON^SPECIAL_FIXED_FOR_SYPHON^FIGHT_CAM^TOP_DOWN_PED^LIGHTHOUSE^SNIPER_RUNABOUT^ROCKETLAUNCHER_RUNABOUT^1STPERSON_RUNABOUT^M16_1STPERSON_RUNABOUT^FIGHT_CAM_RUNABOUT^EDITOR^HELICANNON_1STPERSON^CAMERA^ATTACHCAM^TWOPLAYER^TWOPLAYER_IN_CAR_AND_SHOOTING^TWOPLAYER_SEPARATE_CARS^ROCKETLAUNCHER_HS^ROCKETLAUNCHER_RUNABOUT_HS^AIMWEAPON^TWOPLAYER_SEPARATE_CARS_TOPDOWN^AIMWEAPON_FROMCAR^DW_HELI_CHASE^DW_CAM_MAN^DW_BIRDY^DW_PLANE_SPOTTER^DW_DOG_FIGHT^DW_FISH^DW_PLANECAM1^DW_PLANECAM2^DW_PLANECAM3^AIMWEAPON_ATTACHED" "SwitchStyle%i")
Can't parse the line setPositionOnCar,0679,0,0,("Car%h" "Xaxis%f" "Yaxis%f" "Zaxis%f" "AngleX%f" "AngleY%f" "AngleZ%f" "Tilt%f" "SwitchStyle^Smooth=1^Cut")
Can't parse the line setPositionOnCarPointToCar,067A,0,0,("Car%h" "Xaxis%f" "Yaxis%f" "Zaxis%f" "Car%h" "Tilt%f" "SwitchStyle^Smooth=1^Cut")
Can't parse the line setPositionOnCarPointToActor,067B,0,0,("Car%h" "Xaxis%f" "Yaxis%f" "Zaxis%f" "Actor%h" "Tilt%f" "SwitchStyle^Smooth=1^Cut")
Can't parse the line setPositionOnActor,067C,0,0,("Actor%h" "Xaxis%f" "Yaxis%f" "Zaxis%f" "AngleX%f" "AngleY%f" "AngleZ%f" "Tilt%f" "SwitchStyle^Smooth=1^Cut")
Can't parse the line setPositionOnActorPointToActor,067E,0,0,("Actor%h" "Xaxis%f" "Yaxis%f" "Zaxis%f" "Actor%h" "Tilt%f" "SwitchStyle^Smooth=1^Cut")

note that old "extended" params must have the color (:) after the param name:

setPositionOnActorPointToActor,067E,0,0,("Actor%h" "Xaxis%f" "Yaxis%f" "Zaxis%f" "Actor%h" "Tilt%f" "SwitchStyle^Smooth=1^Cut") // incorrect
setPositionOnActorPointToActor,067E,0,0,("Actor%h" "Xaxis%f" "Yaxis%f" "Zaxis%f" "Actor%h" "Tilt%f" "SwitchStyle:^Smooth=1^Cut") // correct
MatiDragon-YT commented 3 years ago

I thought that the <:> were for decoration... I was very, very wrong... Although the errors still appears when trying to access a class. image

Notes

  • The second address 00000144 constantly changes when restarting the IDE
  • Now, the error disappears when commenting 15 lines
  • Base file(without deleting most of the comments) classes.zip
x87 commented 3 years ago

You can't fix the memory issue. It's something with too many classes that fails in the old implementation written back in 2005.

The new parser should handle your file.

It also supports multiple enums per class member declaration, not only one. :tada:

x87 commented 3 years ago

@MatiDragon-YT please try in v3.6. The memory issue should be resolved