-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client program segfault #1
Comments
did u change anythings ? |
No, I didn't. I ran the program as is. I think it's the problem with pyqt |
u might setup a new machine on virtualbox and try it again,dont try both in the same machine |
I guess so, but I have some suggestions for it: like when a user connects to the server, the client should show some tips and commands so they know how to create a room or other things. |
Oh hey I just got a segfault again. So this is what I did: start the server first, let the 2 users connect to the server. User 1 created a room called hacking. User 2 attempted to join then both segfault, leading to the server segfault. |
actually i made that when user send msg when them not joined in room chat. |
please setup virtual machine dont try in the same machine |
i tested it and everything run is fine.Make sure about nickname,cause i still not add any funct to detect same nickname,second host:port of server to connect |
yeah but what if they don't send message? I think its good to just put them there when they first connected so users know what to do. |
yeah they have different nicknames, I used the default host:port. |
i made same to hexchat bro :D |
default host:port just used for when u test it in same machine,host must change to server's IP |
I tried testing the program by creating a room and have another user join, but when the other user issue the command -join room_name, the client program segfault and exit.
The text was updated successfully, but these errors were encountered: