Skip to content

Instantly share code, notes, and snippets.

@SethBling
SethBling / MarIO.lua
Created November 20, 2024 00:41 — forked from d12frosted/MarIO.lua
MarI/O by SethBling
-- MarI/O by SethBling
-- Feel free to use this code, but please do not redistribute it.
-- Intended for use with the BizHawk emulator and Super Mario World or Super Mario Bros. ROM.
if gameinfo.getromname() == "Super Mario World (USA)" then
Filename = "DP1.state"
ButtonNames = {
"A",
"B",
"X",
@SethBling
SethBling / gist:4013473
Created November 4, 2012 20:13
Crash on loading world
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 11/4/12 12:10 PM
Description: Exception in server tick loop
java.lang.OutOfMemoryError: Java heap space
at bn.a(SourceFile:27)
at cc.b(SourceFile:96)
at bp.a(SourceFile:34)