Quantcast
Channel: Squiggle - A free open source LAN Messenger
Viewing all 156 articles
Browse latest View live

Edited Unassigned: problem with type [8153]

$
0
0
hi
i have problem when typing persian all chracter converted to square element!
so cant understand word when i send or recieve messeage
plz help me
by the way my windows is 10

Edited Unassigned: problem with type [8153]

$
0
0
hi
i have problem when typing persian all chracter converted to square element!
so cant understand word when i send or recieve messeage
plz help me
by the way my windows is 10
![Image](http://uupload.ir/files/pixu_capture.png)

New Post: Steal attension on inncoming chat message

$
0
0
Is it possible to steal attension on New incoming Message on a alredy opened chat window? Or is it possible to configure the chat windows to be always on top?

Created Unassigned: Is it possible to steal attension on new incoming message [8154]

$
0
0
Is it possible to steal attension on New incoming Message on a alredy opened chat window? Or is it possible to configure the chat windows to be always on top?

Whan task bar is autohide, and sound is not available, there is somtimes problems keeping the chat going, as users work with difrent programs that lays over the chat window.

New Post: Steal attension on inncoming chat message

$
0
0
There is a StealFocusOnNewMessage setting in the config file that you can modify for this.

Closed Unassigned: Is it possible to steal attension on new incoming message [8154]

$
0
0
Is it possible to steal attension on New incoming Message on a alredy opened chat window? Or is it possible to configure the chat windows to be always on top?

Whan task bar is autohide, and sound is not available, there is somtimes problems keeping the chat going, as users work with difrent programs that lays over the chat window.
Comments: already implemented

Created Unassigned: SQL Server connection failing on 3.4 [8155]

$
0
0
Hi there, I was testing the new version with use with Microsoft SQL Server and I can get data into Participants, Sessions and Status Updates no problem. This worked fine in 3.3, as well as the SQLite works fine, so I have a feeling that it has to do with it uniqueidentifier field in sql server.

__However the insert query fails on Events fails stating the following...__

Erorr occured while logging history.: System.InvalidOperationException: The 'Id' property on 'Session' could not be set to a 'System.Guid' value. You must set this property to a non-null value of type 'System.String'.
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.GetPropertyValueWithErrorHandling[TProperty](Int32 ordinal, String propertyName, String typeName)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly[TEntity](Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext()
at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__1[TResult](IEnumerable`1 sequence)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression)
at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source, Expression`1 predicate)
at Squiggle.History.DAL.HistoryRepository.AddSessionEvent(String sessionId, DateTime stamp, EventType type, String sender, String senderName, IEnumerable`1 recipients, String data) in c:\Projects\Visual Studio\Squiggle\Squiggle.History\DAL\HistoryRepository.cs:line 23
at Squiggle.History.HistoryManager.AddSessionEvent(String sessionId, EventType type, String senderId, String senderName, IEnumerable`1 recipients, String data) in c:\Projects\Visual Studio\Squiggle\Squiggle.History\HistoryManager.cs:line 25
at Squiggle.Client.Chat.<>c__DisplayClass2d.<LogHistory>b__2b(HistoryManager manager) in c:\Projects\Visual Studio\Squiggle\Squiggle.Client\Chat.cs:line 245
at Squiggle.Client.Chat.<>c__DisplayClass36.<DoHistoryAction>b__35() in c:\Projects\Visual Studio\Squiggle\Squiggle.Client\Chat.cs:line 278
at Squiggle.Utilities.ExceptionMonster.<>c__DisplayClass1.<EatTheException>b__0() in c:\Projects\Visual Studio\Squiggle\Squiggle.Utilities\ExceptionMonster.cs:line 22
at Squiggle.Utilities.ExceptionMonster.EatTheException[T](Func`1 action, String actionDescription, Boolean& success, Exception& ex) in c:\Projects\Visual Studio\Squiggle\Squiggle.Utilities\ExceptionMonster.cs:line 40
Erorr occured while logging history.: System.InvalidOperationException: The 'Id' property on 'Session' could not be set to a 'System.Guid' value. You must set this property to a non-null value of type 'System.String'.
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.GetPropertyValueWithErrorHandling[TProperty](Int32 ordinal, String propertyName, String typeName)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly[TEntity](Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper sh

Commented Unassigned: SQL Server connection failing on 3.4 [8155]

$
0
0
Hi there, I was testing the new version with use with Microsoft SQL Server and I can get data into Participants, Sessions and Status Updates no problem. This worked fine in 3.3, as well as the SQLite works fine, so I have a feeling that it has to do with it uniqueidentifier field in sql server.

__However the insert query fails on Events fails stating the following...__

Erorr occured while logging history.: System.InvalidOperationException: The 'Id' property on 'Session' could not be set to a 'System.Guid' value. You must set this property to a non-null value of type 'System.String'.
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.GetPropertyValueWithErrorHandling[TProperty](Int32 ordinal, String propertyName, String typeName)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly[TEntity](Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext()
at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__1[TResult](IEnumerable`1 sequence)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression)
at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source, Expression`1 predicate)
at Squiggle.History.DAL.HistoryRepository.AddSessionEvent(String sessionId, DateTime stamp, EventType type, String sender, String senderName, IEnumerable`1 recipients, String data) in c:\Projects\Visual Studio\Squiggle\Squiggle.History\DAL\HistoryRepository.cs:line 23
at Squiggle.History.HistoryManager.AddSessionEvent(String sessionId, EventType type, String senderId, String senderName, IEnumerable`1 recipients, String data) in c:\Projects\Visual Studio\Squiggle\Squiggle.History\HistoryManager.cs:line 25
at Squiggle.Client.Chat.<>c__DisplayClass2d.<LogHistory>b__2b(HistoryManager manager) in c:\Projects\Visual Studio\Squiggle\Squiggle.Client\Chat.cs:line 245
at Squiggle.Client.Chat.<>c__DisplayClass36.<DoHistoryAction>b__35() in c:\Projects\Visual Studio\Squiggle\Squiggle.Client\Chat.cs:line 278
at Squiggle.Utilities.ExceptionMonster.<>c__DisplayClass1.<EatTheException>b__0() in c:\Projects\Visual Studio\Squiggle\Squiggle.Utilities\ExceptionMonster.cs:line 22
at Squiggle.Utilities.ExceptionMonster.EatTheException[T](Func`1 action, String actionDescription, Boolean& success, Exception& ex) in c:\Projects\Visual Studio\Squiggle\Squiggle.Utilities\ExceptionMonster.cs:line 40
Erorr occured while logging history.: System.InvalidOperationException: The 'Id' property on 'Session' could not be set to a 'System.Guid' value. You must set this property to a non-null value of type 'System.String'.
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.GetPropertyValueWithErrorHandling[TProperty](Int32 ordinal, String propertyName, String typeName)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly[TEntity](Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper sh
Comments: Update the id column definition to default to newid()

Commented Unassigned: SQL Server connection failing on 3.4 [8155]

$
0
0
Hi there, I was testing the new version with use with Microsoft SQL Server and I can get data into Participants, Sessions and Status Updates no problem. This worked fine in 3.3, as well as the SQLite works fine, so I have a feeling that it has to do with it uniqueidentifier field in sql server.

__However the insert query fails on Events fails stating the following...__

Erorr occured while logging history.: System.InvalidOperationException: The 'Id' property on 'Session' could not be set to a 'System.Guid' value. You must set this property to a non-null value of type 'System.String'.
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.GetPropertyValueWithErrorHandling[TProperty](Int32 ordinal, String propertyName, String typeName)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly[TEntity](Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext()
at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__1[TResult](IEnumerable`1 sequence)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression)
at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source, Expression`1 predicate)
at Squiggle.History.DAL.HistoryRepository.AddSessionEvent(String sessionId, DateTime stamp, EventType type, String sender, String senderName, IEnumerable`1 recipients, String data) in c:\Projects\Visual Studio\Squiggle\Squiggle.History\DAL\HistoryRepository.cs:line 23
at Squiggle.History.HistoryManager.AddSessionEvent(String sessionId, EventType type, String senderId, String senderName, IEnumerable`1 recipients, String data) in c:\Projects\Visual Studio\Squiggle\Squiggle.History\HistoryManager.cs:line 25
at Squiggle.Client.Chat.<>c__DisplayClass2d.<LogHistory>b__2b(HistoryManager manager) in c:\Projects\Visual Studio\Squiggle\Squiggle.Client\Chat.cs:line 245
at Squiggle.Client.Chat.<>c__DisplayClass36.<DoHistoryAction>b__35() in c:\Projects\Visual Studio\Squiggle\Squiggle.Client\Chat.cs:line 278
at Squiggle.Utilities.ExceptionMonster.<>c__DisplayClass1.<EatTheException>b__0() in c:\Projects\Visual Studio\Squiggle\Squiggle.Utilities\ExceptionMonster.cs:line 22
at Squiggle.Utilities.ExceptionMonster.EatTheException[T](Func`1 action, String actionDescription, Boolean& success, Exception& ex) in c:\Projects\Visual Studio\Squiggle\Squiggle.Utilities\ExceptionMonster.cs:line 40
Erorr occured while logging history.: System.InvalidOperationException: The 'Id' property on 'Session' could not be set to a 'System.Guid' value. You must set this property to a non-null value of type 'System.String'.
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.GetPropertyValueWithErrorHandling[TProperty](Int32 ordinal, String propertyName, String typeName)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly[TEntity](Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper sh
Comments: Ok i'll try that.... I thought it might of been something simple like that.... just an FYI I found another solution that I think works as well. I reversed engineered your changelog changing GUID to String, and changed those values back to GUID and it began working again as well.

Commented Unassigned: SQL Server connection failing on 3.4 [8155]

$
0
0
Hi there, I was testing the new version with use with Microsoft SQL Server and I can get data into Participants, Sessions and Status Updates no problem. This worked fine in 3.3, as well as the SQLite works fine, so I have a feeling that it has to do with it uniqueidentifier field in sql server.

__However the insert query fails on Events fails stating the following...__

Erorr occured while logging history.: System.InvalidOperationException: The 'Id' property on 'Session' could not be set to a 'System.Guid' value. You must set this property to a non-null value of type 'System.String'.
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.GetPropertyValueWithErrorHandling[TProperty](Int32 ordinal, String propertyName, String typeName)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly[TEntity](Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext()
at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__1[TResult](IEnumerable`1 sequence)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression)
at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source, Expression`1 predicate)
at Squiggle.History.DAL.HistoryRepository.AddSessionEvent(String sessionId, DateTime stamp, EventType type, String sender, String senderName, IEnumerable`1 recipients, String data) in c:\Projects\Visual Studio\Squiggle\Squiggle.History\DAL\HistoryRepository.cs:line 23
at Squiggle.History.HistoryManager.AddSessionEvent(String sessionId, EventType type, String senderId, String senderName, IEnumerable`1 recipients, String data) in c:\Projects\Visual Studio\Squiggle\Squiggle.History\HistoryManager.cs:line 25
at Squiggle.Client.Chat.<>c__DisplayClass2d.<LogHistory>b__2b(HistoryManager manager) in c:\Projects\Visual Studio\Squiggle\Squiggle.Client\Chat.cs:line 245
at Squiggle.Client.Chat.<>c__DisplayClass36.<DoHistoryAction>b__35() in c:\Projects\Visual Studio\Squiggle\Squiggle.Client\Chat.cs:line 278
at Squiggle.Utilities.ExceptionMonster.<>c__DisplayClass1.<EatTheException>b__0() in c:\Projects\Visual Studio\Squiggle\Squiggle.Utilities\ExceptionMonster.cs:line 22
at Squiggle.Utilities.ExceptionMonster.EatTheException[T](Func`1 action, String actionDescription, Boolean& success, Exception& ex) in c:\Projects\Visual Studio\Squiggle\Squiggle.Utilities\ExceptionMonster.cs:line 40
Erorr occured while logging history.: System.InvalidOperationException: The 'Id' property on 'Session' could not be set to a 'System.Guid' value. You must set this property to a non-null value of type 'System.String'.
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal)
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.GetPropertyValueWithErrorHandling[TProperty](Int32 ordinal, String propertyName, String typeName)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly[TEntity](Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet)
at lambda_method(Closure , Shaper )
at System.Data.Entity.Core.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper sh
Comments: FYI adding newid() as the default value for column id in Events didn't work either. I believe the problem is the communication between LINQ and entityframework and how it reads GUID for the different databases. Changing those vars from strings to GUID does work however in the new model

New Post: cannot chat/see with people outside a network domain.

$
0
0
Thanks for the excellent tool, first off.

If a user is not in the main and start squiggle, the this user is not visible to others who are in the domain. is this by design ?
Note: this particular user is on windows 10 if that matters.

VishuP

New Post: cannot chat/see with people outside a network domain.

$
0
0
You will have to install bridge for Squiggle to work across networks

New Post: cannot chat/see with people outside a network domain.

$
0
0
hasankhan wrote:
You will have to install bridge for Squiggle to work across networks
Hi Hasan, thanks for the quick reply.
OK will try the bridge and update you.
But just to fill in some more details.
1 - there was a typo in my first message - when I meant to write "user is not in the domain" - but keyed it "user is not in the main".
2 - The two machines are on the same network. here is the scenario
I have a desktop that is logged-in to domain "office" 
I bring my laptop to work and connect to the network (via wifi), but __do not__ use my domain login from there.
so now Squiggle on the laptop sees no users that are seen on the desktop (that is in domain)
Would this also need a bridge - also the laptop IP changes due to DHCP's non-static assignment.

Thanks again,
Vishuash

New Post: cannot chat/see with people outside a network domain.

$
0
0
Try using multicast service instead then.

New Post: cannot chat/see with people outside a network domain.

$
0
0
hasankhan wrote:
Try using multicast service instead then.
Thanks, that worked, but to implement I would need all client to change the presence ip and port. I will leave it for now as I am the only user that needs it outside the domain but in the network. But I am still curious, should this have been a problem at all in the first place. i.e. being in the same network/same subnet, but just not logged in the network domain cause a problem.
I will update the discussion if I find out anything new.
Thanks.
Vishup

Created Unassigned: v3.4.4.0 crashing on Win 7 after sleep [8156]

$
0
0
Squiggle Messenger version 3.4.4.0 was returning to normal operation after putting Windows 7 professional to sleep, but has started crashing intermittently. Same version is OK on another Win 7 pro machine on same network. Any suggestions?

New Comment on "System Requirements"

$
0
0
Windows 7 is not shown as a requirement. does it not work with Windows 7? I can't get the Squiggle Bridge service to start

New Comment on "Documentation"

$
0
0
is this supposed to work with Windows 7? I can't get the Squiggle Bridge service to start

New Post: Disable Email function

$
0
0
Is there any way to disable the Email function?

New Post: Squiggle binds to wrong IP

$
0
0
After reboot Squiggle joins multicast group on the wrong NIC/IP. The NIC i want to use is set as the first NIC, and in settings the correct IP is selected.

I tried both v3.3 and v3.4.4.0 on Windows Server 2012 R2.

Does anyone have any idea what the problem might be?
Viewing all 156 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>