-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
[3DS v0.80.1344] Crash on Startup #1200
Comments
I'm running into this as well. When I get some time I'll try building the merge commit #1122 to see if that works and if so bisect. |
@asiekierka any idea what fix might be needed? |
Just tested it now, it runs fine as I can see. |
I've widdled the error being put in to 0bb037c. |
Nice find! So maybe something to do with the async URL fetching code. I'm new to both tic80 and 3ds development but will take a look. |
Thank you for the research! Looking into it right now - the 3DS uses custom HTTP code to reduce the binary's size. |
This should do it. Thank you again! |
n3ds: fix crash in async net_httpc access, close #1200
Hello again, I finally got the 3DS version of TIC-80 built, but I have a bug to report.
On an o3DS, TIC-80 will crash upon startup, right around when the console is meant to appear. A crash dump can be found here
crash_dump_00000000.zip
EDIT: This happens on both the CIA and 3DSX versions.
The text was updated successfully, but these errors were encountered: