vsaint1 / cs2-infestation

Free and open-source kernel/usermode external cheetos for CS2
49 stars 2 forks source link

debug version working but release version showing white screen #20

Open sourabhbeni opened 4 months ago

sourabhbeni commented 4 months ago

release version not working showing white screen windows_build.bat --release

debug version is off center

vsaint1 commented 4 months ago

i couldnt reproduce this bug atm, need more info image

sourabhbeni commented 4 months ago

i followed the steps to gen release build

  1. open cmd with admin
  2. windows_build.bat --release
  3. got exe when run cmd appear and white screen with loading mouse cursor
  4. infinte loading my cmd log when building https://pastebin.com/vatETvib image exe file in bin/release image game video setting image image

when i run release build Screenshot 2024-03-02 165316 and here is debug version

vsaint1 commented 4 months ago

thx for detailed feedback, tested on virtual machine and works fine. currently i dont know what could be the case, need more logging on code to get detailed info about the steps

ASSembler1337 commented 4 months ago

glfwSwapInterval change it in window_manager, helped me with black screen)

vsaint1 commented 4 months ago

glfwSwapInterval change it in window_manager, helped me with black screen)

thanks for this, i couldnt reproduce this issue, never happened on my pc.

VSYNC -> Future issues related image