Activity log for bug #1609880

Date Who What changed Old value New value Message
2016-08-04 16:21:56 Yaio bug added bug
2016-08-04 16:30:10 Yaio description On OSX (it works on the other systems), if I try to redirect logging to a file, when the application finishes it opens a window which contains "P3DPython quit unexpectedly...". Sometimes it doesn't happen at the first time that you launch the application, but from the second one. To replicate the issue, here is a main.py file: from panda3d.core import MultiplexStream, Notify nout = MultiplexStream() Notify.ptr().setOstreamPtr(nout, 0) nout.addFile('log.txt') import direct.directbase.DirectStart base.run() Then, submit these commands and close the application: packp3d -o log_issue.p3d panda3d log_issue.p3d On OSX (it works on the other systems), if I try to redirect logging to a file, when the application finishes it opens a window which contains "P3DPython quit unexpectedly...". Sometimes it doesn't happen at the first time that you launch the application, but from the second one. To replicate the issue, here is a main.py file: from panda3d.core import MultiplexStream, Notify nout = MultiplexStream() Notify.ptr().setOstreamPtr(nout, 0) nout.addFile('log.txt') import direct.directbase.DirectStart base.run() Then, submit these commands and close the application: packp3d -o log_issue.p3d panda3d log_issue.p3d Observed with Panda3D 1.9.2, OSX 10.9.5.
2016-12-22 19:04:07 rdb tags macos runtime
2017-07-07 05:48:53 Donny Lawrence bug added subscriber Donny Lawrence
2019-01-10 11:51:54 rdb panda3d: status New Won't Fix