ValveSoftware / ValveSoftware/Proton
Arena Wars 2 (207730)
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 32.8k
- Forks
- 1.6k
- PR merge metrics
- PR metrics pending
Description
Hi!
When starting it crashed. See Error Message below:
Program: Engine
Modules: None
Start Time: 2020-10-30 09:10:10
Platform: Windows, 6 CPUs, 32 bit (on 64 bit OS), Windows NT 6.2.9200.0
User: marco (MARCO-GA-78LMT-)
01.1633 Warning: No program name found for logging, there should be a program name from a unit test or the application (not Engine)!
06.6469 Warning: CreateInstance failed for 'Delta.InputSystem.Windows.WindowsKeyboard': Exception has been thrown by the target of an invocation. This means the dynamic creation of 'Delta.InputSystem.Windows.WindowsKeyboard' worked, but the class failed internally and the instance could not be created (there should be a previous error, if not, try to debug the constructor of 'Delta.InputSystem.Windows.WindowsKeyboard' !)
System.IO.FileNotFoundException: Could not load file or assembly 'PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
File name: 'PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
06.6472 Warning: Fatal Error: Unhandled exception occurred (Application is terminated, we cannot recover!): System.NullReferenceException: Unable to initialize Keyboard input device, unable to continue!
at Delta.InputSystem.Input.get_Keyboard () [0x00018] in :0
at Delta.InputSystem.Input.KillAllInput () [0x00000] in :0
at Delta.Scenes.Scene.Open () [0x000a3] in <253f3c8d6d754e98af15595cfe26866b>:0
at Delta.Scenes.BaseUI.BaseUIScene.Open () [0x00000] in <253f3c8d6d754e98af15595cfe26866b>:0
at ArenaWars.Menu.MenuManager..ctor (ArenaWars.Menu.AState startState) [0x0002a] in <8038ffdc29a949038d838d08f819db8b>:0
at ArenaWars.Menu.MenuManager.GetInstance () [0x00007] in <8038ffdc29a949038d838d08f819db8b>:0
at ArenaWars.Manager..ctor (System.String setWindowName, System.Single setWidth, System.Single setHeight, System.Int32 setRefreshRate, System.Boolean setFullscreen, System.Boolean setInitSound) [0x0000c] in <8038ffdc29a949038d838d08f819db8b>:0
at ArenaWars.Manager..ctor (System.String setWindowName, Delta.Utilities.Datatypes.Size setScreenSize, System.Int32 setRefreshRate, System.Boolean setFullscreen, System.Boolean setInitSound) [0x00000] in <8038ffdc29a949038d838d08f819db8b>:0
at ArenaWars.ArenaWarsMain.Main (System.String[] args) [0x00142] in <8038ffdc29a949038d838d08f819db8b>:0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing Arena Wars 2 (207730) and reviewing the startup log around Delta.InputSystem.Windows.WindowsKeyboard and the missing PresentationCore assembly. Trace the initialization path through Input.get_Keyboard, Input.KillAllInput, and Scene.Open. Done means the game starts without the keyboard initialization failure or fatal exception.
Written by the indexing model from the issue text.
Assessment
- Domain
- game-dev, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100