Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Wont work on windows? #9

Open
vincmar opened this issue Jul 11, 2011 · 2 comments
Open

Wont work on windows? #9

vincmar opened this issue Jul 11, 2011 · 2 comments

Comments

@vincmar
Copy link

vincmar commented Jul 11, 2011

I did everything it says, I have .net 3.5 and stuff but I cant find the programm anywhere, I can open the prebuild.bat thing and the compile.bat but when I open the compile it says error somewhere in the end... Please help :)

@gogotcha
Copy link

same here

@carny666
Copy link

Ran into the same problem.

Edited the compile.bad file, added a pause.

i.e

C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild MineEdit.sln
pause

Found the following error:

Build FAILED.

"C:\Users\Cuthbertson\Desktop\N3X15-MineEdit-29cebda\N3X15-MineEdit-29cebda\MineEdit.sln" (default target) (1) -> "C:\Users\Cuthbertson\DesktopN3X15-MineEdit-29cebda\N3X15-MineEdit-29cebda\OpenMinecraft.Core\OpenMinecraft.Core.csproj" (default target) (4) ->(CoreCompile target) ->
IMapHandler.cs(139,57): error CS0241: Default parameter specifiers are not permitted
IMapHandler.cs(472,96): error CS0241: Default parameter specifiers are not permitted
IMapHandler.cs(542,86): error CS0241: Default parameter specifiers are not permitted
Vector3d.cs(25,64): error CS0241: Default parameter specifiers are not permitted
MapHandlers\InfdevHandler.cs(1954,93): error CS0241: Default parameter specifiers are not permitted
MapHandlers\InfdevHandler.cs(2098,57): error CS0241: Default parameter specifiers are not permitted

0 Warning(s)
6 Error(s)

--- that being said..

I opened the MineEdit.sln file using VS2010...

I right-clicked the MineEdit project (within the project explorer panel)...

I selected 'Set as Startup Project' from the context menu provided...

At this point I was able to rebuild and run the project in debug mode...

I haven't tried it yet... just came here when I was looking for a quick fix..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants