[Solved] Errors In Developer Tools / Console

Hi. I get the following errors in the Developers Tools when I choose the console option. This is on a fresh Windows install and a fresh GDevelop install. No projects have been started. No extensions added. I am not making any changes to the software. Was just curious and decided to look at the Developer Tools when I saw this. Is this something to be concerned about or normal? Or should I just stay out of the Developer Tools. :slight_smile: Thanks in advance.

Filtered items by category/filters in 0.500ms.

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/static/js/59.bb9b06a4.chunk.js.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/static/js/main.31c2b413.chunk.js.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/static/js/61.a399050f.chunk.js.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/static/js/1.a18a37b0.chunk.js.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/static/js/local-app.e222e0be.chunk.js.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/static/js/0.833fa38f.chunk.js.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/static/js/locales-en-messages.3545587f.chunk.js.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/pixi-tilemap.umd.js.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/pixi-tilemap-helper.js.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/static/css/main.2f5af2de.chunk.css.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/static/css/0.9ae525ea.chunk.css.map

DevTools failed to parse SourceMap: file:///C:/Users/Tim/AppData/Local/Programs/gdevelop/resources/app.asar/www/static/css/1.94d1ce26.chunk.css.map

​

This fails are not important at all, these messages are for warn the devs that the debuggers miss some files for unminify the code of the engine.

Unless you have error in games or in the engine, open the console isn’t required.

1 Like

Thank you much. I will stay out of the Developer Tools.