Hi all,
I’ve been trying to play some games that use Unity Web Player, but when they start the game thinks I’m pressing the W + A keys.
For example, in one game as soon as I spawn I’m moving forward + left, and can’t stop.
This happens in EVERY Web Player game, but not games which don’t use it.
To name a few examples… Dead Frontier and Rust are the ones I can think of.
Specs:
CPU - AMD Bulldozer FX4170 Quad Core 4.2ghz
Mobo - ASUS M5A78L-M/USB3
RAM - 8gb Kingston HyperX Genesis Dual DDR3 1600mhz
GPU - AMD Radeon HD 7850 2gb running Catalyst 13.4 drivers
OS - Windows 7 Home Premium 64bit
Help please?
Rather than bump, which we don’t allow around here, and give infractions for, why not give the community something more, such as the games you are playing, the browser you use, and the OS. People don’t reply because they don’t know what to say to help.
Sorry, didn’t realise you didn’t allow bumping. Most forums allow one daily bump if there’s been no responses and considering there’s nothing that says you’re not allowed to bump I don’t think I deserved an infraction for it… maybe add a thread that explains what you can’t do on here?
Fair enough, wrote the original post when I was about to go to sleep so didn’t really think much. Will edit original post with specs.
As for games… it happens with ALL web player games.
What plugin version are you running? Check at Unity Real-Time Development Platform | 3D, 2D, VR & AR Engine
What browser and version are you using?
Do the logfiles (Unity - Manual: Log files) for the webplayer show any errors?
Unity:
Unity Plugin version: 4.2.0f4
Unity Engine version: 3.5.7f6
Browser:
Have tried both Google Chrome version 28.0.1500.72 and Mozilla Firefox version 22.0
Log:
I wouldn’t know what to look for but here’s one of my logs.
Well, based on the log file you uploaded, I can now confidentally say that the game has some serious problems:
System.MethodAccessException: Attempt to access a private/protected method failed.
System.TypeLoadException: Could not load type ‘System.Net.NetworkInformation.NetworkInterface’ from assembly ‘System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’.
System.TypeLoadException: Could not load type ‘System.IO.Pipes.NamedPipeClientStream’ from assembly ‘System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’.
The game looks to be attempting to do things that are not supported in the browser. I think you need to get in touch with the developers and tell them about the problems you have.
Can you share up another log from a different game. If I understand your first post, you are unable to play EVERY game.
Ok, so is that why I’m getting my problem?
And yes, every web player game that requires keyboard (WASD) movement I get this with. Obviously for games that use mouse only it doesn’t matter.
And here’s a log from another game: 130723 22:41:54 ------------------------------------------------------------13 - Pastebin.com
Dead Frontier is crashing because it’s out of memory. What kind of system do you have there?
Huh, the game doesn’t crash, I just get the issue where my character is moving without input.
Specs are in original post.