Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Jeyex · Oct 06, 2014 at 08:45 PM · methodboo

Invalid IL code exception when calling method

I'm trying to find out prime numbers in my script, but when I call my function for that, I get a strange error: InvalidProgramException: Invalid IL code in RSA:isPrim (int): IL_0057: ldloc.0 Code:

 def genPrim (start as int, max as int):
     rdom as int
     k = 2
     while true:
         rdom = Random.Range(start, max)
         if self.isPrim(rdom):
             break
     return rdom
     
 def isPrim (zahl as int):
     finished as bool
     if zahl <= 1:
         finished = true
     if not finished:
         while k**2 <= zahl:
             if zahl % k == 0:
                 finished = true
             k += 1           
     return not finished

I checked everything and I just can't find anything wrong :/

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Jeyex · Oct 06, 2014 at 08:48 PM 0
Share

Yeah, for some reason people are not using boo :/. But I found the answer by myself.

2 Replies

· Add your reply
  • Sort: 
avatar image
0
Best Answer

Answer by Jeyex · Oct 06, 2014 at 09:03 PM

I still don't really have an idea of the error, but for some reason it was gone, when I changed the type of the variable "k" from int to double.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by unimechanic · Oct 06, 2014 at 09:20 PM

Invalid IL code

Seems to be a bug in the IL converter, please submit a bug report with the sample project that causes that error:

http://blogs.unity3d.com/2009/04/15/bug-reporting-and-you/

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Null reference from object imported through method 1 Answer

How to check if a certain method is implemented 3 Answers

Cloud recognition in Vuforia 0 Answers

How to check performance of the game in the device made in Unity 3d 3 Answers

What is a correct step by step logic of exporting scene with baked occlusion for loading it at runtime? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges