Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Bug? Segmentation fault: 11 [...]

ylmendil
Monday, October 9, 2017 - 17:22

Premise: I did the MAC OS installation myself (MAC OS 10.12.6 (16G29), Flare Engine v0.19)

 

I am getting these issues (with the mods fantasycore and alpha_demo active), after creating the character:

2017-10-09 19:58:51.021 flare[3444:72879] INFO: No joysticks were found.

2017-10-09 19:58:51.022 flare[3444:72879] INFO: Using Render Device: SDLSoftwareRenderDevice (software, SDL 2)

2017-10-09 19:59:07.933 flare[3444:72879] ERROR: [./mods/alpha_demo/maps/spawn.txt:7] Map: 'location' is not a valid key.

2017-10-09 19:59:07.933 flare[3444:72879] ERROR: Map: Hero spawn position (hero_pos) not defined in map header. Defaulting to (0,0).

2017-10-09 19:59:07.974 flare[3444:72879] ERROR: Map: Hero spawn position (hero_pos) not defined in map header. Defaulting to (0,0).

Segmentation fault: 11

 

I am also getting resolution issues when activating the mod minicore (low res, can't find buttons at the right place).

 Any clue..? Merci.

  • Log in or register to post comments
dorkster
joined 13 years 1 month ago
Tuesday, October 10, 2017 - 19:26
dorkster's picture

I can confirm a crash there, but I'm not sure yet about a fix. I've opened an issue for it on Github: https://github.com/clintbellanger/flare-engine/issues/1516

Don't worry about minicore. It is intended for handheld devices that don't have much memory for higher resolution textures. You don't need to enable it if you're playing on a normal computer.

  • Log in or register to post comments
dorkster
joined 13 years 1 month ago
Tuesday, October 10, 2017 - 20:04
dorkster's picture

So this appears to be a sound bug in SDL 2.0.6. You can try downgrading to SDL 2.0.5, which has no crashes on my end.

  • Log in or register to post comments
ylmendil
joined 7 years 10 months ago
Wednesday, October 11, 2017 - 19:15

Thanks, and eager to try it.

Incidentally, if you have a suggestion on how to install sdl 2.0.5 on MAC OS, I spent about one hour trying to figure out how to do it using homebrew and it does not look easy, now that they have discontinued old version support. Maybe I should just forget about using homebrew..

 

  • Log in or register to post comments
ylmendil
joined 7 years 10 months ago
Wednesday, October 11, 2017 - 19:41

Actually -- managed to uninstall sdl 2.0.6 and install sdl 2.0.6, taking a stab at the other packages (which depend on sdl2) following the same strategy

brew uninstall sdl2_ttf --force

brew uninstall sdl2_mixer --force

brew uninstall sdl2_image --force

brew uninstall sdl2 --force

brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f028fb4ac27b8b8...

brew pin sdl2

[https://stackoverflow.com/questions/3987683/homebrew-install-specific-ve... -- using http://braumeister.org by sealocal]

  • Log in or register to post comments
dorkster
joined 13 years 1 month ago
Saturday, October 28, 2017 - 10:35
dorkster's picture

This bug was fixed in SDL 2.0.7. So update to that if you can.

  • Log in or register to post comments
ylmendil
joined 7 years 10 months ago
Saturday, November 4, 2017 - 07:29

And... it worked!

Thank you for following up, you did save me a lot of time sorting out library versions.

  • Log in or register to post comments