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

Memory map fails to correctly reset after architecture changed #89

Closed
YTyyds opened this issue Jan 9, 2024 · 2 comments · Fixed by #91
Closed

Memory map fails to correctly reset after architecture changed #89

YTyyds opened this issue Jan 9, 2024 · 2 comments · Fixed by #91
Assignees
Labels
Milestone

Comments

@YTyyds
Copy link

YTyyds commented Jan 9, 2024

image
Whenever I try to debug the ARM environment, he blinks back and pops the following error
image

\cemu\emulator.py", line 199, in __populate_memory
self.start_addr = self.sections[0].address
IndexError: list index out of range

@fxh615
Copy link

fxh615 commented Mar 19, 2024

the same

@hugsy hugsy self-assigned this Mar 19, 2024
@hugsy
Copy link
Owner

hugsy commented Mar 19, 2024

Yes, I am aware of the bug but haven't had a chance to work on a fix.

@hugsy hugsy added this to the 0.8 milestone Mar 20, 2024
@hugsy hugsy changed the title self.start_addr = self.sections[0].address IndexError: list index out of range Memory map fails to correctly reset after architecture changed Mar 20, 2024
@hugsy hugsy added the bug label Mar 20, 2024
@hugsy hugsy closed this as completed in #91 Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants