Search:

Type: Posts; User: adenine!

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    6,368

    Just started working on it; also looks like...

    Just started working on it; also looks like MakeDropCode was changed from 0x00ff to 0x00fe. Pattern?
  2. Sticky: Re: Automatic F for stdio

    Best I could do without cstdio, although I don't think he'd care for windows.h much more...


    DWORD numRead;
    HANDLE hStdin;
    INPUT_RECORD buffer[1];

    hStdin = GetStdHandle(STD_INPUT_HANDLE);
    ...
  3. Replies
    5
    Views
    4,955

    That warning isn't the reason for ShowEQ...

    That warning isn't the reason for ShowEQ crashing; it's because the struct CharProfileCode is not properly defined. The fixes posted on the board should work fine until someone fixes it in CVS.
  4. Replies
    14
    Views
    12,548

    Of course, if you've already changed them in...

    Of course, if you've already changed them in everquest.h and recompiled decode.cpp, it's likely that something else has indeed changed since modifying the default values in libEQ.a wouldn't have...
  5. Replies
    14
    Views
    12,548

    Re: seq changes for PoP (test server)

    The last time it broke, libEQ.a was changed to include an initialization function to which those opcodes are passed.
    decode.cpp line 73:

    InitializeLibEQ(0, CharProfileCode, ZoneSpawnsCode,...
  6. Replies
    18
    Views
    11,472

    Speaking of missing threads, last night I posted...

    Speaking of missing threads, last night I posted in one in the help forum. It was posted by a guy whose SEQ used to work at work but no longer does; I forgot who it was, sorry. ;) Now the thread...
  7. Replies
    4
    Views
    4,158

    You've probably already done it, but make sure...

    You've probably already done it, but make sure moc is in /opt/qt-gcc3-2.3.2/bin/. Make sure you do export QTDIR=/opt/qt-gcc3-2.3.2 Try export PATH=$PATH:/opt/qt-gcc3-2.3.2/bin
  8. Replies
    0
    Views
    2,288

    EFF Donations and the IRS

    Donations given directly to the EFF are tax deductible. Does anyone know (whoever runs it all or any tax experts) whether donations to the ShowEQ EFF fund are tax deductible as well or if that...
  9. Replies
    7
    Views
    7,169

    Don't know about 2.95.4, but 2.96 was developed...

    Don't know about 2.95.4, but 2.96 was developed by RedHat, included in some of the distributions (6? 7?), and notoriously crappy.
  10. It would probably be easier to do... Cable...

    It would probably be easier to do...

    Cable Modem
    |
    |
    Router------Other computers
    |
    | (to hub uplink)
    Hub-------Linux computer
    |
  11. Replies
    16
    Views
    12,879

    You're apparently not the only one having...

    You're apparently not the only one having problems so I took down the link...sorry for any problems it's caused, but I really can't imagine what could be happening. I rebooted my own system just to...
  12. Replies
    16
    Views
    12,879

    I can't believe this script could be causing...

    I can't believe this script could be causing that. It doesn't touch anything currently installed on the system. I've run it on my own system with no problem after rebooting. Unless something the...
  13. Replies
    16
    Views
    12,879

    LOL nice thread hijacking. ;)

    LOL nice thread hijacking. ;)
  14. Thread: Audio & Stuff

    by adenine!
    Replies
    19
    Views
    12,422

    To get the audio alert, you need to do two...

    To get the audio alert, you need to do two things. First, configure your filters. Filters->Edit Filters. I assume you're waiting for Hadden and Pyzjn specifically. filters.conf is...
  15. Replies
    16
    Views
    12,879

    ShowEQ Install Script

    Well, this may be causing more problems than it's solving, so I currently reccommend not running it. If anyone still wants to take a look at it, PM or email me. I've tried each step of the script...
  16. Thread: ShowEQ Alerts

    by adenine!
    Replies
    10
    Views
    9,446

    I think for a while there was an option in...

    I think for a while there was an option in showeq.conf to run something other than esdplay, except changing it didn't actually do anything because /usr/bin/esdplay was still hardcoded in the source.
  17. Thread: Qt-3.0.5

    by adenine!
    Replies
    21
    Views
    15,229

    I don't have that problem with QT 3.0.4...

    I don't have that problem with QT 3.0.4...
  18. Probably to the router. That's an...

    Probably to the router.



    That's an interesting idea. It would be pretty easy to make a program with winpcap that "mirrors" the packets directly to the Linux box, and every time someone...
  19. Thread: Qt-3.0.5

    by adenine!
    Replies
    21
    Views
    15,229

    This is a Bad Thing (TM). When ld searches for...

    This is a Bad Thing (TM). When ld searches for -lqt-mt, it's probably finding the 2.3.2 libqt-mt.so. rm -f /usr/lib/qt-2.3.2/lib/libqt-mt.so, run ldconfig, and it should work.

    [edit]You should...
  20. Thread: Qt-3.0.5

    by adenine!
    Replies
    21
    Views
    15,229

    Need more info...where is the new QT installed? ...

    Need more info...where is the new QT installed? Did you configure it with -thread? Run the commands ldconfig -p | grep libqt-mt and ls -l /usr/lib | grep libqt-mt and post the output.
  21. Replies
    12
    Views
    7,694

    Is that a question? :P Yes.

    Is that a question? :P Yes.
  22. You don't need to recompile the whole thing, just...

    You don't need to recompile the whole thing, just run the linker again.

    rm -f src/showeq
    make && make install

    [edit]Actually, it depends how old your current ShowEQ is. If it's working fine...
  23. Replies
    24
    Views
    17,139

    The amount of other traffic on the network and...

    The amount of other traffic on the network and the quality of the NIC are important too. A cheap PCMCIA card (especially if it has a dongle) could definitely cause problems.
  24. Replies
    9
    Views
    6,140

    Heh, that's strange. My maps were already...

    Heh, that's strange. My maps were already undocked but just resizing them when SEQ started to freeze up seems to fix the problem. Using the old binary and the old library seems to help too, but I...
  25. Replies
    12
    Views
    7,694

    If you're downloading a source tarball there is...

    If you're downloading a source tarball there is no qt-devel. With RPM you need a devel package, but that's it. Everything that would be in a devel RPM package is part of the source.
Results 1 to 25 of 39
Page 1 of 2 1 2