We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The simulator crashes at some resolutions above a threshold
When setting the simulator resolution to 1203x653 it crashes, but when its 1202x652 it runs fine
download TCSample and set the TCSampleApplication.java like this
package totalcross.sample; import totalcross.TotalCrossApplication; import totalcross.sample.main.TCSample; public class TCSampleApplication { public static void main(String[] args) { TotalCrossApplication.run( TCSample.class, "/r", "<PLACE YOUR KEY>","/scr","1203x653"); } }
The simulator should at any resolution without any issue
the screen the exception that it's thrown
Please complete the following information:
Related to the issue #185 Using the last commit of Totalcross SDK and TCSample Tcsample: https://github.com/TotalCross/tc-sample
The text was updated successfully, but these errors were encountered:
Adding this dependency to the TCSample pom.xml fixes the issue
<dependency> <groupId>net.coobird</groupId> <artifactId>thumbnailator</artifactId> <version>0.4.8</version> </dependency>
Sorry, something went wrong.
Since the crash is due to missing dependency, and adding this dependency fixes the crash, this issue will be closed.
teras
No branches or pull requests
Issue Title
The simulator crashes at some resolutions above a threshold
Describe the bug
When setting the simulator resolution to 1203x653 it crashes, but when its 1202x652 it runs fine
To Reproduce
download TCSample and set the TCSampleApplication.java like this
Expected behavior
The simulator should at any resolution without any issue
Screenshots or videos
the screen
the exception that it's thrown
Devices:
Please complete the following information:
Additional information
Related to the issue #185
Using the last commit of Totalcross SDK and TCSample
Tcsample: https://github.com/TotalCross/tc-sample
The text was updated successfully, but these errors were encountered: