Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
6000.0.69f1
6000.3.9f1
6000.4.0b9
6000.5.0a8
6000.6.0a1
Issue ID
UUM-138416
Regression
No
Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
How to reproduce:
1. Open the attached "IN-137740_StackTraceIssue.zip" project
2. Go to Edit -> Project Settings -> Player, and make sure that:
- Scripting Backend is set to IL2CPP
- IL2CPP Code Generation is set to Optimize for runtime speed
- C++ Compiler Configuration is set to Debug
- IL2CPP Stacktrace Information is set to Method Name, File Name, and Line Number
- Managed Stripping Level is set to Minimal
3. Build the project
4. Run the built application
5. Return to the Editor window
6. Press the three dots in the right corner of the Console tab
7. Press "Open Player Log"
8. Observe the Player log
Actual result: The line "Test.GameplaySystem:get_ActiveGameplayState() (at E:/Projects/StackTraceIssue/Assets/Scripts/GameplaySystem.cs:11)" is present
Expected result: The mentioned line is not present
Reproducible with: 2023.2.0a1, 6000.0.72f1, 6000.3.12f1, 6000.4.1f1, 6000.5.0b1, 6000.6.0a1
Could not test with: 2023.1.0a1 (Build failed with errors)
Reproducible on: Windows 10 (By user), Windows 11
Not reproducible on: No other environments tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment