-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.3DL Crash 2 #119
Comments
Hello! Could u add '-g3' at the end of L8 and L9 of makefile? Then compile again (YSF will compile with debug symbols) Also, is your gamemode based on NGG? |
Does it seem NGG, no. Sublime but I developed it a lot. I am using windows and visual studio enterprise, what is debug symbol on windows. |
Please upload the dll so that I can check the address. Also no need to mention me every time; I do get notified of new issues. |
Okey, here. |
Oops, my mistake! I didn't notice the libraries list on the debug 😆 |
The crash seems to originate from the hook for |
|
Ah, sorry, seems like the function didn't react to the config option. Try compiling the latest commit. |
I am not getting an error now, but some of the functions on the server are not working. There is a strange problem. Like joined message and tying messages and others... I am back to the R20-RC4 version. There's no problem with that version. |
Any idea? |
Can you try replacing the lib/subhook folder from the latest version with the one from the version that works for you? |
Just to be sure, the server crash on OnPlayerConnect only? Are there random crashes if you startup the server and don't let anyone join? Could u disable OnPlayerConnect on your gamemode and check if the crash still happen? Thanks. |
I don't have version R20-RC4 source. I am just using it from the release. |
No problem with version R20-RC4. |
Source available here: https://github.com/IllidanS4/YSF/archive/R20-RC4.tar.gz
It's okay but can u test it anyway? Thanks! |
Same problem. |
Ok, thanks! I'm trying to reproduce the issue but I can't do so. I'll continue testing. |
I suggest you look at the changes between the two versions. Good luck. |
Thanks!
I didn't remember this, sorry about that! So the server doesn't crash if you don't log in? |
The problem is
|
Any idea 😂 |
Can you please upload the whole server setup you use (or another one that also crashes) here? |
I can't upload my server files. It's not related to my server. It's about the plugin because I am not getting any crash or problem in version R20-RC4. |
I cannot reproduce the crash on my setup, so if I am to be able to inspect it, I need an example server where this happens. |
The last problem is not crash. Some of the functions on the server are not working. Like joined message and tying messages and others... |
@MaxAndolini could you make a I cannot reproduce it either. Which is your Windows version? 32 or 64 bits? |
Windows 10 x64 bit, I don't have a Linux host. Could you try a different gamemode with latest YSF on 0.3DL? |
I tested two gamemodes and both worked fine 😢 Do u use |
SendClientMessageEx and yes, I am using y_hooks |
These messages that don't work are called in a hook? |
Just using in ProxDetector |
And only some ProxDetector calls dont't work of just all calls? |
Not just ProxDetector, its example for onplayertext messages |
Can you replace your not working At least in one place (e.g. |
Same not working. |
@MaxAndolini can u send me your |
|
Thanks! All addrs tested atm are right. I'm still checking... EDIT: Just tested all addrs. All looks right. |
Any update? |
Unfortunately not. I could not reproduce the issue. I tested in many ways (even with an NGG script) and it was working fine |
I told you, I am not using NGG. I will use previous version, until the stable update. |
Yeah I know you told me, but I tried to use lot of gamemodes, including NGG, because I've a gamemode based on NGG. |
@MaxAndolini how are you? Could u share with us exactly what functions of YSF are u using? Also (if isn't too difficult to do) could you try to delete all related YSF code and try to load the server just with YSF loaded but without extra code? Thanks! |
I am fine thanks, you? AttachDynamicObjectToObject with Streamer |
I'm fine too. Thanks. Could u try to load your gamemode without Thanks! |
I compiled the final version. When I log in to the server and enter the password, the server crashes.
The text was updated successfully, but these errors were encountered: