Re: Need help in this script

2017-03-28 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Need help in this script Just to be clear, the extension scripts need to be copied over in to python/lib/site-packages/pyglet/media/drivers/openal. The python and Pyglet directory names may vary abit depending on versions, if pyglets installed as an egg file then open it as a zip file

Re: Need help in this script

2017-03-28 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: Need help in this script Hi. No my graphic card is NVIDIA 920 MX. URL: http://forum.audiogames.net/viewtopic.php?pid=304417#p304417 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Need help in this script

2017-03-28 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Need help in this script Okay, let's just say that you really don't see any errors here, which is quite unlikely, this might just have one reason which I actually encountered some time ago.My laptop contained a really old graphics card from ATI, which is now AMD, and used a

Re: Need help in this script

2017-03-28 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: Need help in this script Hi again, I have fixed those things, I have added prints and stuff like that, But even nothing prints. Here is the code:import pygameimport pygame.mixerimport timeimport randomfrom pyglet.media.drivers.openal import lib_openal as alfrom

Re: Need help in this script

2017-03-28 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: Need help in this script Yes. I have copyed that into my openal location. And thanks for your help, Gonna do this now and will post the results here. URL: http://forum.audiogames.net/viewtopic.php?pid=304358#p304358 ___ Audiogames

Re: Need help in this script

2017-03-27 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Need help in this script Does the Pyglet OpenAL example and Pygame mixer work individually? As the OpenAL examples I wrote require copy over certain Pyglet scripts to include the proper extensions. Your script seems to work alright with a few adjustments, such as in line 20 player

Re: Need help in this script

2017-03-27 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: Need help in this script No amir. I have counted them and they are all set correctly. And either if that's what you said, python must show an error regarding that blocks are not correct something like that. So the problem is something else. URL: http://forum.audiogame

Re: Need help in this script

2017-03-27 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: Need help in this script hello@kianoosh, look at your code, it might indented improperly after that while loop which makes your game exit, you must remove one tab character(i didnt count your tab chars) URL: http://forum.audiogames.net/viewtopic.php?pid=304275#p304275

Re: Need help in this script

2017-03-27 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Re: Need help in this script Yes i know, and I do the same. But i don't get anything. At least nvda doesn't read any errors. Just it exits the app. I know something is mistaken, But don't know what! URL: http://forum.audiogames.net/viewtopic.php?pid

Re: Need help in this script

2017-03-27 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector
Re: Need help in this script if your system is set just to run .py files with python by pressing enter in your file browser, it might not output an error. especially if it outputs those to the cmd prompt which will close ones python ends, then its gone forever.i always open a command

Need help in this script

2017-03-27 Thread AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
Need help in this script Hi guise.Last night I tryed out the pygame with pyglet openal libraries. Everything went fine, But when i tryed to run it, It suddenly exited and i didn't get any errors. Any helps are a pritiated. Here's the script:import pygameimport pygame.mixerimport