Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on Intel Laptop Attributes #82

Open
suitsy opened this issue Apr 19, 2018 · 4 comments
Open

Error on Intel Laptop Attributes #82

suitsy opened this issue Apr 19, 2018 · 4 comments

Comments

@suitsy
Copy link
Collaborator

suitsy commented Apr 19, 2018

18:08:46 Error in bin\config.bin/CfgVehicles/ASOR_Intel_Laptop_Interactive/Attributes/ASOR_SyncedObjects.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASOR_Intel_Laptop_Interactive/Attributes/ASOR_3DENId.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASOR_Intel_Laptop_Interactive/Attributes/asorintel_locked.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASOR_Intel_Laptop_Interactive/Attributes/asorintel_background.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASOR_Intel_File_Interactive/Attributes/ASOR_SyncedObjects.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASOR_Intel_File_Interactive/Attributes/ASOR_3DENId.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASOR_Intel_Phone_Interactive/Attributes/ASOR_SyncedObjects.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASOR_Intel_Phone_Interactive/Attributes/ASOR_3DENId.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASOR_Intel_Phone_Interactive/Attributes/asorintel_locked.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASOR_Intel_Phone_Interactive/Attributes/asorintel_background.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CMDModule/Attributes/ASOR_SyncedObjects.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CMDModule/Attributes/ASOR_3DENId.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CMDModule/Attributes/asorintel_programName.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CMDModule/Attributes/asorintel_programIcon.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CMDModule/Attributes/asorintel_programCode.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CMDModule/Attributes/asorintel_programText.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_DocumentModule/Attributes/ASOR_SyncedObjects.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_DocumentModule/Attributes/ASOR_3DENId.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_DocumentModule/Attributes/asorintel_programName.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_DocumentModule/Attributes/asorintel_programIcon.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_DocumentModule/Attributes/asorintel_programText.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_DocumentModule/Attributes/asorintel_programImages.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_ImageViewerModule/Attributes/ASOR_SyncedObjects.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_ImageViewerModule/Attributes/ASOR_3DENId.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_ImageViewerModule/Attributes/asorintel_programName.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_ImageViewerModule/Attributes/asorintel_programIcon.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_ImageViewerModule/Attributes/asorintel_programImages.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_MapModule/Attributes/ASOR_SyncedObjects.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_MapModule/Attributes/ASOR_3DENId.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_MapModule/Attributes/asorintel_programName.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_MapModule/Attributes/asorintel_programIcon.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_MapModule/Attributes/asorintel_programMarkers.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_MapModule/Attributes/asorintel_programZoom.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CustomModule/Attributes/ASOR_SyncedObjects.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CustomModule/Attributes/ASOR_3DENId.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CustomModule/Attributes/asorintel_programName.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CustomModule/Attributes/asorintel_programIcon.condition
18:08:46 Error in bin\config.bin/CfgVehicles/ASORIntel_CustomModule/Attributes/asorintel_programCode.condition

@suitsy
Copy link
Collaborator Author

suitsy commented Apr 23, 2018

when i start a mission i get 22,000 lines of 13:57:17 Bad conversion: bool in the log

they must have changed something so the true or 1 or whatever is not converting or recognised
literally a test map with a couple of things but AE in it

@LecksC
Copy link
Owner

LecksC commented Apr 23, 2018

I saw that bad conversion thing before the patch too (not sure if it's the same thing). Didn't see the intel errors last time.

All the "condition" stuff for the ASORIntel is the same errors as the VS has (condition = "object"; needs to be condition = "1"; )

@suitsy
Copy link
Collaborator Author

suitsy commented Apr 23, 2018

yeahi changed them to condition = "true"; other week but getting above still which is different to before. wondering if true not working now, all of AE is set to true also though

@suitsy
Copy link
Collaborator Author

suitsy commented Apr 29, 2018

The no config error we are getting all the time now is related to this i think
9:01:48 Warning Message: No entry 'bin\config.bin.'. 9:01:48 Warning Message: No entry '.Detected'. 9:01:48 Warning Message: No entry '.priority'. 9:01:48 Warning Message: '/' is not a value 9:01:48 Warning Message: No entry '.timeout'. 9:01:48 Warning Message: '/' is not a value 9:01:48 Warning Message: No entry 'bin\config.bin.'. 9:01:48 unable to find sentence /SelectEnemyDetectedSentence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants