Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0b8
Issue ID
1193567
Regression
Yes
[Vulkan]Standalone Build crashes when the build is made with API Compatibility Level with .NET 4.x or .NET Standard 2.0
Standalone Build crashes when the build is made with API Compatibility Level with .NET 4.x and Vulkan Graphics API
Steps to Reproduce:
1. Create a new Project using 3D template
2. Switch platform to PC, Mac & Linux Standalone
3. Open Player Settings
4. Change Graphics API to Vulkan
5. Change API Compatibility Level to .NET 4.x
6. Click on Build Settings > Build and Run
Expected Result:
Build is created successfully and runs
Actual Result:
Build crashes
Reproducible on: 2020.1.0a11,2020.1.0a10, 2019.3.0b9. 2019.3.0b8
Working fine on: 2019.3.0b7, 2019.2.4f1, 2019.1.14f1, 2018.3.14f1
Note:
- This issue is occurring with AMD Radeon R9 200 Series Graphics card
- Other Graphics APIs are working fine
- Used built-in pipeline
- It is crashing on .NET Standard 2.0 also
Environment: Only on Windows 10 with Graphics Card: AMD Radeon R9 200 Series
========== OUTPUTTING STACK TRACE ==================
0x6F0B1486 (vulkan-1) vkDestroyDevice
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 6964F01D)
0x6964F01D (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 696586B2)
0x696586B2 (UnityPlayer) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 6971A357)
0x6971A357 (UnityPlayer) (function-name not available)
0x69A02F98 (UnityPlayer) UnityMain
0x69A03B40 (UnityPlayer) UnityMain
0x69934BB5 (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 6975DEDF)
0x6975DEDF (UnityPlayer) (function-name not available)
0x6975EFC5 (UnityPlayer) UnityMain
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00FC1015)
0x00FC1015 (New Unity Project (23)) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00FC11D9)
0x00FC11D9 (New Unity Project (23)) (function-name not available)
0x774D6359 (KERNEL32) BaseThreadInitThunk
0x77A67B74 (ntdll) RtlGetAppContainerNamedObjectPath
0x77A67B44 (ntdll) RtlGetAppContainerNamedObjectPath
========== END OF STACKTRACE ===========
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment