Cant open output file for Headcannon game engine error - game-engine

Every time I try to download a template in HCGE it will say in the bottom left that "Cant open output file" Is there anyway to fix this? I cant download and play/edit templates

Related

getting errors everytime I open or close a file in Atom Editor

Error Image
I am getting errors every time I open or close a new/existing file in Atom-Editor.
I tried to find on the link provided by the editor but no use.
Is there any way to fix this issue?!

Select a file and get its path and filename

Using VS 2013 and vb.
I have a web page and on a button click i would like file explorer to open so the user can navigate to a folder location and highlight a file. The web application will then get the path and filename of the file. Just to be clear I dont want to open the file I just want the details.
I cant seem to find a way of doing this, can you help?
UPDATE
Apologies perhaps I havent explained my self very well.
This is so a user can reference a document saved on a file share with a particular audit (the web page is for recording audits). Therefore they will click a button and file explorer will open. They will navigate to a folder (will be different everytime) and select a file. File explorer will then close and the web application will know the path of the file and its name. I can then use this to create a link on the web page to that document.
For getting directory path use; System.IO.Path.GetDirectoryName(path)
For file name System.IO.Path.GetFileName(path) or System.IO.Path.GetFileNameWithoutExtension(path)
more info is available at http://www.dotnetperls.com/path
Use path.getFullPath() method to get the file path as a string.
If you want to get the file name only use path.getFileName() method.

Not able to edit MsBuilds default template

I am currently working on TFS automated build process and I won't able to edit/create my process template using Default Template. I did all the process required to edit the Default Template, the process is specified in above link, https://msdn.microsoft.com/en-us/library/dd647551.aspx.
When I try to edit the imported file, Encoding message box appears. If I click in "OK" in Encoding box then the template file get encoded in unexpected format and "Invalid Markup" message appears in designer view of WF.
Please suggest on this. I know it's difficult to understand the scenario without Images but I m not able to post an Image because I don't have reputation >10.
So It's really very much appreciating if someone help me on the basis of Info. I have provided.
Thanking you in advance :)
If you're running into encoding issues, you can edit the file directly in notepad after checking it out. Then "Save As..." change the encoding, then save. Then try to reopen it. Sometimes
This appears to have solved someone else's issue:
http://enginecore.blogspot.com/2014/01/invalid-markup-in-xaml-in-visual-studio.html
close all files open in Visual Studio
close Visual Studio
delete the .suo file near the .sln
delete bin and obj folders

PDF not downloading when pressing save button

I'm trying to download PDF after it was generated using the save button right on the corner But I'm getting an error Failed - Server Problem. Did you guys encounter same problem? On my localhost, it is generating properly, but when it is on the server site, The PDF can't be save at all. I'm not sure about this.
Here's the screen shot
This is the codes that I used to output the generated PDF
ob_flush();
$pdf->Output('graphictable.pdf', 'I');
Any Idea regarding to this? Thanks
Try removing ob_flush(). If that doesn't work, see what happens when you use 'D' instead of 'I' as the download option.

Eclipse PDT .sql always Save As

I have a number of .sql files in my work space, one of them, when I save it always brings up the Save As dialogue, even though it is already saved. The other peculiarness is that there are 3 other files in the same folder that don't have this behaviour, instead they open the systems default editor (GEdit).
When I save the file in question I also get an error message: "Save Failed
org.eclipse.php.internal.ui.editor.RefactorableFileEditorInp ut cannot be cast to org.eclipse.php.internal.ui.editor.input.NonExistingPHPFileE ditorInput "
Can anyone advise where to look for a solution?
After some trial and error: Open with "internal editor" -> text editor solves the problem