reinstall game msg
Lately I've been getting a message when I start CF that I don't have the latest version and to reinstall. Even though I was just playing before. I re-downloaded and reinstalled but I've gotten this message 4 times. After reinstalled it seems fine but now I just got the message again and have to reinstall again...anyone else having this problem and how to fix?
Comments
-
Same here!!!! this started happening a few days ago i got disconnected without error and after i tried to launch the game again i get the error version v21 not latest version or something ....been completely uninstalling and re-installing the game again and again...sometimes it works for like 1 hour then it happens again...what is this???? do they have to mess everything up every time they do an update/maintenance? for god sakes...!
-
craiser19191 wrote: »i have to and what we must to do?:eek::eek:
I just tried a different crossfire download I had since it started happening after the last time to tried to d/l and reinstall.. so I figured maybe try an older one from yesterday. now it's working? or maybe they fixed it? but let's see what's broken next... -
TheShadowRo wrote: »Check this topic :
https://forum.z8games.com/forum/crossfire/crossfire-support/6911339-definitive-version-ini-workaround
Is possible your version.ini file to have a wrong version number inside , right now after last patch LatestVersion = 1345
did they just update it yesterday? because before it was the 1344 version but then I did the reinstall for the 3rd time and it worked but it was the 1345 version.... strange since gms don't work on weekends. -
Where i must put this cod
Add-Type -AssemblyName System.Windows.Forms Add-Type -AssemblyName 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Add-Type -AssemblyName PresentationCore,PresentationFramework $acl = Get-Acl version.ini $Purge = New-Object System.Security.Principal.Ntaccount ("users") $Allow = New-Object System.Security.AccessControl.FileSystemAccessRule("users","FullControl","Allow") $AllowRead = New-Object System.Security.AccessControl.FileSystemAccessRule("users","Read","Allow") $Deny = New-Object System.Security.AccessControl.FileSystemAccessRule("users","Write","Deny") $PurgeAdmin = New-Object System.Security.Principal.Ntaccount ("administrators") $AllowAdmin = New-Object System.Security.AccessControl.FileSystemAccessRule("administrators","FullControl","Allow") $AllowReadAdmin = New-Object System.Security.AccessControl.FileSystemAccessRule("administrators","Read","Allow") $DenyAdmin = New-Object System.Security.AccessControl.FileSystemAccessRule("administrators","Write","Deny") $msgBoxInput = [System.Windows.MessageBox]::Show("Should the version.ini file have write permissions?","Permissions?","YesNo","Error") switch ($msgBoxInput) { "Yes" { $acl.PurgeAccessRules($Purge) $acl.PurgeAccessRules($PurgeAdmin) $acl.SetAccessRule($Allow) $acl.SetAccessRule($AllowAdmin) } "No" { $acl.PurgeAccessRules($Purge) $acl.PurgeAccessRules($PurgeAdmin) $acl.SetAccessRule($AllowRead) $acl.SetAccessRule($AllowReadAdmin) $acl.SetAccessRule($Deny) $acl.SetAccessRule($DenyAdmin) } } $acl | Set-Acl version.ini ???
Categories
- All Categories
- Z8Games
- Off-Topic - Go To Game OT Forums
- 1 Z8 Forum Discussion & Suggestions
- 16 Z8Games Announcements
- Rules & Conduct
- 5.3K CrossFire
- 1K CrossFire Announcements
- 1K Previous Announcements
- 2 Previous Patch Notes
- 1.4K Community
- 121 Modes
- 618 Suggestions
- 86 Clan Discussion and Recruitment
- 276 CF Competitive Forum
- 19 CFCL
- 26 Looking for a Team?
- 736 CrossFire Support
- 62 Suggestion
- 122 Bugs
- 29 CrossFire Guides
- 173 Technical Issues
- 47 CrossFire Off Topic