View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000103 | Medieval Engineers | Enhancement | public | 2021-04-06 10:50 | 2023-01-26 16:55 |
| Reporter | shad | Assigned To | equinox | ||
| Priority | low | Severity | trivial | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 0.7.2 | Product Build | 4FEC27 | ||
| Target Version | 0.7.4.3BB0F4 | Fixed in Version | 0.7.4.3BB0F4 | ||
| Summary | 0000103: [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) | ||||
| Tags | Logging, Server | ||||
| 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.3BB0F4 |
| 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.3BB0F4 |