• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Crash Game Cannot start "Access denied"

Z

Zuzu_Typ

Guest
Dear community,

I've got a little problem with the newest version of Pokemon 3D ( V 0.53 ), because it just wont start.

Whenever I try to start version 0.53, the launcher tells me "access denied" and I cannot click start game afterwards.
In the installation folder the Pokemon.exe file just deletes itself when it's being run.
I don't have problems with the older version 0.52.1.
The Launcher has administration rights, I tried disableing my Firewall and Antivirus, but still it does not work somehow...
For me it would be no problem playing on 0.52.1, but Gamejolt doesn't work with it.
And Yes, I tried manually downloading and downloading by the launcher.

I've got no idea why this happens.

Thank you for any help.
 
J

jianmingyong

Guest
You might want to try to restore the deleted file from the anti virus ( usually called virus vault ) and see if it works.
 
J

jianmingyong

Guest
can you copy paste that error dialouge by pressing the details so that I can read the error easily?
 
Z

Zuzu_Typ

Guest
There you go:

Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.ComponentModel.Win32Exception (0x80004005): Zugriff verweigert
bei System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
bei System.Diagnostics.Process.Start()
bei System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
bei Pokémon3D.Mainform.button_start_Click(Object sender, EventArgs e)
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
Assembly-Version: 4.0.0.0.
Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll.
----------------------------------------
Pokémon3D
Assembly-Version: 2.3.0.0.
Win32-Version: 2.3.0.0.
CodeBase: file:///J:/Spiele/Pokemon3D.exe.
----------------------------------------
System.Windows.Forms
Assembly-Version: 4.0.0.0.
Win32-Version: 4.0.30319.34251 built by: FX452RTMGDR.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System.Drawing
Assembly-Version: 4.0.0.0.
Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System
Assembly-Version: 4.0.0.0.
Win32-Version: 4.0.30319.34238 built by: FX452RTMGDR.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
Microsoft.VisualBasic
Assembly-Version: 10.0.0.0.
Win32-Version: 12.0.51209.34209 built by: FX452RTMGDR.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.
----------------------------------------
System.Core
Assembly-Version: 4.0.0.0.
Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
mscorlib.resources
Assembly-Version: 4.0.0.0.
Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.
----------------------------------------
System.Configuration
Assembly-Version: 4.0.0.0.
Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Xml
Assembly-Version: 4.0.0.0.
Win32-Version: 4.0.30319.34234 built by: FX452RTMGDR.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 4.0.0.0.
Win32-Version: 4.0.30319.34209 built by: FX452RTMGDR.
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle Ausnahmefehler an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
 
J

jianmingyong

Guest
Why do I feel like the computer doesn't seem to be so normal. It shows "Win32 version: 4.0.30319.34251 Built By: FX452RTMGDR." which doesn't seem usual.
I have no idea how to fix but probably @nilllzz can give explanation to this.

English Version:
Code:
Information about calling JIT debugging
instead of this dialog box, see the end of this release.

************** ************** Exception Text
System.ComponentModel.Win32Exception (0x80004005): Access denied
at System.Diagnostics.Process.StartWithShellExecuteEx (ProcessStartInfo home info)
at System.Diagnostics.Process.Start ()
at System.Diagnostics.Process.Start (ProcessStartInfo home info)
at Pokémon3D.Mainform.button_start_Click (Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick (EventArgs e)
at System.Windows.Forms.Button.OnClick (EventArgs e)
(mevent MouseEventArgs) at System.Windows.Forms.Button.OnMouseUp
at System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc (Message & m)
at System.Windows.Forms.ButtonBase.WndProc (Message & m)
at System.Windows.Forms.Button.WndProc (Message & m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage (Message & m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m)
(wParam IntPtr hWnd, Int32 msg, IntPtr, IntPtr lParam) at System.Windows.Forms.NativeWindow.Callback


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0.
Win32 version: 4.0.30319.34209 Built By: FX452RTMGDR.
Codebase: file: /// C: /Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll.
----------------------------------------
Pokémon3D
Assembly Version: 2.3.0.0.
Win32 Version: 2.3.0.0.
Codebase: file: /// J: /Spiele/Pokemon3D.exe.
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0.
Win32 version: 4.0.30319.34251 Built By: FX452RTMGDR.
Codebase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0.
Win32 version: 4.0.30319.34209 Built By: FX452RTMGDR.
Codebase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System
Assembly Version: 4.0.0.0.
Win32 version: 4.0.30319.34238 Built By: FX452RTMGDR.
Codebase: file: /// C: /Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
Microsoft.VisualBasic
Assembly version: 10.0.0.0.
Win32 version: 12.0.51209.34209 Built By: FX452RTMGDR.
Codebase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.
----------------------------------------
System.Core
Assembly Version: 4.0.0.0.
Win32 version: 4.0.30319.34209 Built By: FX452RTMGDR.
Codebase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
mscorlib.resources
Assembly Version: 4.0.0.0.
Win32 version: 4.0.30319.34209 Built By: FX452RTMGDR.
Codebase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0.
Win32 version: 4.0.30319.34209 Built By: FX452RTMGDR.
Codebase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0.
Win32 version: 4.0.30319.34234 Built By: FX452RTMGDR.
Codebase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly Version: 4.0.0.0.
Win32 version: 4.0.30319.34209 Built By: FX452RTMGDR.
Codebase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT Debugging **************
To enable JIT debugging (Just-In-Time), has in the
Application configuration file or the computer
(Machine.config) the jitDebugging value in section establishes system.windows.forms.
The application must be compiled with debugging enabled.

For Example:

<Configuration>
<System.windows.forms jitDebugging = "true" />
</ Configuration>

When JIT debugging is enabled, any exception to the JIT debugger is sent, the on
Computer is registered, and not covered in this dialog box.
 
Z

Zuzu_Typ

Guest
Jeah... I almost thought that... My PC really is.... special?
Since I've run sfc /scannow in CMD, some weird things had happened... I tried a windows 7 inplace upgrade, without any proper result...
I don't even know why...
I don't want you to think to hard on this problem, so...
Thank you for your help anyway!
 
Z

Zuzu_Typ

Guest
Ok. As I am the great Problem fixer, I am going to reinstall my windows system... *sigh* At least I have all my important data on my second hard drive...
Wish me luck.
 

Mewtwo90

Trainer
i have the exact same problem. i really want to play but it says that the files cannot be found or that i do not have access to the files.
 
J

jianmingyong

Guest
i have the exact same problem. i really want to play but it says that the files cannot be found or that i do not have access to the files.
Did you get the exact crash log stated above or you have a different one?
 
Top