Dataset Viewer
Auto-converted to Parquet Duplicate
Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
118,237
4,733,304,864
IssuesEvent
2016-10-19 10:43:10
thommoboy/There-are-no-brakes
https://api.github.com/repos/thommoboy/There-are-no-brakes
closed
PRE TESTING - Player walk and idle animation doesnt loop correctly
bug Priority Low
also jittering when player stops walking
1.0
PRE TESTING - Player walk and idle animation doesnt loop correctly - also jittering when player stops walking
priority
pre testing player walk and idle animation doesnt loop correctly also jittering when player stops walking
1
583,851
17,399,811,796
IssuesEvent
2021-08-02 17:57:23
genesis-community/prometheus-genesis-kit
https://api.github.com/repos/genesis-community/prometheus-genesis-kit
reopened
Check hook + genesis config block
PRIORITY: Low-hanging Fruit TRIAGE: Accepted TYPE: Bug
Check hook doesn't fail deployment with missing values - continues without failing Also the new hook doesnt use the `genesis-config-block`
1.0
Check hook + genesis config block - Check hook doesn't fail deployment with missing values - continues without failing Also the new hook doesnt use the `genesis-config-block`
priority
check hook genesis config block check hook doesn t fail deployment with missing values continues without failing also the new hook doesnt use the genesis config block
1
624,690
19,704,422,590
IssuesEvent
2022-01-12 20:10:43
svthalia/concrexit
https://api.github.com/repos/svthalia/concrexit
opened
Better selection of events for the agenda section in the newsletter
priority: low feature newsletter
### Is your feature request related to a problem? Please describe. The agenda section in the newsletter should have a more intelligent way of selecting the events that are displayed: - only the ones for the upcoming 2 weeks - or the events that will have registration opening in the upcoming week ### Describe the solution you'd like Changing this The exact implementation will be thought about by @SnevelRetlaw ### Motivation ### Describe alternatives you've considered We have talked with Walter ### Additional context
1.0
Better selection of events for the agenda section in the newsletter - ### Is your feature request related to a problem? Please describe. The agenda section in the newsletter should have a more intelligent way of selecting the events that are displayed: - only the ones for the upcoming 2 weeks - or the events that will have registration opening in the upcoming week ### Describe the solution you'd like Changing this The exact implementation will be thought about by @SnevelRetlaw ### Motivation ### Describe alternatives you've considered We have talked with Walter ### Additional context
priority
better selection of events for the agenda section in the newsletter is your feature request related to a problem please describe the agenda section in the newsletter should have a more intelligent way of selecting the events that are displayed only the ones for the upcoming weeks or the events that will have registration opening in the upcoming week describe the solution you d like changing this the exact implementation will be thought about by snevelretlaw motivation describe alternatives you ve considered we have talked with walter additional context
1
412,502
12,043,167,049
IssuesEvent
2020-04-14 11:56:56
guidesmiths/cybersecurity-handbook
https://api.github.com/repos/guidesmiths/cybersecurity-handbook
closed
OWASP TOP 10 Refactor
content priority-low
### TODO: - [ ] Review tools - [ ] Add new tools referenced in other sections - [ ] Add nodejs examples - [ ] Add videos - [ ] Improve and curate content
1.0
OWASP TOP 10 Refactor - ### TODO: - [ ] Review tools - [ ] Add new tools referenced in other sections - [ ] Add nodejs examples - [ ] Add videos - [ ] Improve and curate content
priority
owasp top refactor todo review tools add new tools referenced in other sections add nodejs examples add videos improve and curate content
1
757,006
26,492,421,534
IssuesEvent
2023-01-18 00:31:06
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Settings with FCB backend does not pass test on stm32h743
bug priority: low platform: STM32 Stale
**Describe the bug** I tried to run the `zephyr/tests/subsys/settings/fcb/raw/` on a nucleo h743zi2 but I have a test errors, bus faults and stack overflows: **To Reproduce** Steps to reproduce the behavior: 1. `west build -b nucleo_h743zi -d build_test/fcb zephyr/tests/subsys/settings/fcb/raw/` 2. `west flash -d build_test/fcb` 3. See error on serial output. **Expected behavior** All tests should pass **Impact** Settings with FCB backend cannot be used on stm32h7 (NVS is not an option either: #45031) **Logs and console output** ``` *** Booting Zephyr OS build zephyr-v3.1.0-1919-g8a2eed6cbdbc *** Running TESTSUITE test_config_fcb =================================================================== START - test_config_empty_lookups PASS - test_config_empty_lookups in 0.1 seconds =================================================================== START - test_config_insert PASS - test_config_insert in 0.1 seconds =================================================================== START - test_config_getset_unknown PASS - test_config_getset_unknown in 0.1 seconds =================================================================== START - test_config_getset_int PASS - test_config_getset_int in 0.1 seconds =================================================================== START - test_config_getset_int64 PASS - test_config_getset_int64 in 0.1 seconds =================================================================== START - test_config_commit PASS - test_config_commit in 0.1 seconds =================================================================== START - test_settings_check_target Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/settings/fcb/src/settings_test_fcb.c:354: test_settings_check_target: (wbs <= 16 is false) Flash driver is not compatible with the settings fcb-backend FAIL - test_settings_check_target in 0.19 seconds =================================================================== START - test_config_save_fcb_unaligned E: ***** BUS FAULT ***** E: Precise data bus error E: BFAR Address: 0x934b2921 E: r0/a1: 0x00000022 r1/a2: 0x00000020 r2/a3: 0x24008870 E: r3/a4: 0x00000002 r12/ip: 0x00000732 r14/lr: 0x08007a1d E: xpsr: 0x21000000 E: Faulting instruction address (r15/pc): 0x08007fb4 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 E: Current thread: 0x240002c8 (test_config_save_fcb_unaligned) E: Halting system ``` **Environment (please complete the following information):** - Linux - zephyr-sdk-0.14.2 - 8a2eed6cbdbc82550d3b39e8ba808102e82c3fb8 **Additional context** I fixed the first bus fault by increasing the buffer used to read/write to flash from 16 bytes to 32 bytes [settings_fcb_h7.diff.txt](https://github.com/zephyrproject-rtos/zephyr/files/9082889/settings_fcb_h7.diff.txt) Then the first crash appears on `test_config_save_2_fcb`: ``` START - test_config_save_2_fcb E: ***** MPU FAULT ***** E: Stacking error (context area might be not valid) E: Data Access Violation E: MMFAR Address: 0x240086fc E: r0/a1: 0x5d9e865c r1/a2: 0xc96aa6ea r2/a3: 0xf624b53f E: r3/a4: 0x9baa9bd7 r12/ip: 0xcf8fb769 r14/lr: 0xcc5f6b2c E: xpsr: 0x24008600 E: Faulting instruction address (r15/pc): 0xe1af64c5 E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 E: Current thread: 0x240002c8 (test_config_save_2_fcb) E: Halting system ```
1.0
Settings with FCB backend does not pass test on stm32h743 - **Describe the bug** I tried to run the `zephyr/tests/subsys/settings/fcb/raw/` on a nucleo h743zi2 but I have a test errors, bus faults and stack overflows: **To Reproduce** Steps to reproduce the behavior: 1. `west build -b nucleo_h743zi -d build_test/fcb zephyr/tests/subsys/settings/fcb/raw/` 2. `west flash -d build_test/fcb` 3. See error on serial output. **Expected behavior** All tests should pass **Impact** Settings with FCB backend cannot be used on stm32h7 (NVS is not an option either: #45031) **Logs and console output** ``` *** Booting Zephyr OS build zephyr-v3.1.0-1919-g8a2eed6cbdbc *** Running TESTSUITE test_config_fcb =================================================================== START - test_config_empty_lookups PASS - test_config_empty_lookups in 0.1 seconds =================================================================== START - test_config_insert PASS - test_config_insert in 0.1 seconds =================================================================== START - test_config_getset_unknown PASS - test_config_getset_unknown in 0.1 seconds =================================================================== START - test_config_getset_int PASS - test_config_getset_int in 0.1 seconds =================================================================== START - test_config_getset_int64 PASS - test_config_getset_int64 in 0.1 seconds =================================================================== START - test_config_commit PASS - test_config_commit in 0.1 seconds =================================================================== START - test_settings_check_target Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/settings/fcb/src/settings_test_fcb.c:354: test_settings_check_target: (wbs <= 16 is false) Flash driver is not compatible with the settings fcb-backend FAIL - test_settings_check_target in 0.19 seconds =================================================================== START - test_config_save_fcb_unaligned E: ***** BUS FAULT ***** E: Precise data bus error E: BFAR Address: 0x934b2921 E: r0/a1: 0x00000022 r1/a2: 0x00000020 r2/a3: 0x24008870 E: r3/a4: 0x00000002 r12/ip: 0x00000732 r14/lr: 0x08007a1d E: xpsr: 0x21000000 E: Faulting instruction address (r15/pc): 0x08007fb4 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 E: Current thread: 0x240002c8 (test_config_save_fcb_unaligned) E: Halting system ``` **Environment (please complete the following information):** - Linux - zephyr-sdk-0.14.2 - 8a2eed6cbdbc82550d3b39e8ba808102e82c3fb8 **Additional context** I fixed the first bus fault by increasing the buffer used to read/write to flash from 16 bytes to 32 bytes [settings_fcb_h7.diff.txt](https://github.com/zephyrproject-rtos/zephyr/files/9082889/settings_fcb_h7.diff.txt) Then the first crash appears on `test_config_save_2_fcb`: ``` START - test_config_save_2_fcb E: ***** MPU FAULT ***** E: Stacking error (context area might be not valid) E: Data Access Violation E: MMFAR Address: 0x240086fc E: r0/a1: 0x5d9e865c r1/a2: 0xc96aa6ea r2/a3: 0xf624b53f E: r3/a4: 0x9baa9bd7 r12/ip: 0xcf8fb769 r14/lr: 0xcc5f6b2c E: xpsr: 0x24008600 E: Faulting instruction address (r15/pc): 0xe1af64c5 E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 E: Current thread: 0x240002c8 (test_config_save_2_fcb) E: Halting system ```
priority
settings with fcb backend does not pass test on describe the bug i tried to run the zephyr tests subsys settings fcb raw on a nucleo but i have a test errors bus faults and stack overflows to reproduce steps to reproduce the behavior west build b nucleo d build test fcb zephyr tests subsys settings fcb raw west flash d build test fcb see error on serial output expected behavior all tests should pass impact settings with fcb backend cannot be used on nvs is not an option either logs and console output booting zephyr os build zephyr running testsuite test config fcb start test config empty lookups pass test config empty lookups in seconds start test config insert pass test config insert in seconds start test config getset unknown pass test config getset unknown in seconds start test config getset int pass test config getset int in seconds start test config getset pass test config getset in seconds start test config commit pass test config commit in seconds start test settings check target assertion failed at west topdir zephyr tests subsys settings fcb src settings test fcb c test settings check target wbs is false flash driver is not compatible with the settings fcb backend fail test settings check target in seconds start test config save fcb unaligned e bus fault e precise data bus error e bfar address e e ip lr e xpsr e faulting instruction address pc e zephyr fatal error cpu exception on cpu e current thread test config save fcb unaligned e halting system environment please complete the following information linux zephyr sdk additional context i fixed the first bus fault by increasing the buffer used to read write to flash from bytes to bytes then the first crash appears on test config save fcb start test config save fcb e mpu fault e stacking error context area might be not valid e data access violation e mmfar address e e ip lr e xpsr e faulting instruction address pc e zephyr fatal error stack overflow on cpu e current thread test config save fcb e halting system
1
483,342
13,923,154,989
IssuesEvent
2020-10-21 14:06:44
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID :214214] Uninitialized pointer read in tests/benchmarks/data_structure_perf/rbtree_perf/src/rbtree_perf.c
Coverity bug priority: low
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/27e1fd69f987d3082229b3368a87d59ffdcab5a4/tests/benchmarks/data_structure_perf/rbtree_perf/src/rbtree_perf.c#L58 Category: Memory - illegal accesses Function: `test_rbtree_container` Component: Tests CID: [214214](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=214214) Details: ``` 52 struct rbnode *foreach_node; 53 struct container_node tree_node[10]; 54 55 test_tree_l.lessthan_fn = node_lessthan; 56 for (uint32_t i = 0; i < ARRAY_SIZE(tree_node); i++) { 57 tree_node[i].value = i; >>> CID 214214: Memory - illegal accesses (UNINIT) >>> Using uninitialized value "test_tree_l.max_depth" when calling "rb_insert". 58 rb_insert(&test_tree_l, &tree_node[i].node); 59 } 60 61 RB_FOR_EACH(&test_tree_l, foreach_node) { 62 zassert_true(CONTAINER_OF(foreach_node, struct container_node, 63 node)->value == count, "RB_FOR_EACH failed"); ``` Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v32951/p12996. Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
1.0
[Coverity CID :214214] Uninitialized pointer read in tests/benchmarks/data_structure_perf/rbtree_perf/src/rbtree_perf.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/27e1fd69f987d3082229b3368a87d59ffdcab5a4/tests/benchmarks/data_structure_perf/rbtree_perf/src/rbtree_perf.c#L58 Category: Memory - illegal accesses Function: `test_rbtree_container` Component: Tests CID: [214214](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=214214) Details: ``` 52 struct rbnode *foreach_node; 53 struct container_node tree_node[10]; 54 55 test_tree_l.lessthan_fn = node_lessthan; 56 for (uint32_t i = 0; i < ARRAY_SIZE(tree_node); i++) { 57 tree_node[i].value = i; >>> CID 214214: Memory - illegal accesses (UNINIT) >>> Using uninitialized value "test_tree_l.max_depth" when calling "rb_insert". 58 rb_insert(&test_tree_l, &tree_node[i].node); 59 } 60 61 RB_FOR_EACH(&test_tree_l, foreach_node) { 62 zassert_true(CONTAINER_OF(foreach_node, struct container_node, 63 node)->value == count, "RB_FOR_EACH failed"); ``` Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v32951/p12996. Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
priority
uninitialized pointer read in tests benchmarks data structure perf rbtree perf src rbtree perf c static code scan issues found in file category memory illegal accesses function test rbtree container component tests cid details struct rbnode foreach node struct container node tree node test tree l lessthan fn node lessthan for t i i array size tree node i tree node value i cid memory illegal accesses uninit using uninitialized value test tree l max depth when calling rb insert rb insert test tree l tree node node rb for each test tree l foreach node zassert true container of foreach node struct container node node value count rb for each failed please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file
1
550,707
16,130,777,593
IssuesEvent
2021-04-29 04:10:28
ucb-rit/coldfront
https://api.github.com/repos/ucb-rit/coldfront
closed
Give immediate feedback if email is already taken during registration
enhancement low priority
Currently, during registration, if the email address a user has provided is already in use, he/she must fill out the entire form to find out. The field should make an asynchronous request when it is changed (possibly to the REST API), and give feedback immediately.
1.0
Give immediate feedback if email is already taken during registration - Currently, during registration, if the email address a user has provided is already in use, he/she must fill out the entire form to find out. The field should make an asynchronous request when it is changed (possibly to the REST API), and give feedback immediately.
priority
give immediate feedback if email is already taken during registration currently during registration if the email address a user has provided is already in use he she must fill out the entire form to find out the field should make an asynchronous request when it is changed possibly to the rest api and give feedback immediately
1
645,776
21,015,005,394
IssuesEvent
2022-03-30 10:09:52
micronaut-projects/micronaut-core
https://api.github.com/repos/micronaut-projects/micronaut-core
closed
Native image builds do not respect Jackson directive in application.yml
type: improvement priority: low
### Expected Behavior In a java app, with a src/main/resources/application,yml of `micronaut: application: name: mntest2 jackson: property-naming-strategy: SNAKE_CASE` the expectation is that the properties of any POJO are transposed to snake case. `➜ mntest1 curl http://localhost:8080/v1/things/fred {"thing_id":"fred","property_one":"hatstand"}% ` ### Actual Behaviour When the app is built with ./mvnw package -Dpackaging=native-image, we see this behaviour `➜ mntest1 curl http://localhost:8080/v1/things/fred {"thingId":"fred","propertyOne":"hatstand"}% ` ### Steps To Reproduce Clone the app at https://github.com/alanwhite/mntest1 Build & run with ./mvnw mn:run Once ready run curl http://localhost:8080/v1/things/fred and witness correct response of `{"thing_id":"fred","property_one":"hatstand"}% ` Cancel the running app and rebuild using ./mvnw package -Dpackaging=native-image Once built launch with ./target/mntest1 & and then run again curl http://localhost:8080/v1/things/fred and witness incorrect response of `{"thingId":"fred","propertyOne":"hatstand"}% ` ### Environment Information Linux ubuntu 5.11.0-41-generic #45~20.04.1-Ubuntu SMP Wed Nov 10 10:20:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux java: 21.3.0.r17-grl micronaut: 3.2.3 ### Example Application https://github.com/alanwhite/mntest1 ### Version 3.2.3
1.0
Native image builds do not respect Jackson directive in application.yml - ### Expected Behavior In a java app, with a src/main/resources/application,yml of `micronaut: application: name: mntest2 jackson: property-naming-strategy: SNAKE_CASE` the expectation is that the properties of any POJO are transposed to snake case. `➜ mntest1 curl http://localhost:8080/v1/things/fred {"thing_id":"fred","property_one":"hatstand"}% ` ### Actual Behaviour When the app is built with ./mvnw package -Dpackaging=native-image, we see this behaviour `➜ mntest1 curl http://localhost:8080/v1/things/fred {"thingId":"fred","propertyOne":"hatstand"}% ` ### Steps To Reproduce Clone the app at https://github.com/alanwhite/mntest1 Build & run with ./mvnw mn:run Once ready run curl http://localhost:8080/v1/things/fred and witness correct response of `{"thing_id":"fred","property_one":"hatstand"}% ` Cancel the running app and rebuild using ./mvnw package -Dpackaging=native-image Once built launch with ./target/mntest1 & and then run again curl http://localhost:8080/v1/things/fred and witness incorrect response of `{"thingId":"fred","propertyOne":"hatstand"}% ` ### Environment Information Linux ubuntu 5.11.0-41-generic #45~20.04.1-Ubuntu SMP Wed Nov 10 10:20:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux java: 21.3.0.r17-grl micronaut: 3.2.3 ### Example Application https://github.com/alanwhite/mntest1 ### Version 3.2.3
priority
native image builds do not respect jackson directive in application yml expected behavior in a java app with a src main resources application yml of micronaut application name jackson property naming strategy snake case the expectation is that the properties of any pojo are transposed to snake case ➜ curl thing id fred property one hatstand actual behaviour when the app is built with mvnw package dpackaging native image we see this behaviour ➜ curl thingid fred propertyone hatstand steps to reproduce clone the app at build run with mvnw mn run once ready run curl and witness correct response of thing id fred property one hatstand cancel the running app and rebuild using mvnw package dpackaging native image once built launch with target and then run again curl and witness incorrect response of thingid fred propertyone hatstand environment information linux ubuntu generic ubuntu smp wed nov utc gnu linux java grl micronaut example application version
1
6,160
2,584,002,073
IssuesEvent
2015-02-16 12:07:14
TrinityCore/TrinityCore
https://api.github.com/repos/TrinityCore/TrinityCore
closed
[Bug]Tome of Mel'Thandris event missing
Comp-Database Feedback-FixOutdatedMissingWip Priority-Low Sub-Quests
How it should work: 1. Accept "The Howling Vale". 2. Use "Tome of Mel'Thandris". 3. "Velinde Starsong" will appear and say: "The numbers of my companions dwindles, goddess, and my own power shall soon be insufficient to hold back the demons of Felwood." "Goddess, grant me the power to overcome my enemies! Hear me, please, my need is desperate and my cause is just!" "What... what is this? Could this be the answer to my prayers? Elune has granted me a weapon -- this scythe -- to defeat the demons." Bug: "Velinde Starsong" never appears. Links: The Howling Vale - http://www.wowwiki.com/Quest:The_Howling_Vale Velinde Starsong - http://www.wowhead.com/npc=3946 Tome of Mel'Thandris - http://www.wowhead.com/object=19027 Core revision: d943b1d67980 Database version: TDB 335.53 Addons: Anticheat1
1.0
[Bug]Tome of Mel'Thandris event missing - How it should work: 1. Accept "The Howling Vale". 2. Use "Tome of Mel'Thandris". 3. "Velinde Starsong" will appear and say: "The numbers of my companions dwindles, goddess, and my own power shall soon be insufficient to hold back the demons of Felwood." "Goddess, grant me the power to overcome my enemies! Hear me, please, my need is desperate and my cause is just!" "What... what is this? Could this be the answer to my prayers? Elune has granted me a weapon -- this scythe -- to defeat the demons." Bug: "Velinde Starsong" never appears. Links: The Howling Vale - http://www.wowwiki.com/Quest:The_Howling_Vale Velinde Starsong - http://www.wowhead.com/npc=3946 Tome of Mel'Thandris - http://www.wowhead.com/object=19027 Core revision: d943b1d67980 Database version: TDB 335.53 Addons: Anticheat1
priority
tome of mel thandris event missing how it should work accept the howling vale use tome of mel thandris velinde starsong will appear and say the numbers of my companions dwindles goddess and my own power shall soon be insufficient to hold back the demons of felwood goddess grant me the power to overcome my enemies hear me please my need is desperate and my cause is just what what is this could this be the answer to my prayers elune has granted me a weapon this scythe to defeat the demons bug velinde starsong never appears links the howling vale velinde starsong tome of mel thandris core revision database version tdb addons
1
162,296
6,150,306,351
IssuesEvent
2017-06-27 22:11:49
geoff-maddock/events-tracker
https://api.github.com/repos/geoff-maddock/events-tracker
closed
Search > Add tag summary as result
low priority
When a user searches for a term, if it matches a tag, display a tag summary Include - name - button to follow (or unfollow) - number of related events / entities?
1.0
Search > Add tag summary as result - When a user searches for a term, if it matches a tag, display a tag summary Include - name - button to follow (or unfollow) - number of related events / entities?
priority
search add tag summary as result when a user searches for a term if it matches a tag display a tag summary include name button to follow or unfollow number of related events entities
1
50,090
3,006,179,338
IssuesEvent
2015-07-27 08:41:25
Itseez/opencv
https://api.github.com/repos/Itseez/opencv
opened
Error in Python Find Contours
affected: 2.4 auto-transferred bug category: python bindings priority: low
Transferred from http://code.opencv.org/issues/1440 ``` || kscottz - on 2011-10-20 16:25 || Priority: Low || Affected: 2.4.3 || Category: python bindings || Tracker: Bug || Difficulty: None || PR: || Platform: None / None ``` Error in Python Find Contours ----------- ``` I found a subtle bug in the cv.findContours method. The error occurs when a binary image is passed in where all of the image is black, or all of the image is black and a single pixel is white along the side of the image. Using opencv 2.3 on OSX, compiled using the brew install default settings. For the single pixel case this should re-create the error seq = cv.FindContours(binaryImg, self.mMemStorage, cv.CV_RETR_TREE, cv.CV_CHAIN_APPROX_SIMPLE) # do some operations on the sequence nextBlob = seq.h_next() You can use this error to recreate the bug: https://github.com/ingenuitas/SimpleCV/blob/master/SimpleCV/sampleimages/justapixel.png See also: https://github.com/ingenuitas/SimpleCV/blob/master/SimpleCV/BlobMaker.py about line 55 onward. ``` History ------- ##### Alexander Shishkov on 2012-03-21 11:39 ``` - Target version deleted () ``` ##### Alexander Shishkov on 2012-03-25 20:43 ``` - Assignee deleted (Vadim Pisarevsky) ``` ##### Alexander Shishkov on 2012-04-05 12:45 ``` - Target version deleted () ``` ##### Vadim Pisarevsky on 2013-01-22 20:08 ``` please, use cv2.findContours instead. cv.FindContours will be removed soon. - Affected version set to 2.4.3 - Priority changed from Normal to Low ```
1.0
Error in Python Find Contours - Transferred from http://code.opencv.org/issues/1440 ``` || kscottz - on 2011-10-20 16:25 || Priority: Low || Affected: 2.4.3 || Category: python bindings || Tracker: Bug || Difficulty: None || PR: || Platform: None / None ``` Error in Python Find Contours ----------- ``` I found a subtle bug in the cv.findContours method. The error occurs when a binary image is passed in where all of the image is black, or all of the image is black and a single pixel is white along the side of the image. Using opencv 2.3 on OSX, compiled using the brew install default settings. For the single pixel case this should re-create the error seq = cv.FindContours(binaryImg, self.mMemStorage, cv.CV_RETR_TREE, cv.CV_CHAIN_APPROX_SIMPLE) # do some operations on the sequence nextBlob = seq.h_next() You can use this error to recreate the bug: https://github.com/ingenuitas/SimpleCV/blob/master/SimpleCV/sampleimages/justapixel.png See also: https://github.com/ingenuitas/SimpleCV/blob/master/SimpleCV/BlobMaker.py about line 55 onward. ``` History ------- ##### Alexander Shishkov on 2012-03-21 11:39 ``` - Target version deleted () ``` ##### Alexander Shishkov on 2012-03-25 20:43 ``` - Assignee deleted (Vadim Pisarevsky) ``` ##### Alexander Shishkov on 2012-04-05 12:45 ``` - Target version deleted () ``` ##### Vadim Pisarevsky on 2013-01-22 20:08 ``` please, use cv2.findContours instead. cv.FindContours will be removed soon. - Affected version set to 2.4.3 - Priority changed from Normal to Low ```
priority
error in python find contours transferred from kscottz on priority low affected category python bindings tracker bug difficulty none pr platform none none error in python find contours i found a subtle bug in the cv findcontours method the error occurs when a binary image is passed in where all of the image is black or all of the image is black and a single pixel is white along the side of the image using opencv on osx compiled using the brew install default settings for the single pixel case this should re create the error seq cv findcontours binaryimg self mmemstorage cv cv retr tree cv cv chain approx simple do some operations on the sequence nextblob seq h next you can use this error to recreate the bug see also about line onward history alexander shishkov on target version deleted alexander shishkov on assignee deleted vadim pisarevsky alexander shishkov on target version deleted vadim pisarevsky on please use findcontours instead cv findcontours will be removed soon affected version set to priority changed from normal to low
1
385,326
11,418,648,255
IssuesEvent
2020-02-03 05:27:01
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
Incorrect connection url in Analytics configuration
Priority/Low
**Description:** Readme has incorrect connection url as tcp://localhost:7612/,tcp://localhost:7613/,tcp://localhost:7614/ and due to this it gets Number format exception. It should be tcp://localhost:7612,tcp://localhost:7613,tcp://localhost:7614. Due to https://github.com/wso2/carbon-apimgt/blob/v6.1.66/features/apimgt/org.wso2.carbon.apimgt.core.feature/src/main/resources/config/api-manager.xml#L138 **Suggested Labels:** Minor, Readme **Suggested Assignees:** N/A **Affected Product Version:** 2.1.x **OS, DB, other environment details and versions:** N/A **Steps to reproduce:** N/A **Related Issues:** N/A
1.0
Incorrect connection url in Analytics configuration - **Description:** Readme has incorrect connection url as tcp://localhost:7612/,tcp://localhost:7613/,tcp://localhost:7614/ and due to this it gets Number format exception. It should be tcp://localhost:7612,tcp://localhost:7613,tcp://localhost:7614. Due to https://github.com/wso2/carbon-apimgt/blob/v6.1.66/features/apimgt/org.wso2.carbon.apimgt.core.feature/src/main/resources/config/api-manager.xml#L138 **Suggested Labels:** Minor, Readme **Suggested Assignees:** N/A **Affected Product Version:** 2.1.x **OS, DB, other environment details and versions:** N/A **Steps to reproduce:** N/A **Related Issues:** N/A
priority
incorrect connection url in analytics configuration description readme has incorrect connection url as tcp localhost tcp localhost tcp localhost and due to this it gets number format exception it should be tcp localhost tcp localhost tcp localhost due to suggested labels minor readme suggested assignees n a affected product version x os db other environment details and versions n a steps to reproduce n a related issues n a
1
317,012
9,659,835,458
IssuesEvent
2019-05-20 14:16:58
carbon-design-system/carbon-website
https://api.github.com/repos/carbon-design-system/carbon-website
closed
Improved component search and filter
inactive priority: low project: website type: dev :robot: wontfix
As a product designer I can discover and know I found the right component without knowing the component's name or clicking into each component's page. User feedback: - Feels like form elements should be next to each other - She had no idea that they are alphabetical!!!! - Q: How were you imagining that it would be? A: IDK? Grouping elements based on form/function The only way to find a component is by its name. - Add tags to components so users can filter by: Page type, platform, use case, language, etc.
1.0
Improved component search and filter - As a product designer I can discover and know I found the right component without knowing the component's name or clicking into each component's page. User feedback: - Feels like form elements should be next to each other - She had no idea that they are alphabetical!!!! - Q: How were you imagining that it would be? A: IDK? Grouping elements based on form/function The only way to find a component is by its name. - Add tags to components so users can filter by: Page type, platform, use case, language, etc.
priority
improved component search and filter as a product designer i can discover and know i found the right component without knowing the component s name or clicking into each component s page user feedback feels like form elements should be next to each other she had no idea that they are alphabetical q how were you imagining that it would be  a idk grouping elements based on form function the only way to find a component is by its name add tags to components so users can filter by page type platform use case language etc
1
684,497
23,420,516,611
IssuesEvent
2022-08-13 16:16:53
tusen-ai/naive-ui
https://api.github.com/repos/tusen-ai/naive-ui
closed
分页器中每页条数的选择器的位置能否调整位置
feature request priority: low
<!-- generated by issue-helper DO NOT REMOVE __BUG__ --> ### TuSimple/naive-ui version (版本) 2.32.2-beta.0 ### Vue version (Vue 版本) 3.2.37 ### Browser and its version (浏览器及其版本) Chrome(103.0.5060.134) ### System and its version (系统及其版本) window 11 ### Node version (Node 版本) ### Reappearance link (重现链接) https://www.naiveui.com/zh-CN/light/components/pagination ### Reappearance steps (重现步骤) 分页器中每页条数的选择器位置好像只能在分页器的固定位置展示,能否放到分页器中的任意位置 ### Expected results (期望的结果) 期望能把分页器中每页条数的选择的位置放在分页前后缀中 ### Actual results (实际的结果) 实际分页器中每页条数的选择器的位置只能按固定位置展示 ### Remarks (补充说明) <!-- generated by issue-helper DO NOT REMOVE __BUG__ -->
1.0
分页器中每页条数的选择器的位置能否调整位置 - <!-- generated by issue-helper DO NOT REMOVE __BUG__ --> ### TuSimple/naive-ui version (版本) 2.32.2-beta.0 ### Vue version (Vue 版本) 3.2.37 ### Browser and its version (浏览器及其版本) Chrome(103.0.5060.134) ### System and its version (系统及其版本) window 11 ### Node version (Node 版本) ### Reappearance link (重现链接) https://www.naiveui.com/zh-CN/light/components/pagination ### Reappearance steps (重现步骤) 分页器中每页条数的选择器位置好像只能在分页器的固定位置展示,能否放到分页器中的任意位置 ### Expected results (期望的结果) 期望能把分页器中每页条数的选择的位置放在分页前后缀中 ### Actual results (实际的结果) 实际分页器中每页条数的选择器的位置只能按固定位置展示 ### Remarks (补充说明) <!-- generated by issue-helper DO NOT REMOVE __BUG__ -->
priority
分页器中每页条数的选择器的位置能否调整位置 tusimple naive ui version 版本 beta vue version vue 版本 browser and its version 浏览器及其版本 chrome( ) system and its version 系统及其版本 window node version node 版本 reappearance link 重现链接 reappearance steps 重现步骤 分页器中每页条数的选择器位置好像只能在分页器的固定位置展示,能否放到分页器中的任意位置 expected results 期望的结果 期望能把分页器中每页条数的选择的位置放在分页前后缀中 actual results 实际的结果 实际分页器中每页条数的选择器的位置只能按固定位置展示 remarks 补充说明
1
651,211
21,469,639,960
IssuesEvent
2022-04-26 08:21:52
earth-chris/elapid
https://api.github.com/repos/earth-chris/elapid
closed
Convert transform keyword to **kwargs to support other sklearn model applications
enhancement low priority
The `elapid.geo.apply_model_to_rasters()` function currently accepts a `transform` keyword, which is passed to the `model.predict(x, transform=transform)` function when applied to raster data. This keyword is specific to the `MaxentModel()` object, and determines which type of model output to produce. Since this keyword is specific to `MaxentModel()` objects, the `apply_model_to_rasters()` function can only be used with these models. It would be cool, however, to be able to use this function in conjunction with other `sklearn` model estimators. These models (like `RandomForestRegression()`) all have the same `model.fit()` and `model.predict()` structure, so we could use this function to apply more model types and compare outputs. It would also be useful specifically for this package if we were to create new model forms (like niche envelope models) that don't use the transform keyword.
1.0
Convert transform keyword to **kwargs to support other sklearn model applications - The `elapid.geo.apply_model_to_rasters()` function currently accepts a `transform` keyword, which is passed to the `model.predict(x, transform=transform)` function when applied to raster data. This keyword is specific to the `MaxentModel()` object, and determines which type of model output to produce. Since this keyword is specific to `MaxentModel()` objects, the `apply_model_to_rasters()` function can only be used with these models. It would be cool, however, to be able to use this function in conjunction with other `sklearn` model estimators. These models (like `RandomForestRegression()`) all have the same `model.fit()` and `model.predict()` structure, so we could use this function to apply more model types and compare outputs. It would also be useful specifically for this package if we were to create new model forms (like niche envelope models) that don't use the transform keyword.
priority
convert transform keyword to kwargs to support other sklearn model applications the elapid geo apply model to rasters function currently accepts a transform keyword which is passed to the model predict x transform transform function when applied to raster data this keyword is specific to the maxentmodel object and determines which type of model output to produce since this keyword is specific to maxentmodel objects the apply model to rasters function can only be used with these models it would be cool however to be able to use this function in conjunction with other sklearn model estimators these models like randomforestregression all have the same model fit and model predict structure so we could use this function to apply more model types and compare outputs it would also be useful specifically for this package if we were to create new model forms like niche envelope models that don t use the transform keyword
1
297,162
9,161,301,946
IssuesEvent
2019-03-01 10:05:48
RavenProject/ravenwallet-ios
https://api.github.com/repos/RavenProject/ravenwallet-ios
closed
Qt - Wallet shows protocol raven:<address>&amount=22... etc
FIXED / DONE Low Priority enhancement
The iPhone scan should honor this protocol and fill in a send with the field info.
1.0
Qt - Wallet shows protocol raven:<address>&amount=22... etc - The iPhone scan should honor this protocol and fill in a send with the field info.
priority
qt wallet shows protocol raven amount etc the iphone scan should honor this protocol and fill in a send with the field info
1
761,564
26,686,203,830
IssuesEvent
2023-01-26 22:10:48
osulp/Scholars-Archive
https://api.github.com/repos/osulp/Scholars-Archive
closed
OAI, connect Set description to Admin Set abstract
Harvesting Priority: Low
Currently there's no OAI Set Description configured (just title). This isn't critical, but some harvesters may display the description somewhere in their interface. This can pull from the Admin Set abstract/summary, though currently none of them have any values there.
1.0
OAI, connect Set description to Admin Set abstract - Currently there's no OAI Set Description configured (just title). This isn't critical, but some harvesters may display the description somewhere in their interface. This can pull from the Admin Set abstract/summary, though currently none of them have any values there.
priority
oai connect set description to admin set abstract currently there s no oai set description configured just title this isn t critical but some harvesters may display the description somewhere in their interface this can pull from the admin set abstract summary though currently none of them have any values there
1
700,881
24,076,744,633
IssuesEvent
2022-09-18 22:18:26
midas-network/midas-data
https://api.github.com/repos/midas-network/midas-data
closed
Demographics - new term?
low priority
The ontology contains "Age-stratified" as a subclass of "Population demographic census". This term is not yet in the data catalog entry form but if we add it, should we also add a term for: - gender - sex - race - ethnicity
1.0
Demographics - new term? - The ontology contains "Age-stratified" as a subclass of "Population demographic census". This term is not yet in the data catalog entry form but if we add it, should we also add a term for: - gender - sex - race - ethnicity
priority
demographics new term the ontology contains age stratified as a subclass of population demographic census this term is not yet in the data catalog entry form but if we add it should we also add a term for gender sex race ethnicity
1
695,567
23,864,253,130
IssuesEvent
2022-09-07 09:39:11
hengband/hengband
https://api.github.com/repos/hengband/hengband
opened
ObjectType::art_name をquarkインデックスから固定アーティファクト情報への参照 (optional)に変える
refactor Priority:LOW
昔の設計で、ObjectTypeに文字列まで保存させると容量の都合やらポインタの取り扱いやらで色々不都合があったのだと想定される サッと取り出せるようにしたい 既に固定アーティファクト側の名前定義はそうなっている 銘以外は複雑なことをしなくても良くなる、はず (過去バージョンとの兼ね合いがあるのでセーブファイルの読み込み時は注意)
1.0
ObjectType::art_name をquarkインデックスから固定アーティファクト情報への参照 (optional)に変える - 昔の設計で、ObjectTypeに文字列まで保存させると容量の都合やらポインタの取り扱いやらで色々不都合があったのだと想定される サッと取り出せるようにしたい 既に固定アーティファクト側の名前定義はそうなっている 銘以外は複雑なことをしなくても良くなる、はず (過去バージョンとの兼ね合いがあるのでセーブファイルの読み込み時は注意)
priority
objecttype art name をquarkインデックスから固定アーティファクト情報への参照 optional に変える 昔の設計で、objecttypeに文字列まで保存させると容量の都合やらポインタの取り扱いやらで色々不都合があったのだと想定される サッと取り出せるようにしたい 既に固定アーティファクト側の名前定義はそうなっている 銘以外は複雑なことをしなくても良くなる、はず 過去バージョンとの兼ね合いがあるのでセーブファイルの読み込み時は注意
1
549,508
16,094,246,408
IssuesEvent
2021-04-26 20:39:10
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
opened
Shadow Council missions need more variety
:grey_exclamation: priority low :question: suggestion :question:
<!-- DO NOT REMOVE PRE-EXISTING LINES IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION ---------------------------------------------------------------------------------------------------------- --> This is a part of a much larger post I put out earlier. However at the request of a dev, I went out and split it into a set of smaller suggestions. So I just finished a nearly 40 year playthrough of the Burning Blade clan in Desolace. My goal was to establish something akin to the Old Horde, visibly consorting with demons and ruling with an iron fist, and while I did have a blast exploring the various events and options that you folk have made for this unique playthrough, there were some problems that eventually forced me to stop the run as a whole. A separate but still relevant point is the Shadow Council missions, first of all its almost impossible to find a virgin or a priest in the court I was commanding, I had to marry my vassals and wait for them to have a kid before killing them... yeah it was fucked up. It could use a bit more variety, like recruiting an important member to the Shadow Council or converting a faithful to fel worship and such. I also thought that it could've been really cool if controlled counties can have their unique version of purge population like mass sacrifice to the fel, which could perhaps spawn other unique events.
1.0
Shadow Council missions need more variety - <!-- DO NOT REMOVE PRE-EXISTING LINES IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION ---------------------------------------------------------------------------------------------------------- --> This is a part of a much larger post I put out earlier. However at the request of a dev, I went out and split it into a set of smaller suggestions. So I just finished a nearly 40 year playthrough of the Burning Blade clan in Desolace. My goal was to establish something akin to the Old Horde, visibly consorting with demons and ruling with an iron fist, and while I did have a blast exploring the various events and options that you folk have made for this unique playthrough, there were some problems that eventually forced me to stop the run as a whole. A separate but still relevant point is the Shadow Council missions, first of all its almost impossible to find a virgin or a priest in the court I was commanding, I had to marry my vassals and wait for them to have a kid before killing them... yeah it was fucked up. It could use a bit more variety, like recruiting an important member to the Shadow Council or converting a faithful to fel worship and such. I also thought that it could've been really cool if controlled counties can have their unique version of purge population like mass sacrifice to the fel, which could perhaps spawn other unique events.
priority
shadow council missions need more variety do not remove pre existing lines if you want to suggest a few things open a new issue per every suggestion this is a part of a much larger post i put out earlier however at the request of a dev i went out and split it into a set of smaller suggestions so i just finished a nearly year playthrough of the burning blade clan in desolace my goal was to establish something akin to the old horde visibly consorting with demons and ruling with an iron fist and while i did have a blast exploring the various events and options that you folk have made for this unique playthrough there were some problems that eventually forced me to stop the run as a whole a separate but still relevant point is the shadow council missions first of all its almost impossible to find a virgin or a priest in the court i was commanding i had to marry my vassals and wait for them to have a kid before killing them yeah it was fucked up it could use a bit more variety like recruiting an important member to the shadow council or converting a faithful to fel worship and such i also thought that it could ve been really cool if controlled counties can have their unique version of purge population like mass sacrifice to the fel which could perhaps spawn other unique events
1
202,188
7,045,067,348
IssuesEvent
2018-01-01 14:14:08
SparkDevNetwork/Rock
https://api.github.com/repos/SparkDevNetwork/Rock
closed
"Group and Role" Workflow Attribute Type Not Editable
Priority: Low Status: Confirmed Topic: Workflows Type: Bug
Having created a trigger to create a particular workflow type, I created a workflow attribute and ran the "Set attribute from Entity" action as the only action in the workflow to see what is passed when the workflow is triggered from a "Group Member Workflow". Since Group Role didn't appear to capture the data (though if I print the GUID stored in the attribute and search for that, I do find it in the [GroupRole] table), I changed the attribute to type "Group And Role". Immediately upon saving the workflow type, the existing workflows disappear from the list of that workflow type. Upon editing the workflow again and clicking the "Edit" button on the attribute, the following exception is thrown: ``` Error The given key was not present in the dictionary. at Rock.Field.Types.GroupAndRoleFieldType.EditControl(Dictionary`2 configurationValues, String id) at Rock.Web.UI.Controls.AttributeEditor.CreateFieldTypeDetailControls(Nullable`1 fieldTypeId, Boolean recreate) at Rock.Web.UI.Controls.AttributeEditor.set_FieldTypeId(Nullable`1 value) at Rock.Web.UI.Controls.AttributeEditor.SetAttributeProperties(Attribute attribute, Type objectType) at RockWeb.Blocks.WorkFlow.WorkflowTypeDetail.ShowAttributeEdit(Guid attributeGuid) at RockWeb.Blocks.WorkFlow.WorkflowTypeDetail.gAttributes_Edit(Object sender, RowEventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ```
1.0
"Group and Role" Workflow Attribute Type Not Editable - Having created a trigger to create a particular workflow type, I created a workflow attribute and ran the "Set attribute from Entity" action as the only action in the workflow to see what is passed when the workflow is triggered from a "Group Member Workflow". Since Group Role didn't appear to capture the data (though if I print the GUID stored in the attribute and search for that, I do find it in the [GroupRole] table), I changed the attribute to type "Group And Role". Immediately upon saving the workflow type, the existing workflows disappear from the list of that workflow type. Upon editing the workflow again and clicking the "Edit" button on the attribute, the following exception is thrown: ``` Error The given key was not present in the dictionary. at Rock.Field.Types.GroupAndRoleFieldType.EditControl(Dictionary`2 configurationValues, String id) at Rock.Web.UI.Controls.AttributeEditor.CreateFieldTypeDetailControls(Nullable`1 fieldTypeId, Boolean recreate) at Rock.Web.UI.Controls.AttributeEditor.set_FieldTypeId(Nullable`1 value) at Rock.Web.UI.Controls.AttributeEditor.SetAttributeProperties(Attribute attribute, Type objectType) at RockWeb.Blocks.WorkFlow.WorkflowTypeDetail.ShowAttributeEdit(Guid attributeGuid) at RockWeb.Blocks.WorkFlow.WorkflowTypeDetail.gAttributes_Edit(Object sender, RowEventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ```
priority
group and role workflow attribute type not editable having created a trigger to create a particular workflow type i created a workflow attribute and ran the set attribute from entity action as the only action in the workflow to see what is passed when the workflow is triggered from a group member workflow since group role didn t appear to capture the data though if i print the guid stored in the attribute and search for that i do find it in the table i changed the attribute to type group and role immediately upon saving the workflow type the existing workflows disappear from the list of that workflow type upon editing the workflow again and clicking the edit button on the attribute the following exception is thrown error the given key was not present in the dictionary at rock field types groupandrolefieldtype editcontrol dictionary configurationvalues string id at rock web ui controls attributeeditor createfieldtypedetailcontrols nullable fieldtypeid boolean recreate at rock web ui controls attributeeditor set fieldtypeid nullable value at rock web ui controls attributeeditor setattributeproperties attribute attribute type objecttype at rockweb blocks workflow workflowtypedetail showattributeedit guid attributeguid at rockweb blocks workflow workflowtypedetail gattributes edit object sender roweventargs e at system web ui webcontrols linkbutton raisepostbackevent string eventargument at system web ui page processrequestmain boolean includestagesbeforeasyncpoint boolean includestagesafterasyncpoint
1
445,143
12,826,701,375
IssuesEvent
2020-07-06 17:02:22
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
Add MSOutput to Microservices digram
Low Priority New Feature ReqMgr2MS
**Impact of the new feature** None **Is your feature request related to a problem? Please describe.** MSOutput is missing from the diagram in the Micro Services documentation **Describe the solution you'd like** Add new diagram to Micro Services documentation including MSOutput **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context**
1.0
Add MSOutput to Microservices digram - **Impact of the new feature** None **Is your feature request related to a problem? Please describe.** MSOutput is missing from the diagram in the Micro Services documentation **Describe the solution you'd like** Add new diagram to Micro Services documentation including MSOutput **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context**
priority
add msoutput to microservices digram impact of the new feature none is your feature request related to a problem please describe msoutput is missing from the diagram in the micro services documentation describe the solution you d like add new diagram to micro services documentation including msoutput describe alternatives you ve considered a clear and concise description of any alternative solutions or features you ve considered additional context
1
222,271
7,431,103,574
IssuesEvent
2018-03-25 11:19:19
Arquisoft/InciManager_i2a
https://api.github.com/repos/Arquisoft/InciManager_i2a
opened
Add validator to the incident/add page
enhancement priority: low
We should validate the fields of that form, as we need a concrete format and if it is not correct, the application crashes.
1.0
Add validator to the incident/add page - We should validate the fields of that form, as we need a concrete format and if it is not correct, the application crashes.
priority
add validator to the incident add page we should validate the fields of that form as we need a concrete format and if it is not correct the application crashes
1
195,761
6,917,879,482
IssuesEvent
2017-11-29 10:08:22
gear54rus/RESTED-APS
https://api.github.com/repos/gear54rus/RESTED-APS
opened
Response panel is cleared after refreshing token
priority: low type: bug
**Do you want to request a *feature* or report a *bug*?** Bug **Your envieronment** Any **What is the current behavior?** When we press 'Refresh Token' button on APS panel, response panel below is cleared. **What is the expected behavior?** Pressing the button does not affect the response panel in any way. **Videos/screenshots of the issue** https://i.imgur.com/r1Q5HWC.gifv
1.0
Response panel is cleared after refreshing token - **Do you want to request a *feature* or report a *bug*?** Bug **Your envieronment** Any **What is the current behavior?** When we press 'Refresh Token' button on APS panel, response panel below is cleared. **What is the expected behavior?** Pressing the button does not affect the response panel in any way. **Videos/screenshots of the issue** https://i.imgur.com/r1Q5HWC.gifv
priority
response panel is cleared after refreshing token do you want to request a feature or report a bug bug your envieronment any what is the current behavior when we press refresh token button on aps panel response panel below is cleared what is the expected behavior pressing the button does not affect the response panel in any way videos screenshots of the issue
1
679,878
23,248,022,672
IssuesEvent
2022-08-03 22:38:42
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] gnome-text-editor
request:new-pkg priority:low
### Link to the package(s) in the AUR https://aur.archlinux.org/packages/gnome-text-editor ### Utility this package has for you GNOME's next default text editor. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a great amount. ### Do you consider the package to be useful for feature testing/preview? - [ ] Yes ### Have you tested if the package builds in a clean chroot? - [ ] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information There's `-git` version already, but people may prefer released versions instead of main branch.
1.0
[Request] gnome-text-editor - ### Link to the package(s) in the AUR https://aur.archlinux.org/packages/gnome-text-editor ### Utility this package has for you GNOME's next default text editor. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a great amount. ### Do you consider the package to be useful for feature testing/preview? - [ ] Yes ### Have you tested if the package builds in a clean chroot? - [ ] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information There's `-git` version already, but people may prefer released versions instead of main branch.
priority
gnome text editor link to the package s in the aur utility this package has for you gnome s next default text editor do you consider the package s to be useful for every chaotic aur user no but for a great amount do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information there s git version already but people may prefer released versions instead of main branch
1
194,169
6,892,063,615
IssuesEvent
2017-11-22 19:25:33
Peergos/Peergos
https://api.github.com/repos/Peergos/Peergos
closed
If i try to submit a follow request with a person i already follow, no error message is displayed
bug priority:Low
Currently this scenario does not display an error message.
1.0
If i try to submit a follow request with a person i already follow, no error message is displayed - Currently this scenario does not display an error message.
priority
if i try to submit a follow request with a person i already follow no error message is displayed currently this scenario does not display an error message
1
168,406
6,370,822,144
IssuesEvent
2017-08-01 14:54:16
tardis-sn/tardis
https://api.github.com/repos/tardis-sn/tardis
closed
simple sets of stratified abundances
configuration feature request priority - low
It would be good to have a version of the abundance section that can deal with simple sets of multi zone abundances - say a "type:stratified" or something. Basically one would set up a bunch of abundance zones, each of which is specified by a set of numbers like: ``` start: 10000 km/s stop: 11000 km/s O: 0.19 Mg: 0.03 Si: 0.52 S: 0.19 Ar: 0.04 Ca: 0.03 ``` …so that the abundances are populated with those vales in that velocity range. The user can then set up a model with a handful of zones (perhaps up to a max of 10 or so) so that they can play with non-uniform abundances along one of the simple density profiles (i.e. a level of sophistication between our current "uniform" setting and the gory details of giving a fully tabulated set via an input file). Can this be incorporated as part of the next version of the config file?
1.0
simple sets of stratified abundances - It would be good to have a version of the abundance section that can deal with simple sets of multi zone abundances - say a "type:stratified" or something. Basically one would set up a bunch of abundance zones, each of which is specified by a set of numbers like: ``` start: 10000 km/s stop: 11000 km/s O: 0.19 Mg: 0.03 Si: 0.52 S: 0.19 Ar: 0.04 Ca: 0.03 ``` …so that the abundances are populated with those vales in that velocity range. The user can then set up a model with a handful of zones (perhaps up to a max of 10 or so) so that they can play with non-uniform abundances along one of the simple density profiles (i.e. a level of sophistication between our current "uniform" setting and the gory details of giving a fully tabulated set via an input file). Can this be incorporated as part of the next version of the config file?
priority
simple sets of stratified abundances it would be good to have a version of the abundance section that can deal with simple sets of multi zone abundances say a type stratified or something basically one would set up a bunch of abundance zones each of which is specified by a set of numbers like start km s stop km s o mg si s ar ca …so that the abundances are populated with those vales in that velocity range the user can then set up a model with a handful of zones perhaps up to a max of or so so that they can play with non uniform abundances along one of the simple density profiles i e a level of sophistication between our current uniform setting and the gory details of giving a fully tabulated set via an input file can this be incorporated as part of the next version of the config file
1
446,010
12,838,641,230
IssuesEvent
2020-07-07 17:50:23
vanilla/vanilla
https://api.github.com/repos/vanilla/vanilla
closed
Keystone - Dusk Theme Lacks Visible 'Ok/Cancel' Buttons When Adding Note To A Profile
Domain: Legacy Frontend Priority: Low Type: Bug
**Describe the bug** While using the Keystone Dusk theme option, if there is an attempt to add a note to a user's profile, the note editor will appear as expected but the "Ok" and "Cancel" buttons are invisible unless the cursor is hovering over them. **To Reproduce** 1. Switch a community to use the Keystone Dusk theme option 2. Navigate to a user profile and attempt to add a note 3. Observe the seeming lack of "Ok" and "Cancel" buttons under the editor 4. Observe that by hovering the cursor over a certain area, the buttons do appear and function as expected **Expected behavior** - "Ok" and "Cancel" buttons should always be visible **Screenshots** When opening note editor: ![image](https://user-images.githubusercontent.com/19805402/66486625-fe9a2200-ea78-11e9-9e90-b26c62fb5851.png) Hovering over "Ok" button: ![image](https://user-images.githubusercontent.com/19805402/66486680-15407900-ea79-11e9-9dc9-56bb7d99c6d3.png) **Other Info** - Issue does not occur with any other Keystone theme option
1.0
Keystone - Dusk Theme Lacks Visible 'Ok/Cancel' Buttons When Adding Note To A Profile - **Describe the bug** While using the Keystone Dusk theme option, if there is an attempt to add a note to a user's profile, the note editor will appear as expected but the "Ok" and "Cancel" buttons are invisible unless the cursor is hovering over them. **To Reproduce** 1. Switch a community to use the Keystone Dusk theme option 2. Navigate to a user profile and attempt to add a note 3. Observe the seeming lack of "Ok" and "Cancel" buttons under the editor 4. Observe that by hovering the cursor over a certain area, the buttons do appear and function as expected **Expected behavior** - "Ok" and "Cancel" buttons should always be visible **Screenshots** When opening note editor: ![image](https://user-images.githubusercontent.com/19805402/66486625-fe9a2200-ea78-11e9-9e90-b26c62fb5851.png) Hovering over "Ok" button: ![image](https://user-images.githubusercontent.com/19805402/66486680-15407900-ea79-11e9-9dc9-56bb7d99c6d3.png) **Other Info** - Issue does not occur with any other Keystone theme option
priority
keystone dusk theme lacks visible ok cancel buttons when adding note to a profile describe the bug while using the keystone dusk theme option if there is an attempt to add a note to a user s profile the note editor will appear as expected but the ok and cancel buttons are invisible unless the cursor is hovering over them to reproduce switch a community to use the keystone dusk theme option navigate to a user profile and attempt to add a note observe the seeming lack of ok and cancel buttons under the editor observe that by hovering the cursor over a certain area the buttons do appear and function as expected expected behavior ok and cancel buttons should always be visible screenshots when opening note editor hovering over ok button other info issue does not occur with any other keystone theme option
1
103,328
4,167,177,742
IssuesEvent
2016-06-20 08:29:45
Kunstmaan/KunstmaanBundlesCMS
https://api.github.com/repos/Kunstmaan/KunstmaanBundlesCMS
closed
Upgrade to Behat 3.0.*
Priority: Low Profile: Backend Target audience: Developers Type: Feature
Last April [Behat 3.0](http://behat.org) was released, we are currently locked at v2. We should upgrade.
1.0
Upgrade to Behat 3.0.* - Last April [Behat 3.0](http://behat.org) was released, we are currently locked at v2. We should upgrade.
priority
upgrade to behat last april was released we are currently locked at we should upgrade
1
97,442
3,993,176,546
IssuesEvent
2016-05-10 07:07:24
MinetestForFun/server-minetestforfun
https://api.github.com/repos/MinetestForFun/server-minetestforfun
closed
text on signs is randomly turned of 90°
Modding ➤ BugFix Priority: Low
![capture du 2016-05-10 08 47 24](https://cloud.githubusercontent.com/assets/12512762/15137847/66e61162-168c-11e6-8eee-c39b30611a9d.png) Here is how I found today signs I have put in front of the public factory entrance yesterday evening. ![capture du 2016-05-10 08 47 54](https://cloud.githubusercontent.com/assets/12512762/15137848/66e62b7a-168c-11e6-904d-f962c5352da6.png) and how they should be. The text seems to turn 90° at some occasion, I already noticed it before. Note: the left of the signs on the example is oriented south, the right to the north.
1.0
text on signs is randomly turned of 90° - ![capture du 2016-05-10 08 47 24](https://cloud.githubusercontent.com/assets/12512762/15137847/66e61162-168c-11e6-8eee-c39b30611a9d.png) Here is how I found today signs I have put in front of the public factory entrance yesterday evening. ![capture du 2016-05-10 08 47 54](https://cloud.githubusercontent.com/assets/12512762/15137848/66e62b7a-168c-11e6-904d-f962c5352da6.png) and how they should be. The text seems to turn 90° at some occasion, I already noticed it before. Note: the left of the signs on the example is oriented south, the right to the north.
priority
text on signs is randomly turned of ° here is how i found today signs i have put in front of the public factory entrance yesterday evening and how they should be the text seems to turn ° at some occasion i already noticed it before note the left of the signs on the example is oriented south the right to the north
1
236,305
7,748,378,605
IssuesEvent
2018-05-30 08:08:39
Gloirin/m2gTest
https://api.github.com/repos/Gloirin/m2gTest
closed
0002504: Possibility to rearrange application tabs
Tinebase bug low priority
**Reported by rokka on 7 Apr 2010 08:29** **Version:** Mialena (2010-03) Milestone 2 See summary.
1.0
0002504: Possibility to rearrange application tabs - **Reported by rokka on 7 Apr 2010 08:29** **Version:** Mialena (2010-03) Milestone 2 See summary.
priority
possibility to rearrange application tabs reported by rokka on apr version mialena milestone see summary
1
609,034
18,852,155,987
IssuesEvent
2021-11-11 22:32:45
KarinaKuznecova/Game1-0
https://api.github.com/repos/KarinaKuznecova/Game1-0
closed
Handle clicks on animals
good first issue low priority
For a while it is enough to make a record in logs if animal is clicked
1.0
Handle clicks on animals - For a while it is enough to make a record in logs if animal is clicked
priority
handle clicks on animals for a while it is enough to make a record in logs if animal is clicked
1
678,250
23,190,847,803
IssuesEvent
2022-08-01 12:32:29
SAP/xsk
https://api.github.com/repos/SAP/xsk
closed
[IDE] Import large project
wontfix priority-low IDE shadow incomplete
**Describe the bug** The progress bar on `Import project` loads to 100% but the import takes a long time and I can't do anything else meanwhile. > What version of the XSK are you using? 0.9.3 **To Reproduce** Steps to reproduce the behavior: 1. Import large project archive (ie >100MB) 2. See that the progress bar loads to 100% but there's no indication what's going on 3. Try to navigate to some other view and see the page loading forever while it's waiting for the import to finish **Expected behavior** 1. The progress bar fills up with an appropriate speed (showing percentage?) 2. The import project functionality continues in the background and I can continue navigating the IDE, while I have some spinning wheel in the footer saying there's a job in the background that's still running Related to https://github.com/eclipse/dirigible/issues/932
1.0
[IDE] Import large project - **Describe the bug** The progress bar on `Import project` loads to 100% but the import takes a long time and I can't do anything else meanwhile. > What version of the XSK are you using? 0.9.3 **To Reproduce** Steps to reproduce the behavior: 1. Import large project archive (ie >100MB) 2. See that the progress bar loads to 100% but there's no indication what's going on 3. Try to navigate to some other view and see the page loading forever while it's waiting for the import to finish **Expected behavior** 1. The progress bar fills up with an appropriate speed (showing percentage?) 2. The import project functionality continues in the background and I can continue navigating the IDE, while I have some spinning wheel in the footer saying there's a job in the background that's still running Related to https://github.com/eclipse/dirigible/issues/932
priority
import large project describe the bug the progress bar on import project loads to but the import takes a long time and i can t do anything else meanwhile what version of the xsk are you using to reproduce steps to reproduce the behavior import large project archive ie see that the progress bar loads to but there s no indication what s going on try to navigate to some other view and see the page loading forever while it s waiting for the import to finish expected behavior the progress bar fills up with an appropriate speed showing percentage the import project functionality continues in the background and i can continue navigating the ide while i have some spinning wheel in the footer saying there s a job in the background that s still running related to
1
288,949
8,853,399,447
IssuesEvent
2019-01-08 21:15:00
GoMint/GoMint
https://api.github.com/repos/GoMint/GoMint
closed
If you drink milk while you're in water
cat7: internal effort6: cannot be determined flag5: needs investigation priority0: low type: bug
``` java.lang.NullPointerException: null at io.gomint.server.world.block.Blocks.replaceWithItem(Blocks.java:102) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.world.WorldAdapter.useItemOn(WorldAdapter.java:1102) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.handler.PacketInventoryTransactionHandler.handleUseItem(PacketInventoryTransactionHandler.java:216) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.handler.PacketInventoryTransactionHandler.handle(PacketInventoryTransactionHandler.java:91) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.handler.PacketInventoryTransactionHandler.handle(PacketInventoryTransactionHandler.java:36) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.PlayerConnection.handlePacket(PlayerConnection.java:643) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.PlayerConnection.handleBufferData(PlayerConnection.java:588) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.PlayerConnection.handleSocketData(PlayerConnection.java:511) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.PlayerConnection.updateNetwork(PlayerConnection.java:420) [GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.PlayerConnection.update(PlayerConnection.java:293) [GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.NetworkManager.update(NetworkManager.java:190) [GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.GoMintServer.startAfterRegistryInit(GoMintServer.java:453) [GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.GoMintServer.<init>(GoMintServer.java:245) [GoMint.jar:1.0.0-SNAPSHOT] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_171] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_171] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_171] at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_171] at io.gomint.server.Bootstrap.main(Bootstrap.java:92) [GoMint.jar:1.0.0-SNAPSHOT] ```
1.0
If you drink milk while you're in water - ``` java.lang.NullPointerException: null at io.gomint.server.world.block.Blocks.replaceWithItem(Blocks.java:102) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.world.WorldAdapter.useItemOn(WorldAdapter.java:1102) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.handler.PacketInventoryTransactionHandler.handleUseItem(PacketInventoryTransactionHandler.java:216) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.handler.PacketInventoryTransactionHandler.handle(PacketInventoryTransactionHandler.java:91) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.handler.PacketInventoryTransactionHandler.handle(PacketInventoryTransactionHandler.java:36) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.PlayerConnection.handlePacket(PlayerConnection.java:643) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.PlayerConnection.handleBufferData(PlayerConnection.java:588) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.PlayerConnection.handleSocketData(PlayerConnection.java:511) ~[GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.PlayerConnection.updateNetwork(PlayerConnection.java:420) [GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.PlayerConnection.update(PlayerConnection.java:293) [GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.network.NetworkManager.update(NetworkManager.java:190) [GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.GoMintServer.startAfterRegistryInit(GoMintServer.java:453) [GoMint.jar:1.0.0-SNAPSHOT] at io.gomint.server.GoMintServer.<init>(GoMintServer.java:245) [GoMint.jar:1.0.0-SNAPSHOT] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_171] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_171] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_171] at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_171] at io.gomint.server.Bootstrap.main(Bootstrap.java:92) [GoMint.jar:1.0.0-SNAPSHOT] ```
priority
if you drink milk while you re in water java lang nullpointerexception null at io gomint server world block blocks replacewithitem blocks java at io gomint server world worldadapter useitemon worldadapter java at io gomint server network handler packetinventorytransactionhandler handleuseitem packetinventorytransactionhandler java at io gomint server network handler packetinventorytransactionhandler handle packetinventorytransactionhandler java at io gomint server network handler packetinventorytransactionhandler handle packetinventorytransactionhandler java at io gomint server network playerconnection handlepacket playerconnection java at io gomint server network playerconnection handlebufferdata playerconnection java at io gomint server network playerconnection handlesocketdata playerconnection java at io gomint server network playerconnection updatenetwork playerconnection java at io gomint server network playerconnection update playerconnection java at io gomint server network networkmanager update networkmanager java at io gomint server gomintserver startafterregistryinit gomintserver java at io gomint server gomintserver gomintserver java at sun reflect nativeconstructoraccessorimpl native method at sun reflect nativeconstructoraccessorimpl newinstance unknown source at sun reflect delegatingconstructoraccessorimpl newinstance unknown source at java lang reflect constructor newinstance unknown source at io gomint server bootstrap main bootstrap java
1
264,863
8,320,410,460
IssuesEvent
2018-09-25 20:07:58
zerola/reng
https://api.github.com/repos/zerola/reng
closed
Fix Maven versions plugin
Low priority bug
Update to the newer version 2.7 should fix the issues with maven plugins versions updates as well.
1.0
Fix Maven versions plugin - Update to the newer version 2.7 should fix the issues with maven plugins versions updates as well.
priority
fix maven versions plugin update to the newer version should fix the issues with maven plugins versions updates as well
1
345,329
10,361,218,083
IssuesEvent
2019-09-06 09:30:19
Willing-Xyz/RestDoc
https://api.github.com/repos/Willing-Xyz/RestDoc
closed
考虑编译时生成javadoc的json文件单独放到一个文件夹中吗
enhancement low priority
首先感谢分享代码 现在注意到是和源码包放在一个文件夹下的,个人感觉源码包就是源码包还是得纯净一点,json文件可以单独在存一个文件夹
1.0
考虑编译时生成javadoc的json文件单独放到一个文件夹中吗 - 首先感谢分享代码 现在注意到是和源码包放在一个文件夹下的,个人感觉源码包就是源码包还是得纯净一点,json文件可以单独在存一个文件夹
priority
考虑编译时生成javadoc的json文件单独放到一个文件夹中吗 首先感谢分享代码 现在注意到是和源码包放在一个文件夹下的,个人感觉源码包就是源码包还是得纯净一点,json文件可以单独在存一个文件夹
1
528,237
15,362,385,427
IssuesEvent
2021-03-01 19:24:28
godaddy-wordpress/coblocks
https://api.github.com/repos/godaddy-wordpress/coblocks
closed
ISBAT set pre-defined font sizes to CoBlocks
[Priority] Low [Type] Bug
### Describe the bug: <!-- A clear and concise description of what the bug is, using ISBAT format "I should be able to..." --> CoBlocks utilizes the `withFontSizes` HOC from the `@wordpress/block-editor` package which has recently seen [API changes](https://github.com/WordPress/gutenberg/pull/25516). Refactors are needed to implement `withFontSizes` properly in WP 5.6+. Along with any refactors the E2E tests should be properly updated to reflect the new behavior. ![withFontSizes](https://user-images.githubusercontent.com/30462574/108433042-9037a900-7202-11eb-8532-76226cb2c38f.gif) ### Expected behavior: <!-- A clear and concise description of what you expected to happen. --> Expect pre-defined or 'default' sizes to properly apply to CoBlocks. ### Isolating the problem: <!-- Mark completed items with an [x]. --> - [x] This bug happens with no other plugins activated - [x] This bug happens with a default WordPress theme active - [x] This bug happens **without** the Gutenberg plugin active - [x] I can reproduce this bug consistently using the steps above ### WordPress version: <!-- What version of WordPress are you using? --> 5.6 ### Gutenberg version: <!-- if applicable --> 9.1 ( version included in 5.6 ) In Gutenberg V9.9.1, the `withFontSizes` API is working again although differently with inline styles instead of class names.
1.0
ISBAT set pre-defined font sizes to CoBlocks - ### Describe the bug: <!-- A clear and concise description of what the bug is, using ISBAT format "I should be able to..." --> CoBlocks utilizes the `withFontSizes` HOC from the `@wordpress/block-editor` package which has recently seen [API changes](https://github.com/WordPress/gutenberg/pull/25516). Refactors are needed to implement `withFontSizes` properly in WP 5.6+. Along with any refactors the E2E tests should be properly updated to reflect the new behavior. ![withFontSizes](https://user-images.githubusercontent.com/30462574/108433042-9037a900-7202-11eb-8532-76226cb2c38f.gif) ### Expected behavior: <!-- A clear and concise description of what you expected to happen. --> Expect pre-defined or 'default' sizes to properly apply to CoBlocks. ### Isolating the problem: <!-- Mark completed items with an [x]. --> - [x] This bug happens with no other plugins activated - [x] This bug happens with a default WordPress theme active - [x] This bug happens **without** the Gutenberg plugin active - [x] I can reproduce this bug consistently using the steps above ### WordPress version: <!-- What version of WordPress are you using? --> 5.6 ### Gutenberg version: <!-- if applicable --> 9.1 ( version included in 5.6 ) In Gutenberg V9.9.1, the `withFontSizes` API is working again although differently with inline styles instead of class names.
priority
isbat set pre defined font sizes to coblocks describe the bug coblocks utilizes the withfontsizes hoc from the wordpress block editor package which has recently seen refactors are needed to implement withfontsizes properly in wp along with any refactors the tests should be properly updated to reflect the new behavior expected behavior expect pre defined or default sizes to properly apply to coblocks isolating the problem this bug happens with no other plugins activated this bug happens with a default wordpress theme active this bug happens without the gutenberg plugin active i can reproduce this bug consistently using the steps above wordpress version gutenberg version version included in in gutenberg the withfontsizes api is working again although differently with inline styles instead of class names
1
800,269
28,359,425,207
IssuesEvent
2023-04-12 09:40:27
quentin452/privates-minecraft-modpack
https://api.github.com/repos/quentin452/privates-minecraft-modpack
reopened
[1.7.10] Sometime when i try to join a world or create a world i have a crash
bug priority low 1.7.10 Bigess pack cat edition
caused by oredictionary(cofh core) ``` [17:11:38] [Server thread/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.gameevent.PlayerEvent$PlayerLoggedInEvent@4992969a: java.lang.NullPointerException at cofh.core.util.oredict.OreDictionaryArbiter.registerOreDictionaryEntry(OreDictionaryArbiter.java:96) ~[OreDictionaryArbiter.class:?] at cofh.core.util.oredict.OreDictionaryArbiter.initialize(OreDictionaryArbiter.java:57) ~[OreDictionaryArbiter.class:?] at cofh.core.util.FMLEventHandler.handleIdMappingEvent(FMLEventHandler.java:47) ~[FMLEventHandler.class:?] at cofh.core.util.FMLEventHandler.onPlayerLogin(FMLEventHandler.java:38) ~[FMLEventHandler.class:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler_73_FMLEventHandler_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?] at cpw.mods.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:550) [FMLCommonHandler.class:?] at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:180) [oi.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190) [NetworkDispatcher.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463) [NetworkDispatcher.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) [HandshakeCompletionHandler.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) [HandshakeCompletionHandler.class:?] at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?] at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?] at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?] at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?] at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) [bsx.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?] [17:11:38] [Server thread/ERROR] [FML]: Index: 5 Listeners: [17:11:38] [Server thread/ERROR] [FML]: 0: NORMAL [17:11:38] [Server thread/ERROR] [FML]: 1: ASM: net.p455w0rd.wirelesscraftingterminal.proxy.ClientProxy@6d824c49 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 2: ASM: Forge playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 3: ASM: baubles.common.event.EventHandlerNetwork@b38fd5b8 playerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 4: ASM: com.InfinityRaider.maneuvergear.handler.DartHandler@69eab5e8 onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 5: ASM: cofh.core.util.FMLEventHandler@8ebd69be onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 6: ASM: com.rwtema.extrautils.item.ItemAngelRing$EventHandlerRing@a96aa1ef playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 7: ASM: cofh.thermalexpansion.util.FMLEventHandler@1bb5dd15 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 8: ASM: com.darkona.adventurebackpack.handlers.PlayerEventHandler@49727001 playerLogsIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 9: ASM: forestry.core.EventHandlerCore@23b009d9 handlePlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 10: ASM: forestry.mail.EventHandlerMailAlert@94802e32 handlePlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 11: ASM: betterquesting.handlers.EventHandler@8e80f1e6 onPlayerJoin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 12: ASM: bq_standard.handlers.EventHandler@4a867b77 onPlayerJoin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 13: ASM: tconstruct.armor.player.TPlayerHandler@333b0428 PlayerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 14: ASM: com.slymask3.buildhelper.handler.ConnectionHandler@91747995 onClientConnection(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 15: ASM: chanceCubes.listeners.PlayerConnectListener@3dcf49f1 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 16: ASM: com.austinv11.collectiveframework.minecraft.CollectiveFramework@f12855a0 onServerJoin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 17: ASM: com.enderio.core.common.config.ConfigProcessor@3d49cec1 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 18: ASM: crazypants.enderio.config.Config@b1a8ffb8 onPlayerLoggon(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 19: ASM: crazypants.enderio.machine.hypercube.ConnectionHandler@872f2788 onPlayerLoggon(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 20: ASM: crazypants.enderio.machine.transceiver.ConnectionHandler@b1133405 onPlayerLoggon(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 21: ASM: com.builtbroken.comecloser.ClientProxy@3d1b96aa onPlayerConnectServer(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 22: ASM: lain.mods.cos.client.InventoryManagerClient@2d321483 handleEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 23: ASM: minetweaker.mc1710.FMLEventHandler@44ff1e3c onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 24: ASM: net.doubledoordev.d3core.D3Core@9f9ba0c nameFormatEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 25: ASM: net.doubledoordev.d3core.util.FMLEventHandler@87955d06 playerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 26: ASM: mc.Mitchellbrine.diseaseCraft.event.ContractingEvents@9f4acf5 login(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 27: ASM: com.brandon3055.draconicevolution.common.handler.FMLEventHandler@8a12fb24 playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 28: ASM: enchiridion.EventsHandler@7e7d8c89 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 29: ASM: joshie.enchiridion.library.LibraryOnConnect@e422f02d onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 30: ASM: codechicken.enderstorage.api.EnderStorageManager$EnderStorageSaveHandler@fe591579 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 31: ASM: codechicken.enderstorage.storage.liquid.TankSynchroniser@1eb811b4 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 32: ASM: eureka.core.EventHandler@cc18439e playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 33: ASM: tm.fissionwarfare.event.OnPlayerJoinEvent@b745d506 onPlayerJoinWorld(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 34: ASM: cn.lambdalib.util.deprecated.LIFMLGameEventDispatcher@b943971c onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 35: ASM: mal.core.util.MalEvents@dee2aeca onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 36: ASM: radixcore.core.RadixEvents@358cf24f playerLoggedInEventHandler(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 37: ASM: codechicken.nei.ServerHandler@78159a0b loginEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 38: ASM: S__PacketSendUUID login(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 39: ASM: com.stateshifterlabs.achievementbooks.data.GameSave@5cc475e8 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 40: ASM: mcp.mobius.waila.network.NetworkHandler@cc0539b0 onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 41: ASM: com.gildedgames.the_aether.player.PlayerAetherEvents@219bfb7e onPlayerAetherLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 42: ASM: com.InfinityRaider.AgriCraft.handler.PlayerConnectToServerHandler@8a837a65 sendNEIconfig(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 43: ASM: com.InfinityRaider.AgriCraft.handler.PlayerConnectToServerHandler@8a837a65 syncMutations(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 44: ASM: akuto2.akutoengine.player.PlayerHandler@e24f4e78 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 45: ASM: hunternif.mc.atlas.ext.ExtBiomeDataHandler@af934c8b onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 46: ASM: hunternif.mc.atlas.marker.GlobalMarkersDataHandler@dbcffcf7 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 47: ASM: darkevilmac.archimedes.common.handler.ConnectionHandler@90dc7c5a onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 48: ASM: aroma1997.backup.EventListener@ac6d4546 login(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 49: ASM: pl.asie.lib.chat.NicknameNetworkHandler@551ae4e1 playerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 50: ASM: md.zazpro.mod.common.achievements.AchievementEvents@8c182be9 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 51: ASM: md.zazpro.mod.common.baubles.Belt_Core@589411f8 onPlayerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 52: ASM: INSTANCE onPlayerJoin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 53: ASM: codechicken.chunkloader.ChunkLoaderEventHandler@cdbee525 playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 54: ASM: CoroUtil.forge.EventHandlerFML@c3d280d1 playerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 55: ASM: net.blay09.mods.craftingtweaks.client.ClientProxy@c7dd2604 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 56: ASM: alice.cubicvillager.event.MyPlayerEvent@2eb60c18 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 57: ASM: io.darkcraft.darkcore.mod.DarkcoreMod@230d976d repostWarning(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 58: ASM: matthbo.mods.darkworld.handler.EventHandler@f70e8d15 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 59: ASM: com.watschman.dimensionloader.event.playerLoggedInEvent@340536c onPlayerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 60: ASM: doggytalents.handler.PlayerConnection@da6b976b playerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 61: ASM: com.lightwave.advdims.LightEventHandler@e8aa4b24 firstJoin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 62: ASM: appeng.core.sync.network.NetworkHandler@133c1598 newConnection(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 63: ASM: cn.lambdalib.util.version.CheckManger@3ca13551 enterWorldHandler(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 64: LOWEST [17:11:38] [Server thread/ERROR] [FML]: 65: ASM: md.zazpro.mod.common.baubles.Ring_Core@9553b3d1 onPlayerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Client thread/ERROR] [CoFHCore]: Packet payload failure! Please check your config files! [17:11:38] [Server thread/ERROR] [FML]: HandshakeCompletionHandler exception java.lang.NullPointerException at cofh.core.util.oredict.OreDictionaryArbiter.registerOreDictionaryEntry(OreDictionaryArbiter.java:96) ~[OreDictionaryArbiter.class:?] at cofh.core.util.oredict.OreDictionaryArbiter.initialize(OreDictionaryArbiter.java:57) ~[OreDictionaryArbiter.class:?] at cofh.core.util.FMLEventHandler.handleIdMappingEvent(FMLEventHandler.java:47) ~[FMLEventHandler.class:?] at cofh.core.util.FMLEventHandler.onPlayerLogin(FMLEventHandler.java:38) ~[FMLEventHandler.class:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler_73_FMLEventHandler_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?] at cpw.mods.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:550) ~[FMLCommonHandler.class:?] at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:180) ~[oi.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190) ~[NetworkDispatcher.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463) ~[NetworkDispatcher.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?] at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?] at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?] at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?] at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?] at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) [bsx.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?] [17:11:38] [Server thread/ERROR] [FML]: There was a critical exception handling a packet on channel FML java.lang.NullPointerException at cofh.core.util.oredict.OreDictionaryArbiter.registerOreDictionaryEntry(OreDictionaryArbiter.java:96) ~[OreDictionaryArbiter.class:?] at cofh.core.util.oredict.OreDictionaryArbiter.initialize(OreDictionaryArbiter.java:57) ~[OreDictionaryArbiter.class:?] at cofh.core.util.FMLEventHandler.handleIdMappingEvent(FMLEventHandler.java:47) ~[FMLEventHandler.class:?] at cofh.core.util.FMLEventHandler.onPlayerLogin(FMLEventHandler.java:38) ~[FMLEventHandler.class:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler_73_FMLEventHandler_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?] at cpw.mods.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:550) ~[FMLCommonHandler.class:?] at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:180) ~[oi.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190) ~[NetworkDispatcher.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463) ~[NetworkDispatcher.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?] at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?] at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?] at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?] at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?] at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) [bsx.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?] [17:11:38] [Server thread/ERROR]: Encountered an unexpected exception net.minecraft.util.ReportedException: Ticking memory connection at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) ~[nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) ~[MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) ~[bsx.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?] Caused by: java.lang.NullPointerException at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101) ~[FMLProxyPacket.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) ~[nc.class:?] ... 5 more java.lang.NullPointerException at cofh.core.util.oredict.OreDictionaryArbiter.registerOreDictionaryEntry(OreDictionaryArbiter.java:96) at cofh.core.util.oredict.OreDictionaryArbiter.initialize(OreDictionaryArbiter.java:57) at cofh.core.util.FMLEventHandler.handleIdMappingEvent(FMLEventHandler.java:47) at cofh.CoFHCore.handleConfigSync(CoFHCore.java:191) at cofh.core.network.PacketCore.handlePacket(PacketCore.java:26) at cofh.core.network.PacketCoFHBase.handleClientSide(PacketCoFHBase.java:404) at cofh.core.network.PacketHandler.decode(PacketHandler.java:98) at cofh.core.network.PacketHandler.decode(PacketHandler.java:40) at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:4006) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:214) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:249) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) java.lang.RuntimeException: Exception on server thread at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:4010) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:214) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:249) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) ``` ``` java.lang.NullPointerException: Ticking memory connection at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) ```
1.0
[1.7.10] Sometime when i try to join a world or create a world i have a crash - caused by oredictionary(cofh core) ``` [17:11:38] [Server thread/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.gameevent.PlayerEvent$PlayerLoggedInEvent@4992969a: java.lang.NullPointerException at cofh.core.util.oredict.OreDictionaryArbiter.registerOreDictionaryEntry(OreDictionaryArbiter.java:96) ~[OreDictionaryArbiter.class:?] at cofh.core.util.oredict.OreDictionaryArbiter.initialize(OreDictionaryArbiter.java:57) ~[OreDictionaryArbiter.class:?] at cofh.core.util.FMLEventHandler.handleIdMappingEvent(FMLEventHandler.java:47) ~[FMLEventHandler.class:?] at cofh.core.util.FMLEventHandler.onPlayerLogin(FMLEventHandler.java:38) ~[FMLEventHandler.class:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler_73_FMLEventHandler_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?] at cpw.mods.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:550) [FMLCommonHandler.class:?] at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:180) [oi.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190) [NetworkDispatcher.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463) [NetworkDispatcher.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) [HandshakeCompletionHandler.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) [HandshakeCompletionHandler.class:?] at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) [SimpleChannelInboundHandler.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?] at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?] at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?] at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?] at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) [bsx.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?] [17:11:38] [Server thread/ERROR] [FML]: Index: 5 Listeners: [17:11:38] [Server thread/ERROR] [FML]: 0: NORMAL [17:11:38] [Server thread/ERROR] [FML]: 1: ASM: net.p455w0rd.wirelesscraftingterminal.proxy.ClientProxy@6d824c49 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 2: ASM: Forge playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 3: ASM: baubles.common.event.EventHandlerNetwork@b38fd5b8 playerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 4: ASM: com.InfinityRaider.maneuvergear.handler.DartHandler@69eab5e8 onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 5: ASM: cofh.core.util.FMLEventHandler@8ebd69be onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 6: ASM: com.rwtema.extrautils.item.ItemAngelRing$EventHandlerRing@a96aa1ef playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 7: ASM: cofh.thermalexpansion.util.FMLEventHandler@1bb5dd15 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 8: ASM: com.darkona.adventurebackpack.handlers.PlayerEventHandler@49727001 playerLogsIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 9: ASM: forestry.core.EventHandlerCore@23b009d9 handlePlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 10: ASM: forestry.mail.EventHandlerMailAlert@94802e32 handlePlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 11: ASM: betterquesting.handlers.EventHandler@8e80f1e6 onPlayerJoin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 12: ASM: bq_standard.handlers.EventHandler@4a867b77 onPlayerJoin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 13: ASM: tconstruct.armor.player.TPlayerHandler@333b0428 PlayerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 14: ASM: com.slymask3.buildhelper.handler.ConnectionHandler@91747995 onClientConnection(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 15: ASM: chanceCubes.listeners.PlayerConnectListener@3dcf49f1 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 16: ASM: com.austinv11.collectiveframework.minecraft.CollectiveFramework@f12855a0 onServerJoin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 17: ASM: com.enderio.core.common.config.ConfigProcessor@3d49cec1 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 18: ASM: crazypants.enderio.config.Config@b1a8ffb8 onPlayerLoggon(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 19: ASM: crazypants.enderio.machine.hypercube.ConnectionHandler@872f2788 onPlayerLoggon(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 20: ASM: crazypants.enderio.machine.transceiver.ConnectionHandler@b1133405 onPlayerLoggon(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 21: ASM: com.builtbroken.comecloser.ClientProxy@3d1b96aa onPlayerConnectServer(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 22: ASM: lain.mods.cos.client.InventoryManagerClient@2d321483 handleEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 23: ASM: minetweaker.mc1710.FMLEventHandler@44ff1e3c onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 24: ASM: net.doubledoordev.d3core.D3Core@9f9ba0c nameFormatEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 25: ASM: net.doubledoordev.d3core.util.FMLEventHandler@87955d06 playerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 26: ASM: mc.Mitchellbrine.diseaseCraft.event.ContractingEvents@9f4acf5 login(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 27: ASM: com.brandon3055.draconicevolution.common.handler.FMLEventHandler@8a12fb24 playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 28: ASM: enchiridion.EventsHandler@7e7d8c89 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 29: ASM: joshie.enchiridion.library.LibraryOnConnect@e422f02d onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 30: ASM: codechicken.enderstorage.api.EnderStorageManager$EnderStorageSaveHandler@fe591579 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 31: ASM: codechicken.enderstorage.storage.liquid.TankSynchroniser@1eb811b4 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 32: ASM: eureka.core.EventHandler@cc18439e playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 33: ASM: tm.fissionwarfare.event.OnPlayerJoinEvent@b745d506 onPlayerJoinWorld(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 34: ASM: cn.lambdalib.util.deprecated.LIFMLGameEventDispatcher@b943971c onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 35: ASM: mal.core.util.MalEvents@dee2aeca onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 36: ASM: radixcore.core.RadixEvents@358cf24f playerLoggedInEventHandler(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 37: ASM: codechicken.nei.ServerHandler@78159a0b loginEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 38: ASM: S__PacketSendUUID login(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 39: ASM: com.stateshifterlabs.achievementbooks.data.GameSave@5cc475e8 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 40: ASM: mcp.mobius.waila.network.NetworkHandler@cc0539b0 onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 41: ASM: com.gildedgames.the_aether.player.PlayerAetherEvents@219bfb7e onPlayerAetherLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 42: ASM: com.InfinityRaider.AgriCraft.handler.PlayerConnectToServerHandler@8a837a65 sendNEIconfig(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 43: ASM: com.InfinityRaider.AgriCraft.handler.PlayerConnectToServerHandler@8a837a65 syncMutations(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 44: ASM: akuto2.akutoengine.player.PlayerHandler@e24f4e78 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 45: ASM: hunternif.mc.atlas.ext.ExtBiomeDataHandler@af934c8b onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 46: ASM: hunternif.mc.atlas.marker.GlobalMarkersDataHandler@dbcffcf7 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 47: ASM: darkevilmac.archimedes.common.handler.ConnectionHandler@90dc7c5a onPlayerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 48: ASM: aroma1997.backup.EventListener@ac6d4546 login(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 49: ASM: pl.asie.lib.chat.NicknameNetworkHandler@551ae4e1 playerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 50: ASM: md.zazpro.mod.common.achievements.AchievementEvents@8c182be9 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 51: ASM: md.zazpro.mod.common.baubles.Belt_Core@589411f8 onPlayerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 52: ASM: INSTANCE onPlayerJoin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 53: ASM: codechicken.chunkloader.ChunkLoaderEventHandler@cdbee525 playerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 54: ASM: CoroUtil.forge.EventHandlerFML@c3d280d1 playerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 55: ASM: net.blay09.mods.craftingtweaks.client.ClientProxy@c7dd2604 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 56: ASM: alice.cubicvillager.event.MyPlayerEvent@2eb60c18 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 57: ASM: io.darkcraft.darkcore.mod.DarkcoreMod@230d976d repostWarning(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 58: ASM: matthbo.mods.darkworld.handler.EventHandler@f70e8d15 onPlayerLogin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 59: ASM: com.watschman.dimensionloader.event.playerLoggedInEvent@340536c onPlayerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 60: ASM: doggytalents.handler.PlayerConnection@da6b976b playerLoggedIn(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 61: ASM: com.lightwave.advdims.LightEventHandler@e8aa4b24 firstJoin(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 62: ASM: appeng.core.sync.network.NetworkHandler@133c1598 newConnection(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 63: ASM: cn.lambdalib.util.version.CheckManger@3ca13551 enterWorldHandler(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Server thread/ERROR] [FML]: 64: LOWEST [17:11:38] [Server thread/ERROR] [FML]: 65: ASM: md.zazpro.mod.common.baubles.Ring_Core@9553b3d1 onPlayerLoggedInEvent(Lcpw/mods/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V [17:11:38] [Client thread/ERROR] [CoFHCore]: Packet payload failure! Please check your config files! [17:11:38] [Server thread/ERROR] [FML]: HandshakeCompletionHandler exception java.lang.NullPointerException at cofh.core.util.oredict.OreDictionaryArbiter.registerOreDictionaryEntry(OreDictionaryArbiter.java:96) ~[OreDictionaryArbiter.class:?] at cofh.core.util.oredict.OreDictionaryArbiter.initialize(OreDictionaryArbiter.java:57) ~[OreDictionaryArbiter.class:?] at cofh.core.util.FMLEventHandler.handleIdMappingEvent(FMLEventHandler.java:47) ~[FMLEventHandler.class:?] at cofh.core.util.FMLEventHandler.onPlayerLogin(FMLEventHandler.java:38) ~[FMLEventHandler.class:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler_73_FMLEventHandler_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?] at cpw.mods.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:550) ~[FMLCommonHandler.class:?] at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:180) ~[oi.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190) ~[NetworkDispatcher.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463) ~[NetworkDispatcher.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?] at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?] at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [MessageToMessageDecoder.class:?] at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) [MessageToMessageCodec.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?] at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?] at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) [bsx.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?] [17:11:38] [Server thread/ERROR] [FML]: There was a critical exception handling a packet on channel FML java.lang.NullPointerException at cofh.core.util.oredict.OreDictionaryArbiter.registerOreDictionaryEntry(OreDictionaryArbiter.java:96) ~[OreDictionaryArbiter.class:?] at cofh.core.util.oredict.OreDictionaryArbiter.initialize(OreDictionaryArbiter.java:57) ~[OreDictionaryArbiter.class:?] at cofh.core.util.FMLEventHandler.handleIdMappingEvent(FMLEventHandler.java:47) ~[FMLEventHandler.class:?] at cofh.core.util.FMLEventHandler.onPlayerLogin(FMLEventHandler.java:38) ~[FMLEventHandler.class:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler_73_FMLEventHandler_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?] at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?] at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?] at cpw.mods.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:550) ~[FMLCommonHandler.class:?] at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:180) ~[oi.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:190) ~[NetworkDispatcher.class:?] at cpw.mods.fml.common.network.handshake.NetworkDispatcher.completeHandshake(NetworkDispatcher.java:463) ~[NetworkDispatcher.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:17) ~[HandshakeCompletionHandler.class:?] at cpw.mods.fml.common.network.internal.HandshakeCompletionHandler.channelRead0(HandshakeCompletionHandler.java:11) ~[HandshakeCompletionHandler.class:?] at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?] at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?] at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?] at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?] at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?] at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) [FMLProxyPacket.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) [ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) [bsx.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?] [17:11:38] [Server thread/ERROR]: Encountered an unexpected exception net.minecraft.util.ReportedException: Ticking memory connection at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) ~[nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) ~[MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) ~[bsx.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?] Caused by: java.lang.NullPointerException at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101) ~[FMLProxyPacket.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) ~[nc.class:?] ... 5 more java.lang.NullPointerException at cofh.core.util.oredict.OreDictionaryArbiter.registerOreDictionaryEntry(OreDictionaryArbiter.java:96) at cofh.core.util.oredict.OreDictionaryArbiter.initialize(OreDictionaryArbiter.java:57) at cofh.core.util.FMLEventHandler.handleIdMappingEvent(FMLEventHandler.java:47) at cofh.CoFHCore.handleConfigSync(CoFHCore.java:191) at cofh.core.network.PacketCore.handlePacket(PacketCore.java:26) at cofh.core.network.PacketCoFHBase.handleClientSide(PacketCoFHBase.java:404) at cofh.core.network.PacketHandler.decode(PacketHandler.java:98) at cofh.core.network.PacketHandler.decode(PacketHandler.java:40) at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:77) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:273) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1602) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:4006) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:214) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:249) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) java.lang.RuntimeException: Exception on server thread at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:4010) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:214) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:249) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) ``` ``` java.lang.NullPointerException: Ticking memory connection at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) ```
priority
sometime when i try to join a world or create a world i have a crash caused by oredictionary cofh core exception caught during firing event cpw mods fml common gameevent playerevent playerloggedinevent java lang nullpointerexception at cofh core util oredict oredictionaryarbiter registeroredictionaryentry oredictionaryarbiter java at cofh core util oredict oredictionaryarbiter initialize oredictionaryarbiter java at cofh core util fmleventhandler handleidmappingevent fmleventhandler java at cofh core util fmleventhandler onplayerlogin fmleventhandler java at cpw mods fml common eventhandler asmeventhandler fmleventhandler onplayerlogin playerloggedinevent invoke dynamic at cpw mods fml common eventhandler asmeventhandler invoke asmeventhandler java at cpw mods fml common eventhandler eventbus post eventbus java at cpw mods fml common fmlcommonhandler fireplayerloggedin fmlcommonhandler java at net minecraft server management serverconfigurationmanager initializeconnectiontoplayer serverconfigurationmanager java at cpw mods fml common network handshake networkdispatcher completeserversideconnection networkdispatcher java at cpw mods fml common network handshake networkdispatcher completehandshake networkdispatcher java at cpw mods fml common network internal handshakecompletionhandler handshakecompletionhandler java at cpw mods fml common network internal handshakecompletionhandler handshakecompletionhandler java at io netty channel simplechannelinboundhandler channelread simplechannelinboundhandler java at io netty channel defaultchannelhandlercontext invokechannelread defaultchannelhandlercontext java at io netty channel defaultchannelhandlercontext firechannelread defaultchannelhandlercontext java at io netty handler codec messagetomessagedecoder channelread messagetomessagedecoder java at io netty handler codec messagetomessagecodec channelread messagetomessagecodec java at io netty channel defaultchannelhandlercontext invokechannelread defaultchannelhandlercontext java at io netty channel defaultchannelhandlercontext firechannelread defaultchannelhandlercontext java at io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at io netty channel embedded embeddedchannel writeinbound embeddedchannel java at cpw mods fml common network internal fmlproxypacket func a fmlproxypacket java at net minecraft network networkmanager func b networkmanager java at net minecraft network networksystem func c networksystem java at net minecraft server minecraftserver func q minecraftserver java at net minecraft server minecraftserver func p minecraftserver java at net minecraft server integrated integratedserver func p integratedserver java at net minecraft server minecraftserver run minecraftserver java at net minecraft server minecraftserver run minecraftserver java index listeners normal asm net wirelesscraftingterminal proxy clientproxy onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm forge playerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm baubles common event eventhandlernetwork playerloggedinevent lcpw mods fml common gameevent playerevent playerloggedinevent v asm com infinityraider maneuvergear handler darthandler onplayerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm cofh core util fmleventhandler onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm com rwtema extrautils item itemangelring eventhandlerring playerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm cofh thermalexpansion util fmleventhandler onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm com darkona adventurebackpack handlers playereventhandler playerlogsin lcpw mods fml common gameevent playerevent playerloggedinevent v asm forestry core eventhandlercore handleplayerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm forestry mail eventhandlermailalert handleplayerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm betterquesting handlers eventhandler onplayerjoin lcpw mods fml common gameevent playerevent playerloggedinevent v asm bq standard handlers eventhandler onplayerjoin lcpw mods fml common gameevent playerevent playerloggedinevent v asm tconstruct armor player tplayerhandler playerloggedinevent lcpw mods fml common gameevent playerevent playerloggedinevent v asm com buildhelper handler connectionhandler onclientconnection lcpw mods fml common gameevent playerevent playerloggedinevent v asm chancecubes listeners playerconnectlistener onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm com collectiveframework minecraft collectiveframework onserverjoin lcpw mods fml common gameevent playerevent playerloggedinevent v asm com enderio core common config configprocessor onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm crazypants enderio config config onplayerloggon lcpw mods fml common gameevent playerevent playerloggedinevent v asm crazypants enderio machine hypercube connectionhandler onplayerloggon lcpw mods fml common gameevent playerevent playerloggedinevent v asm crazypants enderio machine transceiver connectionhandler onplayerloggon lcpw mods fml common gameevent playerevent playerloggedinevent v asm com builtbroken comecloser clientproxy onplayerconnectserver lcpw mods fml common gameevent playerevent playerloggedinevent v asm lain mods cos client inventorymanagerclient handleevent lcpw mods fml common gameevent playerevent playerloggedinevent v asm minetweaker fmleventhandler onplayerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm net doubledoordev nameformatevent lcpw mods fml common gameevent playerevent playerloggedinevent v asm net doubledoordev util fmleventhandler playerloggedinevent lcpw mods fml common gameevent playerevent playerloggedinevent v asm mc mitchellbrine diseasecraft event contractingevents login lcpw mods fml common gameevent playerevent playerloggedinevent v asm com draconicevolution common handler fmleventhandler playerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm enchiridion eventshandler onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm joshie enchiridion library libraryonconnect onplayerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm codechicken enderstorage api enderstoragemanager enderstoragesavehandler onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm codechicken enderstorage storage liquid tanksynchroniser onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm eureka core eventhandler playerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm tm fissionwarfare event onplayerjoinevent onplayerjoinworld lcpw mods fml common gameevent playerevent playerloggedinevent v asm cn lambdalib util deprecated lifmlgameeventdispatcher onplayerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm mal core util malevents onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm radixcore core radixevents playerloggedineventhandler lcpw mods fml common gameevent playerevent playerloggedinevent v asm codechicken nei serverhandler loginevent lcpw mods fml common gameevent playerevent playerloggedinevent v asm s packetsenduuid login lcpw mods fml common gameevent playerevent playerloggedinevent v asm com stateshifterlabs achievementbooks data gamesave onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm mcp mobius waila network networkhandler onplayerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm com gildedgames the aether player playeraetherevents onplayeraetherloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm com infinityraider agricraft handler playerconnecttoserverhandler sendneiconfig lcpw mods fml common gameevent playerevent playerloggedinevent v asm com infinityraider agricraft handler playerconnecttoserverhandler syncmutations lcpw mods fml common gameevent playerevent playerloggedinevent v asm akutoengine player playerhandler onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm hunternif mc atlas ext extbiomedatahandler onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm hunternif mc atlas marker globalmarkersdatahandler onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm darkevilmac archimedes common handler connectionhandler onplayerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm backup eventlistener login lcpw mods fml common gameevent playerevent playerloggedinevent v asm pl asie lib chat nicknamenetworkhandler playerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm md zazpro mod common achievements achievementevents onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm md zazpro mod common baubles belt core onplayerloggedinevent lcpw mods fml common gameevent playerevent playerloggedinevent v asm instance onplayerjoin lcpw mods fml common gameevent playerevent playerloggedinevent v asm codechicken chunkloader chunkloadereventhandler playerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm coroutil forge eventhandlerfml playerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm net mods craftingtweaks client clientproxy onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm alice cubicvillager event myplayerevent onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm io darkcraft darkcore mod darkcoremod repostwarning lcpw mods fml common gameevent playerevent playerloggedinevent v asm matthbo mods darkworld handler eventhandler onplayerlogin lcpw mods fml common gameevent playerevent playerloggedinevent v asm com watschman dimensionloader event playerloggedinevent onplayerloggedinevent lcpw mods fml common gameevent playerevent playerloggedinevent v asm doggytalents handler playerconnection playerloggedin lcpw mods fml common gameevent playerevent playerloggedinevent v asm com lightwave advdims lighteventhandler firstjoin lcpw mods fml common gameevent playerevent playerloggedinevent v asm appeng core sync network networkhandler newconnection lcpw mods fml common gameevent playerevent playerloggedinevent v asm cn lambdalib util version checkmanger enterworldhandler lcpw mods fml common gameevent playerevent playerloggedinevent v lowest asm md zazpro mod common baubles ring core onplayerloggedinevent lcpw mods fml common gameevent playerevent playerloggedinevent v packet payload failure please check your config files handshakecompletionhandler exception java lang nullpointerexception at cofh core util oredict oredictionaryarbiter registeroredictionaryentry oredictionaryarbiter java at cofh core util oredict oredictionaryarbiter initialize oredictionaryarbiter java at cofh core util fmleventhandler handleidmappingevent fmleventhandler java at cofh core util fmleventhandler onplayerlogin fmleventhandler java at cpw mods fml common eventhandler asmeventhandler fmleventhandler onplayerlogin playerloggedinevent invoke dynamic at cpw mods fml common eventhandler asmeventhandler invoke asmeventhandler java at cpw mods fml common eventhandler eventbus post eventbus java at cpw mods fml common fmlcommonhandler fireplayerloggedin fmlcommonhandler java at net minecraft server management serverconfigurationmanager initializeconnectiontoplayer serverconfigurationmanager java at cpw mods fml common network handshake networkdispatcher completeserversideconnection networkdispatcher java at cpw mods fml common network handshake networkdispatcher completehandshake networkdispatcher java at cpw mods fml common network internal handshakecompletionhandler handshakecompletionhandler java at cpw mods fml common network internal handshakecompletionhandler handshakecompletionhandler java at io netty channel simplechannelinboundhandler channelread simplechannelinboundhandler java at io netty channel defaultchannelhandlercontext invokechannelread defaultchannelhandlercontext java at io netty channel defaultchannelhandlercontext firechannelread defaultchannelhandlercontext java at io netty handler codec messagetomessagedecoder channelread messagetomessagedecoder java at io netty handler codec messagetomessagecodec channelread messagetomessagecodec java at io netty channel defaultchannelhandlercontext invokechannelread defaultchannelhandlercontext java at io netty channel defaultchannelhandlercontext firechannelread defaultchannelhandlercontext java at io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at io netty channel embedded embeddedchannel writeinbound embeddedchannel java at cpw mods fml common network internal fmlproxypacket func a fmlproxypacket java at net minecraft network networkmanager func b networkmanager java at net minecraft network networksystem func c networksystem java at net minecraft server minecraftserver func q minecraftserver java at net minecraft server minecraftserver func p minecraftserver java at net minecraft server integrated integratedserver func p integratedserver java at net minecraft server minecraftserver run minecraftserver java at net minecraft server minecraftserver run minecraftserver java there was a critical exception handling a packet on channel fml java lang nullpointerexception at cofh core util oredict oredictionaryarbiter registeroredictionaryentry oredictionaryarbiter java at cofh core util oredict oredictionaryarbiter initialize oredictionaryarbiter java at cofh core util fmleventhandler handleidmappingevent fmleventhandler java at cofh core util fmleventhandler onplayerlogin fmleventhandler java at cpw mods fml common eventhandler asmeventhandler fmleventhandler onplayerlogin playerloggedinevent invoke dynamic at cpw mods fml common eventhandler asmeventhandler invoke asmeventhandler java at cpw mods fml common eventhandler eventbus post eventbus java at cpw mods fml common fmlcommonhandler fireplayerloggedin fmlcommonhandler java at net minecraft server management serverconfigurationmanager initializeconnectiontoplayer serverconfigurationmanager java at cpw mods fml common network handshake networkdispatcher completeserversideconnection networkdispatcher java at cpw mods fml common network handshake networkdispatcher completehandshake networkdispatcher java at cpw mods fml common network internal handshakecompletionhandler handshakecompletionhandler java at cpw mods fml common network internal handshakecompletionhandler handshakecompletionhandler java at io netty channel simplechannelinboundhandler channelread simplechannelinboundhandler java at io netty channel defaultchannelhandlercontext invokechannelread defaultchannelhandlercontext java at io netty channel defaultchannelhandlercontext firechannelread defaultchannelhandlercontext java at io netty handler codec messagetomessagedecoder channelread messagetomessagedecoder java at io netty handler codec messagetomessagecodec channelread messagetomessagecodec java at io netty channel defaultchannelhandlercontext invokechannelread defaultchannelhandlercontext java at io netty channel defaultchannelhandlercontext firechannelread defaultchannelhandlercontext java at io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at io netty channel embedded embeddedchannel writeinbound embeddedchannel java at cpw mods fml common network internal fmlproxypacket func a fmlproxypacket java at net minecraft network networkmanager func b networkmanager java at net minecraft network networksystem func c networksystem java at net minecraft server minecraftserver func q minecraftserver java at net minecraft server minecraftserver func p minecraftserver java at net minecraft server integrated integratedserver func p integratedserver java at net minecraft server minecraftserver run minecraftserver java at net minecraft server minecraftserver run minecraftserver java encountered an unexpected exception net minecraft util reportedexception ticking memory connection at net minecraft network networksystem func c networksystem java at net minecraft server minecraftserver func q minecraftserver java at net minecraft server minecraftserver func p minecraftserver java at net minecraft server integrated integratedserver func p integratedserver java at net minecraft server minecraftserver run minecraftserver java at net minecraft server minecraftserver run minecraftserver java caused by java lang nullpointerexception at cpw mods fml common network internal fmlproxypacket func a fmlproxypacket java at net minecraft network networkmanager func b networkmanager java at net minecraft network networksystem func c networksystem java more java lang nullpointerexception at cofh core util oredict oredictionaryarbiter registeroredictionaryentry oredictionaryarbiter java at cofh core util oredict oredictionaryarbiter initialize oredictionaryarbiter java at cofh core util fmleventhandler handleidmappingevent fmleventhandler java at cofh cofhcore handleconfigsync cofhcore java at cofh core network packetcore handlepacket packetcore java at cofh core network packetcofhbase handleclientside packetcofhbase java at cofh core network packethandler decode packethandler java at cofh core network packethandler decode packethandler java at io netty handler codec messagetomessagecodec decode messagetomessagecodec java at io netty handler codec messagetomessagedecoder channelread messagetomessagedecoder java at io netty handler codec messagetomessagecodec channelread messagetomessagecodec java at io netty channel defaultchannelhandlercontext invokechannelread defaultchannelhandlercontext java at io netty channel defaultchannelhandlercontext firechannelread defaultchannelhandlercontext java at io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at io netty channel embedded embeddedchannel writeinbound embeddedchannel java at cpw mods fml common network internal fmlproxypacket func a fmlproxypacket java at net minecraft network networkmanager func b networkmanager java at net minecraft client multiplayer playercontrollermp func e playercontrollermp java at net minecraft client minecraft func l minecraft java at net minecraft client minecraft func j minecraft java at net minecraft client minecraft func d minecraft java at net minecraft client main main main sourcefile at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at net minecraft launchwrapper launch launch launch java at net minecraft launchwrapper launch main launch java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org multimc onesix onesixlauncher launchwithmainclass onesixlauncher java at org multimc onesix onesixlauncher launch onesixlauncher java at org multimc entrypoint listen entrypoint java at org multimc entrypoint main entrypoint java java lang runtimeexception exception on server thread at net minecraft client minecraft func d minecraft java at net minecraft client main main main sourcefile at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at net minecraft launchwrapper launch launch launch java at net minecraft launchwrapper launch main launch java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org multimc onesix onesixlauncher launchwithmainclass onesixlauncher java at org multimc onesix onesixlauncher launch onesixlauncher java at org multimc entrypoint listen entrypoint java at org multimc entrypoint main entrypoint java java lang nullpointerexception ticking memory connection at cpw mods fml common network internal fmlproxypacket func a fmlproxypacket java at net minecraft network networkmanager func b networkmanager java at net minecraft network networksystem func c networksystem java at net minecraft server minecraftserver func q minecraftserver java at net minecraft server minecraftserver func p minecraftserver java at net minecraft server integrated integratedserver func p integratedserver java at net minecraft server minecraftserver run minecraftserver java at net minecraft server minecraftserver run minecraftserver java
1
251,395
8,014,761,567
IssuesEvent
2018-07-25 07:48:53
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
net tcp retry triggers assert in kernel/sem.c:145
area: Networking bug priority: low
**_Reported by Ricardo Salveti de Araujo:_** Was able to get an ASSERT FAIL in kernel/sem.c:145 when stressing the TCP stack over BT 6LoWPAN. Assert: __ASSERT(!_is_in_isr() || timeout == K_NO_WAIT, ""); Added a few additional debug lines, and noticed that this is triggered from TCP abort_connection, when calling net_context_unref. Abort connection is only called after giving up on the amount of allowed retries, and net_context_unref starts by calling "k_sem_take(&contexts_lock, K_FOREVER);", which ends up triggering the assert. (Imported from Jira ZEP-2565)
1.0
net tcp retry triggers assert in kernel/sem.c:145 - **_Reported by Ricardo Salveti de Araujo:_** Was able to get an ASSERT FAIL in kernel/sem.c:145 when stressing the TCP stack over BT 6LoWPAN. Assert: __ASSERT(!_is_in_isr() || timeout == K_NO_WAIT, ""); Added a few additional debug lines, and noticed that this is triggered from TCP abort_connection, when calling net_context_unref. Abort connection is only called after giving up on the amount of allowed retries, and net_context_unref starts by calling "k_sem_take(&contexts_lock, K_FOREVER);", which ends up triggering the assert. (Imported from Jira ZEP-2565)
priority
net tcp retry triggers assert in kernel sem c reported by ricardo salveti de araujo was able to get an assert fail in kernel sem c when stressing the tcp stack over bt assert assert is in isr timeout k no wait added a few additional debug lines and noticed that this is triggered from tcp abort connection when calling net context unref abort connection is only called after giving up on the amount of allowed retries and net context unref starts by calling k sem take contexts lock k forever which ends up triggering the assert imported from jira zep
1
267,861
8,393,860,133
IssuesEvent
2018-10-09 21:54:02
eriq-augustine/psl
https://api.github.com/repos/eriq-augustine/psl
opened
More Flexibility with Arithmetic Rules
Difficulty - Hard Priority - Low Type - Enhancement
There are several constraints that arithmetic rules enforce for convenience, but are not required for convexity. We may want to relax some of these constraints. For example: - Allow closed predicates to act like constants/coefficients.
1.0
More Flexibility with Arithmetic Rules - There are several constraints that arithmetic rules enforce for convenience, but are not required for convexity. We may want to relax some of these constraints. For example: - Allow closed predicates to act like constants/coefficients.
priority
more flexibility with arithmetic rules there are several constraints that arithmetic rules enforce for convenience but are not required for convexity we may want to relax some of these constraints for example allow closed predicates to act like constants coefficients
1
397,702
11,731,530,517
IssuesEvent
2020-03-11 00:26:00
bluek8s/kubedirector
https://api.github.com/repos/bluek8s/kubedirector
closed
some 404s from split client soon after startup, even after cache sync
Priority: Low Project: Cluster Reconcile Type: Bug
If you restart the operator while there are existing kdclusters, the manager will immediately fire off reconciler handlers to process those existing resources. If this is a mildly "busy" K8s with a not completely trivial number of resources, I've noticed that this first reconciler pass can fail in odd ways because of 404 results when it tries to fetch various resources (both CRs and native-K8s). Subsequent handlers are then OK. My first thought is that this is related to the "caching client" that the manager sets up for us to use. I do see our code logging that mgr.GetCache().WaitForCacheSync has completed before any of the manager controller and workers even start. I believed that this meant the client was now aware of the current set of resources in the cluster but maybe not. This isn't a functional showstopper since each handler should be robust to the client telling it that something doesn't exist when it actually does. Worst case = we try to re-create an object, fail, and the handler exits to try again later. Subsequent handler invocations always seem to be fine. However it makes the logs look ugly after restart, hiding possible actual bugs. I've found that I can prevent almost all occurrences of this in my test clusters by having the reconciler handler do a test read of the KD deployment resource first, just to make sure that the K8s client is live. Sometimes even with this in place though I do see a bogus "not found" result on an initial handler pass, so that does still make me think that it's a matter of the cache still being gradually populated (even after waiting a second or two) rather than the client just being generally not live yet. That being the case, "GET the KD deployment" may not be the most reliable sanity check since who knows when it might arrive in the cache relative to other objects. Maybe I should just do a general wait of several seconds on the first handler pass. The real/best solution is to figure out what is really up with the client and/or cache, but the 0.4.0 release doesn't need to be blocked on that.
1.0
some 404s from split client soon after startup, even after cache sync - If you restart the operator while there are existing kdclusters, the manager will immediately fire off reconciler handlers to process those existing resources. If this is a mildly "busy" K8s with a not completely trivial number of resources, I've noticed that this first reconciler pass can fail in odd ways because of 404 results when it tries to fetch various resources (both CRs and native-K8s). Subsequent handlers are then OK. My first thought is that this is related to the "caching client" that the manager sets up for us to use. I do see our code logging that mgr.GetCache().WaitForCacheSync has completed before any of the manager controller and workers even start. I believed that this meant the client was now aware of the current set of resources in the cluster but maybe not. This isn't a functional showstopper since each handler should be robust to the client telling it that something doesn't exist when it actually does. Worst case = we try to re-create an object, fail, and the handler exits to try again later. Subsequent handler invocations always seem to be fine. However it makes the logs look ugly after restart, hiding possible actual bugs. I've found that I can prevent almost all occurrences of this in my test clusters by having the reconciler handler do a test read of the KD deployment resource first, just to make sure that the K8s client is live. Sometimes even with this in place though I do see a bogus "not found" result on an initial handler pass, so that does still make me think that it's a matter of the cache still being gradually populated (even after waiting a second or two) rather than the client just being generally not live yet. That being the case, "GET the KD deployment" may not be the most reliable sanity check since who knows when it might arrive in the cache relative to other objects. Maybe I should just do a general wait of several seconds on the first handler pass. The real/best solution is to figure out what is really up with the client and/or cache, but the 0.4.0 release doesn't need to be blocked on that.
priority
some from split client soon after startup even after cache sync if you restart the operator while there are existing kdclusters the manager will immediately fire off reconciler handlers to process those existing resources if this is a mildly busy with a not completely trivial number of resources i ve noticed that this first reconciler pass can fail in odd ways because of results when it tries to fetch various resources both crs and native subsequent handlers are then ok my first thought is that this is related to the caching client that the manager sets up for us to use i do see our code logging that mgr getcache waitforcachesync has completed before any of the manager controller and workers even start i believed that this meant the client was now aware of the current set of resources in the cluster but maybe not this isn t a functional showstopper since each handler should be robust to the client telling it that something doesn t exist when it actually does worst case we try to re create an object fail and the handler exits to try again later subsequent handler invocations always seem to be fine however it makes the logs look ugly after restart hiding possible actual bugs i ve found that i can prevent almost all occurrences of this in my test clusters by having the reconciler handler do a test read of the kd deployment resource first just to make sure that the client is live sometimes even with this in place though i do see a bogus not found result on an initial handler pass so that does still make me think that it s a matter of the cache still being gradually populated even after waiting a second or two rather than the client just being generally not live yet that being the case get the kd deployment may not be the most reliable sanity check since who knows when it might arrive in the cache relative to other objects maybe i should just do a general wait of several seconds on the first handler pass the real best solution is to figure out what is really up with the client and or cache but the release doesn t need to be blocked on that
1
336,201
10,173,101,386
IssuesEvent
2019-08-08 12:22:26
RigsOfRods/rigs-of-rods
https://api.github.com/repos/RigsOfRods/rigs-of-rods
closed
Transmission indicators freeze in some vehicles when going back to menu
bug low-priority
~Load simple terrain and spawn this http://archives.rigsofrods.net/repo/files/repofiles-3rd-batch/df0ec67470bf500641d7f05f1a47cf0a7631b9ab_Mercedes-Benz-Actros-8x8-wrecker.zip~ ~Switch to first person view (dashboard view) and drive: transmission indicators work fine~ ~Press Back to menu, reload simple terrain and respawn it again: transmission indicators are stuck~ FIXED
1.0
Transmission indicators freeze in some vehicles when going back to menu - ~Load simple terrain and spawn this http://archives.rigsofrods.net/repo/files/repofiles-3rd-batch/df0ec67470bf500641d7f05f1a47cf0a7631b9ab_Mercedes-Benz-Actros-8x8-wrecker.zip~ ~Switch to first person view (dashboard view) and drive: transmission indicators work fine~ ~Press Back to menu, reload simple terrain and respawn it again: transmission indicators are stuck~ FIXED
priority
transmission indicators freeze in some vehicles when going back to menu load simple terrain and spawn this switch to first person view dashboard view and drive transmission indicators work fine press back to menu reload simple terrain and respawn it again transmission indicators are stuck fixed
1
768,928
26,987,763,839
IssuesEvent
2023-02-09 17:21:04
unitaryfund/mitiq
https://api.github.com/repos/unitaryfund/mitiq
opened
Support optimal number of shots per scale factor for a given shot budget in ZNE
priority/low zne feature-request
## Description Given a shot budget of $N_tot$ measurements, it would be nice to distribute them in different quantities for different scale factors in ZNE. The optimal choice is the one that minimizes the estimator variance. So, e.g., if the estimator of the zero noise limit is a linear combination of noisy results evaluated a different scale factors $\{\lambda_j\}$: $$A_{mitigated} = \sum \eta_j A_{noisy}(\lambda_j),$$ then, assuming that each expectation value has approximately the same variance, the optimal choice is something like: $$ N_j \propto |\eta_j|, \qquad \text{such that} \qquad \sum_j N_j = N_{tot}.$$ ## Implementation Not immediately clear what is the best way of supporting this. To be discussed. Note that the `shot_list` [argument](https://github.com/unitaryfund/mitiq/blob/971b9a43f6de9afccd3db2337417bc469b4962c5/mitiq/zne/inference.py#L440) of `BatchedFactory` objects (an option that we rarely used and tested) may be useful for this issue. ## Additional References For a more detailed treatment of the optimal shot distribution see, e.g., the following paper: https://arxiv.org/abs/2201.08080
1.0
Support optimal number of shots per scale factor for a given shot budget in ZNE - ## Description Given a shot budget of $N_tot$ measurements, it would be nice to distribute them in different quantities for different scale factors in ZNE. The optimal choice is the one that minimizes the estimator variance. So, e.g., if the estimator of the zero noise limit is a linear combination of noisy results evaluated a different scale factors $\{\lambda_j\}$: $$A_{mitigated} = \sum \eta_j A_{noisy}(\lambda_j),$$ then, assuming that each expectation value has approximately the same variance, the optimal choice is something like: $$ N_j \propto |\eta_j|, \qquad \text{such that} \qquad \sum_j N_j = N_{tot}.$$ ## Implementation Not immediately clear what is the best way of supporting this. To be discussed. Note that the `shot_list` [argument](https://github.com/unitaryfund/mitiq/blob/971b9a43f6de9afccd3db2337417bc469b4962c5/mitiq/zne/inference.py#L440) of `BatchedFactory` objects (an option that we rarely used and tested) may be useful for this issue. ## Additional References For a more detailed treatment of the optimal shot distribution see, e.g., the following paper: https://arxiv.org/abs/2201.08080
priority
support optimal number of shots per scale factor for a given shot budget in zne description given a shot budget of n tot measurements it would be nice to distribute them in different quantities for different scale factors in zne the optimal choice is the one that minimizes the estimator variance so e g if the estimator of the zero noise limit is a linear combination of noisy results evaluated a different scale factors lambda j a mitigated sum eta j a noisy lambda j then assuming that each expectation value has approximately the same variance the optimal choice is something like n j propto eta j qquad text such that qquad sum j n j n tot implementation not immediately clear what is the best way of supporting this to be discussed note that the shot list of batchedfactory objects an option that we rarely used and tested may be useful for this issue additional references for a more detailed treatment of the optimal shot distribution see e g the following paper
1
End of preview. Expand in Data Studio

Dataset Card for "binary-10IQR-low-priority"

More Information needed

Downloads last month
25

Collection including karths/binary-10IQR-low-priority