MineEdit icon indicating copy to clipboard operation
MineEdit copied to clipboard

Wont work on windows?

Open vincmar opened this issue 14 years ago • 2 comments

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 :)

vincmar avatar Jul 11 '11 18:07 vincmar

same here

gogotcha avatar Jul 13 '11 04:07 gogotcha

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..

carny666 avatar Jul 23 '11 17:07 carny666