|
| 20 Jul 2016 08:49 AM |
I click Play Game up to test my game ok ? then i click stop ( the red cube ) button and then the roblox studio crashes with a message :
"unexpected error occured , we are sorry "
anyone have an idea why and how to solve this problem ?
the thing is it never happend to me |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2016 08:56 AM |
Usually that happens if there's a looping script which doesn't have a wait. If you have any scripts in your game, then look for them and look for a "while" loop and add a wait into the script.
An example would be: local Example, Count = true, 0
while Example do wait() print("Hello") Count = Count + 1 if Count >= 3 then print("Looped three times.") break end end
( ͡• ◡ ͡•) -=[ RAP: 360,519 || DurstAuric; the narb of ROBLOX ]=- ( ͡• ◡ ͡•) |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2016 08:59 AM |
| i figured out the problem i used meshes in 25 parts ? but why is that crashing the game ? any help on how to fix this |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2016 09:00 AM |
| and no no scripts in my game just building stuffs and i only have 3 models ( i started new game ) |
|
|
| Report Abuse |
|
|
wfvj014
|
  |
| Joined: 30 Apr 2012 |
| Total Posts: 145 |
|
|
| 20 Jul 2016 09:01 AM |
| Well, you should normally save before testing, but I don't know what the problem could be. If studio crashed when you test play, maybe an infinite loop, even though they added a safety for that. However, I don't know what the problem could be considering it doesn't crash until you stop testing. Has this happened in the past or is it due to a recent roblox studio update? |
|
|
| Report Abuse |
|
|
wfvj014
|
  |
| Joined: 30 Apr 2012 |
| Total Posts: 145 |
|
|
| 20 Jul 2016 09:02 AM |
| Maybe the meshes aren't supported or something then. |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2016 09:02 AM |
| Never happend in the past , i saved the place ( i made 3 tanks ) so each tanks have parts that are connected with mashes .. and i set the meshes size and position you know how.. thats it and i test nothing happend no lags but when i stop the test it just break the studio and leave |
|
|
| Report Abuse |
|
|
| |
|
|
| 20 Jul 2016 09:04 AM |
| i didn't update my roblox studio does that might be the cause of the problem if yes then how do i update it ? |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2016 09:06 AM |
It updates automatically Studio 2013 has always been buggy, so save often |
|
|
| Report Abuse |
|
|