EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 5 of 20
<
1
2
3
4
5
6
7
8
9
15
>
Last
»
Showing results 101 to 125 of 500
Search took
0.03
seconds; generated 102 minute(s) ago.
Search:
Posts Made By:
Windcatcher
Forum:
Simple Client
07-14-2008, 04:25 PM
Replies:
77
Questions
Views:
108,053
Posted By
Windcatcher
I still haven't decided. For everyone out there,...
I still haven't decided. For everyone out there, PLEASE STOP PM-BOMBING ME ABOUT IT! I plan to work on it tonight to see what improvements I can make, but one thing that would really help (big time)...
Forum:
Simple Client
07-14-2008, 04:19 PM
Replies:
4
new bug thread
Views:
24,719
Posted By
Windcatcher
I don't know. I never tried quests with 0.5.5 and...
I don't know. I never tried quests with 0.5.5 and I don't know if it handles them. That's one reason why I made sure to add 0.6.0-dr2 compatibility (and it does work, though you would have to make...
Forum:
Simple Client
07-10-2008, 11:20 PM
Replies:
77
Questions
Views:
108,053
Posted By
Windcatcher
Cripp has compiled it. I spent a few hours...
Cripp has compiled it. I spent a few hours helping him get the Delphi environment set up.
Forum:
Simple Client
07-10-2008, 10:17 PM
Replies:
77
Questions
Views:
108,053
Posted By
Windcatcher
Okay, I think you're beginning to win me over....
Okay, I think you're beginning to win me over. I'm going away for the weekend so I can't release anything now but maybe Sunday. At least I have a couple of days to mull it over (and you have a couple...
Forum:
Simple Client
07-09-2008, 01:00 AM
Replies:
41
Sticky:
SimpleClient Download links
Views:
288,002
Posted By
Windcatcher
Added download link to the bugfix build 1.0.0.15...
Added download link to the bugfix build 1.0.0.15 (fixes the crash on zoning bug).
Forum:
Simple Client
07-09-2008, 12:49 AM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655808 Okay,...
http://www.savefile.com/files/1655808
Okay, build 1.0.0.15. This should zone with no problems and a lot less logging.
Forum:
Simple Client
07-09-2008, 12:46 AM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
WOOT! That's it! Apparently I have to do all...
WOOT! That's it!
Apparently I have to do all OpenGL stuff in the render thread, even texture maintenance. Well, at least that's solved. I'll turn off the worst of the logging and upload another...
Forum:
Simple Client
07-09-2008, 12:37 AM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655777 Gah....
http://www.savefile.com/files/1655777
Gah. That's because I called the wrong routine and so it wasn't even trying to free any textures. Try this one instead.
Forum:
Simple Client
07-09-2008, 12:24 AM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655754 Let me...
http://www.savefile.com/files/1655754
Let me know what this one does. This one will defer freeing the textures until the render thread can do it (it queues them up for the render thread to dispose...
Forum:
Simple Client
07-09-2008, 12:09 AM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
What's going on is the client is giving up after...
What's going on is the client is giving up after ten tries and not freeing the texture. The bug is still there, just being masked by the fact that the client is giving up and moving on. It's still...
Forum:
Simple Client
07-09-2008, 12:05 AM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
You should always use the newest OpenZone...
You should always use the newest OpenZone version, which is 8.3 at this time.
Forum:
Simple Client
07-09-2008, 12:02 AM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
Yes, but then as you went from zone to zone there...
Yes, but then as you went from zone to zone there would essentially be a memory leak in OpenGL as textures were never freed. After a few zones your machine would come to a standstill because of all...
Forum:
Simple Client
07-08-2008, 11:59 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
It should retry up to 10 times or until it...
It should retry up to 10 times or until it passes, though. What happens?
Forum:
Simple Client
07-08-2008, 11:56 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655721 Use...
http://www.savefile.com/files/1655721
Use this one instead...
Forum:
Simple Client
07-08-2008, 11:55 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
Oops. Yes, I can see it freezing. I did something...
Oops. Yes, I can see it freezing. I did something dumb. I'll upload another one.
Forum:
Simple Client
07-08-2008, 11:49 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655702 Let's...
http://www.savefile.com/files/1655702
Let's see what this does. I think it's an OS or driver issue, but perhaps I need to do some rearchitecting. I really hope not, though. It wouldn't be at all...
Forum:
Simple Client
07-08-2008, 11:35 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
It might be a thread issue. I'm doing some...
It might be a thread issue. I'm doing some investigating.
Forum:
Simple Client
07-08-2008, 11:25 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
Well the problem is that I don't want to unload...
Well the problem is that I don't want to unload them all, only the ones that came with the zone. Global mobs, equipment, GUI textures, etc. need to stay loaded.
Forum:
Simple Client
07-08-2008, 11:22 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655656 Added...
http://www.savefile.com/files/1655656
Added even more logging. If you look at the log, the very first time I try to free textures is failing. For some reason the call to glDeleteTextures is...
Forum:
Simple Client
07-08-2008, 11:08 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655637 Added...
http://www.savefile.com/files/1655637
Added more logging...
Forum:
Simple Client
07-08-2008, 11:08 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
I don't think so since others have loaded them.
I don't think so since others have loaded them.
Forum:
Simple Client
07-08-2008, 10:50 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655611 The...
http://www.savefile.com/files/1655611
The problem is occurring at 43.704s. (sigh) I added more logging, but I'm beginning to run out of ideas.
Forum:
Simple Client
07-08-2008, 10:25 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655581 Added...
http://www.savefile.com/files/1655581
Added more logging. Looks to be a problem freeing textures.
Your DX should be fine.
Forum:
Simple Client
07-08-2008, 10:01 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655558 Okay,...
http://www.savefile.com/files/1655558
Okay, I think we're almost there. Try this one. No extra logging, but MAYBE a fix.
Forum:
Simple Client
07-08-2008, 09:49 PM
Replies:
68
Bugs thread
Views:
99,518
Posted By
Windcatcher
http://www.savefile.com/files/1655539 I...
http://www.savefile.com/files/1655539
I added more logging to try to narrow it down more. I also made a change that might stop the freezing. Maybe. But there is still a bug in there somewhere.
Showing results 101 to 125 of 500
Page 5 of 20
<
1
2
3
4
5
6
7
8
9
15
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
11:49 PM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a
Creative Commons License
.
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3