|
| 04 Feb 2014 01:15 PM |
Okay, there happens to be a bug in my code, when I do something, roblox freezes.
No I DO NOT use infinite loops without yields(waits) before you say it
I do have recursing functions though.
But since roblox only freezes, without giving me any output, how can I get output and/or trace the error?
|
|
|
| Report Abuse |
|
|
|
| 04 Feb 2014 01:17 PM |
If it loops there probably isn't an error.
Add some waits to your recurring functions to see if any of them crash.
But Roblox makes logs somewhere. |
|
|
| Report Abuse |
|
|
duckwit
|
  |
| Joined: 08 Aug 2008 |
| Total Posts: 1310 |
|
|
| 04 Feb 2014 01:21 PM |
Remove sets of functionality one by one until the error no longer happens -> Find out which script is causing it, should be pretty straightforward from then on?
It's really hard for us to suggest anything in these cases, sorry about that.
|
|
|
| Report Abuse |
|
|
|
| 04 Feb 2014 01:33 PM |
| Yeah thanks, I simply put a wait in the recurring function and realized for some reason it never stops recurring :) |
|
|
| Report Abuse |
|
|