|
Couldn't find this error anywhere on the forums, so I wanted to check if anyone has seen it before I submit a bug report. It's only happening in IE8 for me, not Firefox, when running the web player and is happening with a new project using the sample scene provided by default. It appears to be something environment related but I've double checked and haven't installed anything in a few weeks and am not sure where or how to modify the MONO_PATH variable. As soon as the web player loads and starts the Unity splash screen it crashes. A reinstall of the web player didn't help, I'll move on to uninstalling Unity next. Web player log has:
Here is the app crash report in IE8
(comments are locked)
|
|
I suspect you manually have set MONO_PATH as an environment variable, and our scriptcompiler's code isn't expecting that. I'm pretty sure I fixed this bug for Unity3. Ok, well then can I have a copy of Unity3? jk. I've checked my environment variables and I do not have a MONO_PATH entry. I've uninstalled the Mono framework, Mono Develop and Unity Editor and then reinstalled them in that order, Mono Framework 2.6.3, Mono Develop and then Unity Editor and I get the same problem. Any suggestions for those of us using Unity 2.6? Perhaps I should be setting a MONO_PATH entry to something concrete?
Jun 08 '10 at 05:54 PM
Tray
Try looking in control panel -> system properties -> advanced ->environment variables. It is very likely setup there. also, open a cmd.exe dosbox, and write: echo %MONO_PATH% to see if it's defined.
Jun 11 '10 at 02:37 PM
Lucas Meijer 1 ♦♦
(comments are locked)
|

A reinstall of Unity Editor and Unity Web Player did NOT help the situation.