Jump to content
  • 0

Map not loading in


gbr1337

Question

Hey MTAF,

Recently I was introduced to a new bug which causes models to load in, then flicker and turn in and out.
Looking like this, just textures cant even load in, I don't even have landscapes, only the gray matter. Trees and pylons flash until I stop moving my view.
https://youtu.be/9LNxZ20li84?t=25s

This only occurs on MTA servers, my SP and map editor is fine.
One thing I saw that choosing the lowest Stream Memory and choosing the maximum Stream Memory will NOT make any change to the game itself.
What can I do in this case?

A friendly guy called CodyJ helped me in things, we fixed the slow-loading, but models and textures are still flickering and flashing.

Edit: I do have anti-virus installed, HitmanPro and Malwarebytes are on the computer.

Edited by gbr1337
  • Like 1
Link to comment

Recommended Posts

  • 0
  • MTA Anti-Cheat Team

Open commandprompt as Administrator and enter this: "DISM /online /cleanup-image /restorehealth"

After it completes, restart your PC, and open CMD again as Administrator, but this time run: "sfc /scannow"

Now, let's strip servicing.bat down to just WMI repair operations: create a text file, paste in:

sc config winmgmt start= auto
net start winmgmt

@echo on
echo y|net stop winmgmt /y
winmgmt /salvagerepository
winmgmt /resetrepository
winmgmt /regserver
wmiprvse /regserver
sc config winmgmt start= disabled
%systemdrive%
cd %windir%\system32\wbem
for /f %%s in (‘dir /b *.dll’) do regsvr32 /s %%s
wmiprvse /regserver
winmgmt /regserver
sc config winmgmt start= auto
net start winmgmt
for /f %%s in (‘dir /s /b *.mof *.mfl’) do mofcomp %%s

winmgmt /resyncperf

Save it as wmi.bat (file type "All files") then run as Administrator.

Drivers such as graphics drivers rely on WMI while installing the driver, so if WMI was broken as like in it's current state, your driver has not been properly installed. As a result, the broken driver installation can continue to cause problems. So, after doing all that I mentioned, please re-install your drivers, most importantly the graphics driver. For your card, that is http://us.download.nvidia.com/Windows/390.77/390.77-desktop-win10-64bit-international-whql.exe

  • Like 2
Link to comment
  • 0
50 minutes ago, Dutchman101 said:

Open commandprompt as Administrator and enter this: "DISM /online /cleanup-image /restorehealth


sc config winmgmt start= auto
net start winmgmt

@echo on
echo y|net stop winmgmt /y
winmgmt /salvagerepository
winmgmt /resetrepository
winmgmt /regserver
wmiprvse /regserver
sc config winmgmt start= disabled
%systemdrive%
cd %windir%\system32\wbem
for /f %%s in (‘dir /b *.dll’) do regsvr32 /s %%s
wmiprvse /regserver
winmgmt /regserver
sc config winmgmt start= auto
net start winmgmt
for /f %%s in (‘dir /s /b *.mof *.mfl’) do mofcomp %%s

winmgmt /resyncperf

 

The DISM command left my PC paralized in "Scanning and repairing drive C: 11% complete" Hope it will continue soon

The percentage didnt move.  Im in fear that it will stay where it is. Is it possible that my pc will froze on this stage? 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...