WinAsm Studio, The Assembly IDE - Free Downloads, Source Code
Sponsors
Articles
Programming Quick Start
32-bit Assembler is Easy
Porting Iczelion tutorials
What is FASM
Hard Drive Recovery
Wiring your own LAN
Personal menu
Welcome Guest
User:
Pass:
Register!
Resend Validation Email
 
Forum
Pages (4) [1] 2 3 4   ( Go to first unread post )

'Execution Failed!' - Yes , I did search, I am getting this error whenever I try to compile, I understood that I must configure a debugger, am I correct?

wadoom
Quote Post


New Member
*

Group: Members
Posts: 11
Member No.: 4910
Joined: 28-April 07


First off , hello everyone .

I am getting the 'Execution Failed!' Error whenever I try to compile .
After DOING some search on the forum , I understood that I must configure a debugger . I used c:/windows/sys32/debug.exe as my Debugger yet whenever I press the green Play button (Compilation) the program STILL displays the 'Execution Failed!' Error .. :/


Best regards .. and ..
Thank you for the amazing program !
PMEmail Poster
Top
JimG
Quote Post


Extremely Active Member
******

Group: Moderators
Posts: 725
Member No.: 11
Joined: 16-May 04


I don't think the debugger is your problem.
Does this happen with every project you try?
If so, you might have a path problem.
If not, would you upload a project that causes the problem?
PMEmail Poster
Top
wadoom
Quote Post


New Member
*

Group: Members
Posts: 11
Member No.: 4910
Joined: 28-April 07


The dir's that I run :

MASM: located on C:/MASM32
WINASM : located on C:/WinAsm

WinAsm.ini : (Skipped un-important configuration due to being a big file ...

QUOTE
[GENERAL]
InitDir=C:\WinAsm
Placement=2C0000000200000003000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C0000002C0000
0084020000C7010000C7
UI=English (Official)
TreeBackColor=0x00ffffff
TreeTextColor=0x00c08000
TreeLineColor=0x00004000
GradientMenuItems=1
AutoSave=1
ShowOutOnSuccess=0
OnStartUp=1
ShowSplash=1
OnMinimizeToSysTray=0
AutoToolAndOptions=0
AutoClean=0
OpenChildrenMaximized=0

[FILES&PATHS]
BinaryPath=C:\masm32\bin
IncludePath=C:\masm32\include
LibraryPath=C:\masm32\lib
KeyFile=C:\WinAsm\KeyFiles\MASM.vas
APIFunctionsFile=C:\WinAsm\API\MasmApiCall.vaa
APIStructuresFile=C:\WinAsm\API\MasmApiStruct.vaa
APIConstantsFile=C:\WinAsm\API\MasmApiConst.vaa
HelpFile=\Masm32\Help\Win32.hlp

[EDITOR]
EditorFontName=NSimSun
TextColor=0x00000000
EditorFontSize=12
EditorFontCharset=134
BackColor=0x00ffffff
SelBackColor=0x00804000
SelTextColor=0x00ffffff
CommentColor=0x00008000
StringColor=0x00a00000
OperatorColor=0x00ff8000
HiliteColor1=0x000000c0
HiliteColor2=0x0080ff80
HiliteColor3=0x00c08000
SelBarBackColor=0x00c08000
SelBarPen=0x00808080
LineNrColor=0x00ffffff
NumberColor=0x00808080
TltBackColor=0x00808000
TltActParamCol=0x00ffffff
RCBackCol=0x00c08000
TabSize=4
LineNrWidth=31
TabIndicators=1
ShowScrollTips=0
ShowLineNumbersOnOpen=0
AutoshowLineNumbersOnError=1
AutoIndent=1
AutoLineNrWidth=0
TabToSpaces=0
Ret=0
EndP=0

[FIND]

[TOOLS]
1=&Windows Calculator,calc.exe
2=NotePad,NotePad.exe
3=-
4=Command,command.com
5=

[ADDINS]
MiniDBG.dll=1

*Skipped*

[MISCELLANEOUS]
ExtDebugger=C:\WINDOWS\system32\debug.exe
ExtResEdit=
LaunchExeOnGoAll=1
UseQuotes=0
DebugUseQuotes=0
ObjectsFont=0

[PROJECTEXPLORER]
DockedTo=2
NoDockLeft=500
NoDockTop=40
NoDockWidth=200
NoDockHeight=350
DockTopHeight=200
DockBottomHeight=150
DockLeftWidth=180
DockRightWidth=180
Visible=1
TitleStyle=0

[OUTPARENT]
DockedTo=4
NoDockLeft=40
NoDockTop=400
NoDockWidth=600
NoDockHeight=120
DockTopHeight=120
DockBottomHeight=120
DockLeftWidth=180
DockRightWidth=180
Visible=1
TitleStyle=0

[TOOLBOX]
DockedTo=1
NoDockLeft=40
NoDockTop=40
NoDockWidth=72
NoDockHeight=370
DockTopHeight=50
DockBottomHeight=50
DockLeftWidth=66
DockRightWidth=66
Visible=1
TitleStyle=0

[RCOPTIONS]
DockedTo=2
NoDockLeft=100
NoDockTop=40
NoDockWidth=180
NoDockHeight=48
DockTopHeight=42
DockBottomHeight=42
DockLeftWidth=28
DockRightWidth=28
Visible=1
TitleStyle=0

[SETTINGSONEXIT]
ShowGrid=1
SnapToGrid=1
GridSize=5
ActiveDock=1

[RECENT]
1=C:\Documents and Settings\Main\Desktop\1.wap
[INTELLISENSE]
AutoComplete=7


.. Any chance this is related to X32/X64-Bytes Compuetrs ?
.. Yes , this does happens with every project :/

regards
PMEmail Poster
Top
JimG
Quote Post


Extremely Active Member
******

Group: Moderators
Posts: 725
Member No.: 11
Joined: 16-May 04


I don't see anything obvious. Try these two things.

Open one of the templates for example,
C:\WinAsm\Templates\Dialog\bones\bones.wap
Do a Go All and see if it works.
If not, go to add-in manager and disable all addins.
Try a Go All again.

If this doesn't work, please copy the text in the output window and post it here.


Anyone else see anything that could cause the problem?? Antonis? Shoorick? ??
PMEmail Poster
Top
wadoom
Quote Post


New Member
*

Group: Members
Posts: 11
Member No.: 4910
Joined: 28-April 07


Havn't yet tried your solutions , But I wonder :
- I do NOT have .NET Framework 2.0 installed , can this be it ?
- Missing/Damaged files ?

* And now i'll check your solutions smile.gif
-- Running the Green-Play (Compilation) Button did generate 'Execution Failed!' again , yet once I clicked 'Go-All' it seemed to compile SOMETHING , I have got an empty window with an 'Exit' button compiled apparently ... :/

My question is :
A ) What is the diffrence between Go-All and the Green-Play button (both compile it , right ?)
B ) Will I ever be able to code in WinASM again ? happy.gif

UPDATE :

I run the C:\WinAsm\Templates\Dialog\Demo\Demo.wap file , clicked the green play button and apparently IT WORKED !

yet when I started my own executable , a plain form , and clicked the button , Again , Go-all didnt work , and the Green Button didnt work as well :/

a "dump" :

QUOTE
C:\masm32\bin\ML /c /coff /Cp /nologo /I"C:\masm32\include" "C:\WinAsm\1.asm"

Assembling: C:\WinAsm\1.asm
C:\WinAsm\1.asm(1) : error A2088: END directive required at end of file

C:\masm32\bin\Link @"C:\WinAsm\link.war"

Microsoft ® Incremental Linker Version 5.12.8078
Copyright © Microsoft Corp 1992-1998. All rights reserved.

/SUBSYSTEM:WINDOWS /RELEASE /VERSION:4.0 "/LIBPATH:C:\masm32\lib" "C:\WinAsm\1.obj" "C:\WinAsm\1.res" "/OUT:C:\WinAsm\1.exe"
LINK : fatal error LNK1181: cannot open input file "C:\WinAsm\1.obj"

Make finished. 2 error(s) occured.
PMEmail Poster
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Pages (4) [1] 2 3 4  Reply to this topicStart new topicStart Poll

 

Sponsors
Computer Science

Internet
C/C++
Hardware & PC maintenance

HiEditor

General Discussions
Suggestions/Bug Reports
WinAsm Studio

General Discussions
Suggestions/Bug Reports
WinAsm Studio FAQ
Multilingual User Interface
Add-Ins
Assembly Programming

Main
Newbies
Projects
Custom Controls
Snippets
Announcements & Rules

Announcements

General

Online Degrees - Distance Learning
The Heap
Russian
Google