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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ZwodahS

Pages: [1]
1
General / [Solved] Weird problem
« on: January 22, 2014, 12:54:10 pm »
I am not sure why but the text become like this when i run it on my windows. When running on osx, there is no problem.

I am using Codeblock(GCC) Windows7 64bit, sfml 2.0

When running on other windows machine, the problem isn't there.


2
General / Template game can't run on other Mac
« on: December 17, 2013, 09:26:20 am »
Hi , I am using SFML2.1. I usually use clang++ to compile my stuffs on my mac. I need to export it as a .app recently so I started using XCode to package the stuffs.

I followed the tutorial and also search the net for informations and managed to get the game running on my mac. However, when I export it out as a .app, it can run on my mac but not on my friend's mac. He got a EXC_BAD_ACCESS (SIGSEGV) when running the game. I am not sure what is the problem.

I also tried creating a basic app by using the default template. It didn't work too.

I think the problem is with the configuration of the build but I can't find any resources on how to fix this problem. I hope someone on the forum can advise me on how to fix this problem.

Pages: [1]