- Create the following Manialink file:
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <manialink version="1" background="title"> <timeout>0</timeout> <frame3d style="NonExistingStyle" /> </manialink>
- Open the created file in the Manialink browser. I used file:// for this. You should see an nearly-empty screen with a small 3D-square.
- Modify your Manialink file, changing "style" to "style3d". Resulting Manialink:
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <manialink version="1" background="title"> <timeout>0</timeout> <frame3d style3d="NonExistingStyle" /> </manialink>
- Go back into Maniaplanet, into the address bar, and call the same Manialink (i.e. the modified file) again. The game should crash to the Desktop.
- The CTD requires to have the same (but modified) Manialink file called again. If you put the two Manialinks into seperate files, the game can call each of them without problem.
- The used style must be a style3d-value, which does not exist. If e.g. using "ButtonH" (which is a valid style3d-value), the game does not crash.