a2x / cs2-dumper

Counter-Strike: 2 Offset Dumper
MIT License
838 stars 97 forks source link

Dumper crashing #136

Closed romancewastaken closed 4 months ago

romancewastaken commented 4 months ago

I couldn't get the prebuilt executable to not crash or the one after building from source. I'm not very familiar with rust so I couldn't get any of the commands for version or anything to work for logging but yeah. Is the release out of date?

a2x commented 4 months ago

Is it actually crashing and not just not printing anything to stdout by default, which is intended?

Try to invoke the binary with the -vvv argument (e.g. cs2-dumper.exe -vvv). Do you see a "finished in ...s" message at the bottom, and do you see an output folder in the same directory?

romancewastaken commented 4 months ago

Is it actually crashing and not just not printing anything to stdout by default, which is intended?

Try to invoke the binary with the -vvv argument (e.g. cs2-dumper.exe -vvv). Do you see a "finished in ...s" message at the bottom, and do you see an output folder in the same directory?

Oh.. sorry, I was use to the old version printing out. It is pretty confusing that the app just opens and closes. My apologies.