We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after v1.0.0.12078, i cant use io.popen anymore
i am using this code io.popen("start [StartServer].cmd") and os.exit() to restart my server automaticly now i can't use them anymore
All missing 'io' functions work normally
Try to use the missing functions for ex. io.popen("","r")
Crash
FiveM, Natives, ScRT: Lua
v1.0.0.12078
No response
The text was updated successfully, but these errors were encountered:
Not a bug, just yet again something that shouldn't be done for security reasons. Yet another duplicate issue too.
Sorry, something went wrong.
I recommend you to implement watching service on top of FXServer that will restart it. It's the best way to do that.
FabianTerhorst
No branches or pull requests
What happened?
after v1.0.0.12078, i cant use io.popen anymore
i am using this code io.popen("start [StartServer].cmd") and os.exit() to restart my server automaticly now i can't use them anymore
Expected result
All missing 'io' functions work normally
Reproduction steps
Try to use the missing functions for ex. io.popen("","r")
Importancy
Crash
Area(s)
FiveM, Natives, ScRT: Lua
Specific version(s)
v1.0.0.12078
Additional information
No response
The text was updated successfully, but these errors were encountered: