Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VMware vs. HackShield: Error 66307
#1
Well, I dropped this into another thread, but there are probably a few people around here trying to play Maple on VMware, so I figure this deserves its own thread. Perhaps we can collaborate and eventually get it working, or at least figure out what's wrong. I'd like to place a bug report with the developers of HackShield, as Nexon undoubtedly has no clue what's going on.

The story so far: I run an nLited XP Pro in a virtual machine, using VMware Player on Gentoo Linux. Host system is a quad-core Q9400. This worked fine (albeit not the greatest performance, but acceptable; I don't die from lag, even in Zakum) for the two months I'd been doing it—until Nexon America ditched GameGuard for HackShield. I patched this morning and played for less than an hour on a low-level character. Leaving him idle in town, I switched away from the virtual machine, then returned after 10 minutes or so to find:

[Image: Hackshieldbogusspeedhackclip2009-04.png]

Just for the hell of it, I opened a ticket on Nexon's site.

 My ticket
 Irrelevant copy-n-paste response
 My parting shot

I should overcome my laziness and get Hijack This, or something else that can nicely list running processes the way "ps ax" does in Linux. Until I do that, you'll have to take my word for it that all I have running besides Maple when this happens is Notepad and Avast antivirus. Of course there are many system processes that don't show up on a normal task list.

Now, I sometimes experience odd lag in the game while running on VMware. Sometimes (usually when first entering a map) my character moves faster than it should, and I think this is caused by the system lagging and then catching up to where it should be. Sometimes I experience "slow motion," usually caused by lag when a sound tries to play; because of this, I turn sounds off when bossing or PQing, but normally I like to have them on. These obviously affect my speed, but the thing is that I don't think I experienced these this morning, and HackShield decided to pick on me while I was standing there doing nothing. :f6:

So... let's collect information here. What have your experiences been with HackShield on VMware? Has anyone had success, or is everyone suffering from this?
Reply
#2
Nexon Wrote:.

C) If you have Windows Vista, right click on your MapleStory icon (not the desktop shortcut) and select properties. Once in the properties, click on the compatibility tab, check the box that says "Run this program in compatibility mode for:", select Windows XP (Service Pack 2) from the drop down menu and click Apply. For best results, make sure to log on your computer as an administrator. While this solution will help MapleStory function under Windows Vista, please remember that it is still not fully compatible.

Except Hackshield doesn't like compatability mode. Apparently only hackers use it.
Reply
#3
Yeah, I guess they need to update their copy-pasta now. Wink

Interestingly, nothing unusual happened on my Vista machine. Patcher ran, game started, everything seems normal; I got no errors or messages of any kind. Aside from the different banner, I'd never know anything had changed.

I'm going to cruise over to AhnLabs sometime this week and see if they have a means of accepting bug reports or feedback from end-users. If they do, I have a feeling that might be slightly more useful than submitting tickets to Nexon—although I think we still should do that, and post on their forum (which I haven't done yet) to keep them aware of this issue.
Reply
#4
works fine for me, i use vmware to set up hs mule/xfer/store
Reply
#5
what are your VMware settings like?
Reply
#6
One thing though I'll bring up.

Only a handful of the population run Maplestory on VMWare, back when I played WoW, Blizzard would allow you to run it on VMWare or WINE, but you were on your own. No customer support due to the fact that the population is very small, and because Linux can be configured inside and out, they expect you to know what you're doing.
Reply
#7
I've heard the VMWare Tools can help keep the clock working properly but since you're running a D3D game I'd assume you already have those installed. Anyway... might help.
Reply
#8
Yup I got the same problem... my vmware time do go faster by a bit though... Stereo I do have the time sycronize option opened, but after 3mins maple shuts down... darn looks like I cant setup my shop
Reply
#9
CrazyNomad Wrote:works fine for me, i use vmware to set up hs mule/xfer/store
Would you care to post your .VMX so I can compare? Also, what is your host operating system?

 Here's mine

Stereo Wrote:I've heard the VMWare Tools can help keep the clock working properly but since you're running a D3D game I'd assume you already have those installed. Anyway... might help.

Yeah, I pretty much have to have those, otherwise several things don't work very well. Eek

I'm going to try changing the "nice" value of the process to run it at a much higher priority than usual, and see if that helps.

@GameMX: Yeah, sadly I realize that only a handful of the—what's Nexon claiming this week, 100 million?—many MapleStory players even know what VMware is, much less use it, and that Nexon support for this is going to be zero. That's why I'm asking for ideas on a forum like this, where the signal-to-noise ratio is rather higher. Biggrin (I also know of the somewhat less-than-legit uses for it, but I'll take help from any quarter here.) Still, I don't see any harm in trying to alert as many people as possible to the problem. Who knows, even somebody on the Nexon forum might have a clue. :f6:
Reply
#10
OK, not a bump, but new data. Without making any changes to my .vmx, I reniced the vmplayer process to -15 and logged in. I played for 30-45 minutes (forgot to time it), including idling in town, idling in a map, idling in FM channel 1, training normally, and chatting. All seemed OK until I went back to Orbis to do the exchange quest, and suddenly every time I moved the mouse the screen froze for a split second. Keyboard input worked normally, but while the mouse was moving over the Maple part of the screen (it displays at 800×600 with black borders, bleah) the video was very jerky. I logged off that character and the jerkiness continued on the MapleStory login screen.

So... good news = no silly HackShield disconnections (yet) at nice -15. Bad news = potential for odd glitches like that.

Next I'm changing my menu item for this VM, to start it using -15 all the time. We'll see how that goes.
Reply
#11
I get the same exact error as you. What do you mean by "reniced" ?
Reply
#12
Xaorath Wrote:I get the same exact error as you. What do you mean by "reniced" ?

In Linux (and similar systems) it is possible to change the priority of a process after it has been started. The tool for this is called "renice" and is used something like this:

Code:
miharu ~ # ps ax | grep vmplayer
6219 ?        S      0:01 /opt/vmware/player/lib/vmware/bin/vmplayer /home/rassilon/VMs/Maple_XP/XP.vmx
6817 ?        S      0:00 /opt/vmware/player/lib/vmware/bin/vmplayer-daemon
miharu ~ # renice -15 6219 6817
6219: old priority 0, new priority -15
6817: old priority 0, new priority -15

The first command (ps...) gets me the process IDs of vmplayer and its daemon, and then the second command increases their priority by giving them a negative "nice" value. (Negative niceness means they are "less nice" to other processes because they have a higher priority.) I don't think boosting the daemon was actually necessary, but I did it to see if it would help the mouse problem. It didn't help.

BTW, I'm tentatively reporting success with my priority boost. I left my FM shop up all day (over 10 hours) without a problem, and the same session is still up now. Glitter I will test at Zakum this weekend; if I survive that, I should be able to handle almost anything. Edit: It still can't deal with multitasking. I switched away from the VM and downloaded some e-mail with Thunderbird, opened some files with an editor, etc., and when I returned to the VM I had the HackShield message.

I haven't triggered the mouse problem in this session yet, but it occurred twice while talking to the Staff Sergeant Charlie NPC in Orbis. Closing MapleStory seems to be the only way to reset this.
Reply
#13
To anyone who cares about this particular issue, I may revisit it later but for the moment I have given up. After more random disconnections in the Free Market, Zakum Altar (just sitting there alone, in fact), Zakum battle, and elsewhere, I decided it was not worth the stress of never knowing when HackShield would suddenly decide I was not allowed to play any more. I have resurrected the old XP box the VM was supposed to replace, and I'm now playing on my Vista laptop and using the old machine for my FM mule. Frown

I had boosted the VM to -20 niceness (the highest, supposed to be considered "real-time") and although I could train my Mage normally (never once got booted from newties) I could not complete a Zakum run or keep my shop open predictably. So, at least on my system and at least right now, VMware + HackShield == No Soup for Me!
Reply
#14
Actually, it seems to be an error due to the multitasking. Whenever you change from that image, it will be "deprioritized".

However, I think you'll be able to solve it if you add in /usepmtimer in the Windows XP boot.ini-file. Try it out, and tell me if it works or not. If not, hmm... I'll look into it.
Reply
#15
Hi all,

not in direct relation to VMWare, I've tried VirtualBox 3.0x and I too can get MS to run, but after a while gets into the hackshield hacking issue as well. As I'm running a WinXP host (totally "evaluating" the entire possible prospect), I may also try my bit to see what can be done. After reading some of the posts, I might also have a go at running it in Linux (do I assume Ubuntu works in this case?) with the renice command. We'll see how things go. Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)