https://bugs.winehq.org/show_bug.cgi?id=46034
Bug ID: 46034 Summary: BitChe doesn't run Product: Wine Version: 3.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: luca.finizio.mgbx@hotmail.it Distribution: ---
The BitChe application doesn't run. You can download the program from here: https://download.cnet.com/Bit-Che/3000-2196_4-10543409.html After installation, try to run it: nothing happens on my pc. I have Linux Mint 19 Tara 64-bit, Kernel Linux 4.15.0-36-generic x86_64, MATE 1.20.1
https://bugs.winehq.org/show_bug.cgi?id=46034
luca.finizio.mgbx@hotmail.it changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://download.cnet.com/B | |it-Che/3000-2196_4-10543409 | |.html
https://bugs.winehq.org/show_bug.cgi?id=46034
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |xerox.xerox2000x@gmail.com
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi,
Please start app in the console, you`ll see the cause then:
0036:err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\Program Files\Bit Che\Bit_Che.exe") not found 0036:err:module:attach_dlls Importing dlls for L"C:\Program Files\Bit Che\Bit_Che.exe" failed, status c0000135
Try ``winetricks vb6run`` and the app starts fine. Could you confirm and report backplease? Thanks.
https://bugs.winehq.org/show_bug.cgi?id=46034
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Summary|BitChe doesn't run |BitChe 3.5 (VB6 app) | |doesn't run (needs VB6 | |runtime installed) Resolution|--- |INVALID Keywords| |download CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
direct link to external download: http://convivea.com/down.php?id=2
Vendor site: http://convivea.com
ProtectionID scan:
--- snip --- -=[ ProtectionID v0.6.9.0 DECEMBER]=- (c) 2003-2017 CDKiLLER & TippeX Build 24/12/17-21:05:42 Ready... Scanning -> C:\Program Files (x86)\Bit Che\Bit_Che.exe File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 579368 (08D728h) Byte(s) | Machine: 0x14C (I386) Compilation TimeStamp : 0x57551063 -> Mon 06th Jun 2016 05:55:47 (GMT) [TimeStamp] 0x57551063 -> Mon 06th Jun 2016 05:55:47 (GMT) | PE Header | - | Offset: 0x000000C8 | VA: 0x004000C8 | - -> File Appears to be Digitally Signed @ Offset 08C200h, size : 01528h / 05416 byte(s) [File Heuristics] -> Flag #1 : 00000000000000001100001000100111 (0x0000C227) [Entrypoint Section Entropy] : 7.91 (section #1) "UPX1 " | Size : 0x80600 (525824) byte(s) [DllCharacteristics] -> Flag : (0x0000) -> NONE [SectionCount] 3 (0x3) | ImageSize 0x24B000 (2404352) byte(s) [VersionInfo] Company Name : Convivea. Inc. [VersionInfo] Product Name : Bit Che [VersionInfo] Product Version : 3.05.0050 [VersionInfo] File Description : Bit Che -- a fast search tool [VersionInfo] File Version : 3.05.0050 [VersionInfo] Original FileName : Bit_Che.exe [VersionInfo] Internal Name : Bit_Che [VersionInfo] Version Comments : a fast search tool.. [ModuleReport] [IAT] Modules -> KERNEL32.DLL | MSVBVM60.DLL [!] UPX 3.91 compressed ! upx internal version : 013 / compression method : 08 (M_NRV2E_LE32) - Level : 07 decompressed adler32 : 0xCD2FD8BC / compressed adler32 : 0x1619C4EA uncompressed size : 0x0023CE4C (02346572) / compressed size : 0x000802E8 (0525032) original file size : 0x0022D000 (02281472) / filter : 0x026 / ct0 0x15 / linkchecksum : 0x016 - Scan Took : 0.288 Second(s) [000000120h (288) tick(s)] [506 of 580 scan(s) done] --- snip ---
--- snip --- $ ./upx -d Bit_Che.exe Ultimate Packer for eXecutables Copyright (C) 1996 - 2017 UPX 3.94 Markus Oberhumer, Laszlo Molnar & John Reiser May 12th 2017
File size Ratio Format Name -------------------- ------ ----------- ----------- 2286888 <- 579368 25.33% win32/pe Bit_Che.exe
Unpacked 1 file. --- snip ---
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/Bit Che
$ WINEDEBUG=+seh,+relay,+snoop wine ./Bit_Che.exe >>log.txt 2>&1 ... 002a:Ret PE DLL (proc=0x66001aec,module=0x66000000 L"MSVBVM60.DLL",reason=PROCESS_ATTACH,res=0x33fd24) retval=1 002a:Starting process L"C:\Program Files (x86)\Bit Che\Bit_Che.exe" (entryproc=0x41ace8) 002a:CALL MSVBVM60.ThunRTMain(<unknown, check return>) ret=0041acf2 ... 002a:CALL MSVBVM60.__vbaChkstk(<unknown, check return>) ret=005111d3 002a:RET MSVBVM60.__vbaChkstk() retval=00000000 ret=005111d3 002a:CALL MSVBVM60.__vbaOnError(<unknown, check return>) ret=00511204 ... --- snip ---
VB6 app for sure. As Louis said, you need to install Visual Basic 6 runtime which is not part of the OS.
$ sha1sum bit_che_3_5_50_install.exe 8d77fe9af010028dbfa2fa9957d16a16fb8b064c bit_che_3_5_50_install.exe
$ du -sh bit_che_3_5_50_install.exe 2.5M bit_che_3_5_50_install.exe
$ wine --version wine-3.18-118-g377243b411
Regards
https://bugs.winehq.org/show_bug.cgi?id=46034
--- Comment #3 from luca.finizio.mgbx@hotmail.it --- (In reply to Louis Lenders from comment #1)
Hi,
Please start app in the console, you`ll see the cause then:
0036:err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\Program Files\Bit Che\Bit_Che.exe") not found 0036:err:module:attach_dlls Importing dlls for L"C:\Program Files\Bit Che\Bit_Che.exe" failed, status c0000135
Try ``winetricks vb6run`` and the app starts fine. Could you confirm and report backplease? Thanks.
You're right. Application works after doing "winetricks vb6run" in the terminal! Thank you so much!
https://bugs.winehq.org/show_bug.cgi?id=46034
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Status|RESOLVED |CLOSED
--- Comment #4 from André H. nerv@dawncrow.de --- closing invalid
https://bugs.winehq.org/show_bug.cgi?id=46034
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |DUPLICATE Status|CLOSED |RESOLVED CC| |z.figura12@gmail.com
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- Well, actually, msvbvm60.dll is provided with some versions of Windows.
*** This bug has been marked as a duplicate of bug 19816 ***
https://bugs.winehq.org/show_bug.cgi?id=46034
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate