Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
This is the error and I haven't been able to fix it. I hope someone helped me.

######################## [START LOG] ########################
ClassicUO [STANDARD_BUILD] - 0.1.10.144 - 02/22/2022 00:01:32
OS: Win32NT x64
Thread: CUO_MAIN_THREAD

Shard: immortalrealmsuo.ddns.net
ClientVersion: 7.0.91.15

Exception:
System.IO.FileNotFoundException: Could not find file './Client Files\statics15.mul'.
File name: './Client Files\statics15.mul'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
   at ClassicUO.IO.UltimaLive.ULMapLoader.CopyFile(String fromFilePath, String toFilePath)
   at ClassicUO.IO.UltimaLive.ULMapLoader.CheckForShardMapFile(Int32 mapId)
   at ClassicUO.IO.UltimaLive.OnUltimaLivePacket(StackDataReader& p)
   at ClassicUO.Network.PacketHandlers.AnalyzePacket(Byte[] data, Int32 offset, Int32 length)
   at ClassicUO.Network.NetClient.ExtractPackets()
   at ClassicUO.Network.NetClient.ProcessRecv()
   at ClassicUO.Network.NetClient.Update()
   at ClassicUO.GameController.OnNetworkUpdate(Double totalTime, Double frameTime)
   at ClassicUO.GameController.Update(GameTime gameTime)
   at Microsoft.Xna.Framework.Game.Tick()
   at Microsoft.Xna.Framework.Game.RunLoop()
   at Microsoft.Xna.Framework.Game.Run()
   at ClassicUO.Client.Run()
   at ClassicUO.Bootstrap.Main(String[] args)
######################## [END LOG] ########################


What I have tried:

I have installed .NET and Microsoft visual c++
Posted
Updated 22-Feb-22 18:32pm
v2

I'll take a wild guess that the problem is :
System.IO.FileNotFoundException: Could not find file './Client Files\statics15.mul'.
 
Share this answer
 
Comments
takelot Tk 22-Feb-22 22:23pm    
The game is on 2 computers. In one, it works fine and in the other it gives that error. And it has the same files, nothing different.
Quote:
The game is on 2 computers. In one, it works fine and in the other it gives that error. And it has the same files, nothing different.

There is a difference between both computers.
Since you search a file with a relative path, you need to get the current path and compare the results.
Find out the current working directory in C/C++[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900