Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by M_D. 04/26/24 20:22
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (M_D, AndrewAMD, Quad, Ayumi), 806 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
publishing problem and antivirus #328113
06/10/10 16:01
06/10/10 16:01
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline OP
User
Ottawa  Offline OP
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!

I have a publishing issue.
My .exe files are being removed by my antivirus
(Norton 360 Premier Edition Version: 4.2.0.12)

My friends are not able to play my game because their .exe (or my .exe) file gets zapped.

The sonar application in Norton removes the .exe file on execution.
I contacted Norton and they checked my computer.
They told me to contact you.

I have version 7.85.4 Pro
I can publish the game to the .cd folder (no problem)

I then go in the .cd folder and start the .exe. (this is the problem)

It gets zapped by the antivirus which tells me that this file
is a high security problem.

Michel in Ottawa

Re: publishing problem and antivirus [Re: Ottawa] #328116
06/10/10 16:05
06/10/10 16:05
Joined: Oct 2007
Posts: 5,210
Ä°stanbul, Turkey
Quad Online
Senior Expert
Quad  Online
Senior Expert

Joined: Oct 2007
Posts: 5,210
Ä°stanbul, Turkey
another virus maybe infecting your exe, post a small example so we can try if our antivrirus software says anything bad about it?


3333333333
Re: publishing problem and antivirus [Re: Quad] #328119
06/10/10 16:24
06/10/10 16:24
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Do not do anything on your PC until you've done a thorough virus check, preferably with different virus scanners. I don't see how the forum can help you with this. Take virus threats seriously and don't send infected files to other people!

Fortunately, often it's a false alarm - for checking, upload your file to a virus checker service such as http://www.virustotal.com.

Re: publishing problem and antivirus [Re: Quad] #328121
06/10/10 16:35
06/10/10 16:35
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline OP
User
Ottawa  Offline OP
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!

I just made in WED a large hollow box with standard texture.
I used my standard main

Since I haven't done this in a while...How do I get you
the exe ?

Michel in Ottawa

edit
Code:
// Créé le 10 juin 2010
// 
//
// Modifié le 
//
///////////////////////////////
#include <acknex.h>
#include <default.c>

/////////////////////////////

///////////////////////////////
#define PRAGMA_PATH "..\\Models";
#define PRAGMA_PATH "..\\des_tga";
#define PRAGMA_PATH "..\\des_pcx";
#define PRAGMA_PATH "..\\des_bmp";
#define PRAGMA_PATH "..\\sons_stereo"; //son_wav
/////////////////////////////////

function gexit() 
{ 
	sys_exit("bye bye Michel..."); 
}

function main()
{
	//		video_aspect = 4./3.; // enforce 4:3 mode if you do not want widescreen in effect
	video_mode = 7; // start resolution 800 x 600
	video_screen = 1; // start in fullscreen mode 	
	video_depth = 32; // otherwise 32 bit mode
	//	video_set(800,600,32,1);  // pour que l'écran soit de la bonne grandeur dans vista ou sur le laptop
	video_window(NULL,NULL,0,"Les éditions de l'AUDI~ssée inc."); 
	wait(1);
	//  vec_set(screen_size,vector(800,400,0));
	//	vec_set(screen_color,vector(0,0,0)); // dark blue = (50,1,1)
	vec_set(sky_color,vector(0,0,0)); // noir = n'est pas visible donc augmente la vitesse 
	warn_level = 2;	// announce bad texture sizes and bad wdl code
	
	level_load("test_june.wmb");

}



Last edited by Ottawa; 06/10/10 16:40.
Re: publishing problem and antivirus [Re: Ottawa] #328122
06/10/10 16:42
06/10/10 16:42
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline OP
User
Ottawa  Offline OP
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!

jcl just saw your message.

Norton did a check on my computer.
I will do it again.


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C
Re: publishing problem and antivirus [Re: Ottawa] #328125
06/10/10 16:48
06/10/10 16:48
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline OP
User
Ottawa  Offline OP
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!

I had the file scanned at the site provided by jcl

The result are 0 / 40.

Re: publishing problem and antivirus [Re: Ottawa] #328148
06/10/10 18:18
06/10/10 18:18
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline OP
User
Ottawa  Offline OP
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!

I did a full scan and did not find any problems.

The exe file was removed for the following reason (see picture

http://img717.imageshack.us/img717/1503/corelp.jpg

Michel in Ottawa

Re: publishing problem and antivirus [Re: Ottawa] #328150
06/10/10 18:35
06/10/10 18:35
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
disable the Norton SONAR
i had also problems with Visual Studio .NET!
Norton deleted all my programs shortly after compiling them!

disable this "shit" its the worst thing at time for developers


Visit my site: www.masterq32.de
Re: publishing problem and antivirus [Re: MasterQ32] #328158
06/10/10 19:11
06/10/10 19:11
Joined: Apr 2010
Posts: 265
V
Vinous_Beret Offline
Member
Vinous_Beret  Offline
Member
V

Joined: Apr 2010
Posts: 265
Quote:
disable this "shit" its the worst thing at time for developers

totally Agree.
try "ESET NOD32" iam using it it's great wink .

Re: publishing problem and antivirus [Re: Vinous_Beret] #328159
06/10/10 19:12
06/10/10 19:12
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
or "avast"


Visit my site: www.masterq32.de
Page 1 of 2 1 2

Moderated by  old_bill, Tobias 

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