This forum is locked and will eventually go offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk

Forum rules

FileNotFoundException when using the Update Event

Here you can find all solved gameplay problems and bugs (beginning from Pre-Alpha 1.8.8).
Forum rules
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
Locked
User avatar
JakSparro98
Superfighter
Superfighter
Posts: 530
Joined: Fri Jul 15, 2016 7:56 pm
Started SFD: PreAlpha 1.0.5
Location: Rome, Italy
Gender:
Age: 27

FileNotFoundException when using the Update Event

Post by JakSparro98 » Fri Aug 12, 2016 2:25 am

As I have understood this issue replace the NullPointerException when you use the events, I can resolve with a try catch but better that this would change in a standard null reference.

Map example
0 x

User avatar
Gurt
Lead Programmer
Lead Programmer
Posts: 1887
Joined: Sun Feb 28, 2016 3:22 pm
Title: Lead programmer
Started SFD: Made it!
Location: Sweden
Gender:
Age: 36

Post by Gurt » Fri Aug 12, 2016 12:02 pm

Fixed after Pre-Alpha 1.10.1.
Oops. It's actually a nullReferenceException error in your script that's causing an exception that I haven't taken care of in SFD. So you can see all kind of weird errors if this happens. I need to handle exceptions from user code in these events too. Thanks for reporting and example map.
0 x
Gurt

Locked