VB Decompiler Forum Index VB Decompiler
Hosted by TheAutomaters.com
 
  MemberlistMemberlist
 

help with regional vb files

 
   VB Decompiler Forum Index -> Visual Basic
Author Message
gel
New User


Joined: 09 Dec 2008
Posts: 0

Posted: Tue Oct 24, 2006 5:13 am     Post subject: help with regional vb files

hello, I have a problem which ive tried everything on my own but have not found any luck so far

My problem is i have some programs that are from japan (vb6jp), and when i start the app i get a error unless I have my system region set to japan, I wanted to know is there anyway to edit the program to bypass this "check" so it can be run on other regional settings
Back to top
gel
New User


Joined: 09 Dec 2008
Posts: 0

Posted: Sun Oct 29, 2006 4:21 am     Post subject: hmm

well i ran it through smart check to see what is causing the error...

heres the log when in english settings that creates an error:
Code:
CREATE_PROCESS: 00400000
LOAD_DLL base:7C900000 ntdll.dll
LOAD_DLL base:7C800000 KERNEL32.dll
LOAD_DLL base:66000000 MSVBVM60.DLL
LOAD_DLL base:77D40000 USER32.dll
LOAD_DLL base:77F10000 GDI32.dll
LOAD_DLL base:77DD0000 ADVAPI32.dll
LOAD_DLL base:77E70000 RPCRT4.dll
LOAD_DLL base:774E0000 ole32.dll
LOAD_DLL base:77C10000 msvcrt.dll
LOAD_DLL base:77120000 OLEAUT32.dll
LOAD_DLL base:76390000 IMM32.dll
LOAD_DLL base:5B290000 SCHKCORE.DLL
LOAD_DLL base:5B1C0000 SCSymeng.dll
LOAD_DLL base:5B0A0000 SCProj.dll
LOAD_DLL base:5B080000 SCMod.dll
LOAD_DLL base:5B070000 SCLog.dll
Username: ----
Machine: ---
Date: 10/28/2006 4:19:41 PM
LOAD_DLL base:629C0000 LPK.dll
LOAD_DLL base:74D90000 USP10.dll
LOAD_DLL base:75E90000 sxs.dll
LOAD_DLL base:5AD70000 UxTheme.dll
LOAD_DLL base:74720000 MSCTF.dll
LOAD_DLL base:10000000 xfire_toucan.dll
LOAD_DLL base:77F60000 SHLWAPI.dll
LOAD_DLL base:71AD0000 WSOCK32.dll
LOAD_DLL base:71AB0000 WS2_32.dll
LOAD_DLL base:71AA0000 WS2HELP.dll
LOAD_DLL base:7C9C0000 SHELL32.dll
LOAD_DLL base:773D0000 COMCTL32.dll
LOAD_DLL base:5D090000 COMCTL32.dll
LOAD_DLL base:7C340000 MSVCR71.dll
CREATE_THREAD
LOAD_DLL base:77C00000 VERSION.dll
UNLOAD_DLL (VERSION.dll) base: 77C00000
LOAD_DLL base:755C0000 msctfime.ime
LOAD_DLL base:76B40000 WINMM.dll
LOAD_DLL base:5CD70000 SERWVDRV.dll
LOAD_DLL base:01C60000 umdmxfrm.dll
LOAD_DLL base:5B270000 SCANALYZ.DLL
LOAD_DLL base:76FD0000 CLBCatQ.DLL
LOAD_DLL base:77050000 COMRes.dll
LOAD_DLL base:77C00000 VERSION.dll
OutDbStr: WARNING: BC.EventStream not registered!
OutDbStr: WARNING: BC.EventStream not registered!
UNLOAD_DLL (SCANALYZ.DLL) base: 5B270000
EXCEPTION(2nd Chance) Exception: Access Violation
code: C0000005 addr:5B2B6CDC
SCHKCORE.DLL-00026CDC (5B290000)
invalid read from 00040034
EAX:00D6B988 EBX:00D6A8A8 ECX:00D6B9A1
EDX:00040034 ESI:0000003D EDI:00000004
ESP:0012FCE8 EBP:0012FF0C EIP:5B2B6CDC
EFLAGS:00000A87
CS:001B DS:0023 ES:0023
SS:0023 FS:003B GS:0000
Stack dump
00000000:6610E470:7FFDF000:00157610
Call stack
SCHKCORE.DLL!00026CDC
SCHKCORE.DLL!00037FF0
MSVBVM60.DLL!0000362F
SCHKCORE.DLL!0008712C
Exception: Access Violation
EXIT_THREAD
EXIT_PROCESS


here the log when in japanese setting when the application opens without error:
Code:
REATE_PROCESS: 00400000
LOAD_DLL base:7C900000 ntdll.dll
LOAD_DLL base:7C800000 KERNEL32.dll
LOAD_DLL base:66000000 MSVBVM60.DLL
LOAD_DLL base:77D40000 USER32.dll
LOAD_DLL base:77F10000 GDI32.dll
LOAD_DLL base:77DD0000 ADVAPI32.dll
LOAD_DLL base:77E70000 RPCRT4.dll
LOAD_DLL base:774E0000 ole32.dll
LOAD_DLL base:77C10000 msvcrt.dll
LOAD_DLL base:77120000 OLEAUT32.dll
LOAD_DLL base:76390000 IMM32.dll
LOAD_DLL base:5B290000 SCHKCORE.DLL
LOAD_DLL base:5B1C0000 SCSymeng.dll
LOAD_DLL base:5B0A0000 SCProj.dll
LOAD_DLL base:5B080000 SCMod.dll
LOAD_DLL base:5B070000 SCLog.dll
Username: ----
Machine: -----
Date: 2006/10/28 16:23:47
LOAD_DLL base:629C0000 LPK.dll
LOAD_DLL base:74D90000 USP10.dll
LOAD_DLL base:75E90000 sxs.dll
LOAD_DLL base:66630000
LOAD_DLL base:5AD70000 UxTheme.dll
LOAD_DLL base:74720000 MSCTF.dll
LOAD_DLL base:10000000 xfire_toucan.dll
LOAD_DLL base:77F60000 SHLWAPI.dll
LOAD_DLL base:71AD0000 WSOCK32.dll
LOAD_DLL base:71AB0000 WS2_32.dll
LOAD_DLL base:71AA0000 WS2HELP.dll
LOAD_DLL base:7C9C0000 SHELL32.dll
LOAD_DLL base:773D0000 COMCTL32.dll
LOAD_DLL base:5D090000 COMCTL32.dll
LOAD_DLL base:7C340000 MSVCR71.dll
CREATE_THREAD
LOAD_DLL base:77C00000 VERSION.dll
UNLOAD_DLL (VERSION.dll) base: 77C00000
LOAD_DLL base:755C0000 msctfime.ime
LOAD_DLL base:76B40000 WINMM.dll
LOAD_DLL base:5CD70000 SERWVDRV.dll
LOAD_DLL base:01C60000 umdmxfrm.dll
LOAD_DLL base:5B270000 SCANALYZ.DLL
LOAD_DLL base:76FD0000 CLBCatQ.DLL
LOAD_DLL base:77050000 COMRes.dll
LOAD_DLL base:77C00000 VERSION.dll
OutDbStr: WARNING: BC.EventStream not registered!
OutDbStr: WARNING: BC.EventStream not registered!
LOAD_DLL base:20000000
CREATE_THREAD
CREATE_THREAD
LOAD_DLL base:026C0000 msi.dll
LOAD_DLL base:217A0000 COMDLG32.OCX
LOAD_DLL base:763B0000 comdlg32.dll
LOAD_DLL base:6C100000 DX7VB.DLL
LOAD_DLL base:77BE0000 MSACM32.dll
LOAD_DLL base:73760000 DDRAW.dll
LOAD_DLL base:73BC0000 DCIMAN32.dll
LOAD_DLL base:277B0000 MSComCt2.Ocx
LOAD_DLL base:27900000
LOAD_DLL base:27580000 MSCOMCTL.ocx


can anyone help me out in understanding whats causing the error?
Back to top
napalm
Site Admin


Joined: 11 Dec 2003
Posts: 18
Location: UK

Posted: Thu Nov 16, 2006 5:00 am     Post subject:

The error occurred in schkcore.dll(Bounds-Checker) which is part of SmartCheck. From your log the problem might have been caused by scanalyz.dll. The best thing you can do is to upload one of the programs to rapidshare.com or another similar provider and post a link. I can then download it and take a look.

Napalm
_________________
~Napalm~

"With insomnia, you're never really asleep;
you're never really awake."
Fight Club - 1999 - [url:hdzph3dx]http://www.imdb.com/title/tt0137523/[/url:hdzph3dx]
Back to top
gel
New User


Joined: 09 Dec 2008
Posts: 0

Posted: Sun Feb 11, 2007 6:36 am     Post subject: well

sorry for such a late reply here are the files

http://www.asciinetwork.com/files/basic.rar

you will have to drag the trx file to the executable for it to run
Back to top
   VB Decompiler Forum Index -> Visual Basic All times are GMT
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group