Item Search
     
BG-Wiki Search
Page 202 of 307 FirstFirst ... 152 192 200 201 202 203 204 212 252 ... LastLast
Results 4021 to 4040 of 6124
  1. #4021
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Did you update the luacore? That was an issue we got yesterday for a few hours until Arcon came back and released a new luacore.

  2. #4022
    New Merits
    Join Date
    Apr 2010
    Posts
    228
    BG Level
    4

    Had the Luacore update along with some addons when I relogged tonight. Went in to salvage, forgot i didn't have Timers loaded. Loaded Timers and POL crashed, lost that run
    I was on smn if that's of any help.

  3. #4023
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by Mafai View Post
    It's bidder buy i think? or do they both work? I would try //bidder buy "snoworb stone +1" 0 3000
    "buy", "bid" and "placebid" should all be the same according to the code. But whatever, seems to be solved now

  4. #4024
    Blue Magic is Best Magic
    Join Date
    Jul 2007
    Posts
    8,215
    BG Level
    8

    Quote Originally Posted by Sechs View Post
    Did you update the luacore? That was an issue we got yesterday for a few hours until Arcon came back and released a new luacore.
    It was happening before that issue yesterday.

  5. #4025
    A gigantic waste of space
    Join Date
    Apr 2009
    Posts
    719
    BG Level
    5
    FFXIV Character
    Maurauc Baelfyr
    FFXIV Server
    Hyperion
    FFXI Server
    Valefor

    Quote Originally Posted by Malithar View Post
    Both of these work, thanks much. ^^/ Bid, buy, close enough Arcon, thanks regardless for making Windower awesome.

    As an aside, is there any technical reason why SE's AH system is so slow to place bids, while this completes a purchase within 1 second? Or is this a "just cause" kinda thing, like how they said on the oforums that equipset swaps happen as fast as possible currently?
    Bids actually do complete fairly quickly, but they placed an artificial limitation on the bidding to stop people buying the AH out almost instantly. You can see this in effect if you buy something and immediately back out of the AH after you place the bid.
    It can be a useful trick if you know your bid will succeed, but you'll feel a bit of an idiot if you have to go back through the menus to try buying it again.

  6. #4026
    New Spam Forum
    Join Date
    Nov 2009
    Posts
    190
    BG Level
    3
    FFXI Server
    Sylph

    Got 2 crashes this weekend with Timers 09 on live, here are the crash dumps. They're the same small sized dumps as before, so probably not useful, but I've uploaded them anyway, just in case. I ran for many hours without Timers and didn't crash (several days worth of playing), so I think the crash is still related to Timers somehow. I was on BLM/SCH doing Ra'Kaznar skirmish. One of the crashes happened when I had a ton of buffs up, including a couple I cast on other people. I think I will play around with blacklisting or the max number of buffs displayed and see if I can find a set of steps to reproduce the crash every time.

    Edit: I can also get some hours in on dev if that would be useful.

  7. #4027
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Dev and live are currently the same, so that's not necessary. These dumps really aren't helpful and I have no idea why they're this screwed up. Are you sure you're using the /ma option?

    If you're on Windows Vista or newer, try the following:
    Start > regedit > HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > Windows Error Reporting

    Create a new key called "LocalDumps". If it already exists, don't bother.

    Now run FFXI without WinDbg attached and wait for it to crash. A crash dump should appear in your %LocalAppData%/CrashDumps folder (usually Drive:/Users/YourUserName/AppData/Local/CrashDumps/). See if that dump is any better.

  8. #4028
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Yeah crashed a few times with Timers as well on BRD. With timers unloaded I went on for several days without any single crash.
    I asked about the strange dumps on this MSDN developer board, can find my post HERE but alas no help =/

  9. #4029
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,599
    BG Level
    6
    FFXI Server
    Odin

    Quote Originally Posted by Sechs View Post
    Yeah crashed a few times with Timers as well on BRD. With timers unloaded I went on for several days without any single crash.
    I asked about the strange dumps on this MSDN developer board, can find my post HERE but alas no help =/
    I think Arcon is playing with those registry keys as we speak, he likely will be releasing an enable / disable .reg file. It also maybe possible to limit it to just pol crashes instead of system wide.

  10. #4030
    New Spam Forum
    Join Date
    Nov 2009
    Posts
    190
    BG Level
    3
    FFXI Server
    Sylph

    Quote Originally Posted by Arcon View Post
    Dev and live are currently the same, so that's not necessary. These dumps really aren't helpful and I have no idea why they're this screwed up. Are you sure you're using the /ma option?
    No, sorry, was using /m. Submitted some dumps with /ma earlier but I thought it was said that they didn't help, so went back to /m. I will use /ma from now on unless instructed.

    If you're on Windows Vista or newer, try the following:
    Start > regedit > HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > Windows Error Reporting

    Create a new key called "LocalDumps". If it already exists, don't bother.

    Now run FFXI without WinDbg attached and wait for it to crash. A crash dump should appear in your %LocalAppData%/CrashDumps folder (usually Drive:/Users/YourUserName/AppData/Local/CrashDumps/). See if that dump is any better.
    I will try this and report back. Also, something that maybe was forgotten or never mentioned, when these crashes occur, the normal Windows 7 crash dialog doesn't appear at all. FFXI just exits to the desktop. Maybe that's why the dumps are borked?

  11. #4031
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Yes, same experience for me about the Windows thing you mentioned.
    Whereas if I don't use the WinDBG I normally (but not *always* though, I think?) I get a Win7 window from where I can see more (useless) details about the crash.

    Any way we can set the default folder for these Windows dumps on a different drive? Don't wanna fill my already overfilled SSD.

  12. #4032
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by Sechs View Post
    Any way we can set the default folder for these Windows dumps on a different drive? Don't wanna fill my already overfilled SSD.
    Yes, you need to add the "DumpFolder" string value to the LocalDumps key, and the value should be the new path.

  13. #4033
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Also, as for the hard disk space issues, you can add the DumpCount value which indicates how many dumps it should save before overwriting old dumps. If you set it to 1 it will only save the latest dump.

  14. #4034
    Relic Shield
    Join Date
    Jan 2013
    Posts
    1,868
    BG Level
    6

    Looks like they are addin /itemsearch command to the game. findall will still be superior of course. Wonder what other plugins/addons they will add next

  15. #4035
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    C'mon subadai don't leave us hanging! I'm at work! Let us know if these crashdumps work!
    Hope they do, so I can provide some meaningful dumps once I get back home.

  16. #4036
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by Sechs View Post
    C'mon subadai don't leave us hanging! I'm at work! Let us know if these crashdumps work!
    Hope they do, so I can provide some meaningful dumps once I get back home.
    These crash dumps worked for another player who was having your issue, so I'm hopeful.

  17. #4037
    Sea Torques
    Join Date
    Sep 2012
    Posts
    736
    BG Level
    5
    FFXI Server
    Leviathan

    Quote Originally Posted by Trumpy View Post
    Looks like they are addin /itemsearch command to the game. findall will still be superior of course. Wonder what other plugins/addons they will add next
    I doubt they'll make it show other characters, mog slips or allow wildcard search.

  18. #4038
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    Arcon either way I guess at this point we can kinda uninstall Windows SDKs from our PC since they don't work for us anyway, correct? (yes, I'm being anal about freeing up precious space on my SSD )
    Really really hope I can finally provide you guys some material to be working on <3

  19. #4039
    Campaign
    Join Date
    Jul 2007
    Posts
    6,633
    BG Level
    8

    My dumps came out as ~22 mb each.
    Gonna share as soon as I'm done uploading them ^^

    Edit:
    Here it is, third file "WindowsLocalDumps.zip".
    Tell me if you guys can make anything out of it, currently playing without windower 'cause I'm doing LS event.

  20. #4040
    Chram
    Join Date
    Sep 2007
    Posts
    2,526
    BG Level
    7
    FFXI Server
    Fenrir

    Sechs: Can you provide a list of all Lua addons you have loaded?

Page 202 of 307 FirstFirst ... 152 192 200 201 202 203 204 212 252 ... LastLast

Similar Threads

  1. Service and Support
    By Ribeye in forum FFXI: Everything
    Replies: 8
    Last Post: 2009-10-17, 18:23
  2. Windows vista and FFXI problem
    By Takeno in forum FFXI: Everything
    Replies: 1
    Last Post: 2007-07-26, 13:36
  3. Windows Vista and Windower
    By divisortheory in forum FFXI: Everything
    Replies: 35
    Last Post: 2006-06-23, 04:19