The console logs that the system is looking for console\system.png or .gif but the code requires it to be consoles/default-system.(png|gif)
|
consoleFilePathPNG = this.application.getPixel().getPixelHome() + "console/default-" + consoleNameMapped + ".png"; |
Looking for: /userdata/system/pixelcade/console\lightgun.png or .gif
Additionally, you should be using the os-specific filesystem separator and not hardcoded strings which are not correct on linux
The console logs that the system is looking for console\system.png or .gif but the code requires it to be consoles/default-system.(png|gif)
PIXEL/pixel-web-enabled/src/main/java/org/onebeartoe/web/enabled/pixel/controllers/ConsoleHttpHandler.java
Line 294 in b8a5525
Looking for: /userdata/system/pixelcade/console\lightgun.png or .gifAdditionally, you should be using the os-specific filesystem separator and not hardcoded strings which are not correct on linux