- Code: Links not allowed for unregistered users
[13:57:03] ERROR - FileIOThread - internal crash
[14:04:51] ERROR - FileIOThread - internal crash
[14:06:00] ERROR - FileIOThread - internal crash
[14:06:36] ERROR - FileIOThread - internal crash
[13:57:03] ERROR - FileIOThread - internal crash
[14:04:51] ERROR - FileIOThread - internal crash
[14:06:00] ERROR - FileIOThread - internal crash
[14:06:36] ERROR - FileIOThread - internal crash
[17:58:30] ERROR - INT_AssembleFile Crash
DThor wrote:Any chance you're running 32 bit?
DT
Quade wrote:Try 6.2. Released today.
Quade wrote:Typically on 32 bit machines, you can fix this by enabling the /3gb switch.
http://technet.microsoft.com/en-us/libr ... 0(EXCHG.65).aspx
I'm toying with the idea of removing file mapping altogether. It's an optimization that seems to be causing problems.
Quade wrote:Pretty sure old ones had the same issue and the problem just had a different error string. Is this happening to every file or just some? You might want to exit, delete downloads.db3 and autopar2.db3 and see if the symptoms change. The will wipe the download list and the autopar state.
You can run any version you want.
Quade wrote:Typically on 32 bit machines, you can fix this by enabling the /3gb switch.
Quade wrote:I'm toying with the idea of removing file mapping altogether. It's an optimization that seems to be causing problems.
tl wrote:Quade wrote:Typically on 32 bit machines, you can fix this by enabling the /3gb switch.
However, it should also be mentioned that there's a good reason why this setting isn't the default, doing this will break some Windows installs (some drivers refuse to load, a few can even cause corruption!) and that some graphics cards won't work properly with it.
In addition there's a small number of programs that breaks, because the memory layout is different even for non-LARGEADDRESSAWARE binaries. Yes, if it breaks the program is doing unsupported things but it's still broken by this change.
Doing this also reduces the available kernel memory space (1GB instead of 2GB) which in turn makes Windows much more vulnerable to programs that either uses a lot of kernel memory or fragment one or both of the kernel heaps. Depending on what programs and drivers you run "kernel memory space exhaustion" can be the leading cause of needing to to reboot even without this switch! Enabling /3GB will make it a lot more likely and a lot more people will be affected, note that Windows itself uses quite a bit of that space there so in reality the non-OS "usable" area is probably reduced by a factor somewhere between 3 and 5, not simply cut in half.Quade wrote:I'm toying with the idea of removing file mapping altogether. It's an optimization that seems to be causing problems.
On a 64-bit OS it's a viable method but I think it'll make a big difference. With 32-bit binaries I think it's a bad idea except in very special cases when you know the files will always be very small. Theoretically you could switch method depending on size, but I think it's better to just go with regular IO on 32-bit binaries.
Return to V6 Technical Support
Users browsing this forum: Google [Bot] and 5 guests