Announcement
Collapse
No announcement yet.
Why does this crash Winamp?
Collapse
X
-
Tags: None
-
-
With a lucky guess, I could fix the crashes. The culprit was this line:
PHP Code:pulseback.setDelay(0.1);
effectCore.m also had that line crashing Winamp when Speaker Covers were turned on.
Will you test vortex-fixing.wal, please, if the crashes are really fixed?
The skin is not ready to release yet. It still has some no longer functional features to clean up (like checking updates at web sites which went down years ago).Attached FilesAriszló @ WinCustomize & DeviantArt
Comment
-
Originally Posted by ariszlo View PostWith a lucky guess, I could fix the crashes. The culprit was this line:
PHP Code:pulseback.setDelay(0.1);
Comment
-
-
Originally Posted by ariszlo View PostI tried that but it stuck the right drawer.
Attached Files
Comment
-
Did you also change both instances of this:
PHP Code:Grp.SetTargetSpeed(0.5);
PHP Code:Grp.SetTargetSpeed(500);
Ariszló @ WinCustomize & DeviantArt
Comment
-
Originally Posted by ariszlo View PostDid you also change both instances of this:
PHP Code:Grp.SetTargetSpeed(0.5);
PHP Code:Grp.SetTargetSpeed(500);
0.5 means half of a second and is a correct value for Grp.setTargetSpeed(). 500 would mean 500 seconds here.
Comment
-
So delays are counted in milliseconds and speed in seconds. I see. Thank you.Ariszló @ WinCustomize & DeviantArt
Comment
-
Originally Posted by ariszlo View PostSo delays are counted in milliseconds and speed in seconds. I see. Thank you.
P.S. Did you get an error message while compiling the draw_r.m file?code:
Timer.setDelay(int millisec);
GuiObject.setTargetSpeed(float second);
P.S.2. I think you can delete the files Kopie von dashboard.m and Kopie von dashboard.maki. Someone must have copied and compiled this file for a reason (while updating the skin) but forgot to remove them in the end.
Comment
-
Originally Posted by PeterK. View PostP.S. Did you get an error message while compiling the draw_r.m file?
Originally Posted by PeterK. View PostP.S.2. I think you can delete the files Kopie von dashboard.m and Kopie von dashboard.maki. Someone must have copied and compiled this file for a reason (while updating the skin) but forgot to remove them in the end.Ariszló @ WinCustomize & DeviantArt
Comment
-
Originally Posted by ariszlo View PostNo, I didn't. Did you?
getObject : not an member function nor an event of class 'Layout' at draw_r.m:41 [32] :
Are we not using the same WaSD version? Mine is WaSDP_1.14.
Comment
-
I believe I have the same version as you do. At least, the files have the same timestamps. I might have installed it years ago on another machine using WaSDP_1.14.exe but recently I have been installing it by copying the contents of the attached zip archive into Winamp's directory. In addition to what WaSDP_1.14.exe installs, the attached zip archive also contains nscrt.dll, quickPlaylist.mi and cprowidget.mi.Attached FilesAriszló @ WinCustomize & DeviantArt
Comment
-
This is where I am now: vortex-fixing.zip
The zip contains two versions of the skin: Vortex-CoverArt.wal is more faithful to the original and Vortex-AlbumArt.wal is more usable imho. CoverArt is less functional these days as it used to be but there might still be some users who like to put a coverart.jpg into each of their music subdirectories and watch the picture while listening to music.
Originally, I wanted to replace the notifer for Vortex-AlbumArt but gave up because it would require to recompile a lot of maki's, including some that do not have source m's. So what I did was set the value of the "Display Album Art" attribute to 0 in attribs.m and recompiled loadattribs.maki.
In config/configpages, I replaced several urls with Internet Archive links.Ariszló @ WinCustomize & DeviantArt
Comment
-
Originally Posted by PeterK. View PostYep, compiler comlains about the line light=main.getObject("lights"); which according to the newest skin version should be light=main.findObject("lights");.
..\..\..\mc.exe draw_r.m
MC - Maki Compiler v1.2.0
(c)2001-2006, Nullsoft Inc.
Preprocessing...
OK: 95 macro expansions, 136659 bytes, 4280 lines, 4 files
Compiling... OK
Writing Winamp 5.66 (skin version 1.36) binary... OK
draw_r.m (4278 loc) was compiled to draw_r.maki (16890 bytes) in 234 ms
Tested the compiled binary both with Winamp 5.666 in VMware and 5.8 beta in Windows 10.Ariszló @ WinCustomize & DeviantArt
Comment
Comment