LEGO® The Hobbit™

LEGO® The Hobbit™

Vezi statistici:
Issues running on ASUs Rog Ally
This is the only game in my catalogue that won’t run properly. It seems that it has big frame freeze issues but moving the controller sticks improves it but completely unplayable.
FPS is around 7 or 8 and that is in turbo mode.
Anyone else having issues or a fix please advise.
< >
Se afișează 1-1 din 1 comentarii
This is also what I am getting. I came here looking for a possible solution.

Edit: What I have read so far is that the Lego games are not playing well with the Ally touchscreen. People have been disabling it in the device manager with mouse and KB connected. Then the games play beautifully.

ASUS needs to let us disable touchscreen on a game by game basis.

Edit 2: Can confirm the touch screen being disabled (through device manager) does fix the issues.

Someone was kind enough to provide their powershell script they wrote. I will have this on my desktop for easy access.

param([switch]$Elevated) function Test-Admin { $currentUser = New-Object Security.Principal.WindowsPrincipal $([Security.Principal.WindowsIdentity]::GetCurrent()) $currentUser.IsInRole([Security.Principal.WindowsBuiltinRole]::Administrator) } if ((Test-Admin) -eq $false) { if ($elevated) { # tried to elevate, did not work, aborting } else { Start-Process powershell.exe -WindowStyle Minimized -Verb RunAs -ArgumentList ('-noprofile -file "{0}" -elevated' -f ($myinvocation.MyCommand.Definition)) } exit } 'running with full privileges' cls $Device = Get-PnPDevice -FriendlyName "*touch screen*" $Device.DeviceId #Get-PnpDeviceProperty -InstanceId $DeviceID.DeviceId if ($Device) { switch ($Device.Status) { 'OK' { Write-Host "Disabling device"; pnputil.exe /disable-device $Device.InstanceId; break } default { Write-Host "Enabling device"; pnputil.exe /enable-device $Device.InstanceId; break } } } else { Write-Warning "Device with ID '$deviceId' not found" }

Hopefully my final edit.

To get the above script to work I copied it into the powershell ISE and saved it to my desktop. That was not working. I had to remember to open a powershell terminal as admin and execute the following command.

set-ExecutionPolicy remotesigned

after that things work fine.

FInal final edit: It turns out that having the touch screen on doesn't cause the issue. If you start the game with it on and then disable after it is started the issue remains. If you start the game with it disabled and then enable touch screen with the game running it continues to run smooth.
Editat ultima dată de Farinhir; 3 iul. 2023 la 9:10
< >
Se afișează 1-1 din 1 comentarii
Per pagină: 1530 50