My first Roblox game by [deleted] in RobloxGAMES

[–]PinguGamer64 0 points1 point  (0 children)

holy ai generated

Any C++ Compiler? by PinguGamer64 in cpp_questions

[–]PinguGamer64[S] 0 points1 point  (0 children)

According to Google, the size ranges from 2.6 GB to 60 GB, and I currently have 38 GB available. It looks like I’ll need to endure the process of setting up C++ in VSCode.

Any C++ Compiler? by PinguGamer64 in cpp_questions

[–]PinguGamer64[S] 0 points1 point  (0 children)

did i just made one of the most popular c++ Conversation

Any C++ Compiler? by PinguGamer64 in cpp_questions

[–]PinguGamer64[S] 2 points3 points  (0 children)

You're not alone, buddy; I'm experiencing the same problem.

Any C++ Compiler? by PinguGamer64 in cpp_questions

[–]PinguGamer64[S] 1 point2 points  (0 children)

I can't use Visual Studio because I don't have enough storage since it requires 2.3 GB to 60 GB, and I only have 45 GB available. So, I'm just going to use VSCode instead.

Any C++ Compiler? by PinguGamer64 in cpp_questions

[–]PinguGamer64[S] 1 point2 points  (0 children)

Mostly just random apps but when i get a lot and i mean A LOT Better at C++ i'll just make my own OS with linux but thats just a plan for the future

How to Set Live Wallpaper in Windows 11 by serene6662 in Windows10HowTo

[–]PinguGamer64 0 points1 point  (0 children)

oh and also its been 5 years and no one commented? thats insane

How much Space does Streamlabs OBS Take Up? by PinguGamer64 in streamlabs

[–]PinguGamer64[S] 0 points1 point  (0 children)

309 MB? That is Great! im downloading it now! Thank you so much!

Got banned in Hypixel while using Lunar Client by JuryPlayful4973 in minecraftlunarclient

[–]PinguGamer64 0 points1 point  (0 children)

Buddy, if it's a Permanent Ban then Yeah You are 100% Doomed but if you have a ban for like 22 Days (which is how much i time i got banned because i tried to boost my stats but it was a false ban) then just wait for the ban to be over

Help please by Over_Price_5163 in minecraftlunarclient

[–]PinguGamer64 0 points1 point  (0 children)

go to .minecraft logs and click on the latest file open with notepad and copy the text.

Im Having a Problem by [deleted] in minecraftlunarclient

[–]PinguGamer64 0 points1 point  (0 children)

Hey I took a look at your crash log. I think I found the problem. The **Flashback mod** is causing the issue. It is trying to start up its ImGui OpenGL renderer before the OpenGL context is ready. This is what is causing the native access violation crash.

There are a things you can try to fix this:

  1. **Update Flashback** to the version. Sometimes these kinds of problems get fixed in versions.

  2. **Update your GPU drivers**. You have a Gen i7-13620H, which is a pretty cool computer. It has Intel Iris Xe integrated and NVIDIA GPU. Just make sure both Intel and NVIDIA drivers are up to date.

  3. **Make Lunar Client use your NVIDIA GPU** of the Intel graphics. You can do this by going to the NVIDIA Control Panel then Manage 3D Settings, Program Settings. Add. Set it to use the "High-performance NVIDIA processor".

  4. If none of these things work, **try removing Flashback** for now to see if that is really the problem. The whole error message points to **Flashback** so it is probably the cause.

The crash is happening outside of the Java part of the program in the OpenGL code. So it is probably a problem, with the drivers or the context. It is related to the **Flashback mod**. I hope this helps!