https://replit.com/@Piano12/Java-Typing-Game#hs_err_pid25.log

Bug description:
A fatal error has occured

Expected vs Current Behavior:

Steps to reproduce:
idk how this happened

Bug appears at this link: https://replit.com/@Piano12/Java-Typing-Game#hs_err_pid25.log

Screenshot(s)/Screen Recording:

Browser/OS/Device: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.54

Replit Profile: https://replit.com/@Piano12

Hey there, here’s code that doesn’t error Java Typing Game Solution
I changed essentially just removed the brackets from your database variable declaration, presumably moving them up a scope so they became global as per all of Main. Also, I removed WHYList as it has no purpose and I could not find any; if you decide to add it back, know you must change it so it adds a String, not int. Also, the loop will not run as if you do for (int i = 0; i > 10000; i++) i will initially not be > 10000 and terminate immediatly

1 Like

ok that fixes that but my question is what does that error log file mean, and is it important to fix the error

No, that was just part of your repl; it is of no importance other than saying that this used to happen

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.