Las Venturas Playground
LVP Pawn Bug - Printable Version

+- Las Venturas Playground (https://forum.sa-mp.nl)
+-- Forum: Main Talk (https://forum.sa-mp.nl/forum-3.html)
+--- Forum: Development (https://forum.sa-mp.nl/forum-16.html)
+--- Thread: LVP Pawn Bug (/thread-33239.html)

Pages: 1 2


LVP Pawn Bug - Yassine - 07-24-2016

Hello !! 

I Get a bug when i try to complie LVP Script !! ( in Windows 8 Pro )


[Image: lg7w9qG.png]


**Notice : i already installed C++ (2015 - 2012 - 2008 - 2005)  and Windows activated

I Hope u Help me 

Thanks 

Yassine


RE: LVP Pawn Bug - Russell - 07-24-2016

Do you get the same error when you double click on pawncc.exe, or open it from a terminal window (which should display a command line flag overview)?

The 0xC000007B error code means that there's a missing dependency, which is odd. Are you running a 32-bit or a 64-bit computer? You could always check out a tool like http://www.dependencywalker.com/ to figure out what's missing - you can share a screenshot here if you don't know wat these things mean.


RE: LVP Pawn Bug - Yassine - 07-24-2016

(07-24-2016, 03:20 PM)Russell Wrote: Do you get the same error when you double click on pawncc.exe, or open it from a terminal window (which should display a command line flag overview)?

The Two
Quote:Are you running a 32-bit or a 64-bit computer?

 64-bit


Quote:You could always check out a tool like http://www.dependencywalker.com

Yes

Some Screen Shot :

[Image: YYfU45w.png]

[Image: 4teqHuP.png]

Thanks, 

Yassine


RE: LVP Pawn Bug - Yassine - 07-25-2016

Update : 

Windows 8 Pro ============ > Windows 8.1 Core

   64-bit =================> 32-Bit

Error Fixed 

Now i have another one 

he don't complie just 

Quote:Compiling.....

for 456486 Hours

Thanks 

Yassine


RE: LVP Pawn Bug - cake - 07-26-2016

Good, did that update also fix the problems you had executing dev-init.bat?

The reason compiling never ends is because pawncc.exe crashes during compiling. Find pawncc.exe in the PawnEditor folder, right click -> Properties --> Compatibility and set the program to run in Windows 7 mode, and check the box to run the program as an administrator.

Let me know if this helps. You can check if pawncc.exe crashes by looking at the Task Manager during compiling, and seeing if the program disappears during compiling.


RE: LVP Pawn Bug - Yassine - 07-26-2016

(07-26-2016, 01:15 PM)cake Wrote: Good, did that update also fix the problems you had executing dev-init.bat?

The reason compiling never ends is because pawncc.exe crashes during compiling. Find pawncc.exe in the PawnEditor folder, right click -> Properties --> Compatibility and set the program to run in Windows 7 mode, and check the box to run the program as an administrator.

Let me know if this helps. You can check if pawncc.exe crashes by looking at the Task Manager during compiling, and seeing if the program disappears during compiling.

I Fix all those errors with update the PC to 

Windows 10 Home x32-bit

But still i have a error when executing dev-init.bat

Quote:C:\Users\Yassine\LVP>dev-init
------------------------------------------------------
LAS VENTURAS PLAYGROUND: INITIALIZE DEV ENVIRONMENT
------------------------------------------------------
The `playground` repository could not be found in the parent
directory of this checkout. Please read the development guide.
------------------------------------------------------
FAILURE: The deploy script failed, please review the errors and fix them.

C:\Users\Yassine\LVP>cd Server

C:\Users\Yassine\LVP\server>dev-init
------------------------------------------------------
LAS VENTURAS PLAYGROUND: INITIALIZE DEV ENVIRONMENT
------------------------------------------------------
[Check] The `playground` repository must exist...           OK
[Check] The `data` directory must not exist...              OK
[Check] The `javascript` directory must not exist...        OK
[Action] Create a symbolic link to the compiled lvp.amx file...
The system cannot find the path specified.
[Action] DONE -- Created a symbolic link to the lvp.amx file.
The system cannot find the path specified.
The system cannot find the path specified.
[Action] DONE -- Created symbolic links for non-existing files.

C:\Users\Yassine\LVP\server>

idk 

Thanks

Yassine


RE: LVP Pawn Bug - Russell - 07-27-2016

I think those errors show up when you don't have lvp.amx compiled yet. Are you sure that you have checked out the "playground" repository right next to the "server-staging" one?


RE: LVP Pawn Bug - Yassine - 07-27-2016

(07-27-2016, 12:36 AM)Russell Wrote: I think those errors show up when you don't have lvp.amx compiled yet. Are you sure that you have checked out the "playground" repository right next to the "server-staging" one?

I Have lvp.amx "Script Complied"

(07-27-2016, 12:36 AM)Russell Wrote:  Are you sure that you have checked out the "playground" repository right next to the "server-staging" one?

Check ScreenShot

[Image: 7NkvnqC.png]

Thanks

Yassine


RE: LVP Pawn Bug - Shark - 07-27-2016

yassine are you sure you're not setting up the wrong path?


RE: LVP Pawn Bug - Xanland - 07-27-2016

Yassine, your path-structure is not what we recommend. We do recommend the following pathstructure:
- LVP/
-- playground/ (= https://github.com/LVPlayground/playground)
-- server-staging/ (= https://github.com/LVPlayground/server-staging)

This means you have the LVP-folder with 2 folders in it named playground and server-staging,