Hi, this couple off days I was fixing problems with my app, and I fixed everything that was not working, but this thing I can not figure out how to fix it.
----------
When I was working on this app, everything was working fine in the earlier versions, but then when I entered some letters (around 60) into my inputfield it crashed my app on my phone but in Unity, it doesn't have any problems with it and it works fine.
----------
I have made a different project to maybe figure it out, but it still doesn't work there, so then I was thinking that I must have done something wrong in my scripts, but even when I completely removed my script it was still crashing. I even tried to use the TextMeshPro Inputfield, but that gave me even more problems and it didn't fix the one that I had.
----------
So, if you have any ideas on how to fix it, let me know and no, settings a character limit in the Inputfield will not do.
----------
(Sorry for the topic but it won't let me pick anything else)
↧
Unity inputfield crashes android app after entering too many letters
↧
App crush on android device
i have empty project.and have import googlemobileads skd-v3.17.0(https://github.com/googleads/googleads-mobile-unity/releases/tag/3.17.0).
and install app it working fine.
but now i have importe firebase sdk-v6.0.0(https://firebase.google.com/download/unity) in same project and build androin apk.
the app crush on startup.
thanks in advance..
↧
↧
How to make My game invalid
I published a game for a client, and Now the client wont Pay anymore. I removed the app from appstore and google Play, but alot of devices still have it. Is There Any way to make the app unusable? Make it crash? Or some how unplayable without an update?
Thanks.
↧
Unity 2018.3 Mac crashes on build, no error
Whenever I try to start the build process, I select the path, and Unity immediately freezes. There is no warning or error. Eventually it just silently closes the editor completely, and nothing has been exported.
I tried using an empty scene as the only scene selected for export, that too has failed.
I am running on a 2017 Macbook pro, i7, 16Gb DDR
Has anyone encountered this behaviour?
↧
Unity crashes on start up (Linux)
I installed Linux Ubuntu 19.04 today and Installed Unity Hub with no problems, I downloaded Unity 2018.3.14f1 and started a new project, unity imported all the required files then as soon as it finished importing it crashed without giving any error, it just closes. I googled my problem but I didn't find any answer to work for me. btw I have an amd gpu. Unity works with no problem on windows though.
Could anyone help me with this?
↧
↧
unity project quit unexpectedly when play,Unity project quit unexpectedly on play
![alt text][1]
[1]: /storage/temp/139707-screen-shot-2019-06-08-at-72611-pm.png
My AR app on unity keeps on crashing when I press the "Play" button, it worked fine previously but perhaps I unintentionally changed something. And I can't figure it out!
My other projects work fine though..
I use MacBook Pro, High Sierra
Thanks
↧
Hundreds of Errors when clicking on unity window, crashes on play
Yesterday I transferred my 2D game project form my mac to my PC and updated it to Unity 2019.3.0a5, and worked on it all day with no problem. When I opened it today it was flooded with errors. Whenever I switch between another window and Unity I get 365 errors with similar messages. I can clear these errors, so they don't seem to affect my game, but when I press play Unity crashes and I can't tell if it's related.
I need to have this game finished by the end of the week so any help would be greatly appreciated.
![alt text][1]
[1]: /storage/temp/139722-unity-error.png
↧
Game doesnt start after adding Admob
Game doesnt start after adding Admob, in the Unity everything forks fine, but when im building game to android and open it - there just a black screen. Here's my script, which i added to empty GameObject.
**using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using GoogleMobileAds.Api;
using GoogleMobileAds;
public class AdBannder : MonoBehaviour
{
private BannerView bannerView;**
public void Start()
{
#if UNITY_ANDROID
string appId = "ca-app-pub-3945473749443628~7640216171";
#elif UNITY_IPHONE
string appId = "ca-app-pub-3940256099942544~1458002511";
#else
string appId = "unexpected_platform";
#endif
// Initialize the Google Mobile Ads SDK.
MobileAds.Initialize(appId);
this.RequestBanner();
}
private void RequestBanner()
{
#if UNITY_ANDROID
string adUnitId = "ca-app-pub-3945473749443628/1192736638";
#elif UNITY_IPHONE
string adUnitId = "ca-app-pub-3940256099942544/2934735716";
#else
string adUnitId = "unexpected_platform";
#endif
// Create a 320x50 banner at the top of the screen.
bannerView = new BannerView(adUnitId, AdSize.Banner, AdPosition.Bottom);
}
}
↧
Crash When UnityDeinitApplication
Hello! We've collected a lot of crashes in the background. May I ask if anyone else has received a similar error? Here is the detailed stack:
UnityMain(4597)
SIGSEGV(SEGV_MAPERR)
1 #00 pc 00997ad8 libunity.so ScriptingManager::GetMonoScriptCache(int) [armeabi-v7a]
2 #01 pc 007d6b18 libunity.so FindOrCreateMonoScriptCache(ScriptingClassPtr, InitScriptingCacheType, Object*, int) [armeabi-v7a]
3 #02 pc 007d6ab4 libunity.so MonoBehaviour::SetupScriptingCache(ScriptingClassPtr, MonoScript*) [armeabi-v7a]
4 #03 pc 007d6c50 libunity.so MonoBehaviour::RebuildMonoInstance(ScriptingClassPtr, ScriptingObjectPtr, MonoScript*) [armeabi-v7a]
5 #04 pc 009a0844 libunity.so PersistentManager::ProduceObject(SerializedFile&, SerializedObjectIdentifier, int, ObjectCreationMode, PersistentManager::LockFlags) [armeabi-v7a]
6 #05 pc 009a0358 libunity.so PersistentManager::CreateThreadActivationQueueEntry(SerializedFile&, SerializedObjectIdentifier, int, bool, PersistentManager::LockFlags) [armeabi-v7a]
7 #06 pc 009a0d20 libunity.so PersistentManager::ReadAndActivateObjectThreaded(int, SerializedObjectIdentifier const&, SerializedFile*, bool, bool, PersistentManager::LockFlags) [armeabi-v7a]
8 #07 pc 009a01f4 libunity.so PersistentManager::ReadObjectThreaded(int, PersistentManager::LockFlags) [armeabi-v7a]
9 #08 pc 009a009c libunity.so PersistentManager::ReadObject(int, AwakeFromLoadMode) [armeabi-v7a]
10 #09 pc 0012c008 libunity.so PPtr::operator MonoBehaviour*() const [armeabi-v7a]
11 #10 pc 00497448 libunity.so AnimatorControllerPlayable::CleanupStateMachineBehaviours() [armeabi-v7a]
12 #11 pc 004974d8 libunity.so AnimatorControllerPlayable::DeallocateResources() [armeabi-v7a]
13 #12 pc 00564d54 libunity.so PlayableGraph::DestroyPendingPlayables() [armeabi-v7a]
14 #13 pc 00560f8c libunity.so PlayableGraph::Destroy() [armeabi-v7a]
15 #14 pc 00560c58 libunity.so DirectorManager::ProcessPlayStateChanges() [armeabi-v7a]
16 #15 pc 005605c8 libunity.so DirectorManager::InitializeClass()::shutdownAfterCleanupAllObjectsRegistrator::Forward() [armeabi-v7a]
17 #16 pc 00237aec libunity.so CallbackArray::Invoke() [armeabi-v7a]
18 #17 pc 007b5d44 libunity.so CleanupAllObjects() [armeabi-v7a]
19 #18 pc 007b0500 libunity.so CleanupEngine() [armeabi-v7a]
20 #19 pc 007b04a0 libunity.so PlayerCleanup(bool) [armeabi-v7a]
21 #20 pc 003e06d8 libunity.so UnityDeinitApplication() [armeabi-v7a]
22 #21 pc 003e35b4 libunity.so nativeDone(_JNIEnv*, _jobject*) [armeabi-v7a]
23 #22 pc 00056e8b /data/app/com.q1.TJZ-Jid4VztDLPgXxqHY3Xj9Dw==/oat/arm/base.odex [armeabi]
24 java:
25 com.unity3d.player.UnityPlayer.nativeDone(Native Method)
26 com.unity3d.player.UnityPlayer.e(Unknown Source:6)
27 com.unity3d.player.UnityPlayer.k(Unknown Source:0)
28 com.unity3d.player.UnityPlayer$20.run(Unknown Source:2)
29 android.os.Handler.handleCallback(Handler.java:891)
30 android.os.Handler.dispatchMessage(Handler.java:102)
31 android.os.Looper.loop(Looper.java:207)
32 com.unity3d.player.UnityPlayer$e.run(Unknown Source:32)
↧
↧
Android app crash when published on Play Store
Hello,
I have a published app on Play Store, that so far, worked well.
Now the app crashes on start (no loading screen) when I download it from Play Store, but locally, everything works well.
This happens on IL2CPP build, with Mono as Scripting backend, the app works (but it I need IL2CPP for 64bit play store requirements).
When I clear the app Memory in android settings, the app can start, even if it's a fresh install and not an update.
As a tried many things on my app, I finally made a brand new project, with an empty scene, all default android settings, I just changed keystore, build settings for ILC2P with armV7& arm64 and Android App bundle (but I tried without and it still crashes). The new project also crash on start...
LogCat is always the same:
2019-06-19 11:05:37.595 25067-25088/? E/CRASH: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000000000000010
2019-06-19 11:05:37.595 25067-25088/? E/CRASH: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2019-06-19 11:05:37.595 25067-25088/? E/CRASH: Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
Tried with only armV7 in build, same issue...
Crash on 2 Android 9 devices
I have a third device running on Android 5.1.1, it works well.
Using unity 2019.1.7.f1 with included sdk jdk ndk
desperately looking for help :'(
↧
unity crashes on com.unity3d.player.UnityPlayer.nativeRestartActivityIndicator
Hi there, I am facing the crashes in my games. i m using unity version 2018.4.2f1. i have also tried different versions like 2018.3.13. i am giving support of armv7, armv64. I have excluded x86 support.The following crash is appearing in my all games and they are too many in number:
at com.unity3d.player.UnityPlayer.nativeRestartActivityIndicator (Native Method)
at com.unity3d.player.UnityPlayer.resume (Unknown Source)
at com.unity3d.player.UnityPlayerActivity.onResume (Unknown Source)
at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1277)
at android.app.Activity.performResume (Activity.java:7150)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3850)
at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:3914)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1709)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:154)
at android.app.ActivityThread.main (ActivityThread.java:6816)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1565)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1453)
Anyone please help me on this issue
↧
java.lang.Error: FATAL EXCEPTION [Thread-296]
**My app is crashing on some device on play store.. please help.**
Device model : samsung SM-J600FN
Device fingerprint: samsung/j6ltexx/j6lte:9/PPR1.180610.011/J600FNXXU3BSD2:user/release-keys
Caused by
at ly.b (com.google.android.gms.policy_ads_fdr_dynamite@20290003@20290003.249178941.249178941:2)
at lx.a (com.google.android.gms.policy_ads_fdr_dynamite@20290003@20290003.249178941.249178941:1)
at lz.a (com.google.android.gms.policy_ads_fdr_dynamite@20290003@20290003.249178941.249178941:29)
at com.google.android.gms.ads.internal.util.aq.a (com.google.android.gms.policy_ads_fdr_dynamite@20290003@20290003.249178941.249178941:10)
at lc.a (com.google.android.gms.policy_ads_fdr_dynamite@20290003@20290003.249178941.249178941:8)
at lc.run (com.google.android.gms.policy_ads_fdr_dynamite@20290003@20290003.249178941.249178941:2)
Caused by: java.lang.ClassNotFoundException:
at dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:134)
at java.lang.ClassLoader.loadClass (ClassLoader.java:379)
at ab.loadClass (com.google.android.gms.dynamite_dynamiteloader@17455079@17.4.55 (100306-248795830):4)
at java.lang.ClassLoader.loadClass (ClassLoader.java:312)
↧
2019.1.8f1 > Android Crash with GPGS !!
Unity 2019.1.7.f1
Android 9
Galaxy S9 +
GPGS 0.9.64
Managed Stripping Level : Disabled
using CubicPilot Sample
Build > Login > Application.Quit() > App Restart > Crash !!!! > App Restart > Not Crash..
--------- beginning of crash
2019-06-24 14:52:31.851 2188-3132/? E/AndroidRuntime: FATAL EXCEPTION: UnityMain
Process: PACKAGE_NAME, PID: 2188
java.lang.Error: signal 6 (SIGABRT), code -6 (?), fault addr --------
Build fingerprint: 'samsung/star2lteks/star2lteks:9/PPR1.180610.011/G965NKSU1CSE3:user/release-keys'
Revision: '26'
pid: 2188, tid: 3132, name: UnityMain >>> PACKAGE_NAME <<<
r0 00000000 r1 00000c3c r2 00000006 r3 00000008
r4 0000088c r5 00000c3c r6 d7ab5ad4 r7 0000010c
r8 d4637858 r9 d4634160 sl d475a6c0 fp d7ab5b10
ip d7ab5a70 sp d7ab5ac0 lr f32aeeb9 pc f32a5eae cpsr 00000c3c
at libc.abort(abort:57)
at libmonobdwgc-2.mono_log_write_logcat(mono_log_write_logcat:244)
at libmonobdwgc-2.0040ff18(Native Method)
at libmonobdwgc-2.monoeg_g_logv(monoeg_g_logv:176)
at libmonobdwgc-2.monoeg_assertion_message(monoeg_assertion_message:92)
at libmonobdwgc-2.00290dd0(Native Method)
at libmonobdwgc-2.mono_init_version(mono_init_version:44)
at libmonobdwgc-2.mini_init(mini_init:1528)
at libmonobdwgc-2.mono_jit_init_version(mono_jit_init_version:28)
at libunity.0063de60(Native Method)
at libunity.0064a884(Native Method)
at libunity.006a72a8(Native Method)
at libunity.006a7ddc(Native Method)
at libunity.006b60a0(Native Method)
at base.00000e9b(Native Method)
Select Scripting Backend IL2CPP then no crash but.
GPGS is not initialized..
06-25 22:05:09.758 30414-30414/? E/GamesNativeSDK: Can only create one instance of GameServices at a time.
06-25 22:05:09.798 32338-32338/? D/Mms/PackageInfo: com.sec.imsservice is not installed
06-25 22:05:09.798 32338-32338/? D/Mms/MmsConfig: [end] init() consume time = 166.156458
06-25 22:05:09.798 32338-32338/? D/Mms/Contact: [start] init() consume time = 1.211792
06-25 22:05:09.813 30414-30414/? E/Unity: InvalidOperationException: There was an error creating a GameServices object. Check for log errors from GamesNativeSDK
at GooglePlayGames.Native.PInvoke.GameServicesBuilder.Build (GooglePlayGames.Native.PInvoke.PlatformConfiguration configRef) [0x00000] in <00000000000000000000000000000000>:0
at GooglePlayGames.Native.NativeClient.InitializeGameServices () [0x00000] in <00000000000000000000000000000000>:0
at GooglePlayGames.Native.NativeClient+<>c__DisplayClass21_0.b__0 (System.Int32 result) [0x00000] in <00000000000000000000000000000000>:0
at System.Action`1[T].Invoke (T obj) [0x00000] in <00000000000000000000000000000000>:0
at System.Action`1[T].Invoke (T obj) [0x00000] in <00000000000000000000000000000000>:0
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <00000000000000000000000000000000>:0
at System.Ref
Please fix ASAP ~~~~~
↧
↧
2018.4 Crash caused by dynamic batch
Whether it's on a PC or on a mobile phone, dynamic batch processing is turned on under the Android platform, and dragging the GameObject quickly will cause a crash. Our project is upgraded from unity5.5 to unit2018.4. In version 5.5, the same operation will not crash, and 2018.4 is mandatory. As long as the dynamic batch option is turned off in 2018.4, the same operation will not crash, it is definitely a crash caused by dynamic batch processing.
↧
Unity 2019 Stuck on "Compiling Assembly Definition Files Scripts"
My team just updated our software from 2018.3.8f1 to 2019.1.5f1. We are currently using Windows 7. The old version still opens fine, but when we try to create a project in 2019, it hangs up at "Compiling Assembly Definition Files Scripts". We thought it might be the lack of .NET 4 on our machines, but the problem persists after installing the framework. When our system Administrator logs on to my machine remotely, he is able to open a project with no problem. Does anyone know what might be the problem or what files non-administrative users might need to get past this compiling portion of creating a project?
↧
Android Build Crashes after splash screen/event click Unity 2019.3.0a5
Before building I got this error:
Multiple managers are loaded of type: InputManager
Multiple managers are loaded of type: GraphicsSettings
Multiple managers are loaded of type: PhysicsManager
Multiple managers are loaded of type: QualitySettings
Multiple managers are loaded of type: Physics2DSettings
Multiple managers are loaded of type: VFXManager
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
But the build result is 'Succeed' then when launching the game, the application would crash after i click a button, or after the background music hits its looping point, which makes me believe that some type of event is causing the game to crash, any suggestions pls?
↧
Builds Crashing with "UnityPlayer.dll caused an Access Violation (0xc0000005)"
Hello,
My team and I are experiencing an interesting issue in which the application we have built is crashing after variable amounts of time on certain machines. Currently, we can replicate the crashing issue on two machines, one of our lab systems and one of our client's systems. The application does not experience the crash on several other machines. The error is always the same, an access violation with the error code 0xc0000005. Per the suggestion of several forum posts, we have disabled antivirus software as well as any remote desktop software that was running in the background. We have done extensive testing and analysis of our code, but have failed to isolate the cause of this issue. Does anyone have any advice we can try to eliminate these crashes? It would be much appreciated.
Below is the error log output:
ReadySet by ReadySet [version: Unity 2018.2.20f1_cef3e6c0c622]
UnityPlayer.dll caused an Access Violation (0xc0000005)
in module UnityPlayer.dll at 0033:00a4edc2.
Error occurred at 2019-07-01_123216.
C:\Users\wbdpdlab24\Desktop\ReadySet v2_0_6_4b\ReadySet.exe, run by wbdpdlab24.
18% physical memory in use.
32677 MB physical memory [26714 MB free].
5058 MB process peak paging file [4197 MB used].
2621 MB process peak working set [2128 MB used].
System Commit Total/Limit/Peak: 11023MB/37541MB/13335MB
System Physical Total/Available: 32677MB/26714MB
System Process Count: 172
System Thread Count: 2190
System Handle Count: 70563
Disk space data for 'C:\Users\WBDPDL~1\AppData\Local\Temp\ReadySet\ReadySet\Crashes\Crash_2019-07-01_173214759\': 44255285248 bytes free of 510614437888 total.
Read from location FFFFFFFFFFFFFFFF caused an access violation.
Context:
RDI: 0x00000137d2150eb0 RSI: 0x3fc98d41c0dfca94 RAX: 0x0000000004f71f46
RBX: 0x0000000000000000 RCX: 0x00000137ab57abf8 RDX: 0x00000137ab578730
RIP: 0x00007ffc00a4edc2 RBP: 0x0000000b5bffda90 SegCs: 0x0000013700000033
EFlags: 0x0000000000010202 RSP: 0x0000000b5bffd880 SegSs: 0x000001370000002b
R8: 0x00007ffc00a4d2e0 R9: 0x00007ffc005d1a30 R10: 0x0000000000000010
R11: 0x00000137ab57b380 R12: 0x00000137ab578730 R13: 0x0000000000000000
R14: 0x0000000000000001 R15: 0x0000000000000000
Bytes at CS:EIP:
8b 5e 18 8b 7e 1c 49 83 fe 01 0f 86 ae 00 00 00
*** WARNING ***
Managed call stack frames will be incorrect or missing.
The Mono DLL at 'C:\Users\wbdpdlab24\Desktop\ReadySet v2_0_6_4b\Mono\EmbedRuntime\mono.dll' does not provide out-of-process stack information support.
Upgrade to a newer version of the Mono Scripting Runtime for more detailed debug information.
Stack Trace of Crashed Thread 8952:
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00A4EDC2)
0x00007FFC00A4EDC2 (UnityPlayer) (function-name not available)
0x00007FFC0106C7B3 (UnityPlayer) UnityMain
0x00007FFC010724EB (UnityPlayer) UnityMain
0x00007FFC0107368B (UnityPlayer) UnityMain
0x00007FFC010737A7 (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Stacks for Running Threads:
Call Stack for Thread 14260:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC0107BC43 (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00D2C442)
0x00007FFC00D2C442 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC007D3E99)
0x00007FFC007D3E99 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0097CDB2)
0x00007FFC0097CDB2 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0097C887)
0x00007FFC0097C887 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0097C912)
0x00007FFC0097C912 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0097E72F)
0x00007FFC0097E72F (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC01039215)
0x00007FFC01039215 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0103835A)
0x00007FFC0103835A (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0103AB0B)
0x00007FFC0103AB0B (UnityPlayer) (function-name not available)
0x00007FFC0103ACDB (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF7AFE21207)
0x00007FF7AFE21207 (ReadySet) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 4036:
0x00007FFC4383E2F4 (ntdll) ZwWaitForWorkViaWorkerFactory
0x00007FFC437C6866 (ntdll) RtlReleaseSRWLockExclusive
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 13012:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC1343FFD6 (mono) mono_poll
0x00007FFC1346880E (mono) mono_gc_is_finalizer_thread
0x00007FFC134D4097 (mono) mono_thread_interruption_request_flag
0x00007FFC1358A163 (mono) mono_unity_install_unitytls_interface
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 2592:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 10112:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 12300:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 10716:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 12420:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 7124:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 12176:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 7856:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 3212:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 11356:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 11712:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 13344:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 12980:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 3388:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 10728:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 736:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 5784:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 5364:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 12340:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 6300:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 7612:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 7332:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 7304:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 12060:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 4432:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 12284:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 2624:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 13228:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E43F0)
0x00007FFC009E43F0 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009622BC)
0x00007FFC009622BC (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 12844:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00842776)
0x00007FFC00842776 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00842669)
0x00007FFC00842669 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 1264:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24EA9203 (nvwgf2umx) OpenAdapter12
0x00007FFC24EA83ED (nvwgf2umx) OpenAdapter12
0x00007FFC24EA001D (nvwgf2umx) OpenAdapter12
0x00007FFC25707E8A (nvwgf2umx) NVAPI_Thunk
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 12544:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 9892:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 11372:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 6968:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 6356:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 10268:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 7912:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC014D33DA (UnityPlayer) UnityMain
0x00007FFC014D332E (UnityPlayer) UnityMain
0x00007FFC01461171 (UnityPlayer) UnityMain
0x00007FFC015E1DB1 (UnityPlayer) UnityMain
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 9804:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC014B5925 (UnityPlayer) UnityMain
0x00007FFC0145F47A (UnityPlayer) UnityMain
0x00007FFC01461151 (UnityPlayer) UnityMain
0x00007FFC015E1DB1 (UnityPlayer) UnityMain
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 4044:
0x00007FFC4383B024 (ntdll) ZwDelayExecution
0x00007FFC3FBB5E9A (KERNELBASE) SleepEx
0x00007FFC0145F62A (UnityPlayer) UnityMain
0x00007FFC0146118A (UnityPlayer) UnityMain
0x00007FFC015E1DB1 (UnityPlayer) UnityMain
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 10520:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 12880:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00998A23)
0x00007FFC00998A23 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00998B89)
0x00007FFC00998B89 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 3700:
0x00007FFC4383B4F4 (ntdll) NtWaitForMultipleObjects
0x00007FFC3FBB6099 (KERNELBASE) WaitForMultipleObjectsEx
0x00007FFC3FBB5F8E (KERNELBASE) WaitForMultipleObjects
0x00007FFC256CE796 (nvwgf2umx) NVAPI_Thunk
0x00007FFC25707E8A (nvwgf2umx) NVAPI_Thunk
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 10376:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 8000:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 4420:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 2040:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 2496:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 1400:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC24FC3D6F (nvwgf2umx) OpenAdapter12
0x00007FFC24FC3C6F (nvwgf2umx) OpenAdapter12
0x00007FFC25D7B8C4 (nvwgf2umx) NVAPI_Thunk
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 8516:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093B97D)
0x00007FFC0093B97D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0093C81B)
0x00007FFC0093C81B (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 5716:
0x00007FFC4383AAC4 (ntdll) ZwRemoveIoCompletion
0x00007FFC3F33F338 (MSWSOCK) Tcpip6_WSHStringToAddress
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 6612:
0x00007FFC4383E2F4 (ntdll) ZwWaitForWorkViaWorkerFactory
0x00007FFC437C6866 (ntdll) RtlReleaseSRWLockExclusive
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 10320:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC0119EAE2 (UnityPlayer) UnityMain
0x00007FFC01185A9F (UnityPlayer) UnityMain
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 2488:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00ADBAC4)
0x00007FFC00ADBAC4 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 10776:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00ADBAC4)
0x00007FFC00ADBAC4 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 432:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00ADBAC4)
0x00007FFC00ADBAC4 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 7928:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00ADBAC4)
0x00007FFC00ADBAC4 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 9772:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00ADBAC4)
0x00007FFC00ADBAC4 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 5008:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC00ADBAC4)
0x00007FFC00ADBAC4 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC009E37E8)
0x00007FFC009E37E8 (UnityPlayer) (function-name not available)
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 660:
0x00007FFC3FDF96E4 (win32u) NtUserMsgWaitForMultipleObjectsEx
0x00007FFC42D8031D (USER32) MsgWaitForMultipleObjectsEx
0x00007FFC310B5CE3 (gdiplus) GdipGetImageEncoders
0x00007FFC310B5C5F (gdiplus) GdipGetImageEncoders
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 7288:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC0F75A773 (tobii_pro) tobii_pro_unsubscribe_from_eye_image_as_gif
0x00007FFC0F7542D8 (tobii_pro) tobii_pro_unsubscribe_from_eye_image_as_gif
0x00007FFC0F8D9695 (tobii_pro) tobii_pro_unsubscribe_from_eye_image_as_gif
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 3160:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC0F75A84D (tobii_pro) tobii_pro_unsubscribe_from_eye_image_as_gif
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC0F7413C8)
0x00007FFC0F7413C8 (tobii_pro) (function-name not available)
0x00007FFC0F8D9695 (tobii_pro) tobii_pro_unsubscribe_from_eye_image_as_gif
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 1880:
0x00007FFC4383AA24 (ntdll) ZwWaitForSingleObject
0x00007FFC3FBA9252 (KERNELBASE) WaitForSingleObjectEx
0x00007FFC04DB0AAD (vrclient_x64) HmdSystemFactory
0x00007FFC04E458EA (vrclient_x64) HmdSystemFactory
0x00007FFC04DB0A5A (vrclient_x64) HmdSystemFactory
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 7652:
0x00007FFC4383E2F4 (ntdll) ZwWaitForWorkViaWorkerFactory
0x00007FFC437C6866 (ntdll) RtlReleaseSRWLockExclusive
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Call Stack for Thread 1420:
0x00007FFC4383E2F4 (ntdll) ZwWaitForWorkViaWorkerFactory
0x00007FFC437C6866 (ntdll) RtlReleaseSRWLockExclusive
0x00007FFC42F64034 (KERNEL32) BaseThreadInitThunk
0x00007FFC43813691 (ntdll) RtlUserThreadStart
Stack Memory [0x0000000B5BFFD880-0x0000000B5C000000]:
0x5bffd880: 00000000 00000000 d1f88bc0 00000137 ............7...
0x5bffd890: d2150eb0 00000137 008e5b8c 00007ffc ....7....[......
0x5bffd8a0: be17c780 00000137 00000001 00000000 ....7...........
0x5bffd8b0: b0a86060 fffffed3 ab578730 00000137 ``......0.W.7...
0x5bffd8c0: 00000000 00000000 010448fe 00007ffc .........H......
0x5bffd8d0: 00000001 00000000 fa0bbcac 00000137 ............7...
0x5bffd8e0: 0000ffff 00004a40 00000288 000134c8 ....@J.......4..
0x5bffd8f0: 00000000 00000000 ab578730 00000137 ........0.W.7...
0x5bffd900: 00000002 00000138 c0244a40 00000137 ....8...@J$.7...
0x5bffd910: b0a86060 fffffed3 b0a85fc0 fffffed3 ``......._......
0x5bffd920: ab578730 00000137 01066a10 00007ffc 0.W.7....j......
0x5bffd930: b0a85ff0 fffffed3 010505b6 00007ffc ._..............
0x5bffd940: 000000b4 00000170 00000000 00000000 ....p...........
0x5bffd950: abad0e70 00000137 00000000 00000000 p...7...........
0x5bffd960: 00000001 00000000 d2150eb0 00000137 ............7...
0x5bffd970: d1f88bc0 00000137 5bffda90 0000000b ....7......[....
0x5bffd980: 00000000 00000000 0106c7b3 00007ffc ................
0x5bffd990: ab57abf8 00000137 5bffda90 0000000b ..W.7......[....
0x5bffd9a0: 00a4d2e0 00007ffc 005d1a30 00007ffc ........0.].....
0x5bffd9b0: 00000000 00000000 d2150eb0 00000137 ............7...
0x5bffd9c0: 00000001 00000000 00000000 00000137 ............7...
0x5bffd9d0: 5bffe6d0 0000000b ffffffff 00000000 ...[............
0x5bffd9e0: 00000000 00000000 00000000 00000000 ................
0x5bffd9f0: 0003794d 00000000 a88f0000 00000137 My..........7...
0x5bffda00: 00000000 00000000 5bffe088 0000000b ...........[....
0x5bffda10: 00000000 00000000 af1009b0 00000137 ............7...
0x5bffda20: 5bffdb40 0000000b aed461a0 00000137 @..[.....a..7...
0x5bffda30: 5bffdb50 0000000b 24d99418 00007ffc P..[.......$....
0x5bffda40: 5bffdc80 0000000b af1009b0 00000137 ...[........7...
0x5bffda50: 00000000 00000000 00000030 00000000 ........0.......
0x5bffda60: 00000001 00000000 00000001 00000000 ................
0x5bffda70: 00000000 00000000 0003794d 00000000 ........My......
0x5bffda80: 00000000 00000000 00000000 00000000 ................
0x5bffda90: a87f0000 00000137 5bffdaa0 0000000b ....7......[....
0x5bffdaa0: 00000000 00000137 00000008 00000137 ....7.......7...
0x5bffdab0: 00000020 00000000 00000000 00000000 ...............
0x5bffdac0: 5bffdb50 0000000b 5bffdb10 0000000b P..[.......[....
0x5bffdad0: 00000002 00000137 3ceb037d 00007ffc ....7...}..<....
0x5bffdae0: 000005d8 00000000 3ceb5190 00007ffc .........Q.<....
0x5bffdaf0: 00000000 00000000 5bff0000 0000000b ...........[....
0x5bffdb00: cee95460 00000137 3d0e92e8 00007ffc `T..7......=....
0x5bffdb10: 00000000 00000000 00000000 00000000 ................
0x5bffdb20: 00000000 00000000 00000000 00000000 ................
0x5bffdb30: 00000000 00000000 00000000 00000000 ................
0x5bffdb40: 00000000 00000000 00000000 00000000 ................
0x5bffdb50: cf3834a0 00000137 00000000 00000000 .48.7...........
0x5bffdb60: 00000000 00000000 437b6ff8 00007ffc .........o{C....
0x5bffdb70: 00000000 00000000 00000000 00000000 ................
0x5bffdb80: 00000000 00000000 00000000 00000000 ................
0x5bffdb90: 00000000 00000000 00000000 00000000 ................
0x5bffdba0: 00000000 00000000 00000000 00000000 ................
0x5bffdbb0: cf3f7f40 00000137 00000000 00000000 @.?.7...........
0x5bffdbc0: 00000000 00000000 00000000 00000000 ................
0x5bffdbd0: 00000000 00000000 ade585f8 00000137 ............7...
0x5bffdbe0: ffffffff ffffffff aed3c2b0 00000137 ............7...
0x5bffdbf0: 00000000 00000000 ade58af0 00000137 ............7...
0x5bffdc00: 0167b858 00007ffc 00000001 00000001 X.g.............
0x5bffdc10: 00000000 00000000 00000002 00000002 ................
0x5bffdc20: 00000002 00000002 605190e8 00000138 ..........Q`8...
0x5bffdc30: 00000001 00000137 00000002 00000000 ....7...........
0x5bffdc40: 00000002 80000000 605190f0 00000138 ..........Q`8...
0x5bffdc50: 00000001 00000000 00000002 00000000 ................
0x5bffdc60: 00000002 80000000 605190f8 00000138 ..........Q`8...
0x5bffdc70: 00000001 00000000 00000020 00000000 ........ .......
0x5bffdc80: 00000020 80000000 00000000 00000000 ...............
0x5bffdc90: 00000001 00000000 cee955f0 00000137 .........U..7...
0x5bffdca0: 00000000 00000000 0003794d 00000000 ........My......
0x5bffdcb0: 00000001 00000000 00000001 00000000 ................
0x5bffdcc0: cf43e9c0 00000137 00000000 00000001 ..C.7...........
0x5bffdcd0: 00000000 00000000 cee95500 00000137 .........U..7...
0x5bffdce0: ade58d60 00000137 00000001 00000000 `...7...........
0x5bffdcf0: 00000000 00000000 cf440790 00000137 ..........D.7...
0x5bffdd00: 00000001 00000000 00000001 00000000 ................
0x5bffdd10: 3ceb83a0 00007ffc 3cebce7f 00007ffc ...<.......<....
0x5bffdd20: 00000000 00000000 00000000 00000000 ................
0x5bffdd30: 001f5d7a 00000000 3ceb83a0 00007ffc z].........<....
0x5bffdd40: cf440790 00000137 3cef4b2d 00007ffc ..D.7...-K.<....
0x5bffdd50: ade58608 00000137 00000001 00000000 ....7...........
0x5bffdd60: ade585e8 00000137 cfa08758 00000137 ....7...X...7...
0x5bffdd70: cf440790 00000137 00000001 00007ffc ..D.7...........
0x5bffdd80: 00000018 00000000 00000018 00000000 ................
0x5bffdd90: aefa33c8 00000137 00000000 00000000 .3..7...........
0x5bffdda0: aed3c2b0 00000137 aed461a0 00000137 ....7....a..7...
0x5bffddb0: 5bffde50 0000000b 00000001 00000137 P..[........7...
0x5bffddc0: ade58d01 00000137 3cef4bfc 00007ffc ....7....K.<....
0x5bffddd0: 00000000 00000000 3cef4d3a 00007ffc ........:M.<....
0x5bffdde0: 00000000 00000000 00000000 00000000 ................
0x5bffddf0: 00000001 00000000 cf440790 00000137 ..........D.7...
0x5bffde00: ade58608 00000137 3cebd1d3 00007ffc ....7......<....
0x5bffde10: cfa088c0 00000137 3ceb514e 00007ffc ....7...NQ.<....
0x5bffde20: 5bffdf00 0000000b 00000000 00000000 ...[............
0x5bffde30: d0aa12d0 00000137 00000001 00007ffc ....7...........
0x5bffde40: 00000000 00007ffc 00000000 00000000 ................
0x5bffde50: 00000000 00000137 00000000 00000000 ....7...........
0x5bffde60: cf440790 00000137 00000000 00000000 ..D.7...........
0x5bffde70: 00000000 00000000 00000000 00000000 ................
0x5bffde80: cf440790 00000137 3e8f5918 00007ffc ..D.7....Y.>....
0x5bffde90: 3d0ccd58 00007ffc 3cecbc60 00007ffc X..=....`..<....
0x5bffdea0: cfa08820 00000137 fffffffe ffffffff ...7...........
0x5bffdeb0: 5bffe240 0000000b 5bffe020 0000000b @..[.... ..[....
0x5bffdec0: 00000000 ffffffff fffffffe ffffffff ................
0x5bffded0: 5bffe020 0000000b 3e8f5918 00007ffc ..[.....Y.>....
0x5bffdee0: 805e793d 0000289e 3ceb54a0 00007ffc =y^..(...T.<....
0x5bffdef0: cfa08730 00000137 11000400 00000000 0...7...........
0x5bffdf00: 00000000 00000000 aefa2d40 00000137 ........@-..7...
0x5bffdf10: 00000001 00000000 00000001 00000000 ................
0x5bffdf20: 5bffe1b0 0000000b 3cee9438 00007ffc ...[....8..<....
0x5bffdf30: ade58b90 00000137 3e898821 00007ffc ....7...!..>....
0x5bffdf40: 00000000 00000000 ade58b90 00000137 ............7...
0x5bffdf50: 00000001 00020004 cee953b8 00000137 .........S..7...
0x5bffdf60: 000022f8 0000000b ade76570 00000137 ."......pe..7...
0x5bffdf70: 00000000 00000000 00000000 00000000 ................
0x5bffdf80: 5bffdfa6 0000000b 5bffdf60 0000000b ...[....`..[....
0x5bffdf90: 04000000 00000000 00001000 00000000 ................
0x5bffdfa0: 00000000 00000000 00000001 400007c0 ...............@
0x5bffdfb0: 00000000 00000000 00000000 00000000 ................
0x5bffdfc0: 00000000 00000000 00000000 00000000 ................
0x5bffdfd0: 00000000 00000000 00000000 00000000 ................
0x5bffdfe0: 00000000 00000000 00000000 00000000 ................
0x5bffdff0: 00000000 00000000 00000000 00000000 ................
0x5bffe000: 00000000 00000000 00000000 00000000 ................
0x5bffe010: 00000000 00000000 00000000 00000000 ................
0x5bffe020: 00000000 00000000 00000000 00000000 ................
0x5bffe030: 00000000 00000000 00000000 00000000 ................
0x5bffe040: 00000000 00000000 00000000 00000000 ................
0x5bffe050: 00000000 00000000 00000000 00000000 ................
0x5bffe060: 00000000 00000000 00000000 00000000 ................
0x5bffe070: 00000000 00000000 00000000 00000000 ................
0x5bffe080: 00000000 00000000 00000000 00000000 ................
0x5bffe090: 00000000 00000000 00000000 00000000 ................
0x5bffe0a0: 00000000 00000000 00000000 00000000 ................
0x5bffe0b0: ade4d610 00000137 00000310 00000000 ....7...........
0x5bffe0c0: 00000000 00000000 00000000 00000000 ................
0x5bffe0d0: 00000000 00000000 00000000 00000000 ................
0x5bffe0e0: 00000000 00000000 00000000 00000000 ................
0x5bffe0f0: 00000000 00000000 00000000 00000000 ................
0x5bffe100: 00000000 00000000 00000000 00000000 ................
0x5bffe110: 805e7b2d 0000289e 00000000 00000000 -{^..(..........
0x5bffe120: 00000001 00000000 00000000 00000000 ................
0x5bffe130: 00000001 00000000 00000000 00000000 ................
0x5bffe140: 5bffe250 0000000b 25644bdd 00007ffc P..[.....Kd%....
0x5bffe150: 00000000 00000000 00000000 00000000 ................
0x5bffe160: 04000000 00000000 00000000 00000000 ................
0x5bffe170: 00000000 00000000 00000000 00000000 ................
0x5bffe180: 00000001 00001000 00000000 00000000 ................
0x5bffe190: 00000000 00000000 00000000 00000000 ................
0x5bffe1a0: 04000000 00000000 5bffe6d0 0000000b ...........[....
0x5bffe1b0: 04000000 00000000 00001000 00000000 ................
0x5bffe1c0: 00000001 00000000 ade46920 00000137 ........ i..7...
0x5bffe1d0: 00000000 00000000 00000000 00000000 ................
0x5bffe1e0: 00000000 00000000 00000000 00000000 ................
0x5bffe1f0: 00000000 00000000 00000000 00000000 ................
0x5bffe200: 00000000 00000000 00000000 00000000 ................
0x5bffe210: 00000000 00000000 00000000 00000000 ................
0x5bffe220: 00000000 00000000 00000000 00000000 ................
0x5bffe230: 00000000 00000000 00000000 00000000 ................
0x5bffe240: 00000000 00000000 00000000 00000000 ................
0x5bffe250: 00000000 00000000 00000000 00000000 ................
0x5bffe260: 00000000 00000000 00000000 00000000 ................
0x5bffe270: 00000000 00000000 24ea2722 00007ffc ........"'.$....
0x5bffe280: 00000000 00000000 00000000 00000000 ................
0x5bffe290: 00000000 00000000 00000000 00000000 ................
0x5bffe2a0: 00000000 00000000 00000000 00000000 ................
0x5bffe2b0: 00000000 00000000 00000000 00000000 ................
0x5bffe2c0: 00000000 00000000 00000000 00000000 ................
0x5bffe2d0: 00000000 00000000 00000000 00000000 ................
0x5bffe2e0: 00000000 00000000 00000000 00000000 ................
0x5bffe2f0: 00000000 00000000 00000000 00000000 ................
0x5bffe300: 00000000 00000000 00000000 00000000 ................
0x5bffe310: d0d49c10 00000137 00000000 00000000 ....7...........
0x5bffe320: 00000000 00000000 d0d49910 00000137 ............7...
0x5bffe330: d0d49c10 00000137 00000000 00000000 ....7...........
0x5bffe340: 5bffe3b1 0000000b 2562deff 00007ffc ...[......b%....
0x5bffe350: aed73d20 00000137 d0d49c10 00000137 =..7.......7...
0x5bffe360: 00000000 00000000 24ea2722 00007ffc ........"'.$....
0x5bffe370: 00000000 00000000 00000000 00000000 ................
0x5bffe380: 00000000 00000000 00000000 00000000 ................
0x5bffe390: 00000000 00000000 00000000 00000000 ................
0x5bffe3a0: 00000000 00000000 00000000 00000000 ................
0x5bffe3b0: 00000000 00000000 00000000 00000000 ................
0x5bffe3c0: 00000000 00000000 ade4d610 00000137 ............7...
0x5bffe3d0: 00000310 00000000 00000000 00000000 ................
0x5bffe3e0: 00000000 00000000 d0d49910 00000137 ............7...
0x5bffe3f0: d0b02f10 00000137 00000000 00000000 ./..7...........
0x5bffe400: aed461a0 00000137 00000000 00000004 .a..7...........
0x5bffe410: fffffffe 00000000 d0d49910 00000137 ............7...
0x5bffe420: 00000000 00000000 00000000 00000000 ................
0x5bffe430: 00000000 00000000 00000000 00000000 ................
0x5bffe440: cfca7f70 00000137 00000000 00000000 p...7...........
0x5bffe450: d0b02de0 00000137 d0d87500 00000137 .-..7....u..7...
0x5bffe460: cfca7670 00000137 5bffe6a8 0000000b pv..7......[....
0x5bffe470: fffffffe 00000000 d0b02f10 00000137 ........./..7...
0x5bffe480: 5bffe590 0000000b 258c21f4 00007ffc ...[.....!.%....
0x5bffe490: 00000000 00000000 d0d49910 00000137 ............7...
0x5bffe4a0: 5bffe4e8 0000000b aed461a0 00000137 ...[.....a..7...
0x5bffe4b0: 5bffe4c0 0000000b 00000000 00000000 ...[............
0x5bffe4c0: 00000001 00000000 5bffe6a8 0000000b ...........[....
0x5bffe4d0: aed73d20 00000137 aed46e80 00000137 =..7....n..7...
0x5bffe4e0: 00000200 00000000 d0d49910 00000137 ............7...
0x5bffe4f0: 00000000 00000000 5bffe750 0000000b ........P..[....
0x5bffe500: 00000001 00000000 256bd0d6 00007ffc ..........k%....
0x5bffe510: 00000000 00000000 258bf119 00007ffc ...........%....
0x5bffe520: 00000000 00000000 d534a810 00000137 ..........4.7...
0x5bffe530: 5bffe660 0000000b 00000000 00000000 `..[............
0x5bffe540: 5bffe5a8 0000000b 258bf119 00007ffc ...[.......%....
0x5bffe550: 00000005 00000000 24eaf180 00007ffc ...........$....
0x5bffe560: 5bffe700 0000000b d534a940 00000137 ...[....@.4.7...
0x5bffe570: 5bffe5d8 0000000b 2565ef94 00007ffc ...[......e%....
0x5bffe580: 00000005 00000000 00000000 00007ffc ................
0x5bffe590: 5bffe7f8 0000000b 5bffe5a8 0000000b ...[.......[....
0x5bffe5a0: 00000000 00000000 00000000 00000000 ................
0x5bffe5b0: 5bffe7f8 0000000b 00000000 00000000 ...[............
0x5bffe5c0: 5bffe828 0000000b 5bffe5d8 0000000b (..[.......[....
0x5bffe5d0: 00000000 0000388b 00000000 00000000 .....8..........
0x5bffe5e0: 5bffe828 0000000b 00000004 00000000 (..[............
0x5bffe5f0: aed3c2b0 00000137 ffffffff 00000000 ....7...........
0x5bffe600: ae1af6f0 00000137 aa5cce10 00000137 ....7.....\.7...
0x5bffe610: 00000000 00000000 00000000 00000000 ................
0x5bffe620: 000000ec 0003794d ab578730 00000137 ....My..0.W.7...
0x5bffe630: 00000001 00000000 00000000 00000137 ............7...
0x5bffe640: 00000002 0000000b 5bffe6a8 0000000b ...........[....
0x5bffe650: 00000000 00000000 258bf119 00007ffc ...........%....
0x5bffe660: d534a810 00000137 00000000 00000000 ..4.7...........
0x5bffe670: 00000000 00000000 d534a940 00000137 ........@.4.7...
0x5bffe680: 5bffe790 0000000b 24eaf483 00007ffc ...[.......$....
0x5bffe690: b9d16cdb 0000388b d534ec20 00000137 .l...8.. .4.7...
0x5bffe6a0: b9d16acb 0000388b 00000000 00000000 .j...8..........
0x5bffe6b0: aed3c388 00000137 3d016c7a 00007ffc ....7...zl.=....
0x5bffe6c0: ae1b01f0 00000137 aa4bc8c0 00000137 ....7.....K.7...
0x5bffe6d0: 00000000 00000000 00000000 00000000 ................
0x5bffe6e0: 000000f4 0003794d ab578730 00000137 ....My..0.W.7...
0x5bffe6f0: 00000000 00000000 aa78bbb0 00000137 ..........x.7...
0x5bffe700: aa78bb50 00000137 00000000 00000000 P.x.7...........
0x5bffe710: 00000000 00000000 00000000 00000000 ................
0x5bffe720: 00000000 00000000 be17e440 00000137 ........@...7...
0x5bffe730: be18b600 00000137 00000000 00000000 ....7...........
0x5bffe740: 00000000 00000000 00000000 00000000 ................
0x5bffe750: 00000001 00000000 3d0178d8 00007ffc .........x.=....
0x5bffe760: 000000d5 00000000 010403ad 00007ffc ................
0x5bffe770: aed3d878 00000137 aa4bc8c0 00000137 x...7.....K.7...
0x5bffe780: ab578730 00000137 01049b9c 00007ffc 0.W.7...........
0x5bffe790: 00000000 00000000 fa0bbc74 00000137 ........t...7...
0x5bffe7a0: fa0bbd04 00000137 00000000 00000000 ....7...........
0x5bffe7b0: 00000000 00000000 00000000 00000000 ................
0x5bffe7c0: ab57a800 00000137 00000005 00000000 ..W.7...........
0x5bffe7d0: 00000001 00000000 00000000 00000000 ................
0x5bffe7e0: 5bffe9c0 0000000b b773d0c0 00000137 ...[......s.7...
0x5bffe7f0: 5bffe950 0000000b 0085a138 00007ffc P..[....8.......
0x5bffe800: ab578770 00000137 00000002 00000000 p.W.7...........
0x5bffe810: 5bffe950 0000000b 00859cb9 00007ffc P..[............
0x5bffe820: 00000001 00000000 00000002 0000000b ................
0x5bffe830: 00000000 0000000b aa730a10 00000137 ..........s.7...
0x5bffe840: ffffffff ffffffff b773d100 00000137 ..........s.7...
0x5bffe850: 00000002 00000000 010444b2 00007ffc .........D......
0x5bffe860: 00000001 00000000 aa730a10 00000137 ..........s.7...
0x5bffe870: 00000000 00000000 00000000 00000000 ................
0x5bffe880: ab578730 00000137 01049da4 00007ffc 0.W.7...........
0x5bffe890: ab578730 00000137 00000000 00000000 0.W.7...........
0x5bffe8a0: 00000002 00000000 5bffe950 0000000b ........P..[....
0x5bffe8b0: 00000001 0000000b 5bffe9c0 0000000b ...........[....
0x5bffe8c0: 00000001 00000137 aa730a10 00000137 ....7.....s.7...
0x5bffe8d0: ffffffff ffffffff 00000018 00000000 ................
0x5bffe8e0: 00000001 00000000 b773d0c0 00000137 ..........s.7...
0x5bffe8f0: 5bffe9c0 0000000b 008e5cac 00007ffc ...[.....\......
0x5bffe900: b562df70 00000137 aa730a10 00000137 p.b.7.....s.7...
0x5bffe910: 00000001 00000000 008e2832 00007ffc ........2(......
0x5bffe920: 00000001 00000137 5bffe9c0 0000000b ....7......[....
0x5bffe930: 00000001 00000137 aa730a10 00000137 ....7.....s.7...
0x5bffe940: 5bffe9b0 0000000b 0077bbd4 00007ffc ...[......w.....
0x5bffe950: c73e73f0 00000137 00000058 00007ffc .s>.7...X.......
0x5bffe960: 00000000 00000000 abad1480 00000137 ............7...
0x5bffe970: b562df70 00000137 008e5b8c 00007ffc p.b.7....[......
0x5bffe980: 00000006 00000000 5bffe9f0 0000000b ...........[....
0x5bffe990: 00000000 00000000 b562df70 00000137 ........p.b.7...
0x5bffe9a0: 00000001 00000000 00000058 00007ffc ........X.......
0x5bffe9b0: 00000002 00000137 00000001 00000000 ....7...........
0x5bffe9c0: 00000000 00000000 00000000 00000000 ................
0x5bffe9d0: 00004494 0000005a 00000000 00000000 .D..Z...........
0x5bffe9e0: 00000000 00000000 00001ef0 00000000 ................
0x5bffe9f0: 00000058 00000000 0000005a 00000002 X.......Z.......
0x5bffea00: 00000000 00000000 ffffffff 00000000 ................
0x5bffea10: 00000000 00000000 00000000 00000000 ................
0x5bffea20: 00000000 00000000 010500ff 00007ffc ................
0x5bffea30: aa730a10 00000137 b773d0c0 00000137 ..s.7.....s.7...
0x5bffea40: 00000000 00000000 00000000 00000000 ................
0x5bffea50: abad1460 00000137 00000001 00000000 `...7...........
0x5bffea60: 00000000 00000000 00000000 00000000 ................
0x5bffea70: 00000000 00000000 00000000 00000000 ................
0x5bffea80: 00000000 00000000 00000000 00000000 ................
0x5bffea90: 00000000 00000000 00000000 00000000 ................
0x5bffeaa0: 00000000 00000000 00000000 00000000 ................
0x5bffeab0: 00000000 00000000 00000000 00000000 ................
0x5bffeac0: 00000000 00000000 00000000 00000000 ................
0x5bffead0: 00000000 00000000 00000000 00000000 ................
0x5bffeae0: 00000000 00000000 00000000 00000000 ................
0x5bffeaf0: 01066a10 00007ffc ae3b7a00 00000137 .j.......z;.7...
0x5bffeb00: d1f88bc0 00000137 00000000 00000000 ....7...........
0x5bffeb10: abad0e70 00000137 ae3b7a00 00000137 p...7....z;.7...
0x5bffeb20: 5bffec30 0000000b 010724eb 00007ffc 0..[.....$......
0x5bffeb30: 00000000 00000004 00002740 0000000b ........@'......
0x5bffeb40: 005d1a30 00007ffc 00a4d2e0 00007ffc 0.].............
0x5bffeb50: 00000000 00000000 3f800000 00000137 ...........?7...
0x5bffeb60: 3f800000 0000000b 00000001 00000137 ...?........7...
0x5bffeb70: 00000018 0000000b 00000003 00000000 ................
0x5bffeb80: 00000000 00000000 00000000 00000000 ................
0x5bffeb90: 00000000 00000000 00000000 00000000 ................
0x5bffeba0: 00000000 00000000 00000000 00000000 ................
0x5bffebb0: 00000000 00000000 00000000 00000000 ................
0x5bffebc0: 00000000 00000011 01555554 00000800 ........TUU.....
0x5bffebd0: 00000004 00000001 00000001 00000000 ................
0x5bffebe0: 00000000 00000000 5bfff600 0000000b ...........[....
0x5bffebf0: 5bffecd0 0000000b 135946d8 00007ffc ...[.....FY.....
0x5bffec00: 00000014 00000002 00000004 00000000 ................
0x5bffec10: 00000002 00000000 13849030 00000138 ........0...8...
0x5bffec20: bfcb7fd0 00000137 000000b6 0003794d ....7.......My..
0x5bffec30: 00000000 00000000 00000190 00000000 ................
0x5bffec40: 954af85a 0000388b 00000000 00000000 Z.J..8..........
0x5bffec50: 5bffede0 0000000b 00544cf8 00000000 ...[.....LT.....
0x5bffec60: 5bfffcf0 0000000b 004a0000 00007ffc ...[......J.....
0x5bffec70: 00000000 00000000 00000000 00000000 ................
0x5bffec80: aa741410 00000137 01609d8d 00007ffc ..t.7.....`.....
0x5bffec90: 0186cdb4 00007ffc 00000001 00000137 ............7...
0x5bffeca0: 5bfffcf0 0000000b 5bfffc30 0000000b ...[....0..[....
0x5bffecb0: 5bffee30 0000000b 5bfff300 0000000b 0..[.......[....
0x5bffecc0: 5bfffc30 0000000b 5bfff600 0000000b 0..[.......[....
0x5bffecd0: 5bfffcf0 0000000b 5bfff300 0000000b ...[.......[....
0x5bffece0: 5bfffc30 0000000b 009e4cf8 00007ffc 0..[.....L......
0x5bffecf0: 00000000 00000000 4383f7dd 00007ffc ...........C....
0x5bffed00: 00000000 00000000 5bffee30 0000000b ........0..[....
0x5bffed10: 5bfff600 0000000b 5bffee30 0000000b ...[....0..[....
0x5bffed20: 5bffede0 0000000b 437ad856 00007ffc ...[....V.zC....
0x5bffed30: 5bffee30 0000000b 5bfff600 0000000b 0..[.......[....
0x5bffed40: 00000000 00000000 00000000 00000000 ................
0x5bffed50: 00000000 00000000 00000000 00000000 ................
0x5bffed60: 00000000 00000000 00000000 00000000 ................
0x5bffed70: 00000000 00000000 01a83c84 00007ffc .........<......
0x5bffed80: 00000000 00000000 004a0000 00007ffc ..........J.....
0x5bffed90: 5bfffcf0 0000000b 00000000 00000000 ...[............
0x5bffeda0: 0167b858 00007ffc 00000001 00000001 X.g.............
0x5bffedb0: 00000000 00000000 00000007 00000007 ................
0x5bffedc0: 00000008 00000008 ae81dcf8 00000137 ............7...
0x5bffedd0: 00000001 0000000b 00000008 00000000 ................
0x5bffede0: 00000008 80000000 ae81dd18 00000137 ............7...
0x5bffedf0: 00000001 00007ffc 00000008 00000000 ................
0x5bffee00: 00000008 80000000 ae81dd38 00000137 ........8...7...
0x5bffee10: 00000001 00007ffc 00000094 00000000 ................
0x5bffee20: 00000094 80000000 00000000 00000000 ................
0x5bffee30: 00000001 00000000 00000000 00000000 ................
0x5bffee40: 00000000 00000000 00000000 00000000 ................
0x5bffee50: 00000000 00000000 00000000 00000000 ................
0x5bffee60: 00000000 00000008 00000000 00000008 ................
0x5bffee70: 00000000 00000008 00000000 00000004 ................
0x5bffee80: 00000000 00000008 00000000 00000000 ................
0x5bffee90: 00000000 00000040 00000000 00000040 ....@.......@...
0x5bffeea0: 00000000 00000040 406d1388 00000000 ....@.....m@....
0x5bffeeb0: 5bffee30 0000000b 00000000 00000004 0..[............
0x5bffeec0: 00000000 00000040 5bfffcf0 0000000b ....@......[....
0x5bffeed0: 00000000 00000000 00000000 00000000 ................
0x5bffeee0: aa4b82d0 00000137 59930000 0000000b ..K.7......Y....
0x5bffeef0: 5bffe5a8 0000000b 004a0000 00007ffc ...[......J.....
0x5bffef00: 01609c78 00007ffc 00000000 00000000 x.`.............
0x5bffef10: 00000000 00000000 00000000 00000000 ................
0x5bffef20: 00000000 00000000 009e4cfa 00007ffc .........L......
0x5bffef30: 0000027f 00000000 00000000 00000000 ................
0x5bffef40: 00000000 000000cc 00001f80 0000ffff ................
0x5bffef50: 00000000 00000000 00000000 00000060 ............`...
0x5bffef60: 00000000 00000000 00000000 00000088 ................
0x5bffef70: 00000000 00000000 00000000 00000000 ................
0x5bffef80: 00000000 00000000 00000000 00000000 ................
0x5bffef90: aa462110 00000137 aa462210 00000137 .!F.7...."F.7...
0x5bffefa0: 00000000 00000000 00000000 00000000 ................
0x5bffefb0: 00000000 00000000 00000000 00000000 ................
0x5bffefc0: 00000000 00000000 00000000 00000000 ................
0x5bffefd0: 01a47000 00007ffc 004a0000 00007ffc .p........J.....
0x5bffefe0: 016a9000 000db78c 00000000 00000000 ..j.............
0x5bffeff0: 00000000 00000000 00000000 00000000 ................
0x5bfff000: 00000000 00000030 00000000 00000000 ....0...........
0x5bfff010: 00000000 00000000 00000000 00000000 ................
0x5bfff020: 00000000 00000000 00000000 00000000 ................
0x5bfff030: 00000000 00000000 00000000 00000000 ................
0x5bfff040: 00000000 00000000 00000000 00000000 ................
0x5bfff050: 00000000 00000000 00000000 00000020 ............ ...
0x5bfff060: 00000000 00000000 00000000 00000000 ................
0x5bfff070: 00000000 00000000 00000000 00000000 ................
0x5bfff080: 00000000 00000000 00000000 00000000 ................
0x5bfff090: 00000000 00000000 00000000 00000000 ................
0x5bfff0a0: 00000000 00000000 00000000 00000000 ................
0x5bfff0b0: 00000000 00000004 00000000 00000008 ................
0x5bfff0c0: 00000000 00000000 00000000 00000000 ................
0x5bfff0d0: 00000000 00000004 00000000 00000000 ................
0x5bfff0e0: 00000000 00000000 00000000 00000000 ................
0x5bfff0f0: 00000000 00000000 00000000 00000000 ................
0x5bfff100: 00000000 00000000 00000000 00000000 ................
0x5bfff110: 00000000 00000000 00000000 00000000 ................
0x5bfff120: 00000000 00000000 00000000 00000000 ................
0x5bfff130: 00000000 00000000 00000000 00000000 ................
0x5bfff140: 00000000 00000000 00000000 00000000 ................
0x5bfff150: 00000000 00000000 00000000 00000000 ................
0x5bfff160: 00000000 00000000 00000000 00000000 ................
0x5bfff170: 00000000 00000000 00000000 00000000 ................
0x5bfff180: 00000000 00000000 00000000 00000000 ................
0x5bfff190: 00000000 00000000 00000000 00000000 ................
0x5bfff1a0: 00000000 00000000 00000000 00000000 ................
0x5bfff1b0: 00000000 00000000 00000000 00000000 ................
0x5bfff1c0: 00000000 00000000 00000000 00000070 ............p...
0x5bfff1d0: 00000000 00000000 00000000 00000000 ................
0x5bfff1e0: 00000000 00000008 00000000 00000000 ................
0x5bfff1f0: 00000000 00000000 00000000 00000000 ................
0x5bfff200: 00000000 00000000 00000000 00000000 ................
0x5bfff210: 00000000 00000000 00000000 00000000 ................
0x5bfff220: 00000000 00000000 00000000 00000000 ................
0x5bfff230: 00000000 00000000 00000000 00000000 ................
0x5bfff240: 00000000 00000000 00000000 00000000 ................
0x5bfff250: a87f0000 00000137 437bc849 00007ffc ....7...I.{C....
0x5bfff260: 00000000 00000000 00000000 00000000 ................
0x5bfff270: 00000000 00000000 00000000 00000000 ................
0x5bfff280: 00000000 00000000 00000000 0000000c ................
0x5bfff290: 00000000 00000001 00000000 00000000 ................
0x5bfff2a0: 00000000 00000000 00000000 00000010 ................
0x5bfff2b0: ae148900 00000137 00000000 00000000 ....7...........
0x5bfff2c0: 00000001 00000000 00000125 00000000 ........%.......
0x5bfff2d0: 00000528 00000000 000000ed 00000000 (...............
0x5bfff2e0: ae1488f0 00000137 000003ff 00000000 ....7...........
0x5bfff2f0: ae1488f0 00000137 00000000 00000000 ....7...........
0x5bfff300: 00000002 00010402 009e4cc0 00007ffc .........L......
0x5bfff310: 3fbaa3a7 00007ffc 3fb70000 00007ffc ...?.......?....
0x5bfff320: 3fdb3bf8 00007ffc 004a0000 00007ffc .;.?......J.....
0x5bfff330: 01a83c84 00007ffc 00000000 00000000 .<..............
0x5bfff340: a87f0150 00000137 a88f0000 00000137 P...7.......7...
0x5bfff350: a87f7434 00000137 0000016d 00000000 4t..7...m.......
0x5bfff360: adcc0100 00000137 00000000 00000000 ....7...........
0x5bfff370: 00000000 00000000 00000125 00000000 ........%.......
0x5bfff380: a88f0cc0 00000137 437b9dc6 00007ffc ....7.....{C....
0x5bfff390: 00002c10 00000000 00000000 00000000 .,..............
0x5bfff3a0: 00000000 00000000 00002ac0 00000000 .........*......
0x5bfff3b0: 00002ab0 00000000 437b9dc6 00007ffc .*........{C....
0x5bfff3c0: 00000000 00000000 a88f0000 00000137 ............7...
0x5bfff3d0: 00000000 00000000 00000008 00000000 ................
0x5bfff3e0: 954af0da 0000388b 00000039 00000000 ..J..8..9.......
0x5bfff3f0: 00000000 00000000 0000004e 00000000 ........N.......
0x5bfff400: 439016e4 00007ffc 00000000 00000000 ...C............
0x5bfff410: 5bfffc30 0000000b 438d30d8 00007ffc 0..[.....0.C....
0x5bfff420: 5bfff5e0 0000000b 437abe9a 00007ffc ...[......zC....
0x5bfff430: a88f0cc0 00000137 00000002 00000000 ....7...........
0x5bfff440: 5bfff480 0000000b 0000003d 00000000 ...[....=.......
0x5bfff450: 00000000 00000000 000003d0 00000000 ................
0x5bfff460: 000003c8 00000000 00000000 00000000 ................
0x5bfff470: 00000020 00000000 0000003d 00000000 .......=.......
0x5bfff480: 00000000 00000000 00000000 00000000 ................
0x5bfff490: 00000000 00000000 00000000 00000000 ................
0x5bfff4a0: 00000000 00000000 00000000 00000000 ................
0x5bfff4b0: 00000000 00000000 00000000 00000000 ................
0x5bfff4c0: 00000000 00000000 0000000a 00000000 ................
0x5bfff4d0: 00000002 00000000 00000480 00000000 ................
0x5bfff4e0: 5bfff540 0000000b 25d94e74 00007ffc @..[....tN.%....
0x5bfff4f0: 00000000 00000000 3e264d4b 00007ffc ........KM&>....
0x5bfff500: 00000001 00000000 00000000 00000000 ................
0x5bfff510: 00000000 00000000 27650000 00007ffc ..........e'....
0x5bfff520: 27651790 00007ffc 276518cb 00007ffc ..e'......e'....
0x5bfff530: 00000001 00000000 00000000 00000000 ................
0x5bfff540: 00000001 00000000 25d94cf7 00007ffc .........L.%....
0x5bfff550: 00000001 00000000 437a83d0 00007ffc ..........zC....
0x5bfff560: 59930000 0000000b 5bfff570 0000000b ...Y....p..[....
0x5bfff570: 00000004 00000004 ae121200 00000137 ............7...
0x5bfff580: 26ddb620 00007ffc 00000019 00000000 ..&............
0x5bfff590: 437a0000 00007ffc 437abe11 00007ffc ..zC......zC....
0x5bfff5a0: 24b20000 00007ffc 00357cac 00357cb0 ...$.....|5..|5.
0x5bfff5b0: c0000026 00000000 437abbce 00007ffc &.........zC....
0x5bfff5c0: 00000005 00000137 00000005 00007ffc ....7...........
0x5bfff5d0: 7ffe0384 00000000 25d94991 00007ffc .........I.%....
0x5bfff5e0: 5bfff5a0 0000000b 437a0000 00007ffc ...[......zC....
0x5bfff5f0: 5bfffc30 0000000b 437db3d7 00007ffc 0..[......}C....
0x5bfff600: 25f20e80 00007ffc 25d6b686 00007ffc ...%.......%....
0x5bfff610: 7ffe0384 00000000 437db583 00007ffc ..........}C....
0x5bfff620: 7ffe0385 00000000 437db4f3 00007ffc ..........}C....
0x5bfff630: 00000000 00000020 00000000 00000010 .... ...........
0x5bfff640: 00000000 00000020 00000000 00000000 .... ...........
0x5bfff650: 00000080 00000000 00000000 00000000 ................
0x5bfff660: 5bfff910 0000000b 24c96dc2 00007ffc ...[.....m.$....
0x5bfff670: 437a0000 00007ffc 25d6b974 00007ffc ..zC....t..%....
0x5bfff680: 27650000 00007ffc 7ffe0384 00000000 ..e'............
0x5bfff690: 00000000 00000008 5bfffc10 0000000b ...........[....
0x5bfff6a0: 00000000 00000000 00000000 00000000 ................
0x5bfff6b0: aa4b82d0 00000137 7ffe0385 00000000 ..K.7...........
0x5bfff6c0: 00000000 00000000 437e6f93 00007ffc .........o~C....
0x5bfff6d0: a87f2c80 00000137 00000000 00000000 .,..7...........
0x5bfff6e0: 00000000 00000000 00000000 00000000 ................
0x5bfff6f0: 00000000 00000000 00000000 00000008 ................
0x5bfff700: 0000027f 00000000 437d90ce 00007ffc ..........}C....
0x5bfff710: a87f2c80 00000137 00001f80 0000000b .,..7...........
0x5bfff720: 598df000 0000000b 27651790 00007ffc ...Y......e'....
0x5bfff730: ade8b6e0 00000137 27651790 00007ffc ....7.....e'....
0x5bfff740: feeefeee feeefeee a87f0150 00000137 ........P...7...
0x5bfff750: 00004002 00000000 a87f0150 00000137 .@......P...7...
0x5bfff760: a87f0000 00000137 437b30ac 00007ffc ....7....0{C....
0x5bfff770: addc0000 00000137 a87f73e0 00000137 ....7....s..7...
0x5bfff780: ae148d70 00000137 437cab21 00007ffc p...7...!.|C....
0x5bfff790: 00004225 00000000 437cae51 00007ffc %B......Q.|C....
0x5bfff7a0: 00000000 0000001c aa730c90 00000137 ..........s.7...
0x5bfff7b0: aa968380 00000137 00000000 00000000 ....7...........
0x5bfff7c0: 000000b6 0003794d 00000000 00000000 ....My..........
0x5bfff7d0: 00000000 00000000 a87f73e0 00000137 .........s..7...
0x5bfff7e0: a87f73e0 00000137 00040020 00000000 .s..7... .......
0x5bfff7f0: 00004002 00000000 a87f0150 00000137 .@......P...7...
0x5bfff800: aa67c310 00000137 00000000 00000000 ..g.7...........
0x5bfff810: 00000000 00000000 00000000 00000000 ................
0x5bfff820: 00000000 00000000 00000000 00000000 ................
0x5bfff830: 00000000 00000000 00000000 00000000 ................
0x5bfff840: aa67c290 00000137 00000001 00000000 ..g.7...........
0x5bfff850: ffffffff 00000000 00000000 00000000 ................
0x5bfff860: 00000000 00000000 00000000 00000000 ................
0x5bfff870: 13849088 00000138 00000000 00000000 ....8...........
Module 1
C:\WINDOWS\SYSTEM32\xinput1_3.dll
Image Base: 0x00400000 Image Size: 0x0001e000
File Size: 107368 File Time: 2007-04-04_185422
Version:
Company: Microsoft Corporation
Product: Microsoft® DirectX for Windows®
FileDesc: Microsoft Common Controller API
FileVer: 9.18.944.0
ProdVer: 9.18.944.0
Crash Report configuration:
* App Name: ReadySet
* App Version: Unity 2018.2.20f1_cef3e6c0c622
* Mono DLL: C:\Users\wbdpdlab24\Desktop\ReadySet v2_0_6_4b\Mono\EmbedRuntime\mono.dll
* Bug Reporter App Path:
* Crash Report Path: C:\Users\WBDPDL~1\AppData\Local\Temp\ReadySet\ReadySet\Crashes
* Is Editor: false
Crash Report metadata:
Additional report files:
* "C:\Users\wbdpdlab24\AppData\LocalLow\ReadySet\ReadySet\output_log.txt" (Output log file)
== [end of error.log] ==
↧
↧
Why does my application crash at start IOS and Android using LWRP
Hi, before I updated to unity 2018.1.8f1 my project would work fine, and not crash at all but after doing so it now crashes on startup. Here's the log from an android device: https://pastebin.com/nvAVA2P9
Any help is greatly appreciated, thanks!
↧
Android Game crash after launch
After building on Unity 2019.3.0a5 the application crashes after the splash screen and after clicking a button. I ran a logcat to see why but i can't interpret the code.`2019-07-03 14:16:10.579 30354-30389/? E/CRASH: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2019-07-03 14:16:10.579 30354-30389/? E/CRASH: Build type 'Release', Scripting Backend 'mono', CPU 'armeabi-v7a'
2019-07-03 14:16:10.579 30354-30389/? E/CRASH: Build fingerprint: 'samsung/dreamqltesq/dreamqltesq:9/PPR1.180610.011/G950USQU5DSD3:user/release-keys'
2019-07-03 14:16:10.579 30354-30389/? E/CRASH: Revision: '12'
2019-07-03 14:16:10.579 30354-30389/? E/CRASH: pid: 30354, tid: 30389, name: Thread-9 >>> com.LITERICH.CosmoFlow <<<
2019-07-03 14:16:10.580 30354-30389/? E/CRASH: r0 00000000 r1 000076b5 r2 00000006 r3 00000008
2019-07-03 14:16:10.580 30354-30389/? E/CRASH: r4 00007692 r5 000076b5 r6 d0efebec r7 0000010c
2019-07-03 14:16:10.580 30354-30389/? E/CRASH: r8 00000000 r9 0000005b sl ef454d2c fp eeabdeac
2019-07-03 14:16:10.580 30354-30389/? E/CRASH: ip f096f3bc sp d0efebd8 lr f08d9b5d pc f08cf1d6 cpsr d0efe8e8
2019-07-03 14:16:10.580 30354-30389/? E/CRASH: backtrace:
2019-07-03 14:16:10.582 30681-30681/? I/Finsky: [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(42): Cancelling existing job with id: 9004
2019-07-03 14:16:10.583 30821-30841/? E/AASAservice-TokenRule: parseToken() : TokenFile is null
2019-07-03 14:16:10.584 30821-30841/? D/AASAservice-IntentThread: AASAIntentThread() : package = free.vpn.unblock.proxy.vpnpro, uid = -1
2019-07-03 14:16:10.584 30821-30841/? D/AASAservice-AASABinder: notifyUpdateRestrictList()
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #00 pc 0001d1d6 /system/lib/libc.so (abort+57)
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #01 pc 0034313d /system/lib/libart.so (art::Runtime::Abort(char const*)+996)
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #02 pc 0000738f /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+494)
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #03 pc 001ab4e1 /system/lib/libart.so (art::IndirectReferenceTable::AbortIfNoCheckJNI(std::__1::basic_string, std::__1::allocator> const&)+172)
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #04 pc 0022c2a3 /system/lib/libart.so (art::interpreter::UnstartedRuntime::UnstartedUnsafeCompareAndSwapObject(art::Thread*, art::ShadowFrame*, art::JValue*, unsigned int)+202)
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #05 pc 00368c93 /system/lib/libart.so (art::Thread::DecodeJObject(_jobject*) const+54)
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #06 pc 0025b24f /system/lib/libart.so (art::ProfileCompilationInfo::DumpInfo(std::__1::vector> const*, bool) const+1794)
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #07 pc 00190cd7 /data/app/com.LITERICH.CosmoFlow-Knm80IkK37FHLoB1dV3zFQ==/lib/arm/libunity.so
2019-07-03 14:16:10.585 1573-7216/? E/AASATokenParser: set xml file does not exist
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #08 pc 0000592c ( (wrapper managed-to-native) UnityEngine.AndroidJNI:NewGlobalRef (intptr) {0xc75ac038} + 0x3c (0xee5a88f0 0xee5a8984) [0xeb09ef00 - Unity Root Domain]+22828)
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #09 il 00000037 at (wrapper managed-to-native) UnityEngine.AndroidJNI.NewGlobalRef (intptr) <0x00037>
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #10 il 0000003f at UnityEngine.GlobalJavaObjectRef..ctor (intptr) [0x0001a] in <896c3e57e6d144929e87b9e7a650f8fe>:0
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #11 il 0000002f at UnityEngine.AndroidJavaProxy..cctor () [0x0000a] in <896c3e57e6d144929e87b9e7a650f8fe>:0
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #12 il 0000006f at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0x0006f>
2019-07-03 14:16:10.585 30354-30389/? E/CRASH: #13 il 00000077 at (wrapper runtime-invoke) object.runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr) <0x00077>`
↧
Unity crashes when using while loop
I don't know what's happening. As soon as the function is called, unity freezes and I have to use task manager to close it.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class QTEController : MonoBehaviour
{
System.Random random = new System.Random();
public float difficulty;
void Start()
{
difficulty = 0.3f;
}
void Update()
{
if (Input.GetKeyDown(KeyCode.S))
{
oneSimple(true, 0);
}
}
public void oneSimple(bool quick, float localDifficulty)
{
Debug.Log("started");
int num = random.Next(0,26); //creates a random character
char pressKeyC = (char)('a' + num);
string pressKey = pressKeyC.ToString();
float randomizer = Random.Range(0.0f, 1.0f)
if (randomizer > (difficulty*localDifficulty))
{
Debug.Log(pressKey);
bool finished = false;
while (finished == false)
{
Debug.Log(finished);
if (Input.GetKeyDown(pressKey))
{
finished = true;
Debug.Log("done");
}
}
Debug.Log("done2");
}
}
}
Please help!
Thanks
↧