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

open jksm arm11 error #57

Open
heiyu-04 opened this issue Aug 7, 2021 · 3 comments
Open

open jksm arm11 error #57

heiyu-04 opened this issue Aug 7, 2021 · 3 comments

Comments

@heiyu-04
Copy link

heiyu-04 commented Aug 7, 2021

I build "JK's save Manager - 7.27.2021" but However, an ARM11 error will be reported after reading the data

@J-D-K
Copy link
Owner

J-D-K commented Aug 9, 2021

Does it write the cache or not even make it there? I was experimenting with having generated icons like switch but it's not 100% stable.

@TuxSH
Copy link

TuxSH commented Jan 9, 2023

It doesn't get there AFAIK, crash at "Loading Titles"

#0  0x0012de4c in C3D_FrameDrawOn (target=0x0) at /home/fincs/git/pacman-packages/citro3d/src/citro3d-1.7.0/source/renderqueue.c:183
#1  0x0011e3d0 in C2D_SceneBegin (target=0x0) at /opt/devkitpro/libctru/include/c2d/base.h:295
#2  0x0011f764 in util::createIconGeneric (txt=..., sub=0x213010 <gfx::iconSubTex>) at /mnt/c/git/misc/JKSM/src/util.cpp:235
#3  0x001061a0 in data::titleData::init (this=0x819f300, _id=@0x81d7538: 0x400300000c502, mt=@0x819f3fb: MEDIATYPE_NAND) at /mnt/c/git/misc/JKSM/src/data.cpp:201
#4  0x0010722c in data::loadTitles (a=0x810ea10) at /mnt/c/git/misc/JKSM/src/data.cpp:446
#5  0x001b85f0 in _thread_begin (arg=0x818f008) at /mnt/c/git/libctru/libctru/source/thread.c:21
#6  0x00000000 in ?? ()
icnTarget = 0x0
txtX = 0x8
ret = 0x810ec90

@J-D-K
Copy link
Owner

J-D-K commented Jan 10, 2023

It's probably a thread or data race issue. It's been a while since I looked and I don't have a lot of time to do it lately. I remember my whole main thread updates the screen while tasks run in other threads idea that works on switch didn't make the jump to 3DS too well. I only remember that it must've been somewhat stable for me, because I do remember using it to test Google drive before life got in the way.

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

No branches or pull requests

3 participants