for me the file always currupts and i get advised to delete it. any ideas or updates?Right click on the app, then tap on 'show package contents'. Open the contents folder and right click on the MacOS folder. In the menu, go to 'services' and then click on 'new terminal at folder'. Once that's opened up type 'chmod +x ./S' then press the TAB key to autocomplete. It should end up something like: 'chmod +x School\ Love\ and\ Friends' then press enter on your keyboard and try to open it again.
I've just double checked. It still works for me doing that. One alternative is to move the app into the Applications folder and then back out again. that seems to also fix the issue.for me the file always currupts and i get advised to delete it. any ideas or updates?
thanks for checking but with the "chmod" i still get a "School, Love & Friends is damaged and can’t be opened. You should move it to the Trash".I've just double checked. It still works for me doing that. One alternative is to move the app into the Applications folder and then back out again. that seems to also fix the issue.
Try downloading the windows version and playing with wine. That should work.thanks for checking but with the "chmod" i still get a "School, Love & Friends is damaged and can’t be opened. You should move it to the Trash".
Moving into application folder and out does not change anything.
Seems like i won´t be able to play the game :/
i cant get the windows version to work with mac it always crashesTry downloading the windows version and playing with wine. That should work.
i cant get the windows version to work with mac it always crashes
and the mac version is bugging a lot for me
It's working well for me on linux, so I thought it might work on macs too.
So this whole thing is wrong (written and calculated ?)it's because the brackets are missing, because with them the result is not the same and 0 is the right answer
it's necessary to understand 10 -(2x2+6) = 0
Both expressions (with and without brackets) are syntactically correct but they have different result.So this whole thing is wrong (written and calculated ?)
These are such lousy arithmetic problems that you also know from newspapers. What is in brackets always has priority. after that point calculation comes before line calculation. And equivalent calculations always go from left to right. Nevertheless, I often despair of it.Both expressions (with and without brackets) are syntactically and semantically correct but they have different result.
Order of operations is:
1. Brackets
2. Multiplication / division
3. Addition / subtraction
4. From left to right (this is step which many people forget)
So for expression with brackets you have:
10 -(2x2+6) = 10 - (4+6) = 10 - 10 = 0
and for expression without brackets (like in game) you have:
10 -2x2 + 6 = 10 - 4 + 6 = 6 + 6 = 12
In attachment you have result from calc.
Math teacher is not a pervert but incompetent pervert.
View attachment 1791191
It's 12, and not 0 as he claims.
lol here we go again lolBoth expressions (with and without brackets) are syntactically correct but they have different result.
Order of operations is:
1. Brackets
2. Multiplication / division
3. Addition / subtraction
4. From left to right (this is step which many people forget)
So for expression with brackets you have:
10 -(2x2+6) = 10 - (4+6) = 10 - 10 = 0
and for expression without brackets (like in game) you have:
10 -2x2 + 6 = 10 - 4 + 6 = 6 + 6 = 12
In attachment you have result from calc.