OpenComputers

OpenComputers

49M Downloads

Bug with a pre-release snapshot

Veritaris opened this issue ยท 3 comments

commented

Minecraft version used: 1.7.0 on Cauldron
Mod version: OpenComputers-MC1.7.10-1.8.0-snapshot-20220918+00c5a9b-universal.jar
Hi!
IDK if SNAPSHOT reports are accepted but the following bugs were found
As for me this is a bug with numbers interpretation
The following code snipped is failed at last row:

print(os.time())
print(type(os.time()))
math.randomseed(1)
print("after int randomseed")
math.randomseed(os.time() + 1)

Raised error

Also one of players on server reported that for this code he got the following error:

At 1.7.7 mod version everything is okay, so error is somewhere between 1.7.7 and 1.8.0

commented

Valid bug report. Not sure when I'll have the time to look into it; snapshot versions are alphas for a reason, though!

commented

Appears to be fixed in the later commits.

commented