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

Want't start on OSX M1 Pro #38

Open
gotzmann opened this issue Jan 8, 2023 · 1 comment
Open

Want't start on OSX M1 Pro #38

gotzmann opened this issue Jan 8, 2023 · 1 comment

Comments

@gotzmann
Copy link

gotzmann commented Jan 8, 2023

Retro8 wan't start on my laptop after successful buit:

Initializing color table
Using renderer pixel format: SDL_PIXELFORMAT_ARGB8888
Loading extended PICO-8 Api
libc++abi: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc
zsh: abort      ./retro8

The output of cmake:

-- The C compiler identification is AppleClang 14.0.0.14000029
-- The CXX compiler identification is AppleClang 14.0.0.14000029
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found SDL2: /opt/homebrew/lib/libSDL2main.a;/opt/homebrew/lib/libSDL2.dylib;-framework Cocoa
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/me/git/retro8
@dhorlick
Copy link

I'm getting the same outcome when I try to run a freshly-built executable on Ubuntu 20.04.4…

Initializing color table
Using renderer pixel format: SDL_PIXELFORMAT_ARGB8888
Loading extended PICO-8 Api
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)

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