heylol
June 24th, 2010, 20:54
Okay, I'm new at coding, and I downloaded A deltascape source, I have no idea how the hell to fix the nulls. I've tried a catch + block code
private void fillInStream(int forceRead) throws java.io.IOException {
try {
inStream.currentOffset = 0;
in.read(inStream.buffer, 0, forceRead);
} catch (Exception e) {
println("DF-System: Null Blocked.");
}
}
Didn't work. Still whenever I open run.bat I get null null null null etc
Can somebody PLEASE, help me fix this?
private void fillInStream(int forceRead) throws java.io.IOException {
try {
inStream.currentOffset = 0;
in.read(inStream.buffer, 0, forceRead);
} catch (Exception e) {
println("DF-System: Null Blocked.");
}
}
Didn't work. Still whenever I open run.bat I get null null null null etc
Can somebody PLEASE, help me fix this?