Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 ROBOTIS-Dev · Jul 04, 2018 at 11:51 AM · unity5updatemacosxconfig

OSX program's problem.(config file)

I had developed a program with Unity 5.2.1f1.

The first program played very well.

After my program updated with FTP server, I can’t play the program.

I find the problem in operating the config file.

Mapping dlls to OSX’s libraries are always failed so program is killed prior to starting.

What makes this problem..?

============================================================================

The result of playing config file.

============================================================================ Last login: Wed Jul 4 18:27:06 on ttys001 gimhyeongon-ui-iMac:~ kimhyungon$ /Applications/R+Motion\ Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config ; exit; /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 1: configuration: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 2: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 3: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 4: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 5: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 6: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 7: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 8: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 9: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 10: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 11: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 12: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 13: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 14: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 15: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 16: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 17: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 18: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 19: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 20: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 21: dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 22: dllentry: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 23: dllentry: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 24: dllentry: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 25: dllentry: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 26: /dllmap: No such file or directory /Applications/R+Motion Folder/R+Motion.app/Contents/Data/Managed/etc/mono/config: line 27: /configuration: No such file or directory logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. ============================================================================

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 ROBOTIS-Dev · Jul 05, 2018 at 02:23 AM 0
Share

THis is the config file's code

 <dllmap dll="i:cygwin1.dll" target="/usr/lib/libc.dylib" os="!windows" />
 <dllmap dll="libc" target="/usr/lib/libc.dylib" os="!windows"/>
 <dllmap dll="intl" target="/usr/lib/libintl.dylib" os="!windows"/>
 <dllmap dll="intl" name="bind_textdomain_codeset" target="/usr/lib/libc.dylib" os="solaris"/>
 <dllmap dll="libintl" name="bind_textdomain_codeset" target="/usr/lib/libc.dylib" os="solaris"/>
 <dllmap dll="libintl" target="/usr/lib/libintl.dylib" os="!windows"/>
 <dllmap dll="i:libxslt.dll" target="/usr/lib/libxslt.dylib" os="!windows"/>
 <dllmap dll="i:odbc32.dll" target="/usr/lib/libodbc.dylib" os="!windows"/>
 <dllmap dll="i:odbc32.dll" target="/usr/lib/libiodbc.dylib" os="osx"/>
 <dllmap dll="oci" target="/usr/lib/libclntsh.dylib" os="!windows"/>
 <dllmap dll="db2cli" target="/usr/lib/libdb2_36.dylib" os="!windows"/>
 <dllmap dll="$$anonymous$$onoPosixHelper" target="/usr/lib/lib$$anonymous$$onoPosixHelper.dylib" os="!windows" />
 <dllmap dll="i:msvcrt" target="/usr/lib/libc.dylib" os="!windows"/>
 <dllmap dll="i:msvcrt.dll" target="/usr/lib/libc.dylib" os="!windows"/>
 <dllmap dll="sqlite" target="/usr/lib/libsqlite.0.dylib" os="!windows"/>
 <dllmap dll="sqlite3" target="/usr/lib/libsqlite3.0.dylib" os="!windows"/>
 <dllmap dll="libX11" target="/usr/lib/libX11.dylib" os="!windows" />
 <dllmap dll="libcairo-2.dll" target="/usr/lib/libcairo.so.2" os="!windows"/>
 <dllmap dll="libcups" target="/usr/lib/libcups.so.2" os="!windows"/>
 <dllmap dll="i:kernel32.dll">
     <dllentry dll="__Internal" name="Copy$$anonymous$$emory" target="/usr/lib/mono_win32_compat_Copy$$anonymous$$emory"/>
     <dllentry dll="__Internal" name="Fill$$anonymous$$emory" target="/usr/lib/mono_win32_compat_Fill$$anonymous$$emory"/>
     <dllentry dll="__Internal" name="$$anonymous$$ove$$anonymous$$emory" target="/usr/lib/mono_win32_compat_$$anonymous$$ove$$anonymous$$emory"/>
     <dllentry dll="__Internal" name="Zero$$anonymous$$emory" target="/usr/lib/mono_win32_compat_Zero$$anonymous$$emory"/>
 </dllmap>

0 Replies

· Add your reply
  • Sort: 

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

101 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Can't run unity 2.6.1 on mac os x 10.6.3 2 Answers

Unity fails to include .bundle for native code plugin when building Intel Mac player. 0 Answers

Is it possible to make custom OSX Player windows in Unity? 0 Answers

Mac build not run on other users mac 1 Answer

Signing a Mac App Correctly Problem 1 Answer


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