• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Detailed Error Messages for Players (and not only debug/playtest mode)

Resource Detailed Error Messages for Players (and not only debug/playtest mode) 2023-03-20

DemICE

QoL junkie
Member
Joined
Jan 12, 2018
Posts
98
DemICE submitted a new resource:

Detailed Error Messages for Players (and not only debug/playtest mode) - Have your players show you full error reports.

A tiny edit in the scripts that simply allows players to view detailed error reports that they can send to the devs to help them find the cause of the errors much much easier.
I would have made it into a plugin but it looks like this specific method does not work from a plugin.
Therefore it has to be a direct scripts edit.
In the Main tab down below, comment out the lines i have commented in def mainFunction:
def mainFunction
#if $DEBUG
pbCriticalCode { mainFunctionDebug }
#...

Read more about this resource...
 
Where's the download? I can't see the button.
it's not a download. that is not a section you can just replace with a plugin. simply follow the instructions in the OP and comment out those lines
 
it's not a download. that is not a section you can just replace with a plugin. simply follow the instructions in the OP and comment out those lines
Oh sorry, my fault. Thanks for your answer
 
Ruby:
Expand Collapse Copy
Exception `ArgumentError' at Section031:29 - comparison of Integer with nil failed

I followed the instructions but it didn't work so I tried copying the Main script from a vanilla project and now this keeps showing up.
 
Back
Top