Search found 17 matches
- Fri May 21, 2010 1:44 pm
- Forum: Oolite-Linux
- Topic: How to build Oolite source on Ubuntu
- Replies: 188
- Views: 232475
Hopefully I'm not confusing the issue... but 64 bit Lucid is having some problems with Nvidia drivers and the xserver. I had to disable them on my wife's desktop for now because they would crash the xserver whenever the display settings would be changed, like during login. I would imagine this would...
- Wed May 19, 2010 2:29 pm
- Forum: Expansion Pack
- Topic: Returning to play - problems with saved games (SOLVED)
- Replies: 15
- Views: 3075
- Mon Aug 31, 2009 9:06 pm
- Forum: Oolite-PC
- Topic: Possible trojan contamination
- Replies: 6
- Views: 5567
Possible trojan contamination
I've been trying for months to track down a trojan on my computer that was harvesting data from my contacts list and sending out fake emails in my name to the people on that list. Today I uninstalled Panda Antivirus and switched over to Avira, then ran a complete scan. It found a trojan that it call...
- Fri Apr 03, 2009 8:44 pm
- Forum: Expansion Pack
- Topic: Coming soon: Oolite Deathstar Expansions.oxp!!!
- Replies: 19
- Views: 6379
- Thu Apr 02, 2009 10:56 pm
- Forum: Expansion Pack
- Topic: Coming soon: Oolite Deathstar Expansions.oxp!!!
- Replies: 19
- Views: 6379
- Thu Apr 02, 2009 3:43 pm
- Forum: Outworld
- Topic: So when was your First Encounter (fnarr, fnarr) of Elite
- Replies: 161
- Views: 78757
- Thu Apr 02, 2009 1:15 am
- Forum: Expansion Pack
- Topic: disappearing con stores
- Replies: 9
- Views: 3458
Using WinXP and version 1.72.2 and only Your Ad Here with Oo-haul (no RS oxp) , I find this behavior in any galaxy and planet with a store. They all disappear when you reload from a saved game until you jump away from the system and return. I just assumed that the stores would only repopulate when y...
- Wed Jan 14, 2009 12:46 pm
- Forum: Testing and Bug reports
- Topic: Unintended Results - Have you allowed for the mathmatics bug
- Replies: 7
- Views: 2763
- Wed Jan 14, 2009 12:44 am
- Forum: Testing and Bug reports
- Topic: Unintended Results - Have you allowed for the mathmatics bug
- Replies: 7
- Views: 2763
As I haven't studied the core code and done a line by line debug myself, it's possible that I'm way offbase here. However, I've found at the very least that that status changes of variables in the midst of calculations(ie; changing integers into real numbers and then not changing back) can also some...
- Tue Jan 13, 2009 9:31 pm
- Forum: Oolite-PC
- Topic: Windows users may want to disable Windows Search
- Replies: 2
- Views: 3662
- Tue Jan 13, 2009 7:38 pm
- Forum: Oolite-PC
- Topic: Windows users may want to disable Windows Search
- Replies: 2
- Views: 3662
Windows users may want to disable Windows Search
Windows Vista and XP users who have kept up with their patches and downloads will find that a new item called Windows Search or Windows Desktop Search was downloaded into their startup folder. The problem is that this a a very buggy program that seeks to catalog where everything is on your hard driv...
- Tue Jan 13, 2009 7:16 pm
- Forum: Discussion
- Topic: freeware
- Replies: 14
- Views: 4165
- Tue Jan 13, 2009 5:47 pm
- Forum: Testing and Bug reports
- Topic: Unintended Results - Have you allowed for the mathmatics bug
- Replies: 7
- Views: 2763
The problem could also be rooted in how the programming language accesses and calls the math functions from the main/co-processor as anyone whose ever saved/loaded arrays across different platforms quickly finds out when one array begins with zero and the other starts at one. What I've learned to do...
- Tue Jan 13, 2009 5:00 pm
- Forum: Testing and Bug reports
- Topic: Unintended Results - Have you allowed for the mathmatics bug
- Replies: 7
- Views: 2763
To continue... I've learned that these errors don't seem to appear when doing simple addition and subtraction, but that multiplication can sometimes pick up the extra 'noise' when the process takes it over the 8-bit layer and that division gets corrupted much more easily, let alone square roots and ...
- Tue Jan 13, 2009 4:30 pm
- Forum: Testing and Bug reports
- Topic: Unintended Results - Have you allowed for the mathmatics bug
- Replies: 7
- Views: 2763
Unintended Results - Have you allowed for the mathmatics bug
I'm a noob to this forum and the Oolite game code but I've been a programmer since the mid 80s, having worked with many of the BASIC languages over the years and porting the games over many different machines and OSs from Radio Shack and Commodore through most of the line of IBM compatible systems. ...