forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Math errors in Lua Player for Windows and crashes PSP

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development
View previous topic :: View next topic  
Author Message
WinBear



Joined: 06 Jan 2006
Posts: 1
Location: Denton, Tx

PostPosted: Fri Jan 06, 2006 2:08 am    Post subject: Math errors in Lua Player for Windows and crashes PSP Reply with quote

I've been working on a Lua Player game. I'm requiring compatibility with the Microsoft random number generator/seed code, which I have. This particular code depends on the behavior of "long integers" wrapping when exceeding the capacity of 32 bit numbers. Lua Player uses floating point and I read some of the arguments about that. I'm fairly confident I can work around that feature and make the numbers behave the same way. However, Lua Player for Windows introduces a rounding error which I cannot work around.

Here's what I'm seeing:

Using the following formula
x = 2745024 * 214013 + 2531011

Lua Player for Windows gives a result of x = 587473354752
Windows Calculator says the result should be x = 587473352323
The difference of 2429 looks a little odd until you see the differences in hexadecimal.

In Lua Player for Windows, x = 0x88C8240000
In Calculator for Windows, x = 0x88C823F683

It's rounding up by 2 to the 16th power.

I went to try this on the PSP and Lua Player for the PSP completely crashes trying to do the math calculation, shutting down the PSP after about 10 seconds.
_________________
Tommy in Denton
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
romero126



Joined: 24 Dec 2005
Posts: 200

PostPosted: Fri Jan 06, 2006 7:39 am    Post subject: Reply with quote

0/0 also crashes it
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Lua Player Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group