UE4-OceanProject / OceanProject

Environment Plugin Project (Ocean Simulation, Sky Simulation, Buoyancy, Time, Fish plugins for Unreal Engine 4)
1.4k stars 549 forks source link

Cooking and packaging issues for Windows X64 #115

Closed chase03 closed 4 years ago

chase03 commented 5 years ago

is anybody showing like those issues when you cook and packaging for windowsX64 And is failed for package for Windows X64, by the way on the development mode

PIE: Error: Blueprint Runtime Error: "Accessed None reading structure Second". Blueprint: WB_Sky_HUD Function: Get Text Time Graph: GetText_Time Node: Return Node PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property SkyRef". Blueprint: WB_Sky_HUD Function: Get Text Solar Time Graph: GetText_SolarTime Node: Return Node PackagingResults: Error: [Compiler ThirdPersonGameMode] Could not find a function named "SendMsgToClient" in 'ThirdPersonGameMode'.

EvoPulseGaming commented 5 years ago

Can you post the log?

EvoPulseGaming commented 5 years ago

Also you can find us here: https://discord.gg/ewadNBG

KamikazeXeX commented 5 years ago

is anybody showing like those issues when you cook and packaging for windowsX64 And is failed for package for Windows X64, by the way on the development mode

PIE: Error: Blueprint Runtime Error: "Accessed None reading structure Second". Blueprint: WB_Sky_HUD Function: Get Text Time Graph: GetText_Time Node: Return Node PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property SkyRef". Blueprint: WB_Sky_HUD Function: Get Text Solar Time Graph: GetText_SolarTime Node: Return Node PackagingResults: Error: [Compiler ThirdPersonGameMode] Could not find a function named "SendMsgToClient" in 'ThirdPersonGameMode'.

The error is right there, Could not find a function named "SendMsgToClient" in 'ThirdPersonGameMode'.

Check over your project for references to SendMsgToClient (use the Find in Blueprints feature from Developer Tools) and remove them, it seems like something from the built in chat system is missing so that's a good place to start looking.

EvoPulseGaming commented 4 years ago

No reply, assuming this was the correct answer