Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on line (172) : Length <=0 #142

Closed
860000023 opened this issue Jun 5, 2024 · 3 comments
Closed

Error on line (172) : Length <=0 #142

860000023 opened this issue Jun 5, 2024 · 3 comments

Comments

@860000023
Copy link

hi,I used a free UE4 game from Steam to test the dumper. When I executed the MemberManager::Init(); function, it prompted an error: Error on line (172) : Length <=0. Then I found that the generated Player_BP_ was missing the structs.hpp file, and player_BP_function.cpp could not be opened with Visual Studio. It prompted "unexpected end of file in comment". I opened it with Notepad and found that there were many garbled characters in the comments, and the function names were also garbled. It looked something like this:

// Function Player_BP.Player_BP_C.b
@?
// (BlueprintCallable, BlueprintEvent)

void APlayer_BP_C::b___()
{
	static class UFunction* Func = nullptr;

	if (Func == nullptr)
		Func = Class->GetFunction("Player_BP_C", "b
@?);

	UObject::ProcessEvent(Func, nullptr);
}

Game link: https://store.steampowered.com/app/1727650/Deathly_Stillness/

@860000023
Copy link
Author

I suspect this might be caused by the function names being in Chinese.

@Fischsalat
Copy link
Collaborator

I'm yet to fix chinese (and other non ascii) characters in names. It's on my list of things to do.

@860000023
Copy link
Author

Thank you for your response, this is a great open-source project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants