Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U_FILE_ACCESS_ERROR on builds for Android and Linux #102048

Closed
ell-v opened this issue Jan 26, 2025 · 1 comment
Closed

U_FILE_ACCESS_ERROR on builds for Android and Linux #102048

ell-v opened this issue Jan 26, 2025 · 1 comment
Labels

Comments

@ell-v
Copy link

ell-v commented Jan 26, 2025

Tested versions

reproducible in v4.4.beta1.official [d33da79] (downloaded the build templates January 25). Either Linux or Android build.
not reproducible in v4.4.dev7.official [46c8f8c]

System information

Godot v4.4.beta1 - Linux Mint 22 (Wilma) on X11 - X11 display driver, Multi-window, 1 monitor - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 1060 (nvidia; 550.120) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 threads)

Issue description

The issue is that after building, all scenes that get loaded that have a script file attach throw me a bunch of "U_FILE_ACCESS_ERROR" depending on the number of lines of code on load of that scene. The project runs fine nonetheless.

CORE API HASH: 1110081317 EDITOR API HASH: 1788430797 Loaded system CA certificates Loading resource: res://.godot/exported/133200997/export-362256a061aa8890e9a1e558b11e5ec3-node_2d.scn Loading resource: res://node_2d.gdc ERROR: U_FILE_ACCESS_ERROR at: _spoof_check (modules/text_server_adv/text_server_adv.cpp:7144) ERROR: U_FILE_ACCESS_ERROR at: _spoof_check (modules/text_server_adv/text_server_adv.cpp:7144) ERROR: U_FILE_ACCESS_ERROR at: _spoof_check (modules/text_server_adv/text_server_adv.cpp:7144) ERROR: U_FILE_ACCESS_ERROR at: _spoof_check (modules/text_server_adv/text_server_adv.cpp:7144) ERROR: U_FILE_ACCESS_ERROR at: _spoof_check (modules/text_server_adv/text_server_adv.cpp:7144) ERROR: U_FILE_ACCESS_ERROR at: _spoof_check (modules/text_server_adv/text_server_adv.cpp:7144) ERROR: U_FILE_ACCESS_ERROR at: _spoof_check (modules/text_server_adv/text_server_adv.cpp:7144) ERROR: U_FILE_ACCESS_ERROR at: _spoof_check (modules/text_server_adv/text_server_adv.cpp:7144)
I expect it to not throw the errors.

Steps to reproduce

  • create a project
  • add a node
  • attach a script file
  • build for Linux or Android (and possible other platforms)

Minimal reproduction project (MRP)

N/A

@bruvzg
Copy link
Member

bruvzg commented Jan 26, 2025

Already fixed - #101685

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants