PB 5.51B1 - Bizzare Warning with MessageRequester

Linux specific forum
User avatar
StarBootics
Addict
Addict
Posts: 984
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

PB 5.51B1 - Bizzare Warning with MessageRequester

Post by StarBootics »

Hello everyone,

It's just a warning when using a MessageRequester() but very bizarre. Seem to be related to a Network connection or communication problem between Client-Server communication

Code: Select all

; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
; Project name : Bizzare Warning with MessageRequester
; File Name : Bizzare Warning with MessageRequester.pb
; File version: 1.0.0
; Programming : BUGGED
; Programmed by : StarBootics
; Date : 11-12-2016
; Last Update : 11-12-2016
; PureBasic code : V5.51 Beta 1 (x64)
; Platform : Ubuntu Gnome 16.10 (yakkety) x86-64
; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
; Bug description
;
; [09 :55 :10] [AVERTISSEMENT] Ligne: 1
; [09 :55 :10] [AVERTISSEMENT] WARNING: Couldn't register with accessibility bus: Did not receive a reply. 
;                                       Possible causes include: the remote application did not send a reply, 
;                                       the message bus security policy blocked the reply, the reply timeout expired, 
;                                       or the network connection was broken.
;
; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

MessageRequester("Fatal Error", "Impossible to Allocate Memory !")

; <<<<<<<<<<<<<<<<<<<<<<<
; <<<<< END OF FILE <<<<<
; <<<<<<<<<<<<<<<<<<<<<<<
Best regards
StarBootics
Last edited by StarBootics on Sun Dec 11, 2016 4:09 pm, edited 1 time in total.
The Stone Age did not end due to a shortage of stones !
Fred
Administrator
Administrator
Posts: 16681
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB 5.51B1 - Bizzare Warning with MessageRequester

Post by Fred »

probably a distro error
User avatar
StarBootics
Addict
Addict
Posts: 984
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Re: PB 5.51B1 - Bizzare Warning with MessageRequester

Post by StarBootics »

Fred wrote:probably a distro error
Maybe, but why we have this warning on line 1 and not on the MessageRequester() line ?

Anyway it's just a warning so ...

Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
Post Reply