Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Solved: Crash on other systems than the build system.  (Read 1073 times)

0 Members and 1 Guest are viewing this topic.

Omegaclawe

  • Newbie
  • *
  • Posts: 8
    • View Profile
Solved: Crash on other systems than the build system.
« on: March 16, 2012, 11:16:24 pm »
Update: it's taken a long time, but after individually commenting out lines of code, transferring the result to other computers, And running it there and seeing if it still crashed, I have discovered that this had nothing to do with SFML, so much as trying to get a proper timestamp. Still investigating a fix.

Either way, I think this topic is done with here. Sorry about the original quality; wrote it in a rush on my way to work.

Update 2: Solved. Had to do with allocating to the heap where the stack was more appropriate. Should have paid more attention to those boost tutorials I was c/ping then editing.