-
AdriansuzrLikes 0Problem Description
When I run my program the window that opens up to display the game doesn’t open but instead xocde changes it’s windows to a debugging window. At least thats what it looks like.
Images at:
-
Sonar Systems adminLikes 0
This is because of an error, check if the console is reporting any errors.
This reply has been verified.
-
AdriansuzrLikes 0
The only logs from Xcode that I see in the console are:
Making presenter AD56B666-AF66-479E-8F5F-06BC6453B36F observe change
and
CGContextConvertSizeToDeviceSpace: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
-
Sonar Systems adminLikes 0
Does an empty project work?
-
AdriansuzrLikes 0
-
Sonar Systems adminLikes 0
Have you tried to setup SFML or this a purley simple C++ project?
-
CickooLikes 0
Hello
i have a problem with flappy bird whit this part of code _data->machine.AddState(StateRef(new SplashState(this->_data))); i get this i m using visual studio
Severity Code Description Project File Line Suppression StateError C2259 'SplashState': cannot instantiate abstract class SPA_PONG_PROJEKT C:\Users\38598\Desktop\PROJEKT SPA!\SPA_PONG_PROJEKT\SPA_PONG_PROJEKT\Game.cpp 9Severity Code Description Project File Line Suppression StateError (active) E0322 object of abstract class type "SplashState" is not allowed: SPA_PONG_PROJEKT C:\Users\38598\Desktop\PROJEKT SPA!\SPA_PONG_PROJEKT\SPA_PONG_PROJEKT\Game.cpp 9
-
tim7882Likes 0
getting this error to
Login to reply