WilliamVenner/gmsv_reqwest

Game crash on require("reqwest")

wrefgtzweve opened this issue · 10 comments

My game crashes instantly whenever i do require("reqwest") on serverside, tried in p2p and singleplayer, no crash logs are generated. Any idea what could cause this?

What OS?

windows 64 bit
image

tried v3 and v2.0.1, both crash

Idk man, works fine for me

] lua_run_cl require("reqwest")
] lua_run_cl print(reqwest)
function: 0x01e7affea9c0

] lua_run require("reqwest")
> require("reqwest")...
] lua_run print(reqwest)
> print(reqwest)...
function: 0x01e7b04fb638

Also works on main branch

is that on p2p? i'll try on a dedicated server

Singleplayer

Tested it on a dedicated server (Linux x86), worked fine. Might be a windows issue? I'm on Windows x86-64

Yeah, that's what I tested on

Closing this because I can't get any additional info, I'll reopen if I ever find new info.