Hi there. Just posting this as I ran into this issue, saw someone else had it, realized that the post was from 2 years ago, and decided it’d be a good idea to make my own post about it. Basically I’ve run into an issue where when I build my game for release, the game crashes immediately upon entering a scene past the first scene (which does not have the core game mechanics the other scenes do). However, there’s no crash that occurs in the editor and I’m currently trying to see if the development build also crashes. I have a player log that documents the crash and provides a stacktrace, as well as a .dmp file that tracked it. here’s an image of the DMP file summary in Visual Studio.
Can someone help me interpret this message and narrow down where in my game/code the source of this error is? Also, if it helps–here’s the player log. I have to paste it here as I’m not allowed to make attachments (i’m a new user). If it helps please feel free to paste it on a notepad. I’m really not sure how to interpret the crash information, and the normal nullreferences and other errors that are thrown before the crash are a little bit vague, some of them I can very likely can find but not necessarily all of them right away.
Input System module state changed to: Initialized.
[Physics::Module] Initialized fallback backend.
[Physics::Module] Id: 0xdecafbad
Loading player data from C:/Users/Luke Sapir/wkspaces/Reverie-Project/Reverie/Reverie_Data/data.unity3d
Initialize engine version: 6000.3.0b4 (b7597543b0a4)
[Subsystems] Discovering subsystems at path C:/Users/Luke Sapir/wkspaces/Reverie-Project/Reverie/Reverie_Data/UnitySubsystems
[D3D12 Device Filter] Vendor Name: ATI
[D3D12 Device Filter] Device Name: AMD Radeon RX 9060 XT
[D3D12 Device Filter] Driver Version: 32.0.22029.1019
[D3D12 Device Filter] Feature Level: 12.1
[D3D12 Device Filter] Graphics Memory: 16304 MB
[D3D12 Device Filter] Processor Count: 16
[D3D12 Device Filter] Device Type: Discrete
GfxDevice: creating device client; kGfxThreadingModeClientWorkerJobs
Direct3D:
Version: Direct3D 11.0 [level 11.1]
Renderer: AMD Radeon RX 9060 XT (ID=0x7590)
Vendor: ATI
VRAM: 16304 MB
Driver: 32.0.22029.1019
[Physics::Module] Selected backend.
[Physics::Module] Name: PhysX
[Physics::Module] Id: 0xf2b8ea05
[Physics::Module] SDK Version: 4.1.2
[Physics::Module] Integration Version: 1.0.0
[Physics::Module] Threading Mode: Multi-Threaded
D3D11 device created for Microsoft Media Foundation video decoding.
<RI> Initializing input.
<RI> Input initialized.
The referenced script on this Behaviour (Game Object 'pistol2') is missing!
The tree tree28 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree01 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree11 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree10 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree12 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree28 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree26 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree13 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree02 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree31 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree35 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree15 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree BurnedTreeA 1 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree BurnedTreeb must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree BurnedTreeC must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree BurnedTreeD must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree Dead Tree must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree 02_conifer_01_01 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
UnloadTime: 0.138400 ms
[Adaptive Performance] No Active Loader was found. Make sure to select your loader in the Adaptive Performance Settings for this platform.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
UnityEngine.AdaptivePerformance.APLog:Debug(String, Object[])
UnityEngine.AdaptivePerformance.AdaptivePerformanceManager:InitializeAdaptivePerformance()
UnityEngine.AdaptivePerformance.AdaptivePerformanceManager:Awake()
UnityEngine.GameObject:AddComponent(Type)
UnityEngine.GameObject:AddComponent()
UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner:Initialize(Boolean)
UnityEngine.AdaptivePerformance.AdaptivePerformanceInitializer:InitializeSpawner(Boolean)
Direct audio output mode not yet supported for this VideoPlayer backend. Use the AudioSource output mode instead.
WwiseUnity: Wwise(R) SDK Version 2024.1.3 Build 8749.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:LogFormat(LogType, String, Object[])
UnityEngine.Debug:LogFormat(String, Object[])
AkUnitySoundEngineInitialization:InitializeSoundEngine()
AkInitializer:OnEnable()
WwiseUnity: Setting Plugin DLL path to: C:/Users/Luke Sapir/wkspaces/Reverie-Project/Reverie/Reverie_Data\Plugins\x86_64
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
AkCommonPlatformSettings:get_AkInitializationSettings()
AkUnitySoundEngineInitialization:InitializeSoundEngine()
AkInitializer:OnEnable()
WwiseUnity: Sound engine initialized successfully.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
AkUnitySoundEngineInitialization:InitializeSoundEngine()
AkInitializer:OnEnable()
Unexpected timestamp values detected. This can occur in H.264 videos not encoded with the baseline profile. Timestamps will be skewed to correct the playback for C:/Users/Luke Sapir/wkspaces/Reverie-Project/Reverie/Reverie_Data/sharedassets0.resource
Loaded continue file
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
ContinueLoadButton:Start()
File found.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
SaveGameScript:LoadGame(Int32)
<>c__DisplayClass50_0:<LoadGame>b__0()
<AlphaUpThenDown>d__12:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
There can be only one active Event System.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
UnityEngine.UIElements.UIElementsRuntimeUtility:RegisterEventSystem(Object)
UnityEngine.UIElements.UIToolkitInteroperabilityBridge:OnEnable()
SceneSwitcher:SwitchScene(String, GameObject, Vector3)
SaveGameScript:LoadGame(Int32)
<>c__DisplayClass50_0:<LoadGame>b__0()
<AlphaUpThenDown>d__12:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
The referenced script (Unknown) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object '<null>') is missing!
A scripted object (probably UnityEditor.Recorder.Timeline.RecorderClip?) has a different serialization layout when loading. (Read 44 bytes but expected 56 bytes)
Did you #if UNITY_EDITOR a section of your serialized properties in any of your scripts?
The referenced script (Unknown) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object '<null>') is missing!
A scripted object (probably UnityEditor.Recorder.MovieRecorderSettings?) has a different serialization layout when loading. (Read 44 bytes but expected 696 bytes)
Did you #if UNITY_EDITOR a section of your serialized properties in any of your scripts?
The referenced script (Unknown) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object '<null>') is missing!
A scripted object (probably UnityEditor.Recorder.Timeline.RecorderTrack?) has a different serialization layout when loading. (Read 48 bytes but expected 416 bytes)
Did you #if UNITY_EDITOR a section of your serialized properties in any of your scripts?
The referenced script on this Behaviour (Game Object 'MagicRingHitbox') is missing!
Unloading 8 Unused Serialized files (Serialized files now loaded: 0)
The tree tree09 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree Tree1 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree02 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree09 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree01 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree28 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree09 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
The tree tree09 must use the Nature/Soft Occlusion shader. Otherwise billboarding/lighting will not work correctly.
UnloadTime: 0.871900 ms
[Adaptive Performance] No Active Loader was found. Make sure to select your loader in the Adaptive Performance Settings for this platform.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
UnityEngine.AdaptivePerformance.APLog:Debug(String, Object[])
UnityEngine.AdaptivePerformance.AdaptivePerformanceManager:InitializeAdaptivePerformance()
UnityEngine.AdaptivePerformance.AdaptivePerformanceManager:Awake()
UnityEngine.GameObject:AddComponent(Type)
UnityEngine.GameObject:AddComponent()
UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner:Initialize(Boolean)
UnityEngine.AdaptivePerformance.AdaptivePerformanceInitializer:InitializeSpawner(Boolean)
Crash!!!
SymInit: Symbol-SearchPath: '.;C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie;C:/Users/Luke Sapir/wkspaces/Reverie-Project/Reverie/Reverie_Data/Plugins\x86_64;C:/Users/Luke Sapir/wkspaces/Reverie-Project/Reverie/Reverie_Data/Plugins;C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie;C:\WINDOWS;C:\WINDOWS\system32;', symOptions: 534, UserName: 'Luke Sapir'
OS-Version: 10.0.0
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie.exe:Reverie.exe (00007FF7B4760000), size: 684032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6000.3.0.22901
C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (00007FF95E500000), size: 2523136 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\KERNEL32.DLL:KERNEL32.DLL (00007FF95CB10000), size: 823296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\KERNELBASE.dll:KERNELBASE.dll (00007FF95BEA0000), size: 4161536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\UnityPlayer.dll:UnityPlayer.dll (00007FF8A0050000), size: 36982784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6000.3.0.22901
C:\WINDOWS\System32\USER32.dll:USER32.dll (00007FF95C940000), size: 1863680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\WINDOWS\System32\win32u.dll:win32u.dll (00007FF95B880000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\WINDOWS\System32\GDI32.dll:GDI32.dll (00007FF95D570000), size: 176128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\gdi32full.dll:gdi32full.dll (00007FF95BD70000), size: 1228800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\msvcp_win.dll:msvcp_win.dll (00007FF95B8B0000), size: 667648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\ucrtbase.dll:ucrtbase.dll (00007FF95B9F0000), size: 1355776 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\ole32.dll:ole32.dll (00007FF95C2A0000), size: 1667072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\combase.dll:combase.dll (00007FF95CBE0000), size: 3715072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\RPCRT4.dll:RPCRT4.dll (00007FF95C470000), size: 1146880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (00007FF94F270000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.1150
C:\WINDOWS\System32\SHLWAPI.dll:SHLWAPI.dll (00007FF95D5A0000), size: 421888 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\msvcrt.dll:msvcrt.dll (00007FF95D1C0000), size: 692224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.26100.7019
C:\WINDOWS\System32\SETUPAPI.dll:SETUPAPI.dll (00007FF95D830000), size: 4759552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\ADVAPI32.dll:ADVAPI32.dll (00007FF95D670000), size: 737280 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\sechost.dll:sechost.dll (00007FF95C590000), size: 679936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\SHELL32.dll:SHELL32.dll (00007FF95DCE0000), size: 7663616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\WINDOWS\System32\wintypes.dll:wintypes.dll (00007FF95B710000), size: 1486848 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\OLEAUT32.dll:OLEAUT32.dll (00007FF95D400000), size: 880640 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\IMM32.dll:IMM32.dll (00007FF95D0C0000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FF8D8B10000), size: 1097728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (00007FF94F1F0000), size: 217088 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\CRYPT32.dll:CRYPT32.dll (00007FF95BB40000), size: 1536000 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\WS2_32.dll:WS2_32.dll (00007FF95E440000), size: 475136 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FF959E20000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FF953F70000), size: 1212416 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\bcrypt.dll:bcrypt.dll (00007FF95B540000), size: 172032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (00007FF959B10000), size: 61440 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.1150
C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (00007FF957A10000), size: 2498560 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (00007FF958A80000), size: 1282048 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\UIAutomationCore.DLL:UIAutomationCore.DLL (00007FF93BC80000), size: 4296704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.2.26100.7171
C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (00007FF8D85A0000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.1150
C:\WINDOWS\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FF958C00000), size: 196608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\powrprof.dll:powrprof.dll (00007FF95B400000), size: 385024 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.3912
C:\WINDOWS\SYSTEM32\dxcore.dll:dxcore.dll (00007FF958A30000), size: 274432 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FF95B3E0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FF95A410000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FF95BCC0000), size: 675840 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (00007FF9588E0000), size: 696320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\shcore.dll:shcore.dll (00007FF95CFC0000), size: 991232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FF9592B0000), size: 8769536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (00007FF95B570000), size: 167936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\GameAssembly.dll:GameAssembly.dll (00007FF8997A0000), size: 62074880 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FF952A70000), size: 2367488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.5074
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\baselib.dll:baselib.dll (00007FF954E10000), size: 245760 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\System32\clbcatq.dll:clbcatq.dll (00007FF95D100000), size: 720896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.10941.16384
C:\Windows\System32\CoreMessaging.dll:CoreMessaging.dll (00007FF958330000), size: 1208320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\MSCTF.dll:MSCTF.dll (00007FF95D280000), size: 1433600 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\directxdatabasehelper.dll:directxdatabasehelper.dll (00007FF954520000), size: 405504 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\cfgmgr32.dll:cfgmgr32.dll (00007FF95B210000), size: 356352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\d3d12.dll:d3d12.dll (00007FF93F780000), size: 143360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\D3D12Core.dll:D3D12Core.dll (00007FF8D79B0000), size: 3506176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\D3DSCache.dll:D3DSCache.dll (00007FF8D7060000), size: 937984 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (00007FF95AA30000), size: 176128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\DriverStore\FileRepository\u0421109.inf_amd64_fb479f779d3886ae\B420961\amdxx64.dll:amdxx64.dll (00007FF94F370000), size: 52703232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 32.0.22029.1019
C:\WINDOWS\system32\atidxx64.dll:atidxx64.dll (00007FF94EA90000), size: 143360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.17.11.85
C:\WINDOWS\SYSTEM32\apphelp.dll:apphelp.dll (00007FF9586F0000), size: 651264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\DriverStore\FileRepository\u0421109.inf_amd64_fb479f779d3886ae\B420961\amdenc64.dll:amdenc64.dll (000000006AEE0000), size: 1454080 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 32.0.22029.1019
C:\WINDOWS\System32\DriverStore\FileRepository\u0421109.inf_amd64_fb479f779d3886ae\B420961\amdihk64.dll:amdihk64.dll (00007FF94E770000), size: 245760 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.0.0.1788
C:\WINDOWS\SYSTEM32\xinput1_3.dll:xinput1_3.dll (0000000000400000), size: 122880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.18.944.0
C:\WINDOWS\SYSTEM32\dcomp.dll:dcomp.dll (00007FF957CC0000), size: 2240512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\Microsoft.Internal.WarpPal.dll:Microsoft.Internal.WarpPal.dll (00007FF956AA0000), size: 102400 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\SYSTEM32\textinputframework.dll:textinputframework.dll (00007FF9463A0000), size: 1339392 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie_Data\Plugins\x86_64\AkUnitySoundEngine.dll:AkUnitySoundEngine.dll (00007FF8A7AF0000), size: 4329472 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\system32\wbem\wbemprox.dll:wbemprox.dll (00007FF8FF0D0000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FF94A4C0000), size: 499712 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FF8FED60000), size: 86016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\system32\wbem\fastprox.dll:fastprox.dll (00007FF8FED80000), size: 991232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\amsi.dll:amsi.dll (00007FF8FECA0000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.5074
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.25100.9008-0\MpOav.dll:MpOav.dll (00007FF8FEBF0000), size: 663552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 4.18.25100.9008
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie_Data\Plugins\x86_64\lib_burst_generated.dll:lib_burst_generated.dll (00007FF8F6DB0000), size: 3854336 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\SYSTEM32\mfplat.dll:mfplat.dll (00007FF9548C0000), size: 2187264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\RTWorkQ.DLL:RTWorkQ.DLL (00007FF954B30000), size: 249856 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\mfreadwrite.dll:mfreadwrite.dll (00007FF8F80A0000), size: 876544 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\Mf.dll:Mf.dll (00007FF955160000), size: 626688 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\MFCORE.DLL:MFCORE.DLL (00007FF8D23A0000), size: 4296704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\WINDOWS\System32\mfmp4srcsnk.dll:mfmp4srcsnk.dll (00007FF9364A0000), size: 2424832 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\MMDevApi.dll:MMDevApi.dll (00007FF954460000), size: 618496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\system32\mswsock.dll:mswsock.dll (00007FF95A980000), size: 438272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\DEVOBJ.dll:DEVOBJ.dll (00007FF95B270000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.1150
C:\WINDOWS\SYSTEM32\CompPkgSup.DLL:CompPkgSup.DLL (00007FF94E090000), size: 221184 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\Windows\System32\Windows.Media.dll:Windows.Media.dll (00007FF936790000), size: 6828032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\Windows\System32\Windows.ApplicationModel.dll:Windows.ApplicationModel.dll (00007FF941620000), size: 876544 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\Windows\System32\AppXDeploymentClient.dll:AppXDeploymentClient.dll (00007FF954B90000), size: 1499136 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\imagehlp.dll:imagehlp.dll (00007FF95C440000), size: 131072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.4202
C:\Windows\System32\Windows.StateRepositoryPS.dll:Windows.StateRepositoryPS.dll (00007FF941AD0000), size: 802816 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\windows.staterepositoryclient.dll:windows.staterepositoryclient.dll (00007FF943930000), size: 290816 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll:windows.staterepositorycore.dll (00007FF94D1B0000), size: 106496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\NSI.dll:NSI.dll (00007FF95D3F0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FF953CC0000), size: 122880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FF953C90000), size: 143360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\DNSAPI.dll:DNSAPI.dll (00007FF959E60000), size: 1228800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FF94D1A0000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FF94D7C0000), size: 1789952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\Windows\System32\Windows.UI.dll:Windows.UI.dll (00007FF94BD20000), size: 1376256 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FF958F80000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.1150
C:\Windows\System32\msmpeg2vdec.dll:msmpeg2vdec.dll (00007FF8DBD90000), size: 2519040 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7171
C:\Windows\System32\mfperfhelper.dll:mfperfhelper.dll (00007FF8DBC50000), size: 1245184 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.1150
C:\WINDOWS\System32\fwpuclnt.dll:fwpuclnt.dll (00007FF94F2E0000), size: 548864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\msvproc.dll:msvproc.dll (00007FF954E70000), size: 1413120 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\Windows\System32\colorcnv.dll:colorcnv.dll (00007FF93B520000), size: 270336 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\Windows\System32\msdmo.dll:msdmo.dll (00007FF8F79D0000), size: 57344 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.1150
C:\Windows\System32\MSAudDecMFT.dll:MSAudDecMFT.dll (00007FF9378A0000), size: 995328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FF95ACB0000), size: 77824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FF95AC40000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (00007FF95A370000), size: 237568 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (00007FF95AC60000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\gpapi.dll:gpapi.dll (00007FF95A9F0000), size: 204800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie_Data\Plugins\x86_64\discord_game_sdk.dll:discord_game_sdk.dll (00007FF8A62E0000), size: 3899392 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\SYSTEM32\ktmw32.dll:ktmw32.dll (00007FF92A9F0000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.1
C:\WINDOWS\SYSTEM32\SspiCli.dll:SspiCli.dll (00007FF95A6B0000), size: 299008 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.26100.7019
========== OUTPUTTING STACK TRACE ==================
0x00007FF8A1154A35 (UnityPlayer) UnityMain
SymInit: Symbol-SearchPath: '.;C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie;C:/Users/Luke Sapir/wkspaces/Reverie-Project/Reverie/Reverie_Data/Plugins\x86_64;C:/Users/Luke Sapir/wkspaces/Reverie-Project/Reverie/Reverie_Data/Plugins;C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie;C:\WINDOWS;C:\WINDOWS\system32;', symOptions: 534, UserName: 'Luke Sapir'
OS-Version: 10.0.0
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie.exe:Reverie.exe (00007FF7B4760000), size: 684032 (result: 0), SymType: '-exported-', PDB: 'C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie.exe', fileVersion: 6000.3.0.22901
C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (00007FF95E500000), size: 2523136 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ntdll.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\KERNEL32.DLL:KERNEL32.DLL (00007FF95CB10000), size: 823296 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\KERNEL32.DLL', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\KERNELBASE.dll:KERNELBASE.dll (00007FF95BEA0000), size: 4161536 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\KERNELBASE.dll', fileVersion: 10.0.26100.7171
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\UnityPlayer.dll:UnityPlayer.dll (00007FF8A0050000), size: 36982784 (result: 0), SymType: '-exported-', PDB: 'C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\UnityPlayer.dll', fileVersion: 6000.3.0.22901
C:\WINDOWS\System32\USER32.dll:USER32.dll (00007FF95C940000), size: 1863680 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\USER32.dll', fileVersion: 10.0.26100.7171
C:\WINDOWS\System32\win32u.dll:win32u.dll (00007FF95B880000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\win32u.dll', fileVersion: 10.0.26100.7171
C:\WINDOWS\System32\GDI32.dll:GDI32.dll (00007FF95D570000), size: 176128 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\GDI32.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\gdi32full.dll:gdi32full.dll (00007FF95BD70000), size: 1228800 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\gdi32full.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\msvcp_win.dll:msvcp_win.dll (00007FF95B8B0000), size: 667648 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\msvcp_win.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\ucrtbase.dll:ucrtbase.dll (00007FF95B9F0000), size: 1355776 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\ucrtbase.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\ole32.dll:ole32.dll (00007FF95C2A0000), size: 1667072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\ole32.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\combase.dll:combase.dll (00007FF95CBE0000), size: 3715072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\combase.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\RPCRT4.dll:RPCRT4.dll (00007FF95C470000), size: 1146880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\RPCRT4.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (00007FF94F270000), size: 45056 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\VERSION.dll', fileVersion: 10.0.26100.1150
C:\WINDOWS\System32\SHLWAPI.dll:SHLWAPI.dll (00007FF95D5A0000), size: 421888 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\SHLWAPI.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\msvcrt.dll:msvcrt.dll (00007FF95D1C0000), size: 692224 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\msvcrt.dll', fileVersion: 7.0.26100.7019
C:\WINDOWS\System32\SETUPAPI.dll:SETUPAPI.dll (00007FF95D830000), size: 4759552 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\SETUPAPI.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\ADVAPI32.dll:ADVAPI32.dll (00007FF95D670000), size: 737280 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\ADVAPI32.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\sechost.dll:sechost.dll (00007FF95C590000), size: 679936 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\sechost.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\SHELL32.dll:SHELL32.dll (00007FF95DCE0000), size: 7663616 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\SHELL32.dll', fileVersion: 10.0.26100.7171
C:\WINDOWS\System32\wintypes.dll:wintypes.dll (00007FF95B710000), size: 1486848 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\wintypes.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\OLEAUT32.dll:OLEAUT32.dll (00007FF95D400000), size: 880640 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\OLEAUT32.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\IMM32.dll:IMM32.dll (00007FF95D0C0000), size: 200704 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\IMM32.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FF8D8B10000), size: 1097728 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OPENGL32.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (00007FF94F1F0000), size: 217088 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMM.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\CRYPT32.dll:CRYPT32.dll (00007FF95BB40000), size: 1536000 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\CRYPT32.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\WS2_32.dll:WS2_32.dll (00007FF95E440000), size: 475136 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\WS2_32.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FF959E20000), size: 212992 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FF953F70000), size: 1212416 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINHTTP.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\bcrypt.dll:bcrypt.dll (00007FF95B540000), size: 172032 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\bcrypt.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (00007FF959B10000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\HID.DLL', fileVersion: 10.0.26100.1150
C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (00007FF957A10000), size: 2498560 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d3d11.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (00007FF958A80000), size: 1282048 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dxgi.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\UIAutomationCore.DLL:UIAutomationCore.DLL (00007FF93BC80000), size: 4296704 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\UIAutomationCore.DLL', fileVersion: 7.2.26100.7171
C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (00007FF8D85A0000), size: 184320 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GLU32.dll', fileVersion: 10.0.26100.1150
C:\WINDOWS\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FF958C00000), size: 196608 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dwmapi.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\powrprof.dll:powrprof.dll (00007FF95B400000), size: 385024 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\powrprof.dll', fileVersion: 10.0.26100.3912
C:\WINDOWS\SYSTEM32\dxcore.dll:dxcore.dll (00007FF958A30000), size: 274432 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dxcore.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FF95B3E0000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\UMPDC.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FF95A410000), size: 110592 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\kernel.appcore.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FF95BCC0000), size: 675840 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\bcryptPrimitives.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (00007FF9588E0000), size: 696320 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\uxtheme.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\shcore.dll:shcore.dll (00007FF95CFC0000), size: 991232 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\shcore.dll', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FF9592B0000), size: 8769536 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\windows.storage.dll', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (00007FF95B570000), size: 167936 (result: 0), SymType: '-nosymbols-', PDB: 'C:\WINDOWS\SYSTEM32\profapi.dll', fileVersion: 10.0.26100.7019
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\GameAssembly.dll:GameAssembly.dll (00007FF8997A0000), size: 62074880 (result: 0), SymType: 'PDB', PDB: 'C:\Users\Luke Sapir\wkspaces\Reverie-Project\Library\Bee\artifacts\WinPlayerBuildProgram\9jkaf\GameAssembly.pdb'
C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FF952A70000), size: 2367488 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dbghelp.dll', fileVersion: 10.0.26100.5074
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\baselib.dll:baselib.dll (00007FF954E10000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\baselib.dll'
C:\WINDOWS\System32\clbcatq.dll:clbcatq.dll (00007FF95D100000), size: 720896 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\clbcatq.dll', fileVersion: 2001.12.10941.16384
C:\Windows\System32\CoreMessaging.dll:CoreMessaging.dll (00007FF958330000), size: 1208320 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\CoreMessaging.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\MSCTF.dll:MSCTF.dll (00007FF95D280000), size: 1433600 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\MSCTF.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\directxdatabasehelper.dll:directxdatabasehelper.dll (00007FF954520000), size: 405504 (result: 0), SymType: '-nosymbols-', PDB: 'C:\WINDOWS\SYSTEM32\directxdatabasehelper.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\cfgmgr32.dll:cfgmgr32.dll (00007FF95B210000), size: 356352 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\cfgmgr32.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\d3d12.dll:d3d12.dll (00007FF93F780000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d3d12.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\D3D12Core.dll:D3D12Core.dll (00007FF8D79B0000), size: 3506176 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\D3D12Core.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\D3DSCache.dll:D3DSCache.dll (00007FF8D7060000), size: 937984 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\D3DSCache.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (00007FF95AA30000), size: 176128 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USERENV.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\DriverStore\FileRepository\u0421109.inf_amd64_fb479f779d3886ae\B420961\amdxx64.dll:amdxx64.dll (00007FF94F370000), size: 52703232 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\DriverStore\FileRepository\u0421109.inf_amd64_fb479f779d3886ae\B420961\amdxx64.dll', fileVersion: 32.0.22029.1019
C:\WINDOWS\system32\atidxx64.dll:atidxx64.dll (00007FF94EA90000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\atidxx64.dll', fileVersion: 9.17.11.85
C:\WINDOWS\SYSTEM32\apphelp.dll:apphelp.dll (00007FF9586F0000), size: 651264 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\apphelp.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\DriverStore\FileRepository\u0421109.inf_amd64_fb479f779d3886ae\B420961\amdenc64.dll:amdenc64.dll (000000006AEE0000), size: 1454080 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\DriverStore\FileRepository\u0421109.inf_amd64_fb479f779d3886ae\B420961\amdenc64.dll', fileVersion: 32.0.22029.1019
C:\WINDOWS\System32\DriverStore\FileRepository\u0421109.inf_amd64_fb479f779d3886ae\B420961\amdihk64.dll:amdihk64.dll (00007FF94E770000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\DriverStore\FileRepository\u0421109.inf_amd64_fb479f779d3886ae\B420961\amdihk64.dll', fileVersion: 2.0.0.1788
C:\WINDOWS\SYSTEM32\xinput1_3.dll:xinput1_3.dll (0000000000400000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\xinput1_3.dll', fileVersion: 9.18.944.0
C:\WINDOWS\SYSTEM32\dcomp.dll:dcomp.dll (00007FF957CC0000), size: 2240512 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dcomp.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\Microsoft.Internal.WarpPal.dll:Microsoft.Internal.WarpPal.dll (00007FF956AA0000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\Microsoft.Internal.WarpPal.dll'
C:\WINDOWS\SYSTEM32\textinputframework.dll:textinputframework.dll (00007FF9463A0000), size: 1339392 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\textinputframework.dll', fileVersion: 10.0.26100.7019
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie_Data\Plugins\x86_64\AkUnitySoundEngine.dll:AkUnitySoundEngine.dll (00007FF8A7AF0000), size: 4329472 (result: 0), SymType: '-exported-', PDB: 'C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie_Data\Plugins\x86_64\AkUnitySoundEngine.dll'
C:\WINDOWS\system32\wbem\wbemprox.dll:wbemprox.dll (00007FF8FF0D0000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\wbem\wbemprox.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FF94A4C0000), size: 499712 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\wbemcomn.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FF8FED60000), size: 86016 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\wbem\wbemsvc.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\system32\wbem\fastprox.dll:fastprox.dll (00007FF8FED80000), size: 991232 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\wbem\fastprox.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\amsi.dll:amsi.dll (00007FF8FECA0000), size: 118784 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\amsi.dll', fileVersion: 10.0.26100.5074
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.25100.9008-0\MpOav.dll:MpOav.dll (00007FF8FEBF0000), size: 663552 (result: 0), SymType: '-exported-', PDB: 'C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.25100.9008-0\MpOav.dll', fileVersion: 4.18.25100.9008
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie_Data\Plugins\x86_64\lib_burst_generated.dll:lib_burst_generated.dll (00007FF8F6DB0000), size: 3854336 (result: 0), SymType: 'PDB', PDB: 'C:/Users/Luke Sapir/wkspaces/Reverie-Project/Reverie/Reverie_Data/Plugins\x86_64\lib_burst_generated.pdb'
C:\WINDOWS\SYSTEM32\mfplat.dll:mfplat.dll (00007FF9548C0000), size: 2187264 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\mfplat.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\RTWorkQ.DLL:RTWorkQ.DLL (00007FF954B30000), size: 249856 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\RTWorkQ.DLL', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\mfreadwrite.dll:mfreadwrite.dll (00007FF8F80A0000), size: 876544 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\mfreadwrite.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\Mf.dll:Mf.dll (00007FF955160000), size: 626688 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\Mf.dll', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\MFCORE.DLL:MFCORE.DLL (00007FF8D23A0000), size: 4296704 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MFCORE.DLL', fileVersion: 10.0.26100.7171
C:\WINDOWS\System32\mfmp4srcsnk.dll:mfmp4srcsnk.dll (00007FF9364A0000), size: 2424832 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\mfmp4srcsnk.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\MMDevApi.dll:MMDevApi.dll (00007FF954460000), size: 618496 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\MMDevApi.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\system32\mswsock.dll:mswsock.dll (00007FF95A980000), size: 438272 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\mswsock.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\DEVOBJ.dll:DEVOBJ.dll (00007FF95B270000), size: 184320 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\DEVOBJ.dll', fileVersion: 10.0.26100.1150
C:\WINDOWS\SYSTEM32\CompPkgSup.DLL:CompPkgSup.DLL (00007FF94E090000), size: 221184 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CompPkgSup.DLL', fileVersion: 10.0.26100.7019
C:\Windows\System32\Windows.Media.dll:Windows.Media.dll (00007FF936790000), size: 6828032 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\Windows.Media.dll', fileVersion: 10.0.26100.7019
C:\Windows\System32\Windows.ApplicationModel.dll:Windows.ApplicationModel.dll (00007FF941620000), size: 876544 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\Windows.ApplicationModel.dll', fileVersion: 10.0.26100.7019
C:\Windows\System32\AppXDeploymentClient.dll:AppXDeploymentClient.dll (00007FF954B90000), size: 1499136 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\AppXDeploymentClient.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\imagehlp.dll:imagehlp.dll (00007FF95C440000), size: 131072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\imagehlp.dll', fileVersion: 10.0.26100.4202
C:\Windows\System32\Windows.StateRepositoryPS.dll:Windows.StateRepositoryPS.dll (00007FF941AD0000), size: 802816 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\Windows.StateRepositoryPS.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\windows.staterepositoryclient.dll:windows.staterepositoryclient.dll (00007FF943930000), size: 290816 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\windows.staterepositoryclient.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll:windows.staterepositorycore.dll (00007FF94D1B0000), size: 106496 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\NSI.dll:NSI.dll (00007FF95D3F0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\NSI.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FF953CC0000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FF953C90000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\DNSAPI.dll:DNSAPI.dll (00007FF959E60000), size: 1228800 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DNSAPI.dll', fileVersion: 10.0.26100.7019
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FF94D1A0000), size: 45056 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\rasadhlp.dll', fileVersion: 10.0.26100.7171
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FF94D7C0000), size: 1789952 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\AUDIOSES.DLL', fileVersion: 10.0.26100.7019
C:\Windows\System32\Windows.UI.dll:Windows.UI.dll (00007FF94BD20000), size: 1376256 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\Windows.UI.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FF958F80000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll', fileVersion: 10.0.26100.1150
C:\Windows\System32\msmpeg2vdec.dll:msmpeg2vdec.dll (00007FF8DBD90000), size: 2519040 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\msmpeg2vdec.dll', fileVersion: 10.0.26100.7171
C:\Windows\System32\mfperfhelper.dll:mfperfhelper.dll (00007FF8DBC50000), size: 1245184 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Windows\System32\mfperfhelper.dll', fileVersion: 10.0.26100.1150
C:\WINDOWS\System32\fwpuclnt.dll:fwpuclnt.dll (00007FF94F2E0000), size: 548864 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\fwpuclnt.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\System32\msvproc.dll:msvproc.dll (00007FF954E70000), size: 1413120 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\msvproc.dll', fileVersion: 10.0.26100.7019
C:\Windows\System32\colorcnv.dll:colorcnv.dll (00007FF93B520000), size: 270336 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\colorcnv.dll', fileVersion: 10.0.26100.7019
C:\Windows\System32\msdmo.dll:msdmo.dll (00007FF8F79D0000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\msdmo.dll', fileVersion: 10.0.26100.1150
C:\Windows\System32\MSAudDecMFT.dll:MSAudDecMFT.dll (00007FF9378A0000), size: 995328 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\MSAudDecMFT.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FF95ACB0000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSASN1.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FF95AC40000), size: 110592 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTSP.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (00007FF95A370000), size: 237568 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\rsaenh.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (00007FF95AC60000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTBASE.dll', fileVersion: 10.0.26100.7019
C:\WINDOWS\SYSTEM32\gpapi.dll:gpapi.dll (00007FF95A9F0000), size: 204800 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\gpapi.dll', fileVersion: 10.0.26100.7019
C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie_Data\Plugins\x86_64\discord_game_sdk.dll:discord_game_sdk.dll (00007FF8A62E0000), size: 3899392 (result: 0), SymType: '-exported-', PDB: 'C:\Users\Luke Sapir\wkspaces\Reverie-Project\Reverie\Reverie_Data\Plugins\x86_64\discord_game_sdk.dll'
C:\WINDOWS\SYSTEM32\ktmw32.dll:ktmw32.dll (00007FF92A9F0000), size: 45056 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ktmw32.dll', fileVersion: 10.0.26100.1
C:\WINDOWS\SYSTEM32\SspiCli.dll:SspiCli.dll (00007FF95A6B0000), size: 299008 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SspiCli.dll', fileVersion: 10.0.26100.7019
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A05BF509)
0x00007FF8A05BF509 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A05C0B94)
0x00007FF8A05C0B94 (UnityPlayer) (function-name not available)
0x00007FF8A1154EB4 (UnityPlayer) UnityMain
0x00007FF8A11539C0 (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A06FDA73)
0x00007FF8A06FDA73 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A082B7FC)
0x00007FF8A082B7FC (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A06267CA)
0x00007FF8A06267CA (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A06262B5)
0x00007FF8A06262B5 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A062798C)
0x00007FF8A062798C (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A0627E15)
0x00007FF8A0627E15 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A0627FBF)
0x00007FF8A0627FBF (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A0601E47)
0x00007FF8A0601E47 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A0601F72)
0x00007FF8A0601F72 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A0851AB0)
0x00007FF8A0851AB0 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A085411D)
0x00007FF8A085411D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF8A0856E32)
0x00007FF8A0856E32 (UnityPlayer) (function-name not available)
0x00007FF8A08570AB (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF7B47611F6)
0x00007FF7B47611F6 (Reverie) (function-name not available)
0x00007FF95CB3E8D7 (KERNEL32) BaseThreadInitThunk
0x00007FF95E58C53C (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========
A crash has been intercepted by the crash handler. For call stack and other details, see the latest crash report generated in:
* C:/Users/LUKESA~1/AppData/Local/Temp/StudioBergamasque/Reverie/Crashes
If those editor errors are the root cause of the problem, that will help narrow things down as I could just hunt those bugs down. Additionally, the identical crash (as in the timing is identical) occurs between multiple different scenes. I have gameobjects that are in the don’tdestroyonload scene, and am wondering if it’s due to that, or due to the fact that these multiple scenes have similar code in them such as using ECS/Jobs to calculate enemy Fields of Vision, or using Culling groups to deactivate said enemies and other scripted objects. However these things did have bugs in the Editor, and so I needed to catch them and resolve them in the Editor before even reaching the player. So I am not sure if there is stuff missing. I do know once in a while I get an outofbounds exception for the culling groups arrays, but that occurs during the scene, not when it’s loaded. So it’s very likely something that occurs right when the scene loads.
Please let me know if there is relevant missing information from this post that could help debug things. I’m quite new to posting bug posts so I’m not sure what is the most helpful to include. Thank you for reading!
