[GH-ISSUE #147] Regression with 0.1.17 #18

Closed
opened 2026-03-03 13:45:01 +03:00 by kerem · 2 comments
Owner

Originally created by @Quackdoc on GitHub (Jan 14, 2025).
Original GitHub issue: https://github.com/gopher64/gopher64/issues/147

panic on majoras mask and oot on linux. Issue does not occur on 0.1.16

thread 'main' panicked at src/device/rsp_su_instructions.rs:1143:23:
slice index starts at 4080 but ends at 0
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::slice::index::slice_index_order_fail::do_panic::runtime
   3: core::slice::index::slice_index_order_fail
   4: gopher64::device::rsp_su_instructions::sqv
   5: gopher64::device::rsp_interface::do_task
   6: gopher64::device::run_game
   7: gopher64::main
Originally created by @Quackdoc on GitHub (Jan 14, 2025). Original GitHub issue: https://github.com/gopher64/gopher64/issues/147 panic on majoras mask and oot on linux. Issue does not occur on 0.1.16 ``` thread 'main' panicked at src/device/rsp_su_instructions.rs:1143:23: slice index starts at 4080 but ends at 0 stack backtrace: 0: rust_begin_unwind 1: core::panicking::panic_fmt 2: core::slice::index::slice_index_order_fail::do_panic::runtime 3: core::slice::index::slice_index_order_fail 4: gopher64::device::rsp_su_instructions::sqv 5: gopher64::device::rsp_interface::do_task 6: gopher64::device::run_game 7: gopher64::main ```
kerem closed this issue 2026-03-03 13:45:02 +03:00
Author
Owner

@Quackdoc commented on GitHub (Jan 14, 2025):

Woops, sorry, didn't see that you had github actions to test git, I downloaded and tested #570 workflow, seems to not be an issue there,, my bad

<!-- gh-comment-id:2590944356 --> @Quackdoc commented on GitHub (Jan 14, 2025): Woops, sorry, didn't see that you had github actions to test git, I downloaded and tested #570 workflow, seems to not be an issue there,, my bad
Author
Owner

@loganmc10 commented on GitHub (Jan 14, 2025):

Yeah thanks, it was fixed here: github.com/gopher64/gopher64@d9a08f112d it will be included in the next release

<!-- gh-comment-id:2590945170 --> @loganmc10 commented on GitHub (Jan 14, 2025): Yeah thanks, it was fixed here: https://github.com/gopher64/gopher64/commit/d9a08f112d09c55978dcfa0d717d0d676d69d8e4 it will be included in the next release
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#18
No description provided.