-
Notifications
You must be signed in to change notification settings - Fork 174
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
[Bug]: Invalid file id #1016
Comments
Please post your match config as instructed by the issue template. |
I cannot reproduce this. My workshop maps load correctly after veto. Are you sure that map ID is correct? Match config would help. |
Hi `"Match"
` mappool.cfg: ` "maplist" "workshop/1984383383/de_basalt" "" // Basalt
` Thank you! |
do you think reason could be we are using „de_tuscan“ from workshop? because when i manually change the map via console „map de_tuscan“, the normal de_tuscan map appears… |
I suspect this is because the ID is larger than a 32 bit integer for that map specifically, causing the current parser logic to overflow. I can fix this with https://www.sourcemod.net/new-api/string/StringToInt64. |
perfect thank you |
Hi! So the invalid file id error is gone - thanks for that! But still, the CVARS (which are located in the lower part of the cfg file), are not loaded :( Any ideas? |
Post the exact, unedited match config you loaded as well as the backup files for that match. I have not heard anything about Remember to use 0.14.6 - there were 2 fixes since 0.14.4. |
If you refer to this:
You should't manually change the map. The cvars are loaded when the match config is loaded and at various stages, such as when everyone is ready, before knife, before live etc. |
no, not when i change map manually, |
Please do this.
|
hi, `"Match"
}` and this one of the backup files
|
I can't reproduce this. This match config works for me with 0.14.6 and generates this backup file: MATCH
BACKUP
|
Also note that you cannot combine |
yes i know. unfortunately ;-) |
okay... thanks for your reply. do you think it could be related to the "fromfile" command? |
I used fromfile in team and map list and it worked correctly, as you can see. I don't know why it doesn't work for you. |
Never mind last comment. I figured it out. It's only if:
I've fixed it with 0.14.7: https://github.com/splewis/get5/releases/tag/v0.14.7 |
wow you‘re awesome!! thank you very much! |
Hi. Still having issues on playing workshop maps :) From time to time after one workshoip map is finished, it won't switch to next workshop map. This console output: 'mp_match_end_restart' is set to '1' in cfg file. Any ideas? Bests! |
What is I don't see any errors in the log, so I'm not sure what the log is supposed to highlight. It would also be helpful if you would create a new issue and fill out the template, including the match config, as this has nothing to do with invalid file ID. |
thank you for your reply - done => #1030 |
Documentation
Get5 Version
14.3
The Issue
Hi!
Veto System is working fine now.
But now we have the issue that - after voting workshop maps - we get the error
"invalid file id".
then when i change the map manually,
our cvars in the config file (eg. mp_maxrounds) are not getting executed.
any ideas?
thx!!
Match Configuration
No response
Debug Info
No response
The text was updated successfully, but these errors were encountered: