Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Support UWP Games #18

Open
scryptio opened this issue Jun 5, 2019 · 7 comments
Open

Support UWP Games #18

scryptio opened this issue Jun 5, 2019 · 7 comments
Assignees
Labels
feature request Request to add new feature

Comments

@scryptio
Copy link

scryptio commented Jun 5, 2019

Does look like that "All UE4 Games, (32/64bit)" isn't true for Sea of Thieves, unfortunately. I mean, the part of finding GObjects/GNames (as of 92d38af) is (good work).

Trying all addresses generated with 2.2.0/2.2.1 the result always is either a crash of the game or a crash of the app (no error shown, after the NamesDump).

Build from source, the app crashes right a way (white window opens and closes without an error being shown). Could send you a build log. But it's running using the Local Windows Debugger.

Build from source it finishes after the CoreUObject dump (1/180k+) or due to (trying different addresses) "xC*5: Access violation reading location 0x000.."

If you need anything/logs, let me know.

@CorrM CorrM added the bug Something isn't working label Jun 5, 2019
@CorrM CorrM self-assigned this Jun 5, 2019
@CorrM
Copy link
Owner

CorrM commented Jun 5, 2019

can u wait release version 3.0.0.
since it will have some core changes, that's will make fetch and solve problem easy.

i will keep this issue open, until that time to solve it.

EDIT:
You said after the NamesDump.
so NamesDump.txt if full generated.?

@scryptio
Copy link
Author

scryptio commented Jun 6, 2019

@CorrM I am not sure but it looks like it could be fully generated. Generator.log is empty, ObjectsDump shows just an address. SDK.hpp few basic lines and Basic.cpp/.hpp (won'T always reach this stage).

Thanks for getting back to this and letting me know about your progress!

Just another question. Do you know why I only get a white window for a few seconds and a force close after that except I am running it through VS? Am I missing something?

@CorrM
Copy link
Owner

CorrM commented Jun 7, 2019

@WheresMyRide if it's case then we will rewrite it 👍.

@CorrM
Copy link
Owner

CorrM commented Jun 9, 2019

@scryptio can you now try the version 3.0.0
if any problem attach the Dump file and give me some information.

@scryptio
Copy link
Author

scryptio commented Jun 9, 2019

I attached a log from trying to build 3.0.0 (source from the release download). Which package/toolset could be missing here? (which information are included in the mdump? Remove the file if neccessary!

Dumps.zip

Your prebuild 3.0.0 takes a lot of time to find GObjects, but it's working. The dump worked now, too. Tho it doesn't detect the game Window Title nor UE Version.

"Stuck" at 259/259 Packages, 67944/229376 (339557 in SoT-SDK on gh) Objects/Names, external dump

To compare it with the SoT-SDK to be found here, I have done an internal dump, too.

Both internal and external don't have a single correct offset (most are 0x0000). It seems they are not dumping everything, since I got 220+ files (external), 430+ (internal with only 24 BP's), the other SDK has 14k+.

Maybe I got the wrong address, didn't try all of them.

EDIT: Address doesn't matter. Either done after Names or not close enough to the big dump

@CorrM CorrM added feature request Request to add new feature and removed bug Something isn't working labels Jun 12, 2019
@CorrM CorrM changed the title Problems with SoT Support UWP Games Jun 12, 2019
CorrM referenced this issue Jun 12, 2019
UObject Ready for EngineJson
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request Request to add new feature
Projects
None yet
Development

No branches or pull requests

3 participants
@CorrM @scryptio and others