greggman / HappyFunTimes

A System for creating 10-100+ player local games
http://greggman.github.io/HappyFunTimes
BSD 3-Clause "New" or "Revised" License
380 stars 55 forks source link

Unity crashes #5

Closed hotcakesdeluxe closed 9 years ago

hotcakesdeluxe commented 9 years ago

I believe I have everything set up correctly since I can see games i've added but whenever I try running Unity example the exe crashes and HFT crashes. both from localhost and from superhappyfuntime installs. The html games seem to work fine. any ideas what it might be?

greggman commented 9 years ago

What platform?

hotcakesdeluxe commented 9 years ago

chrome on a windows 8 machine

greggman commented 9 years ago

Looking into it.

The first thing I tried is running HappyFunTimes manually. Find the icon in the windows Apps screen, right click on it, pick "Open File Location". Then select the HappyFunTimes icon, right click, pick "Properties", select everything in "Target", copy it (ctrl-a), then open a command prompt and paste it in (right click, pick "Paste") and press enter.

I did this to see if it would print the error but it just worked there. I'll have to look into why it's not working when launched normally but you can hopefully at least make progress if this works for you

greggman commented 9 years ago

It looks like there's an issue with the way I look up the path of the exe in Unity. Works on OSX, not Windows. Will upload a fix ASAP.

hotcakesdeluxe commented 9 years ago

Thanks man! I really dig this and can't wait to make something with it! On Sep 19, 2014 5:32 PM, "Greggman" notifications@github.com wrote:

It looks like there's an issue with the way I look up the of the exe in Unity. Will upload a fix ASAP.

— Reply to this email directly or view it on GitHub https://github.com/greggman/HappyFunTimes/issues/5#issuecomment-56238685 .

greggman commented 9 years ago

Try this https://github.com/greggman/HappyFunTimes/releases/download/v0.0.10/HappyFunTimes-0.0.10-installer.exe

Note: you'll need to "upgrade" whatever unity samples you downloaded. You should be able to upgrade on http://superhappyfuntimes.net

If you started making your own unity game be sure to get the latest plugin dlls and update the apiVersion to 1.3.0 in your package.json https://github.com/greggman/hft-unity3d/releases

also please tell me if this works for you.

hotcakesdeluxe commented 9 years ago

Sorry for the delayed response but this fixed everything. Thanks!

greggman commented 9 years ago

Awesome! Glad it worked!