ruyo / VRM4U

Runtime VRM loader for UnrealEngine5
Other
1.4k stars 182 forks source link

unable to luanch game #6

Open noice21 opened 5 years ago

noice21 commented 5 years ago

LogPlayLevel: Error: ERROR: Could not find definition for module 'VRM4U', (referenced via default plugins -> VRM4U.uplugin). I have the folder in the ue4 plugin folder idk what am doing wrong

ruyo commented 5 years ago

Hi. Please see #5. I think it's the same problem. Thanks.

noice21 commented 5 years ago

I downloaded the repository and now it say this 20191104_120152 20191104_120219 20191104_120227

ruyo commented 5 years ago

Thanks! Would you upload detail log file? (UBT-sun-Win64-Development.txt)

noice21 commented 5 years ago

where would be located in the project folder

ruyo commented 5 years ago

Please see your log file. Maybe c:/Users/---/AppData/Roaming/Unreal Engine/AutomationTool/Logs/D+UE4.23/UBT-sun-Win64-Development.txt

noice21 commented 5 years ago

ok found it UBT-sun-Win64-Development.txt

noice21 commented 5 years ago

I downloaded the update but it's still doing it

ruyo commented 5 years ago

Sorry for the late reply. Sorry I have no idea.

I think it is vs2019 trouble... Would you try vs2017 by BuildConfiguration.xml? https://forums.unrealengine.com/development-discussion/c-gameplay-programming/1483633-ue4-keeps-trying-to-use-visual-studio-2015-when-2017-is-installed-can-t-start-new-projects

And try simple c++ project. Thanks.

noice21 commented 5 years ago

Ok I'll try 2017 vs

noice21 commented 5 years ago

it's not working

noice21 commented 5 years ago

So it launches with ver 4.22 but with no materials when launched

ruyo commented 5 years ago

Thanks.

Would you try C++project on UE4.22? And please attach some log or screenshot files.

It seems the same as this problem. https://github.com/ruyo/VRM4U/issues/2

noice21 commented 5 years ago

Log.txt

for ver 4.22

ruyo commented 5 years ago

Maybe you still use vs2019 (see log.txt line 29). If it ’s not a hassle, uninstall vs2019 and try vs2017.

Thanks.

noice21 commented 5 years ago

I have both vs 2019 and 2017, its currently using 2017

noice21 commented 5 years ago

in the repository, why is there only 0ne file in the binary folder inside the win64 folder

ruyo commented 5 years ago

Please check your log file. Maybe you still use vs2019. Would you try C++project on UE4.22 and build from sln file? If the build is successful, dll files are created in binary folder.