-
Notifications
You must be signed in to change notification settings - Fork 189
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
Crashes when genqrc attempts to add large file (font) #107
Comments
tree MacBook-Air:imconsole svkior$ tree qml
qml
├── main.qml
└── resources
├── boot
│ ├── Boot.qml
│ ├── BootLogo.qml
│ └── PasswordKeyboard.qml
├── fonts
│ └── lcd.ttf
├── misc
│ ├── BigButton.qml
│ ├── DefText.qml
│ ├── Sketch.qml
│ └── TouchKey.qml
├── or
│ └── CommonManual.qml
├── sys
│ ├── Clock.qml
│ ├── StatusPad.qml
│ ├── StatusWindow.qml
│ ├── SysLogo.qml
│ └── SystemPad.qml
└── users
├── UserModel.qml
└── UsersList.qml
7 directories, 17 files |
When I exclude ttf - everything is ok. Here is result of ls MacBook-Air:imconsole svkior$ ls -la ./qml/resources/fonts/
total 24
drwxr-xr-x 3 svkior staff 102 Oct 1 01:40 .
drwxr-xr-x 8 svkior staff 272 Oct 1 01:39 ..
-rw-r--r-- 1 svkior staff 9532 Dec 16 2004 lcd.ttf |
This doesn't look related to the file size. Would you be able to provide the content of your resources directory somewhere? |
Actually, I see the problem. Fix coming. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to add font inside the qrc.go
The text was updated successfully, but these errors were encountered: