Web player crash?

I am sure it is something I am doing wrong but now it seems everything I do with Unity and export to a web player crashes. I have tried both the beta and older version of the player with no joy.

The crash is pretty much you double click the web page and the Unity logo comes up you see the load bar complete and then the application complete closes with no error message etc. I even looked in the logs and no report there either.

Does anyone have any thoughts or ideas?

I have attached a test player for anyone to review.

Thanks,

– Clint

20224–661–$webtest_409.zip (177 KB)

Here’s from the Console:

060920 08:44:33 Datafile file:///Users/aarku/Desktop/webtest_409/webTest.unityweb

---
Window clip rect: 515, 835, 77, 317
Port bounds: -515, 835, -77, 744
port x, y: -515, -77
window x, y, width, height: 515, 77, 320, 240 
---

060920 08:44:33 Loading Unity Player
Player: init engine
      060920 08:44:35 Loader: Start Success

---
Window clip rect: 515, 835, 77, 317
Port bounds: -515, 835, -77, 744
port x, y: -515, -77
window x, y, width, height: 515, 77, 320, 240 
---


** (process:9233): WARNING **: The following assembly referenced from data-0xcec0000 could not be loaded:
     Assembly:   System    (assemblyref_index=0)
     Version:    1.0.5000.0
     Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/).


** (process:9233): WARNING **: Could not load file or assembly 'System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.

** (process:9233): WARNING **: Missing method Parse in assembly data-0xcec0000, type System.Net.IPAddress

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. :

Weird :slight_smile:

-Jon

Huh, I didn’t even get that from my console. I did got to the log file and saw a bunch of jibberish. :wink:

Anyone know what all that means and what I can do to fix it? ;-p

Thanks!

– Clint

You are using .NET functions in the web player which are probably not supported in the web player due to security reasons. You can contact me via email, so we can figure out exactly what functionality you need in the web player.

Will do. Thanks! :slight_smile:

– Clint