PDA

View Full Version : ENB Crashed



Ethan Love
8th May 2016, 11:31 AM
In-Game Name: Marquise_Chugs
Date: 08/05/2016
Your Question:
I installed a fucking ENB and everytime I entered in SAMP it says this:
http://i.imgur.com/tJNCmOT.jpg
Can someone help me to fix this shit?

Demetrius.
8th May 2016, 11:32 AM
Remove the ENB, re-install the game.

Or

Try to check a video on how do you install ENB's you might have done it in a wrong way, leading you to the crash.

Ethan Love
8th May 2016, 11:34 AM
Remove the ENB, re-install the game.

Or

Try to check a video on how do you install ENB's you might have done it in a wrong way, leading you to the crash.
I have a backup file my point is how to fix or work this enb by Dizz Nicca? Can't figure it out how to fix this shit.

Badr
8th May 2016, 11:35 AM
I don't think your pc is good enough to handle the enb.

Ethan Love
8th May 2016, 11:38 AM
I don't think your pc is good enough to handle the enb.
It works fine and suddenly my game was crashing.

Lucifer.
8th May 2016, 12:24 PM
Its ur d3d9.dll, get this

https://www.microsoft.com/en-us/download/details.aspx?id=8109

Delete your gta_sa.set in your documents too.




Open your notepad program, paste this


@echo off
color 17
set scriptversion=v1.1
Title Windows 8/8.1 ENBSeries 0.248 compatibility script %scriptversion% by Marty McFly, Craank_AG

echo.
echo .:[ Windows 8/8.1 ENBSeries 0.248 startup utility %scriptversion% ]:.
echo .:[ Authors: Marty McFly, Craank_AG ]:.
echo .:[ Exclusive for MMGE ]:.
echo.

REM Gets the SID of the current logged in user, needed for wiping the registry values which cause issues with ENB 0.248

for /f "delims=" %%i in ('wmic useraccount where "name='%UserName%'" get sid /value') do (
for /f "delims=" %%j in ("%%i") do set "%%j"
)

REM Sets batch file dir as working directory, since batch files ran as admin use system32 by default

pushd %~dp0 >nul 2>&1

REM Checks existance of problematic registry keys and deletes them thereafter, plus giving out proper message.

REG Query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" >nul 2>&1
if %errorlevel%==0 (
REG Delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /f
echo. [startup util] Registry entry successfully deleted!
) else (
echo. [startup util] Registry entry not found, skipping.
)

REG Query "HKEY_USERS\%SID%\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertySt ore" >nul 2>&1
if %errorlevel%==0 (
REG Delete "HKEY_USERS\%SID%\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertySt ore" /f
echo. [startup util] Registry entry successfully deleted!
) else (
echo. [startup util] Registry entry not found, skipping.
)

REG Query "HKEY_USERS\%SID%\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" >nul 2>&1
if %errorlevel%==0 (
REG Delete "HKEY_USERS\%SID%\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /f
echo. [startup util] Registry entry successfully deleted!
) else (
echo. [startup util] Registry entry not found, skipping.
)

REG Query "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFT WARE\Wow6432Node\Microsoft\Direct3D\MostRecentAppl ication" >nul 2>&1
if %errorlevel%==0 (
REG Delete "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFT WARE\Wow6432Node\Microsoft\Direct3D\MostRecentAppl ication" /f
echo. [startup util] Registry entry successfully deleted!
) else (
echo. [startup util] Registry entry not found, skipping.
)

REG Query "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFT WARE\Wow6432Node\Microsoft\DirectDraw\MostRecentAp plication" >nul 2>&1
if %errorlevel%==0 (
REG Delete "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFT WARE\Wow6432Node\Microsoft\DirectDraw\MostRecentAp plication" /f
echo. [startup util] Registry entry successfully deleted!
) else (
echo. [startup util] Registry entry not found, skipping.
)

REM Finally starts the GTA SA exe file after everything is done.

echo. [startup util] Done. Starting Grand Theft Auto: San Andreas
start SAMP.exe
pause


Save the file in your main directory as startup.bat (make sure you select "all files", not just .txt)

Open the .bat as administrator and then start SAMP



OR download the .bat from here and put it in your main directory

http://www.mediafire.com/download/45y5xx6jx7vg66v/startup_RUN_AS_ADMIN.bat



if none of this fixes your problem, shoot me a vm/pm

Ethan Love
8th May 2016, 11:38 PM
Its ur d3d9.dll, get this

https://www.microsoft.com/en-us/download/details.aspx?id=8109

Delete your gta_sa.set in your documents too.




Open your notepad program, paste this


@echo off
color 17
set scriptversion=v1.1
Title Windows 8/8.1 ENBSeries 0.248 compatibility script %scriptversion% by Marty McFly, Craank_AG

echo.
echo .:[ Windows 8/8.1 ENBSeries 0.248 startup utility %scriptversion% ]:.
echo .:[ Authors: Marty McFly, Craank_AG ]:.
echo .:[ Exclusive for MMGE ]:.
echo.

REM Gets the SID of the current logged in user, needed for wiping the registry values which cause issues with ENB 0.248

for /f "delims=" %%i in ('wmic useraccount where "name='%UserName%'" get sid /value') do (
for /f "delims=" %%j in ("%%i") do set "%%j"
)

REM Sets batch file dir as working directory, since batch files ran as admin use system32 by default

pushd %~dp0 >nul 2>&1

REM Checks existance of problematic registry keys and deletes them thereafter, plus giving out proper message.

REG Query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" >nul 2>&1
if %errorlevel%==0 (
REG Delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /f
echo. [startup util] Registry entry successfully deleted!
) else (
echo. [startup util] Registry entry not found, skipping.
)

REG Query "HKEY_USERS\%SID%\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertySt ore" >nul 2>&1
if %errorlevel%==0 (
REG Delete "HKEY_USERS\%SID%\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertySt ore" /f
echo. [startup util] Registry entry successfully deleted!
) else (
echo. [startup util] Registry entry not found, skipping.
)

REG Query "HKEY_USERS\%SID%\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" >nul 2>&1
if %errorlevel%==0 (
REG Delete "HKEY_USERS\%SID%\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /f
echo. [startup util] Registry entry successfully deleted!
) else (
echo. [startup util] Registry entry not found, skipping.
)

REG Query "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFT WARE\Wow6432Node\Microsoft\Direct3D\MostRecentAppl ication" >nul 2>&1
if %errorlevel%==0 (
REG Delete "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFT WARE\Wow6432Node\Microsoft\Direct3D\MostRecentAppl ication" /f
echo. [startup util] Registry entry successfully deleted!
) else (
echo. [startup util] Registry entry not found, skipping.
)

REG Query "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFT WARE\Wow6432Node\Microsoft\DirectDraw\MostRecentAp plication" >nul 2>&1
if %errorlevel%==0 (
REG Delete "HKEY_USERS\%SID%_Classes\VirtualStore\MACHINE\SOFT WARE\Wow6432Node\Microsoft\DirectDraw\MostRecentAp plication" /f
echo. [startup util] Registry entry successfully deleted!
) else (
echo. [startup util] Registry entry not found, skipping.
)

REM Finally starts the GTA SA exe file after everything is done.

echo. [startup util] Done. Starting Grand Theft Auto: San Andreas
start SAMP.exe
pause


Save the file in your main directory as startup.bat (make sure you select "all files", not just .txt)

Open the .bat as administrator and then start SAMP



OR download the .bat from here and put it in your main directory

http://www.mediafire.com/download/45y5xx6jx7vg66v/startup_RUN_AS_ADMIN.bat



if none of this fixes your problem, shoot me a vm/pm
It's working thanks

Keven Ruthless
9th May 2016, 12:36 AM
It's working thanks

Answered