-
Notifications
You must be signed in to change notification settings - Fork 107
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
Uncaught exception - alloc.c(177) : max_string_size reached #189
Comments
Hi @mynameGY , can you please add more details. What neko code are you running, can you post the source? |
I used haxeflixel to build flash and failed. Here's the details error :Called from ? line 1 |
Looks like the string describing resources becomes too long to be allocated in Neko. You would probably have to report the issue for the tool that is getting this error. @ncannasse, @andyli, what do yo think? |
This is some issue related to lime and should be handled at lime level. It seems weird that there is a 256MB limit to resources as I think some projects have more than that. |
I want to increase the limit of more than 256M. How can I solve this problem? |
This needs to be fixed in Lime (openfl/lime, right @ncannasse?). To get help with fixing it you should report this issue in the lime repository. |
Okay, thank you very much @ppenzin .I really look forward to ncannasse's help. Thank @ncannasse in advance. |
@ppenzin yes, this is somewhat lime specific. Maybe recompiling and running the build tool with HashLink would prevent this error from occurring. |
Are strings allocated differently in HashLink? I haven't gotten to building it yet since I got stuck with FreeBSD build of Haxe :) |
Well you don't have the 256MB limit.
…On Sat, Jan 5, 2019 at 7:18 AM Petr Penzin ***@***.***> wrote:
Are strings allocated differently in HashLink? I haven't gotten to
building it yet since I got stuck with FreeBSD build of Haxe :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#189 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA-bwMDK3zNDTnTP4ZGB84Ivy445U5A1ks5vAEPLgaJpZM4Zjj3A>
.
|
How to deal with it please help me
The text was updated successfully, but these errors were encountered: