Unity of Command II

Unity of Command II

View Stats:
GARRYOWEN May 15, 2022 @ 9:43am
UOC error at start up on MAC
Tried starting from terminal and was unsuccessful. Code below.


Katheryns-iMac:Unity of Command 2 jameslight$ ./UOC2.app/Contents/MacOS/uoc2
INF 2022-05-15 11:37:52,770 tools.steamworks:66 SteamworksPy loaded for Mac
INF 2022-05-15 11:37:52,782 tools.steamworks:81 Steam is running
[S_API] SteamAPI_Init(): Loaded '/Users/jameslight/Library/Application Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/steamclient.dylib' OK.
Setting breakpad minidump AppID = 809230
SteamInternal_SetMinidumpSteamID: Caching Steam ID: 76561198129959058 [API loaded no]
INF 2022-05-15 11:37:52,914 tools.steamworks:86 Steamworks initialized!
INF 2022-05-15 11:37:53,147 tools.steam_api:293 Steam user stats and achievements successfully fetched
INF 2022-05-15 11:37:53,148 uoc2.paths:269 STEAM ownership PASS for package base
INF 2022-05-15 11:37:53,169 uoc2.paths:388 Installed packages:
INF 2022-05-15 11:37:53,169 uoc2.paths:390 /Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/_packages/base
INF 2022-05-15 11:37:53,170 uoc2.main:109 ARGS log: None
INF 2022-05-15 11:37:53,227 uoc2.main:115 Platform: macOS-10.12.6-x86_64-i386-64bit
INF 2022-05-15 11:37:53,271 uoc2.main:122 Mac model: iMac12,2
INF 2022-05-15 11:37:53,329 uoc2.main:136 OpenGL error checking DISABLED
INF 2022-05-15 11:37:53,372 uoc2.settings:217 Initializing settings
sdl2/dll.pyc:116: DLLWarning: OSError('dlopen(/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Frameworks/libSDL2_ttf.dylib, 6): Symbol not found: _inflateValidate\n Referenced from: /Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/MacOS/Frameworks/libpng16.16.dylib/n Expected in: /usr/lib/libz.1.dylib\n in /Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/MacOS/Frameworks/libpng16.16.dylib')
sdl2/dll.pyc:116: DLLWarning: OSError('dlopen(/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Resources/Frameworks/libSDL2_ttf.dylib, 6): Symbol not found: _inflateValidate\n Referenced from: /Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/MacOS/Frameworks/libpng16.16.dylib/n Expected in: /usr/lib/libz.1.dylib\n in /Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/MacOS/Frameworks/libpng16.16.dylib')
sdl2/dll.pyc:116: DLLWarning: OSError('dlopen(/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Frameworks/libSDL2_image.dylib, 6): Symbol not found: _inflateValidate\n Referenced from: /Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/MacOS/Frameworks/libpng16.16.dylib/n Expected in: /usr/lib/libz.1.dylib\n in /Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/MacOS/Frameworks/libpng16.16.dylib')
sdl2/dll.pyc:116: DLLWarning: OSError('dlopen(/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Resources/Frameworks/libSDL2_image.dylib, 6): Symbol not found: _inflateValidate\n Referenced from: /Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/MacOS/Frameworks/libpng16.16.dylib/n Expected in: /usr/lib/libz.1.dylib\n in /Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/MacOS/Frameworks/libpng16.16.dylib')
ERR 2022-05-15 11:37:53,778 uoc2-exe:24 Traceback (most recent call last):
ERR 2022-05-15 11:37:53,779 uoc2-exe:24 File "sdl2/sdlttf.pyc", line 42, in <module>
ERR 2022-05-15 11:37:53,779 uoc2-exe:24 File "sdl2/dll.pyc", line 118, in __init__
ERR 2022-05-15 11:37:53,779 uoc2-exe:24 RuntimeError: found ['/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Frameworks/libSDL2_ttf.dylib', '/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Resources/Frameworks/libSDL2_ttf.dylib'], but it's not usable for the library SDL2_ttf
ERR 2022-05-15 11:37:53,779 uoc2-exe:24
ERR 2022-05-15 11:37:53,779 uoc2-exe:24 During handling of the above exception, another exception occurred:
ERR 2022-05-15 11:37:53,779 uoc2-exe:24
ERR 2022-05-15 11:37:53,779 uoc2-exe:24 Traceback (most recent call last):
ERR 2022-05-15 11:37:53,780 uoc2-exe:24 File "/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Resources/uoc2-exe.py", line 17, in <module>
ERR 2022-05-15 11:37:53,780 uoc2-exe:24 File "uoc2/main.pyc", line 222, in main
ERR 2022-05-15 11:37:53,780 uoc2-exe:24 File "uoc2/init.pyc", line 36, in init_sdl
ERR 2022-05-15 11:37:53,780 uoc2-exe:24 File "<frozen zipimport>", line 259, in load_module
ERR 2022-05-15 11:37:53,780 uoc2-exe:24 File "sdl2/sdlttf.pyc", line 45, in <module>
ERR 2022-05-15 11:37:53,780 uoc2-exe:24 ImportError: found ['/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Frameworks/libSDL2_ttf.dylib', '/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Resources/Frameworks/libSDL2_ttf.dylib'], but it's not usable for the library SDL2_ttf
Traceback (most recent call last):
File "/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Resources/__boot__.py", line 152, in <module>
_run()
File "/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Resources/__boot__.py", line 84, in _run
exec(compile(source, path, "exec"), globals(), globals())
File "/Users/jameslight/Library/Application Support/Steam/SteamApps/common/Unity of Command 2/UOC2.app/Contents/Resources/uoc2-exe.py", line 30, in <module>
raise Exception(f"see log file in {home_dir}/.uoc2/log.txt") from None
Exception: see log file in ~/Documents/.uoc2/log.txt
2022-05-15 11:37:53.851 uoc2[2104:135699] UOC2 Error
< >
Showing 1-5 of 5 comments
GARRYOWEN May 15, 2022 @ 9:45am 
Also, Game worked fine for a few days then developed this problem
tomislav.uzelac  [developer] May 16, 2022 @ 12:53am 
Hi, please run "verify integrity of game files" as described here:

https://help.steampowered.com/en/faqs/view/0C48-FCBD-DA71-93EB

Cheers!
GARRYOWEN May 16, 2022 @ 1:00pm 
ran the verification successfully. same message appears.
GARRYOWEN May 21, 2022 @ 7:41am 
Your recommendation did not fix the problem. I downloaded the game on a different MAC and the same message appeared. What do you suggest?
tomislav.uzelac  [developer] Jun 1, 2022 @ 1:39am 
I'm sorry I don't have any good ideas at the moment.

Is the other mac also on the 10.12 version of macOS?
< >
Showing 1-5 of 5 comments
Per page: 1530 50