Gamestudio Links
Zorro Links
Newest Posts
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
M1 Oversampling
by 11honza11. 04/20/24 20:57
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (rki), 405 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Gallery
Next Gallery
Print Thread
Rating: 5
Page 11 of 12 1 2 9 10 11 12
HorusIDE #401011
05/11/12 00:09
05/11/12 00:09
6 Images
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline OP
Expert
HorusIDE

Finally...

the first public version of Horus is available:

http://horuside.recursivebytes.com

Follow the instructions on the download-site to setup Horus for Lite-C-Development.
Please test the application and report any bugs.

If you like Horus you can translate the UI into your native language. Just copy HorusIDE/lang/en.lng and change the definition and meta-data. if you do so, it would be nice if you send me a copy of your translation.

Notice for SSD-Users:
Horus has a integrated file loss protection (it saves every open file every 30 seconds in a temp-dir). in the configuration-window you can disable or adjust this feature in order to reduce unnecessary write operations.


For more information (and discussions about future versions), i want to refer to the development-thread.

Have a nice weekend laugh
112 Comments
Re: HorusIDE [Re: Tempelbauer] #445370
09/06/14 06:35
09/06/14 06:35
Joined: Sep 2012
Posts: 10
Germany
I
Indy Offline
Newbie
Indy  Offline
Newbie
I

Joined: Sep 2012
Posts: 10
Germany
Hello,

i cannot open horus ide 3.0.0 rc2 on my win7 x64 os. It opens only the process. And when i click more than once on the shortcut it opens more processes. The processes disappear after a while.

I have installed net framework 4.5.1. Cannot install 4.0 of course.

So, what could be the problem?

On my old win7 x64 installation it works very well.

Btw: The same is with version 2.3

Is here anyone who had the same problem?

The windows event logger says:

Anwendung: HorusIDE.exe Frameworkversion: v4.0.30319 Beschreibung: Der Prozess wurde aufgrund eines Ausnahmefehlers beendet. Ausnahmeinformationen: System.NullReferenceException Stapel: bei HorusIDE.App.Current_DispatcherUnhandledException(System.Object, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs) bei System.Windows.Threading.Dispatcher.CatchException(System.Exception) bei System.Windows.Threading.Dispatcher.CatchExceptionStatic(System.Object, System.Exception) bei System.Windows.Threading.ExceptionWrapper.CatchException(System.Object, System.Exception, System.Delegate) bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) bei MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) bei System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame) bei System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame) bei System.Windows.Threading.Dispatcher.Run() bei System.Windows.Application.RunDispatcher(System.Object) bei System.Windows.Application.RunInternal(System.Windows.Window) bei System.Windows.Application.Run(System.Windows.Window) bei HorusIDE.App.Main()

Last edited by Indy; 09/06/14 07:28.
Re: HorusIDE [Re: Indy] #445373
09/06/14 15:06
09/06/14 15:06
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline OP
Expert
Tempelbauer  Offline OP
Expert
T

Joined: Feb 2005
Posts: 3,687
Hessen, Germany
Thanks for reporting this issue!

Quote:
And when i click more than once on the shortcut it opens more processes. The processes disappear after a while.


This is the normal behaviour. Horus is designed as single instance application. It checks after starting if there´s already a running process, passes it´s own startup arguments (if present) to it and terminates. Thus, the already running instance receives the arguments and processes them (open files).

You don´t have to install 4.0 since 4.5.1 is backward compatible to 4.0 applications. v4.0 is the version Horus is build against and the minimum to be able to run. If your system were not capable of this, the software would fail earlier (with a fancy message box).

When you start the process it loads up to a few MB of RAM and then it hangs forever, right? I know this behaviour, I had this while development a few times. Horus fails to load the UI due to an exception. Common causes are:
1.) directory structure in AppData is incomplete/damaged
2.) a DLL is missing
3.) Horus is linked to a DLL but the wrong version

Try a clean install:
- uninstall Horus
- delete C:\Users\USERNAME\AppData\Local\HorusIDE
- delete C:\Program Files\HorusIDE (if still there)
- install Horus again

I checked reason 2 and 3, according to the setup configuration all needed files are included. Installing on a clean Win7 x64 (with .NET 4.5.1 installed) virtual machine works like a charm.

Re: HorusIDE [Re: Tempelbauer] #445376
09/06/14 17:33
09/06/14 17:33
Joined: Sep 2012
Posts: 10
Germany
I
Indy Offline
Newbie
Indy  Offline
Newbie
I

Joined: Sep 2012
Posts: 10
Germany
Thanks for the fast reply!!
Ok, now it works.

But your clean install didn't help.
On my new Win7 installation i work with a restricted user and install software with an admin account within the restricted session with "execute as admin...".
On my old installation i gave my restricted user admin rights and then i installed a software.
So, this old procedure worked for horus.

But horus needs about five seconds until the gui appears. Is this normal?

EDIT: Now horus starts not every time. Sometimes it aborts with the exception above. So i think it's a thing which should be fixed laugh

BTW: The installer doesn't create a startmenu entry!

Last edited by Indy; 09/06/14 18:23.
Re: HorusIDE [Re: Indy] #445377
09/06/14 18:54
09/06/14 18:54
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline OP
Expert
Tempelbauer  Offline OP
Expert
T

Joined: Feb 2005
Posts: 3,687
Hessen, Germany
Quote:
But horus needs about five seconds until the gui appears. Is this normal?

The current release candidates are not performance optimized yet. An update of a 3rd party component even increased the lag. This will be improved until the final release.

Quote:

On my new Win7 installation i work with a restricted user and install software with an admin account within the restricted session with "execute as admin...".
On my old installation i gave my restricted user admin rights and then i installed a software.
So, this old procedure worked for horus.

...

Now horus starts not every time. Sometimes it aborts with the exception above.

Interesting. I will install it like you. If I can reproduce this behaviour I´ll on the best way to fix this

Quote:
BTW: The installer doesn't create a startmenu entry!

Added on my todo list

Re: HorusIDE [Re: Tempelbauer] #446127
10/06/14 09:52
10/06/14 09:52
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline OP
Expert
Tempelbauer  Offline OP
Expert
T

Joined: Feb 2005
Posts: 3,687
Hessen, Germany

Version 3.0.0 RC3 available

Changed:
[Bugfix] Parser: invalid characters in strings
[Bugfix] Installation issue on restricted windows accounts
[Bugfix] Frensh language updated

Re: HorusIDE [Re: Tempelbauer] #482226
01/14/21 08:48
01/14/21 08:48
Joined: Jul 2007
Posts: 619
Turkey, Izmir
Emre Offline
User
Emre  Offline
User

Joined: Jul 2007
Posts: 619
Turkey, Izmir
I remember this IDE. It was much better than SED. Now i want to install again but windows 10 is preventing me from running the setup file. Any help?

Re: HorusIDE [Re: Tempelbauer] #482228
01/14/21 11:46
01/14/21 11:46
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
@Emre can you pls share the installation file? I'll try to run it on my side (win10 as well). If it won't work, I could help with setting up VSCode, I'm currently using it for development.


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Re: HorusIDE [Re: Emre] #482229
01/14/21 12:06
01/14/21 12:06
Joined: Feb 2005
Posts: 3,687
Hessen, Germany
T
Tempelbauer Offline OP
Expert
Tempelbauer  Offline OP
Expert
T

Joined: Feb 2005
Posts: 3,687
Hessen, Germany
Did SmartScreen denied the execution of the installer?

Try enabling compatibility mode for Windows 7

I just tried the installation by using the "Program Compatibility troubleshooter" (or however this is called in english) in the Context Menu and tested Windows 7. Worked as expected, I was able to install and run the application.

Re: HorusIDE [Re: Tempelbauer] #482231
01/14/21 12:56
01/14/21 12:56
Joined: Jul 2007
Posts: 619
Turkey, Izmir
Emre Offline
User
Emre  Offline
User

Joined: Jul 2007
Posts: 619
Turkey, Izmir
Thank you for response Tempelbauer. Yes, it was the smart screen. Compatibility did not work for me. But after that i selected the tick next to "This file is blocked for computer protection" in file properties, now i'm able to install it.

[Linked Image]

@3run click here.

Thank you again.

Re: HorusIDE [Re: Tempelbauer] #482233
01/14/21 15:01
01/14/21 15:01
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
Same here, SmartScreen denied installer execution, but I was able to install it anyway. Clicked "More info" in SmartScreen's warning window and then "Run anyway" button.

@Tempelbauer does HorusIDE have auto-format function? I've only found indent functionality (left/right).

Best regards!


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Page 11 of 12 1 2 9 10 11 12

Moderated by  jcl, Realspawn, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1