PDA

View Full Version : Error running in Win7 64 bit


smakman
01-14-2011, 04:57 AM
ok so built the new PC, did research to find out how to register the .OCX's with a 64 bit system, it all registered and it loads fine, however.

as soon as i do a search and items load in EQITEMS it crashes, here's the crash info:

__________________________________________________ ________

Problem Event Name: APPCRASH
Application Name: eqitems.exe
Application Version: 2.0.0.0
Application Timestamp: 4ccad5e7
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7600.16385
Fault Module Timestamp: 4a5bdb3b
Exception Code: c0000005
Exception Offset: 00036a7b
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: 4906
Additional Information 2: 490621671abcc4a4e2ec4b06d1b8656d
Additional Information 3: 315e
Additional Information 4: 315e75793bb25675ffa910f0af93d41a

__________________________________________________ ________

Any ideas?

smakman
01-14-2011, 09:27 AM
Forgot to mention, everything works fine on my second machine (that used to be main until last night), second machine has win XP 32bit and everything works fine.

on this new win7 64bit machine the NPC editor works fine, no issues. but EQITEMS is crashing like i mentioned.

Not sure if the above log is actually helpful or not but i posted it just in-case someone else had ran into the same problem before.

lerxst2112
01-14-2011, 09:24 PM
I'm able to run it in Windows 7 64-bit successfully. You didn't say how you registered the ocx files, but I found that I needed to do it a different way rather than running the batch file to get it to work properly.

Try this:
Open an administrator command prompt.
CD to the directory where the ocx files are and type 'for %i in (*.ocx) do regsvr32 %i' without the quotes.

smakman
01-14-2011, 11:40 PM
I'm able to run it in Windows 7 64-bit successfully. You didn't say how you registered the ocx files, but I found that I needed to do it a different way rather than running the batch file to get it to work properly.

Try this:
Open an administrator command prompt.
CD to the directory where the ocx files are and type 'for %i in (*.ocx) do regsvr32 %i' without the quotes.

that's how i did it.

provocating
01-14-2011, 11:55 PM
You mean the EQ Item Editor at George's Tools ? I am running Windows 7 Ultimate x64 on two different computers here with no crashes. I just did a search for the default word "bronze" and got results, no crashes. I used the batch file to register my *.ocx files.

smakman
01-15-2011, 04:02 AM
You mean the EQ Item Editor at George's Tools ? I am running Windows 7 Ultimate x64 on two different computers here with no crashes. I just did a search for the default word "bronze" and got results, no crashes. I used the batch file to register my *.ocx files.

that's exactly what i mean, it crashes. i know the OCX's have registered correctly otherwise it wouldn't even connect and would give an error.

smakman
01-15-2011, 04:22 AM
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>CD\EQEMUstuff\eqitems\resources

C:\EQEMUstuff\eqitems\resources>for %i in (*.ocx) do regsvr32 %i

C:\EQEMUstuff\eqitems\resources>regsvr32 a.ocx

C:\EQEMUstuff\eqitems\resources>regsvr32 DXAnimatedGIF.ocx

C:\EQEMUstuff\eqitems\resources>regsvr32 MSCOMCTL.OCX

C:\EQEMUstuff\eqitems\resources>regsvr32 MSDATGRD.OCX

C:\EQEMUstuff\eqitems\resources>regsvr32 msdxm.ocx

C:\EQEMUstuff\eqitems\resources>regsvr32 MSINET.OCX

C:\EQEMUstuff\eqitems\resources>regsvr32 VFmp3player.ocx

C:\EQEMUstuff\eqitems\resources>

_______________________________________


the above is a dump of my command prompt window (that i just did again just in case) and they registered, but still it crashes on me.

provocating
01-15-2011, 08:56 AM
Constantly or just occasionally ?

smakman
01-15-2011, 09:28 PM
constant, it happens every time.

if i do a search for an item by partial name it does a search and will fill the page then crashes, if i do a search by an item number it crashes right away.

GeorgeS
01-17-2011, 12:27 AM
What I think is going on is the version of mysql that's doing this
I use version 5.1.x
All my PC's run Win7 64bit, and run them fine.
I guess the other tools work ok?


Also, the query that has Bronze in it has this query
SELECT name,id FROM items WHERE name LIKE "%Bronze%"

-- does this query run?


I just uploaded this version of mysql to the site a second ago.
http://www.georgestools.eqemulator.net/mysql-essential-5.1.44-winx64.rar

GeorgeS

lerxst2112
01-17-2011, 03:04 AM
I'm using mysql Ver 14.12 Distrib 5.0.91, for Win32 (ia32) and all the tools work for me in Windows 7 64bit.

smakman
01-17-2011, 04:03 AM
What I think is going on is the version of mysql that's doing this
I use version 5.1.x
All my PC's run Win7 64bit, and run them fine.
I guess the other tools work ok?


Also, the query that has Bronze in it has this query
SELECT name,id FROM items WHERE name LIKE "%Bronze%"

-- does this query run?


I just uploaded this version of mysql to the site a second ago.
http://www.georgestools.eqemulator.net/mysql-essential-5.1.44-winx64.rar

GeorgeS


Thanks for replying George.

My HeidiSQL has no issues running a query on server, in fact it has no issues at all.

It's just the EQITEMS tools that crashes. i went ahead and update MYSQL to the version you linked and cleaned the registry and re-registered all the OCX's and still crashes.