Pycckue-Bnepeg / samp-cef

Client and server plugins for SA:MP to embed CEF.
GNU General Public License v3.0
100 stars 46 forks source link

I have a client side problem #31

Closed qews642 closed 1 year ago

qews642 commented 2 years ago

I have a problem that is that it detects me as if I did not have the plugin installed, when it does not have it I have all the files and within the game it returns false in OnCefInitialize and cef_player_has_plugin, most likely it is me by not installing it correctly, if you could Make me a mini tutorial on how to install it, I would appreciate it. (client side)

Rams25 commented 2 years ago

Screenshot_1 create CEF folder in game root and put theses files put cef.asi in game root

Sometime u can have problem with first play, retry

MeIsAlan commented 1 year ago

I'm having the exact same problem with it, I've tried the game multiple times now and nothing.

KenKup commented 1 year ago

@Pycckue-Bnepeg кому хуево?

Cheaterman commented 9 months ago

IDK if we should keep this closed? Instructions on finding a suitable CEF prebuilt distribution aren't provided, and my own attempts with semi-official builds didn't work too well (despite trying my best to reproduce the folder structure above, by merging Release and Resources folders directly into GTA_root/cef).

It's worth noting in my specific case I'm running SAMP from Wine however (I'm running Linux) so it may just not work at all for whatever reason. In any case, I have an ASI loader and several other ASIs load fine (SAMPFUNCS and Moonloader for example). Is there a way you could provide some debugging instructions @Pycckue-Bnepeg ? Maybe some log files to look into?

Thanks in advance!

EDIT: Turns out this would happen if client.dll is in GTA_root instead of cef/, now I get a cef_client.log that somehow tells me it's unable to connect. I've been trying to investigate but no clue right now...

EDIT2: Well that was quite the journey. See #53 for my results, this took a very unexpected turn...