Hearthstone Bot HearthRanger

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kalam
Newbie
Newbie
Posts: 2
Joined: Wed Apr 04, 2018 11:37 pm

Hearthstone Bot HearthRanger

Post by kalam »

Has anybody had success in running HearthRanger version 10.5.9.1?

I see the following error on MacOS High Sierrra:

Code: Select all

0009:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0" not implemented
Unknown heap type: #Schema

* Assertion at /vagrant/mono/mono/metadata/metadata.c:1041, condition `index < meta->heap_strings.size' not met

0009:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
Url: http://www.hearthranger.com/forum/yaf_p ... anger.aspx
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Hearthstone Bot HearthRanger

Post by jkfloris »

Try to install HearthRanger in a clean 32bit WINEPREFIX, set to WinXp and dotnet40 installed with winetricks.

https://wiki.winehq.org/FAQ#How_do_I_cr ... _system.3F
https://wiki.winehq.org/Winetricks
kalam
Newbie
Newbie
Posts: 2
Joined: Wed Apr 04, 2018 11:37 pm

Re: Hearthstone Bot HearthRanger

Post by kalam »

Still getting error on following that.

Code: Select all

003d:fixme:ntdll:EtwRegisterTraceGuidsW (0x56216bfc, 0x56263028, {0635afbf-f587-4fe5-a020-edca759acbd9}, 1, 0x33d8d0, (null), (null), 0x56263028): stub
003d:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {0635afbf-f587-4fe5-a020-edca759acbd9}
003d:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
003d:fixme:rpc:RpcBindingSetAuthInfoExW unsupported AuthnSvc 10
003d:fixme:wer:WerRegisterMemoryBlock (0x56263970 352) stub
003d:fixme:wer:WerRegisterMemoryBlock (0x5626345c 4) stub
003d:fixme:wer:WerRegisterMemoryBlock (0x551759b0 6144) stub
003d:fixme:wer:WerRegisterMemoryBlock (0x551759ac 4) stub
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50: Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist'
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50: Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist'
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50: Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist'
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50: Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist'
0033:err:hid_report:process_hid_report Device reports coming in too fast, last report not read yet!
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Hearthstone Bot HearthRanger

Post by lahmbi5678 »

Code: Select all

003d:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
This may not be the root cause of your issue, but please do what it suggests, install the 32bit winbind package. I'm not sure, if and how it could be done on Mac OS X. If it still wouldn't work, you may consider filing a bug report.
Locked