[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Miniwindows
. . -> [Subject]  Miniwindow goes black

Miniwindow goes black

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page


Pages: 1  2 3  4  5  

Posted by Fiendish   USA  (2,514 posts)  [Biography] bio   Global Moderator
Date Reply #15 on Sat 27 Aug 2011 10:08 PM (UTC)

Amended on Sat 27 Aug 2011 10:15 PM (UTC) by Fiendish

Message
Nick Gammon said:

So which plugin is that black window?

miniwin_tabwin

Nick Gammon said:

Well that's confusing. Version 4.78 is "in the wild" whereas I haven't released it yet.

In fact, remind me what change was made in that? My release notes don't show anything.
I have no idea. This particular user likes to dig through your downloads path to look for things that aren't released yet.

[EDIT] Oh, I think that's the one where I asked for help debugging listboxes. (http://mushclient.com/forum/bbshowpost.php?id=11265&page=1)

https://github.com/fiendish/aardwolfclientpackage
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #16 on Sat 27 Aug 2011 10:30 PM (UTC)

Amended on Sat 27 Aug 2011 10:31 PM (UTC) by Nick Gammon

Message
I need to know which plugin, in that screenshot, was black. I'm not going to measure pixel by pixel to find it out.

Also that screenshot seems to refute the idea that resources are being consumed. Only one window is black, the rest look OK.

@whoever_downloads_custom_releases: those custom releases are designed for working with a particular developer - in this case Fiendish. They may have debugging code that makes them work less well in general than normally-released software.

[EDIT] miniwin_tabwin - ok gotcha.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #17 on Sat 27 Aug 2011 10:39 PM (UTC)
Message
In the file miniwin_tabbar.xml?

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #18 on Sat 27 Aug 2011 10:43 PM (UTC)
Message
That plugin doesn't seem to do much except this:


function OnPluginBroadcast (msg, id, name, text)
  --local windowstuff = {}
  if id == GetPluginID() then
    return
  end
  if msg == 5000 then
    loadstring( text )()
    local winstuff = windowstuff
    if next(winstuff) then
      tabwin:enable()
      tabwin:addwtab(winstuff)
    end
  elseif msg == 5001 then
    loadstring( text )()
    local winstuff = windowstuff
    if next(winstuff) then
      tabwin:removewtab(winstuff)
    end
  end
  phelper:OnPluginBroadcast(msg, id, name, text)
end


Now, loadstring silently fails (if it fails). I would be doing:


    assert (loadstring( text )) ()


- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Fiendish   USA  (2,514 posts)  [Biography] bio   Global Moderator
Date Reply #19 on Sat 27 Aug 2011 11:46 PM (UTC)

Amended on Sat 27 Aug 2011 11:51 PM (UTC) by Fiendish

Message
Quote:
That plugin doesn't seem to do much except

If you want a more complete plugin to look at, it has also happened to someone with my health bars miniwindow (aard_health_bars_gmcp.xml)

I don't have a summary from when it happened, though.

Quote:
Only one window is black, the rest look OK.
Yeah, as far as I've been told it's generally only one miniwindow at a time. But it tends to be a different one in each report.

https://github.com/fiendish/aardwolfclientpackage
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #20 on Sun 28 Aug 2011 01:01 AM (UTC)
Message
I wonder if this is a manifestation of the race condition discussed in another thread? Try going back to version 4.75 and see if the problem goes away.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Fiendish   USA  (2,514 posts)  [Biography] bio   Global Moderator
Date Reply #21 on Sun 28 Aug 2011 04:02 AM (UTC)
Message
Hmm. I've got another user here who can get it to happen pretty reliably just by starting MUSHclient with no other intervention. I asked him to switch to 4.75 and it still happens.

Quote:
-------------- MUSHclient summary --------------

MUSHclient version: 4.75
Compiled: Jun 12 2011.
Time now: Saturday, August 27, 2011, 10:58 PM
Operating system: Windows XP
Libraries: Lua 5.1.4, PCRE 8.12, PNG 1.5.2, SQLite3 3.7.6.3, Zlib 1.2.5
World name: 'Aardwolf', ID: e0eb198d8d5698e3b2f61483
-- Scripting --
Script language: Lua, enabled: yes
Scripting active: yes
Lua sandbox is 127 characters, DLL loading allowed: yes
Scripting prefix: '\\'. External editor in use: yes.
Editor path: C:\Program Files\Vim\vim62\gvim.exe
Scripting for: 14.592088 seconds.
-- Triggers, aliases, timers, variables --
** Triggers: 1 in world file, triggers enabled: yes. [Triggers]
1 enabled, 0 regexp, 4116 attempts, 0 matched, 0.010959 seconds.
** Aliases: 24 in world file, aliases enabled: yes. [Aliases]
23 enabled, 1 regexp, 138 attempts, 0 matched, 0.000406 seconds.
** Timers: 0 in world file, timers enabled: yes.
0 enabled, 0 fired.
Timers checked every 0.1 seconds.
** Variables: 0.
-- MCCP --
MCCP active, took 0.001829 seconds to decompress
MCCP received 10691 compressed bytes, decompressed to 117846 bytes.
MCCP compression ratio was: 9.1% (lower is better)
-- Plugins (Processing order) --
ID: 3e7dedbe37e44942dd46d264, 'GMCP_handler', (Lua, 1.151 s) Enabled [Al Va Cb]
ID: 462b665ecb569efbf261422f, 'Miniwindow_Z_Order_Monitor', (Lua, 0.001 s) Enabled [Va Cb]
ID: c293f9e7f04dde889f65cb90, 'Aardwolf_Main_Layout', (Lua, 0.068 s) Enabled [Al Va Cb]
ID: b11c1b7fe961558d6f6aba5e, 'Aardwolf_Helper_Aliases', (Lua, 0.000 s) Enabled [Al]
ID: ef4a86dbc9cd4dd6f4c69386, 'Aardwolf_Statmon', (Lua, 0.070 s) Enabled [Al Va Cb]
ID: f178e68512c685b3be1e9b07, 'Aardwolf_Group_Monitor', (Lua, 0.012 s) Enabled [Al Va Cb]
ID: ef4a86dbc9cd4dd6f4c69385, 'Aardwolf_Health_Bars', (Lua, 0.065 s) Enabled [Al Va Cb]
ID: b6eae87ccedd84f510b74714, 'Aardwolf_GMCP_Mapper', (Lua, 0.370 s) Enabled [Tr Al Ti Va Cb]
ID: 04d9e64f835452b045b427a7, 'Copy_Colour_Output', (Lua, 0.002 s) Enabled [Al]
ID: b555825a4a5700c35fa80780, 'Aardwolf_Chat_Capture_Miniwindow', (Lua, 0.627 s) Enabled [Tr Al Va Cb]
ID: 3f498d929793c12cb70fb59e, 'Aardwolf_Ascii_Mapper', (Lua, 0.012 s) Enabled [Tr Al Va Cb]
ID: e50b1d08a0cfc0ee9c44947b, 'Aardwolf_Tick_Timer', (Lua, 0.021 s) Enabled [Ti Va Cb]
ID: 60840c9013c7cc57777ae0ac, 'Aardwolf_BigMap_Graphical', (Lua, 0.094 s) Enabled [Tr Al Va Cb]
ID: abc1a0944ae4af7586ce88dc, 'Repaint_Buffer', (Lua, 0.704 s) Enabled [Cb]
ID: 9f796334ab9ed476ef44f1dc, 'Aardwolf_New_Connection', (Lua, 0.004 s) Enabled [Va Cb]
ID: 55616ea13339bc68e963e1f8, 'Aardwolf_Chat_Echo', (Lua, 0.007 s) Enabled [Tr Al Va Cb]
ID: aaa66f81c50828bbbfda7100, 'xBroadcast_CP', (Lua, 0.407 s) Enabled [Tr Al Ti Va Cb]
ID: e8520531407cb4281bea544e, 'PluginFunctions', (Lua, 0.176 s) Enabled [Al Va Cb]
ID: a7a2f5a3b1373cd99d6bfb47, 'xBastmush_Update_Checker', (Lua, 0.936 s) Enabled [Al Va Cb]
ID: d67ae331407cb4281bea544e, 'bast_hunt', (Lua, 0.163 s) Enabled [Tr Al Va Cb]
ID: eee4b4fa021c1bee534ef093, 'miniwin_events', (Lua, 0.542 s) Enabled [Tr Al Va Cb]
ID: aaa77f81c5408278ccda7100, 'xBroadcast_GQ', (Lua, 0.182 s) Enabled [Tr Al Va Cb]
ID: aaa8a9eda20fa11787c6b438, 'xBroadcast_Quest', (Lua, 0.442 s) Enabled [Al Ti Va Cb]
ID: eee9913955ee86427355ad5e, 'miniwin_moonbot', (Lua, 0.271 s) Enabled [Tr Al Va Cb]
ID: eeed33165bd63fe12e148e5d, 'miniwin_double', (Lua, 0.260 s) Enabled [Al Va Cb]
ID: aaafc15678afa22343c5a327, 'xBroadcast_Double', (Lua, 0.177 s) Enabled [Tr Al Ti Va Cb]
ID: eee0c922b56427cb80fe117e, 'miniwin_noexp', (Lua, 0.252 s) Enabled [Al Va Cb]
ID: aaa65ac8122d795ad5348dcd, 'xBroadcast_Noexp', (Lua, 0.173 s) Enabled [Tr Al Va Cb]
ID: eee90c778a44169e1e1d9585, 'miniwin_stats', (Lua, 0.546 s) Enabled [Al Va Cb]
ID: aaaf0c555a44169e0f1d9674, 'bast_spellup', (Lua, 0.823 s) Enabled [Al Va Cb]
ID: aaa72f3b5453567e2bba9d50, 'xBroadcast_SpellSkills', (Lua, 3.096 s) Enabled [Tr Al Va Cb]
ID: eeef0c555a44169e0f1d9674, 'miniwin_spellup', (Lua, 0.930 s) Enabled [Al Ti Va Cb]
ID: 59358039c72bc395fb31922e, 'PotionQuafferv2', (Lua, 0.003 s) Enabled [Tr Al Va Cb]
ID: 2a5caa1cd7dbcff665e2a23d, 'Consider_info', (Lua, 0.000 s) Enabled [Tr]
ID: 18c24130ab326dc05b49420d, 'Aardwolf_exits_detector', (Lua, 0.007 s) Enabled [Tr Al Va Cb]
ID: a749d26f1cb3e00282727e55, 'StatDB', (Lua, 0.514 s) Enabled [Al Ti Va Cb]
ID: aaa0ab9ed92f8fc614664bd1, 'xBroadcast_Level', (Lua, 0.171 s) Enabled [Tr Al Va Cb]
ID: aaa61c4570508448e19c7c14, 'xBroadcast_Kills', (Lua, 0.196 s) Enabled [Tr Al Va Cb]
ID: aaaf9a8dc92f8fc614663ac0, 'xBroadcast_Whois', (Lua, 0.189 s) Enabled [Tr Al Va Cb]
ID: aaa7dc9ed92ffc6146964abc, 'xBroadcast_Inventory', (Lua, 0.248 s) Enabled [Tr Al Va Cb]
ID: a8f5b1a3b1373cd99d6bfb47, 'StatMonitor', (Lua, 0.248 s) Enabled [Al Ti Va Cb]
ID: eee96e233d11e6910f1d9e8e, 'miniwin_tabwin', (Lua, 0.434 s) Enabled [Al Va Cb]
** Plugins: 42 loaded, 42 enabled.
-- Comms --
Connect phase: 8 (Open). NAWS wanted: NO
Received: 14045 bytes (13 Kb)
Sent: 1892 bytes (1 Kb)
Received 38 packets, sent 58 packets.
Total lines received: 319
This connection: Sent 20 lines, received 4208 lines.
Telnet (IAC) received: DO: 3, DONT: 0, WILL: 6, WONT: 1, SB: 41 [Telnet]
-- MXP --
MXP active: NO, Pueblo mode: NO, Activated: On command
MXP tags received: 0
MXP entities received: 0
MXP errors: 0
-- Commands --
Commands in command history: 5
Speed walking enabled: NO. Speed walking prefix: #
Command stacking enabled: yes. Command stack character: ';'
Accelerators defined: 1 [Accelerators]
-- Miniwindows --
Window: ' c293f9e7f04dde889f65cb90text_background', at (2,135,655,652), shown: yes
width: 653, height: 517, position: 12, hotspots: 0, fonts: 0, images: 1
Window: ' c293f9e7f04dde889f65cb90text_background_offscreen', at (0,0,0,0), shown: NO
width: 500, height: 500, position: 12, hotspots: 0, fonts: 0, images: 1
Window: ' c293f9e7f04dde889f65cb90txtdragger', at (1,133,655,143), shown: yes
width: 654, height: 10, position: 0, hotspots: 1, fonts: 0, images: 0
Window: ' c293f9e7f04dde889f65cb90txtresize', at (640,637,655,652), shown: yes
width: 15, height: 15, position: 0, hotspots: 1, fonts: 0, images: 0
Window: '3f498d929793c12cb70fb59e', at (658,81,867,324), shown: yes
width: 209, height: 243, position: 0, hotspots: 3, fonts: 2, images: 0
Window: '60840c9013c7cc57777ae0ac_offscreen_buffer', at (0,0,0,0), shown: NO
width: 100, height: 100, position: 0, hotspots: 0, fonts: 0, images: 1
Window: 'a7a2f5a3b1373cd99d6bfb47-Update', at (304,180,872,500), shown: NO
width: 568, height: 320, position: 12, hotspots: 13, fonts: 5, images: 0
Window: 'b555825a4a5700c35fa80780', at (0,0,657,131), shown: yes
width: 657, height: 131, position: 0, hotspots: 6, fonts: 2, images: 0
Window: 'b6eae87ccedd84f510b74714_mapper', at (868,108,1136,443), shown: yes
width: 268, height: 335, position: 0, hotspots: 7, fonts: 3, images: 1
Window: 'b6eae87ccedd84f510b74714_z_config_win', at (0,0,0,0), shown: NO
width: 0, height: 0, position: 0, hotspots: 0, fonts: 2, images: 0
Window: 'eee0c922b56427cb80fe117e-Noexp', at (0,0,0,0), shown: NO
width: 0, height: 0, position: 0, hotspots: 0, fonts: 2, images: 0
Window: 'eee4b4fa021c1bee534ef093-Events', at (616,342,736,386), shown: yes
width: 120, height: 44, position: 0, hotspots: 4, fonts: 5, images: 0
Window: 'eee90c778a44169e1e1d9585-Info', at (0,0,0,0), shown: NO
width: 0, height: 0, position: 0, hotspots: 0, fonts: 2, images: 0
Window: 'eee90c778a44169e1e1d9585-Stats', at (837,89,1173,115), shown: yes
width: 336, height: 26, position: 0, hotspots: 4, fonts: 5, images: 0
Window: 'eee96e233d11e6910f1d9e8e-tabwin', at (1070,534,1179,651), shown: yes
width: 109, height: 117, position: 0, hotspots: 10, fonts: 4, images: 0
Window: 'eee9913955ee86427355ad5e-Moons', at (0,0,0,0), shown: NO
width: 0, height: 0, position: 0, hotspots: 0, fonts: 2, images: 0
Window: 'eeed33165bd63fe12e148e5d-Double', at (0,0,0,0), shown: NO
width: 0, height: 0, position: 0, hotspots: 0, fonts: 2, images: 0
Window: 'eeef0c555a44169e0f1d9674-SpellUp', at (866,462,1175,488), shown: yes
width: 309, height: 26, position: 0, hotspots: 4, fonts: 5, images: 0
Window: 'ef4a86dbc9cd4dd6f4c69385', at (0,656,867,680), shown: yes
width: 867, height: 24, position: 0, hotspots: 7, fonts: 1, images: 0
Window: 'ef4a86dbc9cd4dd6f4c69386', at (658,326,867,654), shown: yes
width: 209, height: 328, position: 0, hotspots: 2, fonts: 1, images: 0
Window: 'f178e68512c685b3be1e9b07', at (868,444,1136,680), shown: yes
width: 268, height: 236, position: 0, hotspots: 2, fonts: 2, images: 0
Window: 'z_a749d26f1cb3e00282727e55-StatDB_help', at (0,0,0,0), shown: NO
width: 982, height: 590, position: 12, hotspots: 22, fonts: 6, images: 0
Window: 'z_a7a2f5a3b1373cd99d6bfb47-xBastmush_Update_Checker_help', at (0,0,0,0), shown: NO
width: 618, height: 530, position: 12, hotspots: 19, fonts: 6, images: 0
Window: 'z_a8f5b1a3b1373cd99d6bfb47-StatMonitor_help', at (0,0,0,0), shown: NO
width: 625, height: 530, position: 12, hotspots: 18, fonts: 6, images: 0
Window: 'z_aaa0ab9ed92f8fc614664bd1-xBroadcast_Level_help', at (0,0,0,0), shown: NO
width: 499, height: 515, position: 12, hotspots: 17, fonts: 6, images: 0
Window: 'z_aaa61c4570508448e19c7c14-xBroadcast_Kills_help', at (0,0,0,0), shown: NO
width: 499, height: 515, position: 12, hotspots: 17, fonts: 6, images: 0
Window: 'z_aaa65ac8122d795ad5348dcd-xBroadcast_Noexp_help', at (0,0,0,0), shown: NO
width: 499, height: 515, position: 12, hotspots: 17, fonts: 6, images: 0
Window: 'z_aaa66f81c50828bbbfda7100-xBroadcast_CP_help', at (0,0,0,0), shown: NO
width: 548, height: 515, position: 12, hotspots: 17, fonts: 6, images: 0
Window: 'z_aaa72f3b5453567e2bba9d50-xBroadcast_SpellSkills_help', at (0,0,0,0), shown: NO
width: 499, height: 530, position: 12, hotspots: 18, fonts: 6, images: 0
Window: 'z_aaa77f81c5408278ccda7100-xBroadcast_GQ_help', at (0,0,0,0), shown: NO
width: 513, height: 515, position: 12, hotspots: 17, fonts: 6, images: 0
Window: 'z_aaa7dc9ed92ffc6146964abc-xBroadcast_Inventory_help', at (0,0,0,0), shown: NO
width: 499, height: 515, position: 12, hotspots: 17, fonts: 6, images: 0
Window: 'z_aaa8a9eda20fa11787c6b438-xBroadcast_Quest_help', at (0,0,0,0), shown: NO
width: 513, height: 515, position: 12, hotspots: 17, fonts: 6, images: 0
Window: 'z_aaaf0c555a44169e0f1d9674-bast_spellup_help', at (0,0,0,0), shown: NO
width: 949, height: 634, position: 0, hotspots: 38, fonts: 6, images: 0
Window: 'z_aaaf9a8dc92f8fc614663ac0-xBroadcast_Whois_help', at (0,0,0,0), shown: NO
width: 499, height: 515, position: 12, hotspots: 17, fonts: 6, images: 0
Window: 'z_aaafc15678afa22343c5a327-xBroadcast_Double_help', at (0,0,0,0), shown: NO
width: 499, height: 515, position: 12, hotspots: 17, fonts: 6, images: 0
Window: 'z_d67ae331407cb4281bea544e-bast_hunt_help', at (0,0,0,0), shown: NO
width: 499, height: 575, position: 0, hotspots: 21, fonts: 6, images: 0
Window: 'z_e8520531407cb4281bea544e-PluginFunctions_help', at (0,0,0,0), shown: NO
width: 884, height: 620, position: 12, hotspots: 24, fonts: 6, images: 0
Window: 'z_eee0c922b56427cb80fe117e-miniwin_noexp_help', at (0,0,0,0), shown: NO
width: 499, height: 515, position: 12, hotspots: 18, fonts: 6, images: 0
Window: 'z_eee4b4fa021c1bee534ef093-miniwin_events_help', at (0,0,0,0), shown: NO
width: 499, height: 515, position: 12, hotspots: 18, fonts: 6, images: 0
Window: 'z_eee90c778a44169e1e1d9585-miniwin_stats_help', at (0,0,0,0), shown: NO
width: 569, height: 515, position: 12, hotspots: 19, fonts: 6, images: 0
Window: 'z_eee96e233d11e6910f1d9e8e-miniwin_tabwin_help', at (0,0,0,0), shown: NO
width: 499, height: 515, position: 12, hotspots: 18, fonts: 6, images: 0
Window: 'z_eee9913955ee86427355ad5e-miniwin_moonbot_help', at (0,0,0,0), shown: NO
width: 499, height: 590, position: 12, hotspots: 23, fonts: 6, images: 0
Window: 'z_eeed33165bd63fe12e148e5d-miniwin_double_help', at (0,0,0,0), shown: NO
width: 499, height: 515, position: 12, hotspots: 18, fonts: 6, images: 0
Window: 'z_eeef0c555a44169e0f1d9674-miniwin_spellup_help', at (0,0,0,0), shown: NO
width: 499, height: 530, position: 12, hotspots: 19, fonts: 6, images: 0
Window: '~~~~~~3f498d929793c12cb70fb59e:info', at (0,0,0,0), shown: NO
width: 1, height: 1, position: 0, hotspots: 0, fonts: 2, images: 0
** Miniwindows: 45 loaded, 13 shown.
-- Output window --
Output pixels: width 1176, height: 681, font width: 8, font height: 15
can show 147 characters, wrapping at column 80, height 45 lines.
Output buffer: 446 of 9999 lines.
-- Miscellaneous --
Logging: NO, tracing: NO
** SQLite3 databases: 0
Sound buffers in use: 0

---------------------- End summary ----------------------



https://github.com/fiendish/aardwolfclientpackage
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #22 on Sun 28 Aug 2011 04:14 AM (UTC)
Message
Which miniwindow went black?

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Fiendish   USA  (2,514 posts)  [Biography] bio   Global Moderator
Date Reply #23 on Sun 28 Aug 2011 04:20 AM (UTC)

Amended on Sun 28 Aug 2011 04:24 AM (UTC) by Fiendish

Message
Same one. miniwin_tabwin. For this other user, it is always miniwin_tabwin that goes black.

https://github.com/fiendish/aardwolfclientpackage
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #24 on Sun 28 Aug 2011 04:59 AM (UTC)
Message
Can you get them to put the suggested "assert" in, in the two places which have a loadstring, and report what happens?

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Fiendish   USA  (2,514 posts)  [Biography] bio   Global Moderator
Date Reply #25 on Sun 28 Aug 2011 05:11 AM (UTC)
Message
Ok, will probably know the result tomorrow.

https://github.com/fiendish/aardwolfclientpackage
[Go to top] top

Posted by Rooklion   (9 posts)  [Biography] bio
Date Reply #26 on Sun 28 Aug 2011 10:01 PM (UTC)

Amended on Sun 28 Aug 2011 10:03 PM (UTC) by Rooklion

Message
Ok, my database (called Aardwolf_Database.xml) went black during a CP. I would be happy to send a private email of the file if it will help track this down. Debug("summary") is below.

http://pastebin.com/6Q4tsxy6

I only use one loadstring() in the file and it uses an assert() already.
[Go to top] top

Posted by Rooklion   (9 posts)  [Biography] bio
Date Reply #27 on Sun 28 Aug 2011 10:07 PM (UTC)
Message
And 5 more mobs later, same miniwindow, restarted MUSHClient.

http://pastebin.com/dnLcNGFF
[Go to top] top

Posted by Fiendish   USA  (2,514 posts)  [Biography] bio   Global Moderator
Date Reply #28 on Mon 29 Aug 2011 12:42 AM (UTC)
Message
Nick Gammon said:

Can you get them to put the suggested "assert" in, in the two places which have a loadstring, and report what happens?

No improvement.

https://github.com/fiendish/aardwolfclientpackage
[Go to top] top

Posted by Rooklion   (9 posts)  [Biography] bio
Date Reply #29 on Mon 29 Aug 2011 02:01 AM (UTC)
Message
Update: it seems resources might be to blame. I hadn't restarted my machine in quite a long time and it seemed like I was able to get the blackout in a very short period of time. I've just restarted and have been through a few CPs so far and no blackout.
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


145,710 views.

This is page 2, subject is 5 pages long:  [Previous page]  1  2 3  4  5  [Next page]

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]