Milxnor / Project-Reboot-3.0

S3-S15 Game server for Fortnite
BSD 3-Clause "New" or "Revised" License
125 stars 86 forks source link

const constructor - builds, but crashes on inject #87

Closed NotJeppy closed 1 month ago

NotJeppy commented 1 month ago

I already told Milxnor about this but the change in BitArray.h DOES allow it to build, but it crashes upon injection. I have zero clue how to fix that lol

max8447 commented 1 month ago

that makes no sense

NotJeppy commented 1 month ago

that makes no sense

tf you mean that makes no sense? VS updated and now throws an error on a const constructor (shouldn't have been able to compile at ALL, but nonetheless it worked until this update)|

now, with the "fix", it compiles, makes a dll, yet closes the game after injection. idk what you want from me

max8447 commented 1 month ago

how would an iterator not having a const constructor crash it

NotJeppy commented 1 month ago

how would an iterator not having a const constructor crash it

buddy I'm not a genie I honestly couldn't tell ya.

two days ago I compile and host just fine on Jeppy Hosting.

yesterday I update VS for another project and suddenly I get the new error

today I realize he put a fix out for it and now it will compile, yet crashes.

no other code changes were made during this time. I literally just checked my history. So...

I mean honestly I kinda stopped asking questions about why stuff does what it does in this project. Chapter 2 stuff is like mega skunked imo

Milxnor commented 1 month ago

it is not because of the const constructor crashing it i believe they changed how the projectr compiles with the new update Hope this helps :)

max8447 commented 1 month ago

well thats not good

MarvelcoOGFN commented 1 month ago

just use compiler versoin 143

NotJeppy commented 1 month ago

just use compiler versoin 143

uhh bad news boys. I am using v143.

MarvelcoOGFN commented 1 month ago

just use compiler versoin 143

uhh bad news boys. I am using v143.

well works fine to me even before milxnor fixed compiling

NotJeppy commented 1 month ago

well works fine to me even before milxnor fixed compiling

Did you update to 17.11.2?

MarvelcoOGFN commented 1 month ago

well works fine to me even before milxnor fixed compiling

Did you update to 17.11.2?

No I never updated vs cause ik shit like this happens

NotJeppy commented 1 month ago

good point.

Solution was to delete vs and then reinstall it. idk why this fixes it.

I'll drop containers spawning loot after being broken in a pr in a few minutes.