Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
Ever since I implemented MySQL in my script the compiler just keeps compiling... I waited once for like 20 minutes to compile, It keeps compiling.
Second problem is, When I try to edit my script I get this when I want to compile
Posts: 6,242
Threads: 8
Joined: Jun 2008
If you could translate that error to English, you'll find faster help.
With the MySQL issue, there'll be something in your added code crashing the compiler, and that'll be why it's hanging.
Does it actually compile at all, or is the amx file corrupted?
Posts: 791
Threads: 113
Joined: Aug 2008
Reputation:
0
Your .pwn file i used in another application? Try right clicking on pawnocc.exe and set it to run with admin permissions.
Sorry, I don't understand dutch.
Posts: 6,242
Threads: 8
Joined: Jun 2008
^^ You're needing to tidy up your workspace possibly...
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Translated it roughly means: the process cannot access the file because it is in use by another process. So another process has the file locked. Perhaps another instance of the compiler is still running. Have you tried turning it (your computer) off and on again?
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
I restarted my computer and it's all alright now, thanks anyways.