Code: Select all
Message Severity: 3
C:\Battlefront2\main\RedEngineFL\Graphics\PC\pcRedTexture.cpp(227)
TEXTURE FORMAT NOT SUPPORTED WITH THIS CARD!Moderator: Moderators

Code: Select all
Message Severity: 3
C:\Battlefront2\main\RedEngineFL\Graphics\PC\pcRedTexture.cpp(227)
TEXTURE FORMAT NOT SUPPORTED WITH THIS CARD!
Basically, what was everything you added between your last munge that worked and your crash? Remove things until it works. Isolate your problem.Teancum wrote:When you're stuck on a crash, work backwards.
For example: You have a custom side. It worked the last go-round when testing, but you added another unit and now it crashes. Well, logic would say to remove that unit from the LUA so it's not loaded, then test. If it works without that unit, then you know where the problem is.
Teancum wrote:Test after only a few changes
Trust me, this one'll save you lots of trouble. A lot of times new modders will make 50 changes then go in and test in-game only to find a crash. Well, now you're stuck, as there's 50 different things it could be, as opposed to you making 5 changes and only having 5 things to check.
