Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The MSVC team recently test Ppsspp project run "python test.py --graphics=software 2>&1" test on Windows_x86, the test log seems be blocked #15434

Closed
2 of 5 tasks
rachelhe123 opened this issue Mar 11, 2022 · 1 comment · Fixed by #15440
Milestone

Comments

@rachelhe123
Copy link

Game or games this happens in

None

What area of the game / PPSSPP

Hi All,

The MSVC team recently test Ppsspp project failed to run "python test.py --graphics=software 2>&1" test on release and debug configuration on Windows_x86, seems like the test log be blocked print.

Describe the bug

Ppsspp project failed to run "python test.py --graphics=software" test on release configuration on Windows_x86. Could you please help look at this issue or provide some workarounds? Thanks in advance.

To Reproduce on Windows

  1. git clone https://github.com/hrydgard/ppsspp F:\hrydgard\ppsspp
  2. cd F:\hrydgard\ppsspp
  3. git submodule update --init --recursive
  4. set VSCMD_SKIP_SENDTELEMETRY=1 & "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -host_arch=x86 -arch=x86
  5. mkdir F:\hrydgard\ppsspp\build_x86
  6. cd F:\hrydgard\ppsspp\build_x86
  7. msbuild /m /p:Platform=Win32 /p:Configuration=Release ../Windows/PPSSPP.sln /t:Rebuild /p:OutDir=F:\gitP\hrydgard\ppsspp\build_x86 2>&1
  8. cd F:\hrydgard\ppsspp
  9. python test.py --graphics=software 2>&1
     

Error message

pspautotests/tests/font/fontinfobyindex.prx:

  font/fontinfobyindex - passed!

pspautotests/tests/font/fontlist.prx:

  font/fontlist - passed!

pspautotests/tests/font/optimum.prx:

Ran build_x86\PPSSPPHeadless.exe --root pspautotests/tests/../ --compare --timeout=5 @- --graphics=software
 

What should happen

Test should be run pass and output total test log on the windows_x86.

Logs

test.log
test.log.2.txt

Platform

Windows

Mobile phone model or graphics card

None

PPSSPP version affected

None

Last working version

No response

Graphics backend (3D API)

Other

Checklist

  • Test in the latest git build in case it's already fixed.
  • Search for other reports of the same issue.
  • Try resetting settings or older versions and include if the issue is related.
  • Try without any cheats and without loading any save states.
  • Include logs or screenshots of issue.
@unknownbrackets
Copy link
Collaborator

This was probably caused by a leak that was introduced not long ago, and should be fixed in #15440.

-[Unknown]

@unknownbrackets unknownbrackets added this to the v1.13.0 milestone Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants