Hi, I’m having problem connecting the client of my game (running on linux) to the server (running windows).
LOG:
INFO: Connecting to server 192.168.1.3:2345
ERROR: Could not find resource C:/Users/username/lgk/build/bin/Data/Scenes/scene1.xml
ERROR: Null file for async loading
If the client and the server are both in Linux everything works correctly.
It seems that the server is sending the wrong scene path, it should be Data/Scenes/scene1.xml instead of C:/Users/username/lgk/build/bin/Data/Scenes/scene1.xml.
Can somebody help me? Thanks!
(Im using version 1.7)