funkin-rewritten icon indicating copy to clipboard operation
funkin-rewritten copied to clipboard

[Switch] Error sprites/menu/girlfriend-title.lua:21:

Open Brelook opened this issue 2 years ago • 4 comments

Error sprites/menu/girlfriend-title.lua:21: Cannot create image (OpenGL error: out of memory)

Traceback

[C]: in function 'nameimage' sprites/menu/girlfriend-title.lua:21: in main chunk [C]: in function 'require' main.lua:42: in function 'load' [C]: in function 'xpcall' [C]: in function 'xpcall'

Brelook avatar Oct 10 '22 22:10 Brelook

Use the mass dds converter

claus296 avatar Oct 10 '22 22:10 claus296

Use the mass dds converter

To add more context: This error occurs when the current system runs out of memory to load all the images, DDS files help prevent this type of error by using way less memory as standard png's use

run the mass converter script to automatically convert all images to dds

GuglioIsStupid avatar Oct 10 '22 22:10 GuglioIsStupid

Use the mass dds converter

To add more context: This error occurs when the current system runs out of memory to load all the images, DDS files help prevent this type of error by using way less memory as standard png's use

run the mass converter script to automatically convert all images to dds

how exactly can I get converter to convert files on switch, Should I simply connect it to my pc and convert them that way?

Brelook avatar Oct 12 '22 11:10 Brelook

You must be using a pc for the converters to work

GuglioIsStupid avatar Oct 12 '22 12:10 GuglioIsStupid

Is there a guide I can follow to DDS Convert?

AncientEntity avatar Dec 30 '22 08:12 AncientEntity

All you need to do is run the batch/sh file in src/

GuglioIsStupid avatar Dec 30 '22 08:12 GuglioIsStupid

Oh thanks, I just followed what the releases said and put the .nro in the switch/ directory

AncientEntity avatar Dec 30 '22 08:12 AncientEntity