[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4787: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4789: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4790: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4791: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
InsideQC Forums • View topic - Problem with FTEQCC GUI

Problem with FTEQCC GUI

Discuss programming in the QuakeC language.

Moderator: InsideQC Admins

Problem with FTEQCC GUI

Postby Max_Salivan » Tue Nov 05, 2013 4:45 pm

Hello,guys,i have a strange problem with fteqcc.
When i want to edit code in fteqccgui, its gives me error "program win64-fteqccgui.exe doesnt work"
i think,problem is in Win8 lol...
Downloaded fteqcc from here:
maybe this help(from MVS):
An unhandled exception "0x00434dc4" in the "win64-fteqccgui.exe": 0xC000041D:
0000000000434DC4 cmp byte ptr [rax],0

oh,and one question,how i can see number of the precached models and sounds(like frikqcc) in fteqcc? :)
Sorry for my english :)
Max_Salivan
 
Posts: 96
Joined: Thu Dec 15, 2011 1:00 pm

Re: Problem with FTEQCC GUI

Postby Spike » Tue Nov 05, 2013 5:44 pm

when you _edit_ code?
fteqcc uses a richedit control for actual editing. if you're getting crashes while editing code then its probably a bug in mouse-over support (showing comments associated with various definitions).
It could also be some 64bit weirdness with the richedit control, which may be resolved with a win32 build instead.

the address you gave (434DC4) would be more useful if it was a debug build. I'll update the build scripts to add one.
try and get http://triptohell.info/moodles/win64/de ... qccgui.exe to crash and report the new crash address. hopefully that will be more usable to diagnose and fix the issue.

number of precached models from the qcc is generally not useful as this does not include the various submodels of the map or selective precaches. The number of models from an engine is always more reliable (the 'status' command in fteqw servers will include this information, I don't know how to show it with other engines).
Sounds are probably more useful.
that said, I'll add it to the next version, but it'll need -v to the commandline box in options.
.
Spike
 
Posts: 2914
Joined: Fri Nov 05, 2004 3:12 am
Location: UK

Re: Problem with FTEQCC GUI

Postby Max_Salivan » Tue Nov 05, 2013 6:21 pm

I understand how to get this error.
When i direct my mouse on editor window with defs.qc(for example) its crashing.

"0x0043c35a" in "fteqccgui.exe": 0xC000041D:
000000000043C35A movzx eax,byte ptr [rax]

> Fteqccgui.exe! 000000000043c35a ()
[Frames below may be incorrect and (or) out, the characters are not loaded to fteqccgui.exe]
fteqccgui.exe! 000000000043c9de ()
user32.dll! 000007fcf921171e ()
user32.dll! 000007fcf9212a62 ()
user32.dll! 000007fcf921294d ()
Sorry for my english :)
Max_Salivan
 
Posts: 96
Joined: Thu Dec 15, 2011 1:00 pm

Re: Problem with FTEQCC GUI

Postby Spike » Tue Nov 05, 2013 6:51 pm

k, that was very useful, thanks. its building now.
third time lucky? :P
hopefully no other bugs. :s
.
Spike
 
Posts: 2914
Joined: Fri Nov 05, 2004 3:12 am
Location: UK

Re: Problem with FTEQCC GUI

Postby Max_Salivan » Tue Nov 05, 2013 7:04 pm

Sorry for my english :)
Max_Salivan
 
Posts: 96
Joined: Thu Dec 15, 2011 1:00 pm

Re: Problem with FTEQCC GUI

Postby Spike » Wed Nov 06, 2013 10:14 am

good to hear, thanks. sorry for it being b0rked in the first place.
.
Spike
 
Posts: 2914
Joined: Fri Nov 05, 2004 3:12 am
Location: UK

Re: Problem with FTEQCC GUI

Postby Baker » Tue Jul 15, 2014 1:28 pm

http://www.fteqw.com/wiki/index.php?title=FTEQCC_FAQ

Not a bug, but wanted to say the available features in FTEQCC now are awesome!!!

Makes things incredibly convenient to code!

Thanks!

[Didn't want to start another thread ...]
The night is young. How else can I annoy the world before sunsrise? 8) Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
User avatar
Baker
 
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Re: Problem with FTEQCC GUI

Postby Max_Salivan » Sat Jan 10, 2015 3:53 pm

Sorry for my english :)
Max_Salivan
 
Posts: 96
Joined: Thu Dec 15, 2011 1:00 pm

Re: Problem with FTEQCC GUI

Postby Spike » Sat Jan 10, 2015 4:07 pm

the first form will list the files found during compilation. there's no requirement that onl y includes be found inside the progs.src, and there's a few different forms, including #includelist with macro expansion inside the list. this makes it non-trivial to populate the file list without at least preprocessing the entire source.
I do intend to get it to do such a thing on a startup at some point, if only to populate symbol+description info, which will also populate the file lists.
really its just a case of me sitting down and just doing it some time... but motivation is apparently not a strong point of mine.
in the mean time, just click compile as that'll populate everything the gui needs anyway. its not really a huge issue, just an annoyance.
.
Spike
 
Posts: 2914
Joined: Fri Nov 05, 2004 3:12 am
Location: UK


Return to QuakeC Programming

Who is online

Users browsing this forum: No registered users and 1 guest