Activity log for bug #1662961

Date Who What changed Old value New value Message
2017-02-08 17:03:10 Kam bug added bug
2017-02-08 17:03:51 Kam description I'm compiling Panda in MSVC 2015 64bit, Windows 7 64, Python 3.6. The getter-Methods in panda3d.core.DisplayInformation() return Zero values on my System, e. g. '0', '-1' or empty String "". Code example: import panda3d.core di = panda3d.core.DisplayInformation() print(di.getAvailablePageFileSize()) print(getAvailablePhysicalMemory()) print(getCpuBrandString()) print(getDriverDateYear()) print(getNumLogicalCpus()) print(getOsVersionMajor()) The DisplayInformation() class needs to be revised for all supported platforms, probably. I'm compiling Panda in MSVC 2015 64bit, Windows 7 64, Python 3.6. The getter-Methods in panda3d.core.DisplayInformation() return Zero values on my System, e. g. '0', '-1' or empty String "". Code example: import panda3d.core di = panda3d.core.DisplayInformation() print(di.getAvailablePageFileSize()) print(di.getAvailablePhysicalMemory()) print(di.getCpuBrandString()) print(di.getDriverDateYear()) print(di.getNumLogicalCpus()) print(di.getOsVersionMajor()) The DisplayInformation() class needs to be revised for all supported platforms, probably.
2017-02-09 22:57:04 rdb panda3d: status New Fix Committed
2019-01-10 11:53:55 rdb panda3d: status Fix Committed Fix Released