agrippa1994 / DX9-Overlay-API

Overlay API for DirectX 9 based games.
MIT License
127 stars 26 forks source link

SAMP crashes because of Overlay #21

Open TheFilet opened 9 years ago

TheFilet commented 9 years ago

Hello

Some of my users have the problem that my program which uses the API for GTA San Andreas Multiplayer makes GTA San Andreas crash. It crashes when I create the first Overlay. My program itself doesn't return any errors.

What could I do to fix that?

ghost commented 9 years ago

Hi, what for modification the users have? Sometimes, when users had an ENB installed, the game are crashing.

agrippa1994 commented 9 years ago

This can happen if the user use a modified version of the d3d9.dll like ENB or so. Maybe i will provide a fix for that issue at the Open-SAMP-API repository

TheFilet commented 9 years ago

Would be very nice

TheFilet commented 9 years ago

Did you progressed?