Jump to content

gaoesa

Management
  • Posts

    4391
  • Joined

  • Last visited

  • Days Won

    167

Everything posted by gaoesa

  1. From my experience, errors parsing menu files have always been a result of not having set the paths correctly. If this is a pure client issue, i.e. happening when connecting to dedicated servers at other locations, that makes this even weirder. I don't remember it happening even once. However, in the log file you have This suggests that the issue would still be not finding the correct ui.mp library file. Based on your command line, you should have the silent-0.9.0.pk3 in the following directory: /usr/lib/etlegacy/silent/ Make sure that is the case. The fs_homepath is relevant only after the game is running, i.e. for XP save, database and such issues but for the sake of testing, you could also try setting it to the same value as fs_basepath. The fs_homepath not being the same as fs_basepath doesn't affect client games at all. The game usually downloads the missing pk3 files from the server if they are not found. Do you have downloads enabled when running silent?
  2. Sounds like a weird bug. Which map is it? Can you reproduce the issue with any custom menus or is the issue specific to this particular menu?
  3. This kind of error is usually a result from not having fs_basepath, fs_homepath etc not set to the correct location. See: https://mygamingtalk.com/wiki/Silent_Mod_Installation#Notes
  4. I tested installing the official installer using Wine on Linux. Removed the options for punkbuster and minimizer. Didn't cause a ban. Real PunkBuster does not cause issues with silent AC. Also, minimizer has no reason to detour engine. But can you please check if either option causes it. Or if you still get the ban even without those checked. Also be sure that you don't have some other AC process running you might have installed for ETPro or something. There has been plenty of such programs out there from plenty of sources.
  5. I did investigate by inviting him to my server in private messages. Ban was not found false. The ban was a result of an official 2.60b et.exe on Windows having a detoured function while on a server. BECK if you have encountered potential false bans, we would be interested in hearing about those. Send in a private message if you want to investigate something.
  6. Silent converts all old database versions to a current version. The wrong version error message is there to prevent older server version to corrupt a newer version of database. I think you may have a file path issue. Use rcon to check fs_homepath and fs_basepath to compare the path to the real directory structure. Also, if you have empty database file, please delete it. Just in case it has gotten some off bits from opening it with a text editor. Very small things can change the file enough so that the silent server will try to protect the file from the silent server itself. http://mygamingtalk.com/wiki/Silent_Mod_Installation#Advanced
  7. For some reason your server is not handling the idents correctly. The userinfo shows they all have different idents, but the ban file shows they have all 0s. Furthermore, the server is supposed to filter out idents it can't use. Do you have a modified version of the server, a proxy dll for the clients or something else that is custom to your server. I would expect this kind of bug to have happened to a wide range of servers if it wasn't something special.
  8. The crash seems to be happening in the private Anti Cheat the FA clan is using. It is also detected as a cheat by silEnT mod if special care is not taken. It is not part of silEnT mod and I don't have any details of its inner workings.
  9. The mod can detect things that are loaded into the process. For example one OpenGL hack works this way, the dll is dropped to the working directory and it gets automatically loaded instead of the actual one. It doesn't really matter how such a dll ends up in to the working directory. But note that it does not detect hacks from such dll files if they are not loaded by the ET process. The working directory is only relevant here because that is where the servers can make the clients download stuff. To be honest, I don't remember if there are such hacks that can load from silent/etmain directories automatically or if it is possible to make the client download stuff to the working directory with some zip archiving hack. Usually you would want to place such proxying dll files into the directory with the ET.exe. However, it is also possible one would connect to a server with a private AC that would install some background service which could hook the ET executable everytime it is launched and could be detected by the silent mod AC.
  10. Every bug is reproducible. There are no magic things happening. It is acceptible as a bug report when you can say what changes a working case into a case that bans. If there are specific actions that lead to a ban on an install which does not otherwise give a ban, then those steps are the first thing needed. Again, the same steps work to ban always or it is not those steps that is the cause. In another case, if you can find a pk3 file that makes you get banned. There are some cheats that proxy system dll files and can be inside a pk3 file in the working directory. Server specific proxy dlls (private anti-cheat programs (or other)) are not known to cause bans when connecting to a server without them. That is because the mod is reloaded every time server or map changes. The binary that is referenced by the server is used as long as the server has the sv_pure 1 setting enabled. I'm intentionally using term "not known to". So far it has not happened on testing and such a thing has not been reported. But I can't give guarantee as I have not investigated the mod loading techniques in the engine to that level. Also, self made ET client could behave differently. In any case, it would still be reproducible. Everything works in a rational way and all bugs are reproducible. It is just a matter to analyze what is different and isolate the thing that is causing the ban. We can't do it on behalf of anyone. It is always good to remember that blaming a bug without actually providing any evidence for that is just an attempt to socially engineer the ban. You can compare such case to a rage botter calling admins noob when they ban him.
  11. The video really shows nothing. However, so far nothing to even suggest a bug in the AC has been given. Let me remind that the first thing to do is to have a reproducible event. It looks like the person has no problem reproducing as he is making videos. But he doesn't bother finding out how to reproduce it, not for your clan members or for us to reproduce it. Instead he just makes a video of getting banned with some textures missing and calls it a bug. Please, next post should have some actual content for the topic. If you can't make such a post, then please don't post. This still isn't your clan forum for meaningless chatter.
  12. There is no point in using the AC if you're going to dismiss all the bans as bugs without a reason. You really should have done that before creating the topic here. The bare minimum would have been to post a description about how to reproduce the ban. Now this topic just looks like someone is socially engineering your clan.
  13. Sounds like there was no bug back then and there is none now. Always insist a way to reproduce the issue. In case it was asked between the lines, missing textures don't affect the AC.
  14. I haven't seen his explanation, so I can't comment on that. Bans usually happen right when the player connects to the server so I don't see anything wrong with that. I don't know why his loading screen has missing textures, the video doesn't explain it either. If there is a bug, you would be able to reproduce it with the instructions he gives.
  15. These: http://mygamingtalk.com/wiki/Silent_Mod_Server_Cvar#g_engineerChargeTime http://mygamingtalk.com/wiki/Silent_Mod_Server_Cvar#g_LTChargeTime
  16. 5 minutes if I remember correctly.
  17. The reports are printed to the player who made the command. They are not show to the actual target.
  18. 1. It's hard coded so that admins wouldn't try to abuse the command unintentionaly and lag players who are most likely just good. 2. Screenshots are sent directly to the server from the client. Neither server nor the client makes any connections to third party servers. Please note that the client will send a packet to every server on the serverlist whengoing through it and that is an engine feature. 3. No, it has been taken into account in the design. You can do as many of them as you wish at the same time. The mod limits the number of actual screenshots per player automatically.
  19. It is in a configstring. Number 14 (CS_MULTI_MAPWINNER). Read value of the key "winner", values: 0 - Axis, 1 - Allies, -1(minus one) - Tied.
  20. gaoesa

    cpmtext bug

    Please play around with cg_popup... cvars. Those can be found from the menus as well.
  21. In that way, yes there can be several parallel calls to it. It's still wrong to address it with threading. Furthermore, every one core VPS out there would suffer even more performance degradation coming from multiple context switches and added synchronization. Do also note, that every call made from the scripts to the game, would need added work also, to make them safe to use. Even on multiple cores, the result in this case would reduce performance, when the same player and same data is handled in multiple threads, which would mean that even the parallel threads would end up synchronizing accesses and validating the data at every possible moment. It's just a plain bad idea.
  22. The return value is used by the game so the game is stuck waiting for it in every case. Adding threading is not something that should be ever done lightly, without considering if there is something wrong in the design that can be fixed to avoid adding threads, especially in this case when it wouldn't change anything in the game. I don't remember, but probably there is only one callback made on client connect, so there aren't even parallel callbacks to be made. On the other hand, you can kick players at any time using Lua.
  23. I don't think so. The mod and the Lua execute in the same thread. So the et_clientConnect must return for the game to continue and the return value is also used by the game. If you can find a way to create threads within the Lua and have a separate thread for the networking, you might get by with less lags. Of course, you still have synchronization issues.
  24. Yes. The map command on that line makes the engine start the silEnT mod. You should have your XP save cvars set before the first time the map comand is executed by the engine. The mod will otherwise delete old stored XP on initialization. In otherwords, if you have for example "exec silent.cfg" after "exec mapcycle.cfg" you should reverse the order of the exec commands on the command line. This describes most of the common issues: http://mygamingtalk.com/wiki/Silent_Mod_Installation
  25. Make sure on your startup you do not have any map commands before you have set up the cvars to correct values. This is a common issue with wrongly formed startup. The g_XPSave is 0 when the mod is started by the map command and the setting is set after.
×
×
  • Create New...