mifwarior
mifwarior
Ok, in visual studio it works ok, but when i run builded file alone - have exception Perhaps it's my fault, I was wrong to build "BulletSharp.dll". I build it...
I make a test. Build BulletSharp.dll release and debug mode. Debug mode - work clearly, Release - don't work with exception
I found a solution: Since running a separate (without studio) application displays more information about the error, I got an error AccessViolation. Google helped: https://code.google.com/p/bulletsharp/issues/detail?id=52 http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?t=8180 i change BulletSharp in...
https://gist.github.com/mifwarior/6591954f8a48b128e2cf I'm certainly not the master of C ++, but I have a suspicion that it was not related to the SSE, but it is my guess. I have 2...
``` yura@YuraPC:~/Games/Hellgate$ WINE_MONO_TRACE=M:System.Runtime.Remoting.Channels.ChannelServices:RegisterChannel wine Launcher.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION [00000024: 0.00000 0] ENTER:c System.Runtime.Remoting.Channels.ChannelServices:RegisterChannel (System.Runtime.Remoting.Channels.IChannel,bool)([System.Runtime.Remoting.Channels.Ipc.IpcServerChannel:02000F00], 1) [00000024:] EXCEPTION handling: System.Runtime.Remoting.RemotingException: Channel London2038_Launcher_Mutexyura:SingeInstanceIPCChannel is not securable while ensureSecurity is specified as true...
perhaps mono itself does not support such a function? https://forums.xamarin.com/discussion/73218/xamarin-does-not-implement-isecurablechannel-on-tcpchannel
found some information here [ChannelServices.RegisterChannel](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.remoting.channels.channelservices.registerchannel?view=netframework-4.8#System_Runtime_Remoting_Channels_ChannelServices_RegisterChannel_System_Runtime_Remoting_Channels_IChannel_)
thanks for the safety. I suspect the whole thing is the default IChannel secure field for mono and net.framework