lukesandylowground Posted May 2, 2020 Posted May 2, 2020 So, i have finished a (sorta) big map. It compiled nicely, but now whenever i compile that map the following error appears: ************ ERROR ************ Token too large on line 1343 Its not instant, but after the shaders are loaded the compiler shows this and closes immediatly. And i did change the map too. Help?
Aldro Koon Posted May 5, 2020 Posted May 5, 2020 Might be related: Quote UnmatchedToken "({)"; MatchToken( "{" ) failed at line xx You have an error in a custom shader. Most likely you forgot to close out a final shader stage or you have two brackets instead of one. Where xxx = the offending line in your shader.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now