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

panic: runtime error: index out of range #2

Open
xyproto opened this issue Apr 21, 2012 · 1 comment
Open

panic: runtime error: index out of range #2

xyproto opened this issue Apr 21, 2012 · 1 comment

Comments

@xyproto
Copy link

xyproto commented Apr 21, 2012

When starting dcpu16, I get:

panic: runtime error: index out of range

goroutine 1 [running]:
main.main()
/home/alexander/archpackages/dcpu16/src/dcpu16-dcpu16-go-998bb5f/main.go:51 +0x2a

goroutine 2 [syscall]:
created by runtime.main
/home/alexander/archpackages/community/go/trunk/src/release-build/src/pkg/runtime/proc.c:221

goroutine 3 [syscall]:
os/signal.loop()
/home/alexander/archpackages/community/go/trunk/src/release-build/src/pkg/os/signal/signal_unix.go:20 +0x1c
created by os/signal.init·1
/home/alexander/archpackages/community/go/trunk/src/release-build/src/pkg/os/signal/signal_unix.go:26 +0x2f

I'm on 64-bit Arch Linux.

Here's the package I have used:
https://aur.archlinux.org/packages.php?ID=58676

Please test dcpu16 on this tetris app:
http://www.dcpu16apps.com/Home/App/33

(Version number and license file would be great too). :)

Best regards,
Alexander Rødseth

@scottferg
Copy link
Owner

Oh wow didn't realize I was in that repo. Thanks for the bug report,
working on getting that specific program running right now actually.
Currently its not supporting input though, that will be in my next update.
On Apr 21, 2012 8:19 AM, "Alexander Rødseth" <
[email protected]>
wrote:

When starting dcpu16, I get:

panic: runtime error: index out of range

goroutine 1 [running]:
main.main()

/home/alexander/archpackages/dcpu16/src/dcpu16-dcpu16-go-998bb5f/main.go:51
+0x2a

goroutine 2 [syscall]:
created by runtime.main

/home/alexander/archpackages/community/go/trunk/src/release-build/src/pkg/runtime/proc.c:221

goroutine 3 [syscall]:
os/signal.loop()

/home/alexander/archpackages/community/go/trunk/src/release-build/src/pkg/os/signal/signal_unix.go:20
+0x1c
created by os/signal.init·1

/home/alexander/archpackages/community/go/trunk/src/release-build/src/pkg/os/signal/signal_unix.go:26
+0x2f

I'm on 64-bit Arch Linux.

Here's the package I have used:
https://aur.archlinux.org/packages.php?ID=58676

Please test dcpu16 on this tetris app:
http://www.dcpu16apps.com/Home/App/33

(Version number and license file would be great too). :)

Best regards,
Alexander Rødseth


Reply to this email directly or view it on GitHub:
#2

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

2 participants