Re: ai in my file player can only add 256 items to a list before crashing

2020-08-28 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: ai in my file player can only add 256 items to a list before crashing If it's exiting with the "This program has stopped responding" thing, the issue is that your algorithm is probably too slow in some fashion and is blocking the event loop.  I can't actually understand your

Re: ai in my file player can only add 256 items to a list before crashing

2020-08-28 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: ai in my file player can only add 256 items to a list before crashing when I ask the bot to collect a large amount of files, it will freeze, and the program will exit. The terminal gives an ellipsis next to the line that the program quit. URL: https://forum.audiogames.net/post/565273

Re: ai in my file player can only add 256 items to a list before crashing

2020-08-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: ai in my file player can only add 256 items to a list before crashing You still haven't told us how this breaks. URL: https://forum.audiogames.net/post/565015/#p565015 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: ai in my file player can only add 256 items to a list before crashing

2020-08-27 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: ai in my file player can only add 256 items to a list before crashing Yes this is a media player. Starting from your user folder, you can browse around the folders and files on your computer. It will compile a list of folders and files, sort them, and display the results for you

Re: ai in my file player can only add 256 items to a list before crashing

2020-08-27 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: ai in my file player can only add 256 items to a list before crashing Yes this is a media player. Starting from your user folder, you can browse around the folders and files on your computer. It will compile a list of folders and files, sort them, and display the results for you

Re: ai in my file player can only add 256 items to a list before crashing

2020-08-27 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: ai in my file player can only add 256 items to a list before crashing Yes this is a media player. Starting from your user folder, you can browse around the folders and files on your computer. It will compile a list of folders and files, sort them, and display the results for you

Re: ai in my file player can only add 256 items to a list before crashing

2020-08-27 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: ai in my file player can only add 256 items to a list before crashing Also, what sound library are you using? Maybe I'm missing something, but I didn't see a reference to anything I recognise. URL: https://forum.audiogames.net/post/565000/#p565000 -- Audiogames-reflector mailing

Re: ai in my file player can only add 256 items to a list before crashing

2020-08-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: ai in my file player can only add 256 items to a list before crashing I have no idea what's wrong, but I can promise it's not Python at fault.  As usual with these sorts of threads, you need to be more specific: you haven't actually said what specifically you're doing or how

ai in my file player can only add 256 items to a list before crashing

2020-08-27 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
ai in my file player can only add 256 items to a list before crashing I don't know if this is due to the way I coded the search function or if I am expecting too much from python. I will explain my search function below.First you have an array with os.listdir(). Then a for loop for each

ai in my file player can only add 256 items to a list before crashing

2020-08-27 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
ai in my file player can only add 256 items to a list before crashing I don't know if this is due to the way I coded the search function or if I am expecting too much from python. I will explain my search function below.First you have an array with os.listdir(). Then a for loop for each

ai in my file player can only add 256 items to a list before crashing

2020-08-27 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
ai in my file player can only add 256 items to a list before crashing I don't know if this is due to the way I coded the search function or if I am expecting too much from python. I will explain my search function below.First you have an array with os.listdir(). Then a for loop for each