Digital Paint Discussion Board

Development => Bugs, Feature Requests, and Feedback => Topic started by: FusSioN on September 29, 2013, 12:50:03 AM

Title: What is this <Unkown command menu refresh_download>
Post by: FusSioN on September 29, 2013, 12:50:03 AM
When I'm connecting to a server, this command stops the download of textures, sounds etc. I don't know if I pressed something or what.
I'm using the Open_menu V05_7URB0 + Build 38 loading screen.
Title: Re: What is this <Unkown command menu refresh_download>
Post by: jitspoe on September 29, 2013, 04:56:51 PM
Sounds like an error in those menu files.
Title: Re: What is this <Unkown command menu refresh_download>
Post by: FusSioN on September 29, 2013, 11:00:50 PM
Sounds like an error in those menu files.
How am I gonna fix it?
Title: Re: What is this <Unkown command menu refresh_download>
Post by: Cameron on September 30, 2013, 12:02:37 AM
How am I gonna fix it?
By not using the menu you are using.
Title: Re: What is this <Unkown command menu refresh_download>
Post by: FusSioN on September 30, 2013, 01:42:33 AM
By not using the menu you are using.
But it's nice!
I better tell Open_War about this.
I'm gonna PM him and he will fix the problem... I guess..
Title: Re: What is this <Unkown command menu refresh_download>
Post by: promarijan on September 30, 2013, 10:25:09 AM
Strange...

First question... Why do you use the old 0.5_7URB0 and not the latest v0.6F0RC3?

I dont know exactly what the error seems to be like...
It would be helpful to see a screenshot of that!

Maybe i can help you... Maybe the new version fixed it...

See you soon!
Title: Re: What is this <Unkown command menu refresh_download>
Post by: FusSioN on September 30, 2013, 04:17:06 PM
Strange...

First question... Why do you use the old 0.5_7URB0 and not the latest v0.6F0RC3?

I dont know exactly what the error seems to be like...
It would be helpful to see a screenshot of that!

Maybe i can help you... Maybe the new version fixed it...

See you soon!
But in the readme it says V05_7URB0.
hehe. Because it says the "latest" and the others are "outdated".
Ok... I'll get you a screenshot
Title: Re: What is this <Unkown command menu refresh_download>
Post by: promarijan on October 01, 2013, 09:12:49 AM
Kinda nosense to click on something thats outdated instead of the other one that is the latest one^^

And in the "new" zipfile is in the readme "V06_F0RC3"...
So i just think that you didnt updated the menus at all!

Just do an update to the menus and it sould run fine for you!
Title: Re: What is this <Unkown command menu refresh_download>
Post by: FusSioN on October 01, 2013, 11:32:01 PM
Kinda nosense to click on something thats outdated instead of the other one that is the latest one^^

And in the "new" zipfile is in the readme "V06_F0RC3"...
So i just think that you didnt updated the menus at all!

Just do an update to the menus and it sould run fine for you!
Ok thanks!
Title: Re: What is this <Unkown command menu refresh_download>
Post by: promarijan on October 02, 2013, 10:22:08 AM
Did it already work fine for you?

I just mean got it fixed?
And you done the instructions with the config right?

I know that the installation is difficult but... Paintball doesnt allow me to apply those 2 "aliases" automatically...

But i think that the changes in B39 fixed it already! TERR0R15T tested that for me... Kind of XD
Title: Re: What is this <Unkown command menu refresh_download>
Post by: FusSioN on October 02, 2013, 04:22:13 PM
Did it already work fine for you?

I just mean got it fixed?
And you done the instructions with the config right?

I know that the installation is difficult but... Paintball doesnt allow me to apply those 2 "aliases" automatically...

But i think that the changes in B39 fixed it already! TERR0R15T tested that for me... Kind of XD
Yep. That error dosen't occur always. I'll get you a screenshot if so.
Title: Re: What is this <Unkown command menu refresh_download>
Post by: promarijan on October 03, 2013, 03:39:14 AM
Then its kind of unstable but i cant fix that i think...

Dont know exactly what it is really!


Have fun with openmenu!
Title: Re: What is this <Unkown command menu refresh_download>
Post by: FusSioN on January 08, 2014, 10:25:34 PM
Another situation with the same problem with my new laptop (do not blame my laptop)
.
.
.
I am using build 40 loading screen
Without any menus
With default HUD
With High-res texture pack (by jitspoe)

Server: Supermans Jump
Username: FusSioN

What should I do now?
Title: Re: What is this <Unkown command menu refresh_download>
Post by: ic3y on January 09, 2014, 04:11:57 AM
Used your old config? Remove it.
Title: Re: What is this <Unkown command menu refresh_download>
Post by: xrichardx on August 17, 2015, 11:07:45 PM
I also experienced that recently. My guess is that some Cbuf_AddText() command is missing a linefeed somewhere. Jitspoe, take a look at cl_main.c, line 1266:
Code: [Select]
if (cls.loading_screen)
{
Cbuf_AddText("menu_refresh"); // loading screen
}
I guess that's the problem.

(http://www11.pic-upload.de/18.08.15/6iwfmtmn2xt1.png) (http://www.pic-upload.de/view-28042937/paintball2-2015-08-12-19-41-52-56.png.html)
Title: Re: What is this <Unkown command menu refresh_download>
Post by: jitspoe on August 18, 2015, 07:57:12 PM
Good catch.  It should be fixed in the next build (42).