Hi linreal,
That's a new one! I've never had a call to FIGURE fail like that. Had you been doing anything complicated in your MATLAB session before running Staker? I've run programs before that changed certain Java settings, which resulted in subsequent figures rendering funny. I would first try closing and restarting MATLAB.
Comment only
14 May 2009
Staker v0.6
Staker is a 3-D artillery game inspired by Tank Wars and Scorched Earth.
I cannot run the program as I met the following errors.
>> staker
??? Error using ==> figure
Error using ==> figure
Error using ==> figure
UIJ_AreThereWindowShowsPending - timeout waiting for window to show up
Error in ==> staker>make_figure at 3503
hObject = figure('Units','pixels','Position',position,...
Error in ==> staker>initialize_intro at 241
hFigure = make_figure([1+(SCREEN_SIZE(3:4)-[300 300])./2 300 300],...
Error in ==> staker at 213
initialize_intro;
5
03 Apr 2009
Staker v0.6
Staker is a 3-D artillery game inspired by Tank Wars and Scorched Earth.
I've submitted an updated beta version of Staker that should be available within the next day or so (v0.6). This version should run independently from the Image Processing Toolbox, so anyone who only has access to core MATLAB functions should be able to play!
Ken
Comment only