mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[GH-ISSUE #266] Client does not work on MaxXor/dev-buffer #125
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yankejustin on GitHub (Jun 9, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/266
Issue:
The built client on the
MaxXor/dev-bufferbranch does not function. It states that the application has crashed (Windows' message says the program has stopped working). I have no details on this yet but it renders the built clients useless...Notes
I am able to the client functioning in the
DEBUGconfiguration. TheRELEASEconfiguration will not work for me.Additional Information
- Running on a Windows 7 machine - Local connection@yankejustin commented on GitHub (Jun 9, 2015):
d3agle fixed the issue. :)
@yankejustin commented on GitHub (Jun 9, 2015):
I am still having this problem. Hmmm. Would someone possibly be able to tell me if they're working using the
MaxXor/dev-bufferbranch please? My clients simply will not function. They crash about two seconds after starting them.@MaxXor commented on GitHub (Jun 9, 2015):
Yea, the renaming is the reason. I need to exclude more namespaces, damn.
@MaxXor commented on GitHub (Jun 9, 2015):
Fixed it now finally.
@yankejustin commented on GitHub (Jun 9, 2015):
Thank you. I didn't even catch that first mistake! x)
@MaxXor commented on GitHub (Jun 9, 2015):
Same for me. 🎯
@yankejustin commented on GitHub (Jun 9, 2015):
Is it working for you now? My clients are half-connected but aren't showing up on the
ListView.@MaxXor commented on GitHub (Jun 9, 2015):
Can you better explain what you mean with half-connected? :)
@yankejustin commented on GitHub (Jun 9, 2015):
I was debugging and saw the client in the
_clientslist (where we hold all of our clients), and I saw it tries to disconnect them (throwing anObjectDisposedExceptionthat was caught but still showed up) on the amount of clients I tried to connect...It seems almost if they're not entirely connected, though, because they don't show up in some spots like the GUI.