Zeus on OS X Mavericks

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
csgabkh
Posts: 1
Joined: Thu Feb 20, 2014 1:40 pm

Zeus on OS X Mavericks

Post by csgabkh »

I'm looking for a good IDE for Go that will run on my MacBook Pro which runs 10.9.x

I installed wine and then Zeus. I wanted to post what happens just opening and then closing Zeus under wine.

$ wine zeus.exe
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
fixme:msvcrt:__clean_type_info_names_internal (0x1cea550) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1ce4788) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1cd4978) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1cea550) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1cd6600) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1e249708) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1cd4978) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1cd4978) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1cc95c8) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1cd4978) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1cd4978) stub
fixme:htmlhelp:HtmlHelpW HH_PRETRANSLATEMESSAGE unimplemented
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:shell:SHGetFileInfoW pidl is null!
err:shell:SHGetFileInfoW pidl is null!
fixme:msvcrt:__clean_type_info_names_internal (0x1bd17b0) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1c027b0) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1c31790) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1c61790) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1c937a8) stub
fixme:msvcrt:__clean_type_info_names_internal (0x2463018) stub
fixme:msvcrt:__clean_type_info_names_internal (0x3c2290) stub
fixme:msvcrt:__clean_type_info_names_internal (0x100b4f90) stub
$ fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented TransmitFile
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

I wanted to post what happens just opening and then closing Zeus under wine.

Thanks for taking the time to post this information.

From the trace output it appears this is the error (err) that is causing the problem:

Code: Select all

fixme:htmlhelp:HtmlHelpW HH_PRETRANSLATEMESSAGE unimplemented 
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} 
err:shell:SHGetFileInfoW pidl is null! 
err:shell:SHGetFileInfoW pidl is null!

On startup Zeus does a check for it's HtmlHelp help file and I think this trace output matches that check.

Now that check is there for historical reason and I suspect it could probably be removed.

If you'd like me to create a new version without this HtmlHelp check let me know.

There are no guarantees that Zeus would run after the change but it should at least get past that error ;)

Feel free to post here or alternatively send me an e-mail with the word Zeus in the subject matter.

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

I some Google searching on the error message from the log details above and found a few post suggesting this might be a font issue :?

These search results suggest using the winetricks utility to debug and hopefully fix these sorts of issues.

The winetricks utility can be found here: http://wiki.winehq.org/winetricks

In particular the winetricks fontfix option might help with this particular issue. It would also be worth running the winetricks vcrun2008 option.

Cheers Jussi

PS: There is a good example of how to use winetricks to debug and fix these sorts of issues on this page: https://code.google.com/p/winetricks/wi ... someTitles
Post Reply