In the devkit, are loading files larger than 1 mb possible? #1721
Replies: 2 comments 15 replies
-
The problem is a file system one and has not been fixed in the devkit. The problem does not appear directly at 1mb but also for files slightly smaller. |
Beta Was this translation helpful? Give feedback.
-
I am currently working on a project, which its GUI is based off of this: https://github.com/nifanfa/Cosmos-GUI-Sample but apparently, I set the screen resolution to 1360x768 with a background image. As you can see the fps is at 8 (when it is supposed to be at 30. This causes a big cursor lag) and for some reason when I load too many apps the VM crashes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the userkit, when I tried to load a 2.63 mb file, it just displayed, "CPU exception: 0XD." In the dev kit, is this issue fixed? Also, is the exception a bitmap problem, File System, or is it from the Bitmap ctor? My file worked when the size was 640x480 (and that size was 900kb) but when I changed it to 720x1280, it showed that exception. BMP details: 24bpp BGR, 720x1280 and 2.63 mb file. Is the larger than 1mb issue fixed in the dev kit? Thx.
This is the VM output:
This was when I put a try and catch block.
Beta Was this translation helpful? Give feedback.
All reactions