Author Topic: Error 399  (Read 4403 times)

0 Members and 1 Guest are viewing this topic.

Offline Fl1nchous (OP)

  • The most retared Aurora player in history
  • Leading Rate
  • *
  • Posts: 8
  • Thanked: 1 times
Error 399
« on: August 03, 2017, 01:22:30 PM »
Every time I play with the wrapper I get this error whenever I try to open any of the windows.   I can select and open a game, just not actually use economics window ship designer, etc.   I have trying reinstalling multiple times and have tried putting it in program files and running as admin.  This also happens while playing without the wrapper.

Some help with this for Windows 10 would be appreciated. 
« Last Edit: August 03, 2017, 01:24:47 PM by Fl1nchous »
If you carry your childhood around with you, you will never grow up.  .  .
 

Offline Fl1nchous (OP)

  • The most retared Aurora player in history
  • Leading Rate
  • *
  • Posts: 8
  • Thanked: 1 times
Re: Error 399
« Reply #1 on: August 06, 2017, 03:45:15 AM »
Is anyone actually going to help?
If you carry your childhood around with you, you will never grow up.  .  .
 

Offline MarcAFK

  • Vice Admiral
  • **********
  • Posts: 2005
  • Thanked: 134 times
  • ...it's so simple an idiot could have devised it..
Re: Error 399
« Reply #2 on: August 06, 2017, 08:19:01 PM »
This is a tough one. I've never seen a 399 error from Aurora before.
Microsoft's Visual basic site describes a 399 as following :
Code: [Select]
Visual Basic Reference
Visual Studio 6.0
You can't put a Default or Cancel button on a User Control unless its DefaultCancel property is set (Error 399)

See Also

You can't set a control's Default or Cancel property to True on a User Control unless the User Control's DefaultCancel property is True. This error has the following causes and solutions:

    You tried to set the Default or Cancel property of a control contained by a User Control to True, but the DefaultCancel property of the User Control was set to False.

    Set the DefaultCancel property of the User Control to True. This allows the User Control to participate in form wide Cancel/Default behavior.
You say every window does this? It can't be a simple bug then. I might assume that Visual basic isn't installed correctly, but windows 10 comes with visual basic already installed so It's improbable. I'm going to keep digging around and see what I can find through google.
" Why is this godforsaken hellhole worth dying for? "
". . .  We know nothing about them, their language, their history or what they look like.  But we can assume this.  They stand for everything we don't stand for.  Also they told me you guys look like dorks. "
"Stop exploding, you cowards.  "
 
The following users thanked this post: Fl1nchous

Offline Frick

  • Chief Petty Officer
  • ***
  • F
  • Posts: 43
  • Thanked: 14 times
Re: Error 399
« Reply #3 on: August 06, 2017, 11:14:03 PM »
I registered two ocx files in the folder amd then unregisterrd them. Then it worked, though I have no idea why.

Open the command prompt. Don't move from t
Type the following:
regsvr32 c:/Aurora directory/comctl32.ocx
regsvr32 c:/Aurora directory/comdlg32.ocx
regsvr32 -u c:/aurora directory/comctl32.ocx
regsvr32 -u c:/aurora directory/comdlg32.ocx

Again, I've no idea what that worked, or if it will work for you.
 
The following users thanked this post: Fl1nchous

Offline Fl1nchous (OP)

  • The most retared Aurora player in history
  • Leading Rate
  • *
  • Posts: 8
  • Thanked: 1 times
Re: Error 399
« Reply #4 on: August 08, 2017, 10:22:44 AM »
OK thanks but for some reason it says the file directory isn't recognised.   Is this cause I might have it in a different place than you in my PC? Also I have 64bit operating system so.  .  .   If i figure this out on my own then i will update this comment

//EDIT: I have figured it out by myself from your reply.  Thanks for your time , appreciated a lot.
« Last Edit: August 08, 2017, 10:55:55 AM by Fl1nchous »
If you carry your childhood around with you, you will never grow up.  .  .