Titanium

Titanium

50M Downloads

[1.15.2] Pitiful fuel generator crash

veryslowinthehead opened this issue ยท 2 comments

commented

Titanium Version: 1.15.2 2.3.7

https://pastebin.com/DiSb6btA

as far as i know this is the full log-
https://gist.github.com/veryslowinthehead/9f4e4aca019c96e5270b665ecd797e32

I was told the progress bar was trying to divide by zero

commented

๐Ÿ‘๏ธ๐Ÿ‘ƒ๐Ÿ‘๏ธ
๐Ÿ‘„

commented

For reference, it's this line that is causing the crash.

int progressOffset = progress * area.width / maxProgress;