{"record":{"id":"5ad93ca49a8a3e46","repo":"libgdx/libgdx","slug":"absolute-not-supported-in-gwt-backend","errorCode":null,"errorMessage":"absolute() not supported in GWT backend","messagePattern":"absolute\\(\\) not supported in GWT backend","errorType":"exception","errorClass":"GdxRuntimeException","httpStatus":null,"severity":"error","filePath":"backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtFiles.java","lineNumber":60,"sourceCode":"\n\t@Override\n\tpublic FileHandle classpath (String path) {\n\t\treturn new GwtFileHandle(preloader, path, FileType.Classpath);\n\t}\n\n\t@Override\n\tpublic FileHandle internal (String path) {\n\t\treturn new GwtFileHandle(preloader, path, FileType.Internal);\n\t}\n\n\t@Override\n\tpublic FileHandle external (String path) {\n\t\tthrow new GdxRuntimeException(\"external() not supported in GWT backend\");\n\t}\n\n\t@Override\n\tpublic FileHandle absolute (String path) {\n\t\tthrow new GdxRuntimeException(\"absolute() not supported in GWT backend\");\n\t}\n\n\t@Override\n\tpublic FileHandle local (String path) {\n\t\tthrow new GdxRuntimeException(\"local() not supported in GWT backend\");\n\t}\n\n\t@Override\n\tpublic String getExternalStoragePath () {\n\t\treturn null;\n\t}\n\n\t@Override\n\tpublic boolean isExternalStorageAvailable () {\n\t\treturn false;\n\t}\n\n\t@Override","sourceCodeStart":42,"sourceCodeEnd":78,"githubUrl":"https://github.com/libgdx/libgdx/blob/97f40861878058087be0685ca167ddfde132134b/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtFiles.java#L42-L78","documentation":"Error \"absolute() not supported in GWT backend\" thrown in libgdx/libgdx.","triggerScenarios":"Thrown at backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/GwtFiles.java:60 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["GWT cannot access absolute file system paths; use Gdx.files.internal(...) for assets instead of Gdx.files.absolute()."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"97f40861878058087be0685ca167ddfde132134b","analyzedAt":"2026-08-14T10:52:53.492Z","schemaVersion":2},"datasetVersion":"2026-08-15T17:31:12.345Z"}