Re: i need help wyth bgt run time errors

2020-04-20 Thread AudioGames . net Forum — Developers room : cartertemm via Audiogames-reflector


  


Re: i need help wyth bgt run time errors

You can do it, though the one solution I know of is far from seamless.If your server isn't equipped with a display (most linux VPSs aren't) you'll need to emulate one.XVFB does just that, providing a virtual frame buffer. Install it with your friendly package manager.Next, you'll need a program that silently does the following in the background (autoit is a good language to get this done quickly, don't use BGT unless your idea of a fun afternoon is wrapping a bunch of winapi functions):Wait until a window pops up with the title "BGT Runtime Error" (winwait)activate/focus the windowGet the window's text (winGetText)Click yes to push the full stack trace to your clipboardGet the PID of the window (WinGetProcess)Kill the processDo whatever you need to so the error gets logged. Run a program, write to file, etc etcAfter searching around for a little bit, I found an opensource demo that does just about everything you could want. I don't personally fancy the heavy use of text files but hey, it works according to my tests.https://github.com/ultrasound1372/bgt-runtime-meterHTH

URL: https://forum.audiogames.net/post/521157/#p521157




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: i need help wyth bgt run time errors

2020-04-20 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector


  


Re: i need help wyth bgt run time errors

There isn't away as far as I remember. I'd suggest developing servers not in BGT if you intend running them on a Linux VPS. If you do so anyway, make sure to test and reproduce errors locally on your Windows machine to get the error message.

URL: https://forum.audiogames.net/post/521093/#p521093




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: i need help wyth bgt run time errors

2020-04-20 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector


  


Re: i need help wyth bgt run time errors

Could you possibly run a local server, connect to it (you don't need to forward ports if it's just you) and do your testing that way?

URL: https://forum.audiogames.net/post/521090/#p521090




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: i need help wyth bgt run time errors

2020-04-20 Thread AudioGames . net Forum — Developers room : flight via Audiogames-reflector


  


Re: i need help wyth bgt run time errors

Man but this is the problem, how can i get the error message, remember, i host on a linux vps, so the errors don't apear.

URL: https://forum.audiogames.net/post/521087/#p521087




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: i need help wyth bgt run time errors

2020-04-20 Thread AudioGames . net Forum — Developers room : Jaidon Of the Caribbean via Audiogames-reflector


  


Re: i need help wyth bgt run time errors

I suggest you post the actual error. Yule get help that way.

URL: https://forum.audiogames.net/post/521078/#p521078




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


i need help wyth bgt run time errors

2020-04-20 Thread AudioGames . net Forum — Developers room : flight via Audiogames-reflector


  


i need help wyth bgt run time errors

Hi guys, i work wyth onlyne gamesand i have a problem, i host the game on a linux vps.But yesterday i got a bgt run time error e think, how can i discovery the error, the game is in bgt, so i need to use wine, and i use terminal to control the server, so how can i find the error, i cant host on my own computer, because i cant do port forwarding.

URL: https://forum.audiogames.net/post/521009/#p521009




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


i need help wyth bgt run time errors

2020-04-20 Thread AudioGames . net Forum — Developers room : flight via Audiogames-reflector


  


i need help wyth bgt run time errors

Hi guys, i work wyth onlyne gamesand i have a problem, i host the game on a linux vps.But yesterday i got a bgt run time error e think, how can i discovery the error, the game is in bgt, so i need to use wine, and i use terminal to control the server, so how can i find the error, i cant host on my own computer, because i cand do port forwarding.

URL: https://forum.audiogames.net/post/521009/#p521009




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector