HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Possible Mac issue

03-17-2009, 09:51 AM#1
Tide-Arc Ephemera
I try hosting this and it disconnects everyone. One-off thing or is it a possible Mac issue?

Impossible Bosses also does this.
03-17-2009, 10:21 AM#2
akolyt0r
There are some natives which disconnect mac users ..when you are host it can also be that it disconnects all the others.....like UnitDamagePoint ...

maybe dusk has still some of them in the map ...
03-17-2009, 10:23 PM#3
Joker
I promise you, Dusk does not have any UnitDamagePoint in his map. Pretty sure it's not a Mac related issue. I think its a problem with you, not the maps.
03-18-2009, 04:33 AM#4
Jazradel
Probably you, but yes Mac only issues exist.
03-18-2009, 06:10 AM#5
Tide-Arc Ephemera
I forgot to mention it happened on my other computer when I don't host, as well.
03-20-2009, 01:20 AM#6
Rising_Dusk
My mac user friends can't seem to reproduce this. Nothing happens at map initialization that is known to crash with mac users. I'm not sure what to tell you.
03-20-2009, 10:20 AM#7
Tide-Arc Ephemera
On all the computers that are Macs that I've tried to play dungeon crawlers, it seems to stab me in the eyeball... oh wells, thanks for helping.
03-20-2009, 12:22 PM#8
Rising_Dusk
I wish it were easier to figure out. There's some obscure thing that causes crashes in mac users like 1 out of 20 times in DoE too. All I do there is level up an engineering upgrade ability, but somehow it causes macs to crash occasionally. Then I updated the map, changed nothing about the spell, and the crashing stopped.

If there were something I could 'fix', I'd do it, but there just isn't.
03-20-2009, 05:25 PM#9
iNfraNe
Mac users should just buy pc's imho :)
03-20-2009, 10:35 PM#10
Av3n
I heard that this:
Collapse JASS:
 function SomeFunc takes nothing returns nothing
    returns nothing
endfunction

Then again I haven't tested it enough to make sure it does crash.

-Av3n
03-21-2009, 03:13 AM#11
Tide-Arc Ephemera
I doubt it... DoNothing() would be a killer in GUI then.

EDIT!
Are you actually allowed to return nothing? :/
03-21-2009, 04:51 AM#12
Sabertooth_X
Quote:
Originally Posted by Tide
EDIT!
Are you actually allowed to return nothing? :/
No, because you've already stated you're not returning anything.