Author Topic: Runtime Error  (Read 747 times)



My game keeps crashing on the main menu since yesterday. What's odd about this is that it started happening when I cleaned out a lot of unnecessary add-ons.

It only happens on the main menu. The time varies, but it is always somewhere under 5 minutes. If I'm not fast enough to start or join a server, it crashes.

Code: [Select]
Binding server port to default IP
UDP initialized on port 36800
Executing config/server/ADD_ON_LIST.cs.
Engine initialized...
Authentication: SUCCESS
Executing config/client/avatarColors.cs.
Loading object base/data/shapes/player/m.dts
Error reading PNG file:
 IDAT: CRC error
This is the last part of the console.log, which I think may be causing the problem. It ends with "Error reading PNG file:", right after it loads the m.dts. Is there something wrong with the Blockhead model?

I've re-installed the game twice to no effect.

------------------
System Information
------------------
Time of this report: 8/7/2012, 12:23:03
Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120503-2030)
Language: Swedish (Regional Setting: Swedish)
System Manufacturer: MSI
System Model: MS-7623
BIOS: Default System BIOS
Processor: AMD Athlon(tm) II X4 640 Processor (4 CPUs), ~3.0GHz
Memory: 4096MB RAM
Available OS Memory: 4096MB RAM
Page File: 2258MB used, 5929MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 32bit Unicode

---------------
Display Devices
---------------
Card name: ATI Radeon HD 5700 Series
Manufacturer: ATI Technologies Inc.
Chip type: ATI display adapter (0x68B8)
DAC type: Internal DAC(400MHz)
Device Key: Enum\PCI\VEN_1002&DEV_68B8&SUBSYS_22881787&REV_00
Display Memory: 2806 MB
Dedicated Memory: 1014 MB
Shared Memory: 1791 MB

Forgot you can't edit in Help.

Quote
Client_UserContent
Remove.

Als console.log says you have some CRC banned add-ons amd some broken ones without description.txt etc etc
Remove them

Also*, and*

Fuk this iPad

Turns out RTB was causing the error.

Re-installed it, everything works fine now.

No, it doesn't work. It's the exact same error.

Mold, the only "bad CRC" messages I see is in the cluster of RTB lines.

Code: [Select]
Activating package: RTBC_ModManager
    Add-On is in the list of known bad add-on names - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on names - will not execute
    Add-On folder does not follow the format <category>_<name> - will not execute
    No description.txt for this add-on - will not execute
    No description.txt for this add-on - will not execute
    No description.txt for this add-on - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on names - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
Executing Add-Ons/System_ReturnToBlockland/modules/client/serverControl.cs.
Executing Add-Ons/System_ReturnToBlockland/modules/client/serverInformation.cs.
Executing Add-Ons/System_ReturnToBlockland/modules/client/updater.cs.
Activating package: RTB_Support_Networking
ERROR: ActivatePackage() - Package not found 'RTB_Support_Networking'

Does this mean RTB itself is broken, or I have broken RTB add-ons?

I do only know I don't get thos errors

No, it doesn't work. It's the exact same error.

Mold, the only "bad CRC" messages I see is in the cluster of RTB lines.

Code: [Select]
Activating package: RTBC_ModManager
    Add-On is in the list of known bad add-on names - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on names - will not execute
    Add-On folder does not follow the format <category>_<name> - will not execute
    No description.txt for this add-on - will not execute
    No description.txt for this add-on - will not execute
    No description.txt for this add-on - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on names - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
    Add-On is in the list of known bad add-on CRCs - will not execute
Executing Add-Ons/System_ReturnToBlockland/modules/client/serverControl.cs.
Executing Add-Ons/System_ReturnToBlockland/modules/client/serverInformation.cs.
Executing Add-Ons/System_ReturnToBlockland/modules/client/updater.cs.
Activating package: RTB_Support_Networking
ERROR: ActivatePackage() - Package not found 'RTB_Support_Networking'

Does this mean RTB itself is broken, or I have broken RTB add-ons?
When RTB is executed it checks all addons, so those messages will appear if you have CRC'd addons.

When RTB is executed it checks all addons, so those messages will appear if you have CRC'd addons.
Which means I'll have to manually check all the add-ons I have since they're not mentioned by name.

amazing