Changes between Initial Version and Version 1 of Ticket #2650


Ignore:
Timestamp:
Jun 26, 2014, 11:42:30 AM (10 years ago)
Author:
wraitii
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2650 – Description

    initial v1  
    11Atlas compiles successfully but crashes on startup (either from in-game or the command line). The error given is fairly weird in my case: [NSApplication transformToForegroundApplication]: unrecognized selector sent to instance 0x103808b10
    22
    3 It all happens in RunEngine() in Atlas/Gameloop.cpp. Apparently there's something with the command line argument it doesn't line (when stepping, it tends to crash and malloc here) but I'm not sure why. I don't really have a lot more info for now. Gonna try in debug mode.
     3It all happens in RunEngine() in Atlas/Gameloop.cpp. Apparently there's something with the command line argument it doesn't like (when stepping, it tends to crash on some malloc here) but I'm not sure why. I don't really have a lot more info for now. Gonna try in debug mode.
    44
    55I'm putting this as release blocker for now.