View Issue Details

IDProjectCategoryView StatusLast Update
0000103Medieval EngineersEnhancementpublic2023-01-26 16:55
Reportershad Assigned Toequinox  
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.7.2Product Build4FEC27 
Target Version0.7.4 (unreleased)Fixed in Version0.7.4 (unreleased) 
Summary0000103: [DS] remove logging/loading from non-existant textures
Description

DS is still throwing exceptions because of missing textures in \Content\Textures\Banners...
The DS does not need textures and the requested files do not exist in the DS installation.
I assume the devs forgot to disable / remove those files from loading on a DS.

The following log shows all the missing files the DS tries to load:

2021-04-06 19:37:12.621|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Patterns\CrossDiagonal.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.622|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Symbols\CrossedAxe.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.683|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Patterns\Cross.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.684|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Symbols\Shield.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.742|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Patterns\None.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.743|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Symbols\Character.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.798|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Patterns\None.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.799|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Symbols\Character.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.854|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Patterns\None.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.855|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Symbols\Character.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.911|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Patterns\None.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.912|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Symbols\Character.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:12.969|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Patterns\Quarters.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)
2021-04-06 19:37:13.025|Worker Background 0> Error: Error opening file C:\Program Files (x86)\Steam\steamapps\common\Medieval Engineers Dedicated Server\Content\Textures\Banners\Patterns\Quarters.png: System.IO.FileNotFoundException: Unable to find the specified file.
at VRage.FileSystem.MyFileSystem.Open(String path, FileMode mode, FileAccess access, FileShare share)
at VRage.FileSystem.MyFileSystem.OpenRead(String path)

TagsLogging, Server

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-04-06 10:50 shad New Issue
2021-04-06 10:50 shad Tag Attached: Logging
2021-04-06 10:50 shad Tag Attached: Server
2022-04-07 15:04 equinox Product Version 0.7.3.33D4BB => 0.7.2
2022-04-07 15:04 equinox Target Version => 0.7.4 (unreleased)
2022-11-21 23:02 equinox Assigned To => equinox
2022-11-21 23:02 equinox Status new => in progress
2023-01-26 16:55 equinox Status in progress => resolved
2023-01-26 16:55 equinox Resolution open => fixed
2023-01-26 16:55 equinox Fixed in Version => 0.7.4 (unreleased)